mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Added remind.LSM -- LSM entry.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,5 +1,5 @@
|
|||||||
# Makefile for REMIND
|
# Makefile for REMIND
|
||||||
# $Id: Makefile,v 1.13 1996-10-12 02:49:30 dfs Exp $
|
# $Id: Makefile,v 1.14 1996-10-27 21:28:03 dfs Exp $
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# THINGS FOR YOU TO EDIT START BELOW
|
# THINGS FOR YOU TO EDIT START BELOW
|
||||||
@@ -81,7 +81,7 @@ protos.h queue.c rem rem.1 rem2ps.1 rem2ps.c rem2ps.h remind-all.csh \
|
|||||||
remind-all.sh remind.1 remind.def smakefile sort.c test-rem \
|
remind-all.sh remind.1 remind.def smakefile sort.c test-rem \
|
||||||
test-rem.ami test-rem.bat test-rem.cmd test-rem.rexx test.cmp test.rem \
|
test-rem.ami test-rem.bat test-rem.cmd test-rem.rexx test.cmp test.rem \
|
||||||
test1.cmp test2.cmp tkremind tkremind.1 token.c trigger.c tstlang.rem \
|
test1.cmp test2.cmp tkremind tkremind.1 token.c trigger.c tstlang.rem \
|
||||||
types.h userfns.c utils.c var.c version.h
|
types.h userfns.c utils.c var.c version.h remind.LSM
|
||||||
|
|
||||||
OBJS= $(SRCS:.c=.o)
|
OBJS= $(SRCS:.c=.o)
|
||||||
|
|
||||||
|
|||||||
14
init.c
14
init.c
@@ -11,7 +11,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/***************************************************************/
|
/***************************************************************/
|
||||||
|
|
||||||
static char const RCSID[] = "$Id: init.c,v 1.2 1996-04-28 02:01:58 dfs Exp $";
|
static char const RCSID[] = "$Id: init.c,v 1.3 1996-10-27 21:28:03 dfs Exp $";
|
||||||
|
|
||||||
#define L_IN_INIT 1
|
#define L_IN_INIT 1
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
@@ -77,12 +77,12 @@ static char const RCSID[] = "$Id: init.c,v 1.2 1996-04-28 02:01:58 dfs Exp $";
|
|||||||
|
|
||||||
/* For parsing an integer */
|
/* For parsing an integer */
|
||||||
#define PARSENUM(var, s) \
|
#define PARSENUM(var, s) \
|
||||||
var = 0; \
|
var = 0; \
|
||||||
while (isdigit(*(s))) { \
|
while (isdigit(*(s))) { \
|
||||||
var *= 10; \
|
var *= 10; \
|
||||||
var += *(s) - '0'; \
|
var += *(s) - '0'; \
|
||||||
s++; \
|
s++; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef UNIX
|
#ifdef UNIX
|
||||||
PRIVATE void ChgUser ARGS((char *uname));
|
PRIVATE void ChgUser ARGS((char *uname));
|
||||||
|
|||||||
24
remind.LSM
Normal file
24
remind.LSM
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
Begin3
|
||||||
|
Title: Remind
|
||||||
|
Version: 03.00.15
|
||||||
|
Entered-date: 27 October 1996
|
||||||
|
Description: Full-featured calendar/reminder program featuring
|
||||||
|
sophisticated date calculation, moon phases, sunrise/sunset,
|
||||||
|
Hebrew calendar, alarms, PostScript output, X-Windows
|
||||||
|
front-end, multilingual messages, and proper handling of
|
||||||
|
holidays. Available for UNIX, MS-DOS, OS/2, and other
|
||||||
|
platforms.
|
||||||
|
Keywords: calendar reminder alarm datebook PostScript
|
||||||
|
Author: aa775@freenet.carleton.ca (David F. Skoll)
|
||||||
|
Maintained-by: aa775@freenet.carleton.ca (David F. Skoll)
|
||||||
|
Primary-site: ftp.doe.carleton.ca /pub/Remind-3.0
|
||||||
|
215kB remind-3.0.15.tgz
|
||||||
|
Alternate-site:
|
||||||
|
Original-site:
|
||||||
|
Platform: Linux, Solaris, SunOS, HP-UX -- virtually any UN*X-like
|
||||||
|
system. Wish 4.x required for TCL/Tk front-end, but
|
||||||
|
this is not essential to use the software.
|
||||||
|
Copying-policy: An AMENDED version of GPL. The amendments prohibit
|
||||||
|
porting to MS Windows and use by a certain Canadian
|
||||||
|
corporation.
|
||||||
|
End
|
||||||
Reference in New Issue
Block a user