diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-19 04:55:16 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-19 04:55:16 +0000 |
commit | 368847cb901c962ae0ab9e8800881b5061a57a02 (patch) | |
tree | 40fd00b81018191d0ab28fdd92f2e572f6df585b /editors/vigor | |
parent | 17300458d5138335092bad8728ae3dd235c93cc0 (diff) | |
download | pkgsrc-368847cb901c962ae0ab9e8800881b5061a57a02.tar.gz |
Vigor is designed as a vi-compatible editor, with a little (*ahem*)
extra something thrown in. It was inspired by the January 4, 2000
storyline in the User Friendly comic. If you haven't seen it yet,
check it out at http://www.userfriendly.org/ (and do so in a place you
can freely laugh).
Diffstat (limited to 'editors/vigor')
-rw-r--r-- | editors/vigor/Makefile | 29 | ||||
-rw-r--r-- | editors/vigor/files/md5 | 3 | ||||
-rw-r--r-- | editors/vigor/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/vigor/pkg/DESCR | 5 | ||||
-rw-r--r-- | editors/vigor/pkg/PLIST | 29 |
5 files changed, 67 insertions, 0 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile new file mode 100644 index 00000000000..bb233654de7 --- /dev/null +++ b/editors/vigor/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/19 04:55:16 hubertf Exp $ +# + +DISTNAME= vigor-0.009 +CATEGORIES= editors +MASTER_SITES= http://www.red-bean.com:8080/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.red-bean.com/~joelh/vigor/ + +DEPENDS+= tk-8.0.*:../../x11/tk80 + +CONFLICTS+= nvi-* + +WRKSRC= ${WRKDIR}/${DISTNAME}/build +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-x +# --enable-perlinterp \ +# --disable-curses \ +# --disable-db \ +# --disable-re +CONFIGURE_ENV+= ADDCPPFLAGS=" -I${LOCALBASE}/include/tcl8.0 \ + -I${LOCALBASE}/include/tk8.0" \ + ADDLDFLAGS=" -L${LOCALBASE}/lib" + +post-build: + nroff -mandoc ${WRKSRC}/../docs/USD.doc/vi.man/vi.1 >${WRKSRC}/../docs/USD.doc/vi.man/vi.0 + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/vigor/files/md5 b/editors/vigor/files/md5 new file mode 100644 index 00000000000..5b24c7fc9aa --- /dev/null +++ b/editors/vigor/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/19 04:55:16 hubertf Exp $ + +MD5 (vigor-0.009.tar.gz) = dfd83ea8ee687a86fd92842adfd01a98 diff --git a/editors/vigor/pkg/COMMENT b/editors/vigor/pkg/COMMENT new file mode 100644 index 00000000000..96397c5ff51 --- /dev/null +++ b/editors/vigor/pkg/COMMENT @@ -0,0 +1 @@ +nvi with excessive online "help" diff --git a/editors/vigor/pkg/DESCR b/editors/vigor/pkg/DESCR new file mode 100644 index 00000000000..1a513953f58 --- /dev/null +++ b/editors/vigor/pkg/DESCR @@ -0,0 +1,5 @@ +Vigor is designed as a vi-compatible editor, with a little (*ahem*) +extra something thrown in. It was inspired by the January 4, 2000 +storyline in the User Friendly comic. If you haven't seen it yet, +check it out at http://www.userfriendly.org/ (and do so in a place you +can freely laugh). diff --git a/editors/vigor/pkg/PLIST b/editors/vigor/pkg/PLIST new file mode 100644 index 00000000000..e66d20773ca --- /dev/null +++ b/editors/vigor/pkg/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/19 04:55:16 hubertf Exp $ +bin/vigor +man/cat1/vi.0 +man/cat1/ex.0 +man/cat1/view.0 +man/man1/vi.1 +man/man1/ex.1 +man/man1/view.1 +share/vi/catalog/german +share/vi/catalog/spanish +share/vi/catalog/ru_SU.KOI8-R +share/vi/catalog/swedish +share/vi/catalog/french +share/vi/catalog/english +share/vi/catalog/dutch +share/vi/perl/VI.pm +share/vi/perl/wc.pl +share/vi/perl/tk.pl +share/vi/perl/make.pl +share/vi/perl/forall.pl +share/vi/tcl/wc.tcl +share/vi/tcl/mailprocs.tcl +share/vi/tcl/gnats.tcl +share/vi/tcl/errors.tcl +share/vi/recover +@dirrm share/vi/tcl +@dirrm share/vi/perl +@dirrm share/vi/catalog +@dirrm share/vi |