summaryrefslogtreecommitdiff
path: root/editors/nvi-perl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 09:27:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 09:27:03 +0000
commitfe6a7130373cd1ac52e899a693a7d657bf0aeb3c (patch)
tree03f6b77cea8298bba6280e293ddcef27907a924f /editors/nvi-perl
parentRemove unmaintained expired ports from emulators (diff)
Remove unmaintained expired nvi related ports
2011-05-01 editors/nvi-m17n: Distfile is no more available 2011-05-01 chinese/nvi-big5: Distfile is no more available 2011-05-01 chinese/nvi-euc-cn: Distfile is no more available 2011-05-01 chinese/nvi-euc-tw: Distfile is no more available 2011-05-01 editors/nvi-perl: Distfile is no more available 2011-05-01 japanese/nvi-euc-jp: Distfile is no more available 2011-05-01 japanese/nvi-iso-2022-jp: Distfile is no more available 2011-05-01 japanese/nvi-sjis: Distfile is no more available 2011-05-01 korean/nvi-euc-kr: Distfile is no more available 2011-05-01 korean/nvi-iso-2022-kr: Distfile is no more available
Notes
Notes: svn path=/head/; revision=273466
Diffstat (limited to 'editors/nvi-perl')
-rw-r--r--editors/nvi-perl/Makefile52
-rw-r--r--editors/nvi-perl/distinfo2
-rw-r--r--editors/nvi-perl/files/patch-aa76
-rw-r--r--editors/nvi-perl/files/patch-ab20
-rw-r--r--editors/nvi-perl/files/patch-ac51
-rw-r--r--editors/nvi-perl/files/patch-common::main.c12
-rw-r--r--editors/nvi-perl/files/patch-config.h.in12
-rw-r--r--editors/nvi-perl/files/patch-configure11
-rw-r--r--editors/nvi-perl/files/patch-perl.xs17
-rw-r--r--editors/nvi-perl/files/patch-perlsfio.c17
-rw-r--r--editors/nvi-perl/pkg-descr9
-rw-r--r--editors/nvi-perl/pkg-plist24
-rw-r--r--editors/nvi-perl/pkg-req9
13 files changed, 0 insertions, 312 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile
deleted file mode 100644
index a560547d8f07..000000000000
--- a/editors/nvi-perl/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: nvi-1.79 + perl
-# Date created: 18 Feb 1998
-# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nvi
-PORTVERSION= 1.79
-PORTREVISION= 4
-CATEGORIES= editors
-MASTER_SITES= ftp://ftp.sleepycat.com/pub/
-PKGNAMESUFFIX= -perl
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A clone of vi/ex, with perl5 linked into
-
-# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
-PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
-PATCH_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0
-WRKSRC= ${WRKDIR}/${DISTNAME}/build
-
-DEPRECATED= Distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
-CONFIGURE_ARGS= --enable-perlinterp --program-prefix=pn
-CFLAGS+= -DPERL_POLLUTE
-
-MAN1= pnvi.1
-MLINKS= pnvi.1 pnex.1 pnvi.1 pnview.1
-
-.include <bsd.port.pre.mk>
-
-post-depends:
-.if exists(${PERL})
-PERL_THREADED!= ${PERL} -V | ${GREP} -- -Dusethreads=y || ${TRUE}
-. if ${PERL_THREADED} != ""
-IGNORE= must be built with a NON-threaded Perl
-. endif
-.endif
-
-.if ${PERL_LEVEL} >= 501000
-BROKEN= Does not build with perl >= 5.10
-.endif
-
-post-patch:
- ${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
-
-.include <bsd.port.post.mk>
diff --git a/editors/nvi-perl/distinfo b/editors/nvi-perl/distinfo
deleted file mode 100644
index ba81fa7c7517..000000000000
--- a/editors/nvi-perl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nvi-1.79.tar.gz) = 755b87aa1e25c24c4c1668de5573d7d9a327b529423ce3ad9ee753bfb2296e33
-SIZE (nvi-1.79.tar.gz) = 1295401
diff --git a/editors/nvi-perl/files/patch-aa b/editors/nvi-perl/files/patch-aa
deleted file mode 100644
index 234fe85a1ae9..000000000000
--- a/editors/nvi-perl/files/patch-aa
+++ /dev/null
@@ -1,76 +0,0 @@
---- build/Makefile.in.orig Wed Oct 23 22:43:38 1996
-+++ build/Makefile.in Fri Feb 20 00:27:03 1998
-@@ -85,25 +85,25 @@
- cd $(bindir) && $(chmod) $(emode) `echo vi | sed '$(transform)'`
- cd $(bindir) && $(rm) -f `echo ex | sed '$(transform)'`
- cd $(bindir) && $(rm) -f `echo view | sed '$(transform)'`
-- cd $(bindir) && $(ln) \
-+ cd $(bindir) && $(ln) -s \
- `echo vi | sed '$(transform)'` `echo ex | sed '$(transform)'`
-- cd $(bindir) && $(ln) \
-+ cd $(bindir) && $(ln) -s \
- `echo vi | sed '$(transform)'` `echo view | sed '$(transform)'`
- [ -d $(mandir) ] || \
- ($(mkdir) $(mandir) && $(chmod) $(dmode) $(mandir))
-- [ -d $(mandir)/cat1 ] || \
-- ($(mkdir) $(mandir)/cat1 && $(chmod) $(dmode) $(mandir)/cat1)
-+# [ -d $(mandir)/cat1 ] || \
-+# ($(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 \
-- $(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)'`
-- cd $(mandir)/cat1 && $(rm) -f `echo view.0 | sed '$(transform)'`
-- cd $(mandir)/cat1 && $(ln) \
-- `echo vi.0 | sed '$(transform)'` `echo ex.0 | sed '$(transform)'`
-- cd $(mandir)/cat1 && $(ln) \
-- `echo vi.0 | sed '$(transform)'` `echo view.0 | sed '$(transform)'`
-+# cd $(mandir)/cat1 && $(rm) -f `echo vi.0 | sed '$(transform)'`
-+# $(cp) $(srcdir)/docs/USD.doc/vi.man/vi.0 \
-+# $(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)'`
-+# cd $(mandir)/cat1 && $(rm) -f `echo view.0 | sed '$(transform)'`
-+# cd $(mandir)/cat1 && $(ln) -s \
-+# `echo vi.0 | sed '$(transform)'` `echo ex.0 | sed '$(transform)'`
-+# cd $(mandir)/cat1 && $(ln) -s \
-+# `echo vi.0 | sed '$(transform)'` `echo view.0 | sed '$(transform)'`
- [ -d $(mandir)/man1 ] || \
- ($(mkdir) $(mandir)/man1 && $(chmod) $(dmode) $(mandir)/man1)
- cd $(mandir)/man1 && $(rm) -f `echo vi.1 | sed '$(transform)'`
-@@ -112,9 +112,9 @@
- cd $(mandir)/man1 && $(chmod) $(fmode) `echo vi.1 | sed '$(transform)'`
- cd $(mandir)/man1 && $(rm) -f `echo ex.1 | sed '$(transform)'`
- cd $(mandir)/man1 && $(rm) -f `echo view.1 | sed '$(transform)'`
-- cd $(mandir)/man1 && $(ln) \
-+ cd $(mandir)/man1 && $(ln) -s \
- `echo vi.1 | sed '$(transform)'` `echo ex.1 | sed '$(transform)'`
-- cd $(mandir)/man1 && $(ln) \
-+ cd $(mandir)/man1 && $(ln) -s \
- `echo vi.1 | sed '$(transform)'` `echo view.1 | sed '$(transform)'`
-
- cat= dutch english french german ru_SU.KOI8-R spanish swedish
-@@ -139,7 +139,7 @@
- cd $(datadir)/vi/catalog && $(chmod) $(fmode) *)
- @echo "Installing Perl scripts: $(datadir)/vi/perl ..."
- $(mkdir) $(datadir)/vi/perl && $(chmod) $(dmode) $(datadir)/vi/perl
-- [ -f VI.pm ] && $(cp) VI.pm $(datadir)/vi/perl && \
-+ [ ! -f VI.pm ] || ($(cp) VI.pm $(datadir)/vi/perl && \
- cd $(datadir)/vi/perl && $(chmod) $(fmode) VI.pm)
- (cd $(srcdir)/perl_scripts && $(cp) *.pl $(datadir)/vi/perl && \
- cd $(datadir)/vi/perl && $(chmod) $(fmode) *.pl)
-@@ -156,9 +156,9 @@
- cd $(bindir) && $(rm) -f `echo ex | sed '$(transform)'`
- cd $(bindir) && $(rm) -f `echo vi | sed '$(transform)'`
- cd $(bindir) && $(rm) -f `echo view | sed '$(transform)'`
-- cd $(mandir)/cat1 && $(rm) -f `echo ex.0 | sed '$(transform)'`
-- cd $(mandir)/cat1 && $(rm) -f `echo vi.0 | sed '$(transform)'`
-- cd $(mandir)/cat1 && $(rm) -f `echo view.0 | sed '$(transform)'`
-+# cd $(mandir)/cat1 && $(rm) -f `echo ex.0 | sed '$(transform)'`
-+# cd $(mandir)/cat1 && $(rm) -f `echo vi.0 | sed '$(transform)'`
-+# cd $(mandir)/cat1 && $(rm) -f `echo view.0 | sed '$(transform)'`
- cd $(mandir)/man1 && $(rm) -f `echo ex.1 | sed '$(transform)'`
- cd $(mandir)/man1 && $(rm) -f `echo vi.1 | sed '$(transform)'`
- cd $(mandir)/man1 && $(rm) -f `echo view.1 | sed '$(transform)'`
diff --git a/editors/nvi-perl/files/patch-ab b/editors/nvi-perl/files/patch-ab
deleted file mode 100644
index 57fafcb79fe3..000000000000
--- a/editors/nvi-perl/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- perl_api/perl.xs.orig Thu Oct 17 03:16:34 1996
-+++ perl_api/perl.xs Sun May 9 01:42:05 1999
-@@ -142,7 +142,7 @@
- perl_call_argv("VI::bootstrap", G_DISCARD, bootargs);
- perl_eval("$SIG{__WARN__}='VI::Warn'");
-
-- av_unshift(av = GvAVn(incgv), 1);
-+ av_unshift(av = GvAVn(PL_incgv), 1);
- av_store(av, 0, newSVpv(_PATH_PERLSCRIPTS,
- sizeof(_PATH_PERLSCRIPTS)-1));
-
-@@ -418,7 +418,7 @@
- xs_init()
- {
- #ifdef HAVE_PERL_5_003_01
-- dXSUB_SYS;
-+ dXSUB_SYS
- #endif
- char *file = __FILE__;
-
diff --git a/editors/nvi-perl/files/patch-ac b/editors/nvi-perl/files/patch-ac
deleted file mode 100644
index 34cabfd43d1f..000000000000
--- a/editors/nvi-perl/files/patch-ac
+++ /dev/null
@@ -1,51 +0,0 @@
---- include/sys/queue.h.old Wed Jan 10 07:16:01 2001
-+++ include/sys/queue.h Wed Jan 10 07:17:02 2001
-@@ -33,8 +33,10 @@
- * @(#)queue.h 8.5 (Berkeley) 8/20/94
- */
-
--#ifndef _SYS_QUEUE_H_
--#define _SYS_QUEUE_H_
-+#ifndef _SYS_QUEUE_HACK_H_
-+#define _SYS_QUEUE_HACK_H_
-+
-+#include <sys/queue_dist.h>
-
- /*
- * This file defines three types of data structures: lists, tail queues,
-@@ -65,6 +67,7 @@
- * For details on the use of these macros, see the queue(3) manual page.
- */
-
-+#ifndef LIST_HEAD
- /*
- * List definitions.
- */
-@@ -114,7 +117,9 @@
- (elm)->field.le_prev; \
- *(elm)->field.le_prev = (elm)->field.le_next; \
- }
-+#endif /* LIST_HEAD */
-
-+#ifndef TAILQ_HEAD
- /*
- * Tail queue definitions.
- */
-@@ -180,7 +185,9 @@
- (head)->tqh_last = (elm)->field.tqe_prev; \
- *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
- }
-+#endif /* TAILQ_HEAD */
-
-+#ifndef CIRCLEQ_HEAD
- /*
- * Circular queue definitions.
- */
-@@ -256,4 +263,6 @@
- (elm)->field.cqe_prev->field.cqe_next = \
- (elm)->field.cqe_next; \
- }
--#endif /* !_SYS_QUEUE_H_ */
-+#endif /* CIRCLEQ_HEAD */
-+
-+#endif /* !_SYS_QUEUE_HACK_H_ */
diff --git a/editors/nvi-perl/files/patch-common::main.c b/editors/nvi-perl/files/patch-common::main.c
deleted file mode 100644
index d4f36332e8d1..000000000000
--- a/editors/nvi-perl/files/patch-common::main.c
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD$
-
---- common/main.c.orig Sun Jan 4 17:35:52 2004
-+++ common/main.c Sun Jan 4 17:36:09 2004
-@@ -93,6 +93,7 @@
- else {
- /* Nview, view are readonly. */
- if (!strcmp(gp->progname, "nview") ||
-+ !strcmp(gp->progname, "pnview") ||
- !strcmp(gp->progname, "view"))
- readonly = 1;
-
diff --git a/editors/nvi-perl/files/patch-config.h.in b/editors/nvi-perl/files/patch-config.h.in
deleted file mode 100644
index 657b8219f52b..000000000000
--- a/editors/nvi-perl/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- build/config.h.in- Fri May 9 12:50:29 2003
-+++ build/config.h.in Fri May 9 12:50:56 2003
-@@ -103,9 +103,6 @@
- /* Define if you have <sys/select.h> */
- #undef HAVE_SYS_SELECT_H
-
--/* Define if you have the System V style pty calls. */
--#undef HAVE_SYS5_PTY
--
- /* Define if you want to compile in the Tcl interpreter. */
- #undef HAVE_TCL_INTERP
-
diff --git a/editors/nvi-perl/files/patch-configure b/editors/nvi-perl/files/patch-configure
deleted file mode 100644
index 2110039f50d1..000000000000
--- a/editors/nvi-perl/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- build/configure.orig Thu Apr 3 00:25:44 2003
-+++ build/configure Thu Apr 3 00:26:00 2003
-@@ -979,7 +979,7 @@ if test "$vi_cv_path_sendmail" = no; the
- fi
-
-
--for ac_prog in perl5 perl
-+for ac_prog in perl perl5
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
diff --git a/editors/nvi-perl/files/patch-perl.xs b/editors/nvi-perl/files/patch-perl.xs
deleted file mode 100644
index c18e6c8c0dcd..000000000000
--- a/editors/nvi-perl/files/patch-perl.xs
+++ /dev/null
@@ -1,17 +0,0 @@
---- perl_api/perl.xs.orig Thu Apr 3 00:34:52 2003
-+++ perl_api/perl.xs Thu Apr 3 00:35:05 2003
-@@ -31,11 +31,12 @@ static const char sccsid[] = "@(#)perl.x
- #include <termios.h>
- #include <unistd.h>
-
--#include "../common/common.h"
--
- #include <EXTERN.h>
- #include <perl.h>
- #include <XSUB.h>
-+
-+#undef ARGS
-+#include "../common/common.h"
-
- #include "perl_extern.h"
-
diff --git a/editors/nvi-perl/files/patch-perlsfio.c b/editors/nvi-perl/files/patch-perlsfio.c
deleted file mode 100644
index 549ec3a114df..000000000000
--- a/editors/nvi-perl/files/patch-perlsfio.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- perl_api/perlsfio.c.orig Thu Apr 3 00:41:06 2003
-+++ perl_api/perlsfio.c Thu Apr 3 00:41:23 2003
-@@ -27,11 +27,12 @@ static const char sccsid[] = "@(#)perlsf
- #include <termios.h>
- #include <unistd.h>
-
--#include "../common/common.h"
--
- #include <EXTERN.h>
- #include <perl.h>
- #include <XSUB.h>
-+
-+#undef ARGS
-+#include "../common/common.h"
-
- #include "perl_extern.h"
-
diff --git a/editors/nvi-perl/pkg-descr b/editors/nvi-perl/pkg-descr
deleted file mode 100644
index abd6e66b3cd9..000000000000
--- a/editors/nvi-perl/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This ports contains nex/nvi with perl5 interpreter linked into.
-
-nex/nvi is a freely redistributable implementation of ex/vi text
-editors originally distributed as part of the Fourth Berkeley
-Software Distribution (4BSD), by the University of California,
-Berkeley.
-
-original distribution site:
- ftp://ftp.cs.berkeley.edu/ucb/4bsd/nvi-1.79.tar.gz
diff --git a/editors/nvi-perl/pkg-plist b/editors/nvi-perl/pkg-plist
deleted file mode 100644
index 68fcae85c70b..000000000000
--- a/editors/nvi-perl/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/pnex
-bin/pnvi
-bin/pnview
-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/perl
-@dirrm share/vi/catalog
-@dirrm share/vi
diff --git a/editors/nvi-perl/pkg-req b/editors/nvi-perl/pkg-req
deleted file mode 100644
index e108ec466a25..000000000000
--- a/editors/nvi-perl/pkg-req
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ "$2" != "INSTALL" ]; then
- exit 0
-fi
-echo "********************************************************"
-echo "* W a r n i n g *"
-echo "* Read /usr/local/share/vi/README.* for controlling *"
-echo "* multilingual functionalities. *"
-echo "********************************************************"