diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
commit | 240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/lile | |
parent | 652e2956ee0721786181dcf43d7559a17c9b93f9 (diff) | |
download | pkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/lile')
-rw-r--r-- | misc/lile/Makefile | 24 | ||||
-rw-r--r-- | misc/lile/files/md5 | 1 | ||||
-rw-r--r-- | misc/lile/patches/patch-aa | 19 | ||||
-rw-r--r-- | misc/lile/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/lile/pkg/DESCR | 6 | ||||
-rw-r--r-- | misc/lile/pkg/PLIST | 2 |
6 files changed, 53 insertions, 0 deletions
diff --git a/misc/lile/Makefile b/misc/lile/Makefile new file mode 100644 index 00000000000..9ce00b46211 --- /dev/null +++ b/misc/lile/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ile +# Version required: 2.0 +# Date created: 25 Jun 1997 +# Whom: jmz +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:29 hubertf Exp $ +# + +DISTNAME= lile-2.0 +PKGNAME= ile-2.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.inria.fr/system/user/ +EXTRACT_SUFX= .tar.z + +MAINTAINER= jmz@FreeBSD.org + +MAN1= ile.1 + +do-configure: + @(cd ${WRKSRC}; mv Makefile Makefile.old; \ + sed -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \ + echo all: ile >> Makefile; echo CC=cc ${CFLAGS} >> Makefile) + +.include <bsd.port.mk> diff --git a/misc/lile/files/md5 b/misc/lile/files/md5 new file mode 100644 index 00000000000..2f6b34754cb --- /dev/null +++ b/misc/lile/files/md5 @@ -0,0 +1 @@ +MD5 (lile-2.0.tar.z) = 70b3565053e31910abec207b3731a60a diff --git a/misc/lile/patches/patch-aa b/misc/lile/patches/patch-aa new file mode 100644 index 00000000000..d9c70f461f6 --- /dev/null +++ b/misc/lile/patches/patch-aa @@ -0,0 +1,19 @@ +--- ile.c.orig Wed Jun 25 01:54:50 1997 ++++ ile.c Wed Jun 25 01:55:24 1997 +@@ -65,7 +65,7 @@ + #include <errno.h> + #include <sys/ioctl.h> + #include <sys/types.h> +-#include <sys/dir.h> ++#include <sys/dirent.h> + #include <sys/file.h> + #include <sys/time.h> + /* +@@ -75,7 +75,6 @@ + /* Definitions of system stuff. */ + extern int errno; + +-long lseek(); + char *malloc(); + char *realloc(); + time_t time(); diff --git a/misc/lile/pkg/COMMENT b/misc/lile/pkg/COMMENT new file mode 100644 index 00000000000..99b1a284b67 --- /dev/null +++ b/misc/lile/pkg/COMMENT @@ -0,0 +1 @@ +An Input Line Editor that wraps itself around programs. diff --git a/misc/lile/pkg/DESCR b/misc/lile/pkg/DESCR new file mode 100644 index 00000000000..591851e570b --- /dev/null +++ b/misc/lile/pkg/DESCR @@ -0,0 +1,6 @@ +The ile program can be run as a simple shell around any program. +It gives any program an input line editing and a history mechanism. It +can also be run around your favourite shell. When run around the shell +ile records the input to interactive programs launched from the +shell as well as the commands to the shell in its history buffer. + diff --git a/misc/lile/pkg/PLIST b/misc/lile/pkg/PLIST new file mode 100644 index 00000000000..b0ab53a4c27 --- /dev/null +++ b/misc/lile/pkg/PLIST @@ -0,0 +1,2 @@ +bin/ile +man/man1/ile.1.gz |