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/fep | |
parent | 652e2956ee0721786181dcf43d7559a17c9b93f9 (diff) | |
download | pkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 18 | ||||
-rw-r--r-- | misc/fep/files/md5 | 1 | ||||
-rw-r--r-- | misc/fep/patches/patch-aa | 29 | ||||
-rw-r--r-- | misc/fep/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/fep/pkg/DESCR | 4 | ||||
-rw-r--r-- | misc/fep/pkg/PLIST | 2 |
6 files changed, 55 insertions, 0 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile new file mode 100644 index 00000000000..8e9f40fa170 --- /dev/null +++ b/misc/fep/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fep +# Version required: +# Date created: 20 Feb 1996 +# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:17 hubertf Exp $ +# + +DISTNAME= fep +PKGNAME= fep-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ + +MAINTAINER= nobu@psrc.isac.co.jp + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/misc/fep/files/md5 b/misc/fep/files/md5 new file mode 100644 index 00000000000..f0e2da6a048 --- /dev/null +++ b/misc/fep/files/md5 @@ -0,0 +1 @@ +MD5 (fep.tar.gz) = 3e25e467383d09514c4a37c38d8bd632 diff --git a/misc/fep/patches/patch-aa b/misc/fep/patches/patch-aa new file mode 100644 index 00000000000..e47aa499760 --- /dev/null +++ b/misc/fep/patches/patch-aa @@ -0,0 +1,29 @@ +--- Makefile.orig Thu Jun 10 11:51:22 1993 ++++ Makefile Tue Feb 20 14:17:52 1996 +@@ -19,13 +19,13 @@ + + #STAT = -DSTAT# Delete # for statistic info + #KANJI = -DKANJI# Delete # for KANJI handling +-CONFIG = $(STAT) $(KANJI) ++CONFIG = $(STAT) $(KANJI) -D_cnt=_r + + #DEBUG = -g +-DEBUG = -O ++#DEBUG = -O + +-CFLAGS = $(DEBUG) $(CONFIG) ++CFLAGS += $(DEBUG) $(CONFIG) +-LDFLAGS = -ltermcap ++LDFLAGS = -ltermcap -lcompat + + all: $(TARGET) + +@@ -37,7 +37,7 @@ + + install: $(TARGET) + install -s $(TARGET) $(INSTDIR) +- install -c fep.1 /usr/man/manl/fep.l ++ gzip -9n -c fep.1 > /usr/local/man/man1/fep.1.gz + + fep.1: fep.jman + sed -e '/^\.EG/d' -e '/^\.JP/,/^\.EJ/d' -e '/^\.\\"KS/,/^\.\\"KE/d' \ diff --git a/misc/fep/pkg/COMMENT b/misc/fep/pkg/COMMENT new file mode 100644 index 00000000000..e221de8908e --- /dev/null +++ b/misc/fep/pkg/COMMENT @@ -0,0 +1 @@ +A general purpose front end for command line editing. diff --git a/misc/fep/pkg/DESCR b/misc/fep/pkg/DESCR new file mode 100644 index 00000000000..2ba9153ff91 --- /dev/null +++ b/misc/fep/pkg/DESCR @@ -0,0 +1,4 @@ +Fep is a general purpose front end processor applicable to +most UNIX commands that features vi(1)- or emacs(1)-like +line editing and a command history mechanism like that of +csh(1). diff --git a/misc/fep/pkg/PLIST b/misc/fep/pkg/PLIST new file mode 100644 index 00000000000..4da5d97ea2f --- /dev/null +++ b/misc/fep/pkg/PLIST @@ -0,0 +1,2 @@ +bin/fep +man/man1/fep.1.gz |