diff options
-rw-r--r-- | editors/vilearn/Makefile | 27 | ||||
-rw-r--r-- | editors/vilearn/distinfo | 1 | ||||
-rw-r--r-- | editors/vilearn/files/patch-aa | 26 | ||||
-rw-r--r-- | editors/vilearn/pkg-comment | 1 | ||||
-rw-r--r-- | editors/vilearn/pkg-descr | 2 | ||||
-rw-r--r-- | editors/vilearn/pkg-plist | 9 |
6 files changed, 66 insertions, 0 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile new file mode 100644 index 000000000000..828b0c9ea694 --- /dev/null +++ b/editors/vilearn/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: vilearn +# Version required: 1.0 +# Date created: 12 Dec 1997 +# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> +# +# $Id$ +# + +DISTNAME= vilearn +PKGNAME= vilearn-1.0 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.funet.fi/pub/Linux/util/networking/util-swan/pub/misc/ \ + ftp://ftp.mcc.ac.uk/pub/linux/fi.mirror/util/networking/util-swan/pub/misc/ \ + ftp://ftp.tu-chemnitz.de/pub/linux/funet-mirror/util/networking/util-swan/pub/misc/ +EXTRACT_SUFX= .Z + +MAINTAINER= i.vaudrey@bigfoot.com + +WRKSRC= ${WRKDIR}/${PKGNAME} +NO_CONFIGURE= yes +EXTRACT_CMD= uncompress +EXTRACT_BEFORE_ARGS= -c +EXTRACT_AFTER_ARGS= | tail -n 1759 | sh + +MAN1= vilearn.1 + +.include <bsd.port.mk> diff --git a/editors/vilearn/distinfo b/editors/vilearn/distinfo new file mode 100644 index 000000000000..89a20a07b318 --- /dev/null +++ b/editors/vilearn/distinfo @@ -0,0 +1 @@ +MD5 (vilearn.Z) = 5c9b0af9ce48befa58356594c2c1e4b3 diff --git a/editors/vilearn/files/patch-aa b/editors/vilearn/files/patch-aa new file mode 100644 index 000000000000..552495ac9e1e --- /dev/null +++ b/editors/vilearn/files/patch-aa @@ -0,0 +1,26 @@ +--- Makefile.orig Fri Dec 12 09:08:12 1997 ++++ Makefile Fri Dec 12 09:17:12 1997 +@@ -4,12 +4,12 @@ + + # BINDIR is where the vilearn shell script will live. It should be in the + # path of new users. +-BINDIR= /usr/local/bin ++BINDIR= ${PREFIX}/bin + + # MANDIR is the man area where vilearn's man page will be installed. It + # should be somewhere that the default man command will search. + +-MANDIR= /usr/local/man ++MANDIR= ${PREFIX}/man + + # SEC is the section of the manual that vilearn's man page will be + # installed in. +@@ -18,7 +18,7 @@ + + # TUTORIALS is the directory where the master copies of the tutorials + # will live. +-TUTORIALS= /usr/local/lib/vilearn ++TUTORIALS= ${PREFIX}/share/vilearn + + # Shouldn't have to edit below here. + diff --git a/editors/vilearn/pkg-comment b/editors/vilearn/pkg-comment new file mode 100644 index 000000000000..270d7a69b946 --- /dev/null +++ b/editors/vilearn/pkg-comment @@ -0,0 +1 @@ +An interactive tutorial for the vi editor. diff --git a/editors/vilearn/pkg-descr b/editors/vilearn/pkg-descr new file mode 100644 index 000000000000..f6062b7d7a28 --- /dev/null +++ b/editors/vilearn/pkg-descr @@ -0,0 +1,2 @@ +This is version 1.0 of vilearn, an interactive vi tutorial. There are +five short tutorials, each a text file intended to be edited with vi. diff --git a/editors/vilearn/pkg-plist b/editors/vilearn/pkg-plist new file mode 100644 index 000000000000..9cb467644d8c --- /dev/null +++ b/editors/vilearn/pkg-plist @@ -0,0 +1,9 @@ +bin/vilearn +man/man1/vilearn.1.gz +share/vilearn/1basics +share/vilearn/2moving +share/vilearn/3cutpaste +share/vilearn/3temp +share/vilearn/4inserting +share/vilearn/5tricks +@dirrm share/vilearn |