mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
afec97d4f4
commit
07f5ce5e92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7106
23
misc/lile/Makefile
Normal file
23
misc/lile/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: ile
|
||||
# Version required: 1.6
|
||||
# Date created: 25 Jun 1997
|
||||
# Whom: jmz
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= lile
|
||||
PKGNAME= ile-1.6
|
||||
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)
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/lile/distinfo
Normal file
1
misc/lile/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (lile.tar.Z) = 983620a1bb49d776ec7ff9c46a5a3863
|
19
misc/lile/files/patch-aa
Normal file
19
misc/lile/files/patch-aa
Normal file
@ -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();
|
1
misc/lile/pkg-comment
Normal file
1
misc/lile/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Input Line Editor that wraps itself around programs.
|
6
misc/lile/pkg-descr
Normal file
6
misc/lile/pkg-descr
Normal file
@ -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.
|
||||
|
2
misc/lile/pkg-plist
Normal file
2
misc/lile/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/ile
|
||||
man/man1/ile.1.gz
|
Loading…
Reference in New Issue
Block a user