diff options
author | billf <billf@FreeBSD.org> | 2000-01-18 10:29:22 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-01-18 10:29:22 +0800 |
commit | a90724a361deeedd6a2154eca3630494c51429f2 (patch) | |
tree | a180d39748f8020c9886f6c24f26378f57650fe5 /editors | |
parent | 9ee019c944a02f372abe72d9a657526fa9f64a8c (diff) | |
download | freebsd-ports-gnome-a90724a361deeedd6a2154eca3630494c51429f2.tar.gz freebsd-ports-gnome-a90724a361deeedd6a2154eca3630494c51429f2.tar.zst freebsd-ports-gnome-a90724a361deeedd6a2154eca3630494c51429f2.zip |
Import version 0.007 of vigor...
Vigor, for anyone who has been reading UserFriendly recently, is vi with
a very famliar looking "paperclip assistant", who puts the "ass" in assist.
Reviewed by: cpiazza (partially)
On a more personal note, I'm ashamed to have tainted my machine with
this program, let alone create this port.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/vigor/Makefile | 33 | ||||
-rw-r--r-- | editors/vigor/distinfo | 1 | ||||
-rw-r--r-- | editors/vigor/files/patch-aa | 11 | ||||
-rw-r--r-- | editors/vigor/pkg-comment | 1 | ||||
-rw-r--r-- | editors/vigor/pkg-descr | 11 | ||||
-rw-r--r-- | editors/vigor/pkg-plist | 25 |
7 files changed, 83 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index b667069a80f6..196bc2745c45 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -83,6 +83,7 @@ SUBDIR += thoteditor SUBDIR += uemacs SUBDIR += uzap + SUBDIR += vigor SUBDIR += vile SUBDIR += vilearn SUBDIR += vim-lite diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile new file mode 100644 index 000000000000..9ac5fb9a0552 --- /dev/null +++ b/editors/vigor/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: vigor +# Version required: 0.007 +# Date created: 17 Jan 2000 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $FreeBSD$ +# + +DISTNAME= vigor-0.007 +CATEGORIES= editors tk82 tcl82 +MASTER_SITES= http://www.red-bean.com:8080/ + +MAINTAINER= billf@FreeBSD.org + +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ + tcl82.1:${PORTSDIR}/lang/tcl82 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--program-transform-name="s,0,1," + +WRKSRC= ${WRKDIR}/${DISTNAME}/build +CFLAGS+= -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 + +MAN1= ex.1 vi.1 view.1 + +# Uglyness. So is "-ltcl -ltk -ltcl", so I don't feel bad. +post-patch: + @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig + @${SED} -e 's#-ltcl#-ltcl82 -L${LOCALBASE}/lib#g' \ + -e 's#-ltk#-ltk82#g' \ + < ${WRKSRC}/configure.orig > ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/editors/vigor/distinfo b/editors/vigor/distinfo new file mode 100644 index 000000000000..de0517953aba --- /dev/null +++ b/editors/vigor/distinfo @@ -0,0 +1 @@ +MD5 (vigor-0.007.tar.gz) = 27fda5eb9966079df2e2e44e586b8782 diff --git a/editors/vigor/files/patch-aa b/editors/vigor/files/patch-aa new file mode 100644 index 000000000000..0f5d0fab8073 --- /dev/null +++ b/editors/vigor/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Jan 17 18:22:56 2000 ++++ Makefile.in Mon Jan 17 18:24:17 2000 +@@ -82,7 +82,7 @@ + ($(mkdir) $(mandir)/cat1 && $(chmod) $(dmode) $(mandir)/cat1) + @echo "Installing man pages: $(mandir) ..." + cd $(mandir)/cat1 && $(rm) -f `echo vi.0 | sed '$(transform)'` +- $(cp) $(srcdir)/docs/USD.doc/vi.man/vi.0 \ ++ $(cp) `echo $(srcdir)/docs/USD.doc/vi.man/vi.0 |sed '$(transform)'` \ + $(mandir)/cat1/`echo vi.0 | sed '$(transform)'` + cd $(mandir)/cat1 && $(chmod) $(fmode) `echo vi.0 | sed '$(transform)'` + cd $(mandir)/cat1 && $(rm) -f `echo ex.0 | sed '$(transform)'` diff --git a/editors/vigor/pkg-comment b/editors/vigor/pkg-comment new file mode 100644 index 000000000000..9b1198bc6635 --- /dev/null +++ b/editors/vigor/pkg-comment @@ -0,0 +1 @@ +a vi clone inspired by the userfriendly comic strip diff --git a/editors/vigor/pkg-descr b/editors/vigor/pkg-descr new file mode 100644 index 000000000000..2b0ec75e30d3 --- /dev/null +++ b/editors/vigor/pkg-descr @@ -0,0 +1,11 @@ +In a recent fit of madness, hacker Joel Holveck has released Vigor, a version +of the popular Unix editor vi featuring the Vigor Assistant. Holveck declined +to comment on his true motives for creating the program, although it has been +confirmed that he was inspired by Pitr of User Friendly the Comic Strip. + +Holveck denies rumors that he created the program as part of a plot to +encourage the use of Emacs. + +WWW: http://www.red-bean.com/~joelh/vigor/ + +-- Bill Fumerola <billf@FreeBSD.org>, who is ashamed to have made this port. diff --git a/editors/vigor/pkg-plist b/editors/vigor/pkg-plist new file mode 100644 index 000000000000..754437beae93 --- /dev/null +++ b/editors/vigor/pkg-plist @@ -0,0 +1,25 @@ +bin/vigor +man/cat1/ex.1 +man/cat1/vi.1 +man/cat1/view.1 +share/vi/catalog/dutch +share/vi/catalog/english +share/vi/catalog/french +share/vi/catalog/german +share/vi/catalog/ru_SU.KOI8-R +share/vi/catalog/spanish +share/vi/catalog/swedish +share/vi/perl/VI.pm +share/vi/perl/forall.pl +share/vi/perl/make.pl +share/vi/perl/tk.pl +share/vi/perl/wc.pl +share/vi/recover +share/vi/tcl/errors.tcl +share/vi/tcl/gnats.tcl +share/vi/tcl/mailprocs.tcl +share/vi/tcl/wc.tcl +@dirrm share/vi/tcl +@dirrm share/vi/catalog +@dirrm share/vi/perl +@dirrm share/vi |