diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-18 11:56:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-18 11:56:34 +0000 |
commit | fff092070bc451de0d56bd19127a2d85889c2ea1 (patch) | |
tree | 8f611e8d12c23fb5cbcf3fd2f21b59fedae6ec46 /misc/fep | |
parent | Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3". (diff) |
A general purpose front end for command line editing.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Notes
Notes:
svn path=/head/; revision=2851
Diffstat (limited to 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 18 | ||||
-rw-r--r-- | misc/fep/distinfo | 1 | ||||
-rw-r--r-- | misc/fep/files/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 000000000000..e7e4a1789e29 --- /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$ +# + +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/distinfo b/misc/fep/distinfo new file mode 100644 index 000000000000..f0e2da6a048f --- /dev/null +++ b/misc/fep/distinfo @@ -0,0 +1 @@ +MD5 (fep.tar.gz) = 3e25e467383d09514c4a37c38d8bd632 diff --git a/misc/fep/files/patch-aa b/misc/fep/files/patch-aa new file mode 100644 index 000000000000..e47aa4997601 --- /dev/null +++ b/misc/fep/files/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 000000000000..e221de8908e4 --- /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 000000000000..2ba9153ff919 --- /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 000000000000..4da5d97ea2f1 --- /dev/null +++ b/misc/fep/pkg-plist @@ -0,0 +1,2 @@ +bin/fep +man/man1/fep.1.gz |