summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2002-10-26 06:09:25 +0000
committerGary Jennejohn <gj@FreeBSD.org>2002-10-26 06:09:25 +0000
commitab7e557d658b8292312b44d4915009f445a17f8e (patch)
treebbbfe92eb819fd22506a21b498c92e62a346d710 /editors
parentFix build on -current (#include <wchar.h> instead of <rune.h>) (diff)
Update to version 9.3f.
Notes
Notes: svn path=/head/; revision=68861
Diffstat (limited to 'editors')
-rw-r--r--editors/vile/Makefile6
-rw-r--r--editors/vile/distinfo2
-rw-r--r--editors/vile/pkg-plist6
-rw-r--r--editors/vile/pkg-plist.filt3
-rw-r--r--editors/vile/pkg-plist.perl6
-rw-r--r--editors/vile/pkg-plist.perl+filt3
-rw-r--r--editors/xvile/Makefile6
-rw-r--r--editors/xvile/distinfo2
-rw-r--r--editors/xvile/pkg-plist6
-rw-r--r--editors/xvile/pkg-plist.filt3
-rw-r--r--editors/xvile/pkg-plist.perl6
-rw-r--r--editors/xvile/pkg-plist.perl+filt3
12 files changed, 48 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 57b8cd856e6d..32d3773bc89c 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vile
-PORTVERSION= 9.3d
+PORTVERSION= 9.3f
CATEGORIES= editors
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
ftp://dickey.his.com/vile/
@@ -17,7 +17,9 @@ PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
PATCHFILES= vile-9.3a.patch.gz \
vile-9.3b.patch.gz \
vile-9.3c.patch.gz \
- vile-9.3d.patch.gz
+ vile-9.3d.patch.gz \
+ vile-9.3e.patch.gz \
+ vile-9.3f.patch.gz
MAINTAINER= gj@FreeBSD.org
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index bc1e43608ff7..026c3542ed97 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -3,3 +3,5 @@ MD5 (vile-9.3a.patch.gz) = e6d6c53a98b48119041053eb82ae6129
MD5 (vile-9.3b.patch.gz) = 69a7ce690418fef171461bc170ba1471
MD5 (vile-9.3c.patch.gz) = a9d9b2223ae56a51310c2c0973129259
MD5 (vile-9.3d.patch.gz) = 4b2b28900bd0035e9ca46d3be5e7dc9c
+MD5 (vile-9.3e.patch.gz) = c2241ad6e5a70d12d7415401aaec0b4f
+MD5 (vile-9.3f.patch.gz) = 67bb75078e1ef009ee4b6928c396519a
diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist
index 020c76819812..3fbae1db2026 100644
--- a/editors/vile/pkg-plist
+++ b/editors/vile/pkg-plist
@@ -17,6 +17,7 @@ lib/vile/vile-def-filt
lib/vile/vile-diff-filt
lib/vile/vile-ecl-filt
lib/vile/vile-esql-filt
+lib/vile/vile-est-filt
lib/vile/vile-html-filt
lib/vile/vile-imake-filt
lib/vile/vile-latex-filt
@@ -30,9 +31,11 @@ lib/vile/vile-nr-filt
lib/vile/vile-perl-filt
lib/vile/vile-pl-filt
lib/vile/vile-py-filt
+lib/vile/vile-ps-filt
lib/vile/vile-rc-filt
lib/vile/vile-rcs-filt
lib/vile/vile-rexx-filt
+lib/vile/vile-rpm-filt
lib/vile/vile-sccs-filt
lib/vile/vile-sed-filt
lib/vile/vile-sh-filt
@@ -89,6 +92,7 @@ share/vile/dcl.keywords
share/vile/def.keywords
share/vile/diff.keywords
share/vile/ecl.keywords
+share/vile/est.keywords
share/vile/esql.keywords
share/vile/fdl.keywords
share/vile/js.keywords
@@ -104,11 +108,13 @@ share/vile/nr.keywords
share/vile/pas.keywords
share/vile/pc.keywords
share/vile/perl.keywords
+share/vile/ps.keywords
share/vile/py.keywords
share/vile/pot.keywords
share/vile/rc.keywords
share/vile/rcs.keywords
share/vile/rexx.keywords
+share/vile/rpm.keywords
share/vile/sccs.keywords
share/vile/sh.keywords
share/vile/sql.keywords
diff --git a/editors/vile/pkg-plist.filt b/editors/vile/pkg-plist.filt
index 4d6a0782a5ed..7a1df4967a83 100644
--- a/editors/vile/pkg-plist.filt
+++ b/editors/vile/pkg-plist.filt
@@ -41,6 +41,7 @@ share/vile/dcl.keywords
share/vile/def.keywords
share/vile/diff.keywords
share/vile/ecl.keywords
+share/vile/est.keywords
share/vile/esql.keywords
share/vile/fdl.keywords
share/vile/js.keywords
@@ -56,11 +57,13 @@ share/vile/nr.keywords
share/vile/pas.keywords
share/vile/pc.keywords
share/vile/perl.keywords
+share/vile/ps.keywords
share/vile/py.keywords
share/vile/pot.keywords
share/vile/rc.keywords
share/vile/rcs.keywords
share/vile/rexx.keywords
+share/vile/rpm.keywords
share/vile/sccs.keywords
share/vile/sh.keywords
share/vile/sql.keywords
diff --git a/editors/vile/pkg-plist.perl b/editors/vile/pkg-plist.perl
index 147731a57f29..10e52f7d911d 100644
--- a/editors/vile/pkg-plist.perl
+++ b/editors/vile/pkg-plist.perl
@@ -18,6 +18,7 @@ lib/vile/vile-fdl-filt
lib/vile/vile-diff-filt
lib/vile/vile-ecl-filt
lib/vile/vile-esql-filt
+lib/vile/vile-est-filt
lib/vile/vile-html-filt
lib/vile/vile-imake-filt
lib/vile/vile-latex-filt
@@ -31,9 +32,11 @@ lib/vile/vile-nr-filt
lib/vile/vile-perl-filt
lib/vile/vile-pl-filt
lib/vile/vile-py-filt
+lib/vile/vile-ps-filt
lib/vile/vile-rc-filt
lib/vile/vile-rcs-filt
lib/vile/vile-rexx-filt
+lib/vile/vile-rpm-filt
lib/vile/vile-sccs-filt
lib/vile/vile-sed-filt
lib/vile/vile-sh-filt
@@ -120,6 +123,7 @@ share/vile/def.keywords
share/vile/diff.keywords
share/vile/ecl.keywords
share/vile/esql.keywords
+share/vile/est.keywords
share/vile/fdl.keywords
share/vile/html.keywords
share/vile/imake.keywords
@@ -132,11 +136,13 @@ share/vile/mail.keywords
share/vile/make.keywords
share/vile/nr.keywords
share/vile/perl.keywords
+share/vile/ps.keywords
share/vile/py.keywords
share/vile/pot.keywords
share/vile/rc.keywords
share/vile/rcs.keywords
share/vile/rexx.keywords
+share/vile/rpm.keywords
share/vile/sccs.keywords
share/vile/sh.keywords
share/vile/sml.keywords
diff --git a/editors/vile/pkg-plist.perl+filt b/editors/vile/pkg-plist.perl+filt
index 5c8acbd772a3..9f7c87a1ae25 100644
--- a/editors/vile/pkg-plist.perl+filt
+++ b/editors/vile/pkg-plist.perl+filt
@@ -72,6 +72,7 @@ share/vile/def.keywords
share/vile/diff.keywords
share/vile/ecl.keywords
share/vile/esql.keywords
+share/vile/est.keywords
share/vile/fdl.keywords
share/vile/html.keywords
share/vile/imake.keywords
@@ -84,11 +85,13 @@ share/vile/mail.keywords
share/vile/make.keywords
share/vile/nr.keywords
share/vile/perl.keywords
+share/vile/ps.keywords
share/vile/py.keywords
share/vile/pot.keywords
share/vile/rc.keywords
share/vile/rcs.keywords
share/vile/rexx.keywords
+share/vile/rpm.keywords
share/vile/sccs.keywords
share/vile/sh.keywords
share/vile/sml.keywords
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 24cb14e1a71f..9a59585fd75e 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xvile
-PORTVERSION= 9.3d
+PORTVERSION= 9.3f
CATEGORIES= editors
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
ftp://dickey.his.com/vile/
@@ -17,7 +17,9 @@ PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
PATCHFILES= vile-9.3a.patch.gz \
vile-9.3b.patch.gz \
vile-9.3c.patch.gz \
- vile-9.3d.patch.gz
+ vile-9.3d.patch.gz \
+ vile-9.3e.patch.gz \
+ vile-9.3f.patch.gz
MAINTAINER= gj@FreeBSD.org
diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo
index bc1e43608ff7..026c3542ed97 100644
--- a/editors/xvile/distinfo
+++ b/editors/xvile/distinfo
@@ -3,3 +3,5 @@ MD5 (vile-9.3a.patch.gz) = e6d6c53a98b48119041053eb82ae6129
MD5 (vile-9.3b.patch.gz) = 69a7ce690418fef171461bc170ba1471
MD5 (vile-9.3c.patch.gz) = a9d9b2223ae56a51310c2c0973129259
MD5 (vile-9.3d.patch.gz) = 4b2b28900bd0035e9ca46d3be5e7dc9c
+MD5 (vile-9.3e.patch.gz) = c2241ad6e5a70d12d7415401aaec0b4f
+MD5 (vile-9.3f.patch.gz) = 67bb75078e1ef009ee4b6928c396519a
diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist
index fd4063cd5bec..c2f4cda3e421 100644
--- a/editors/xvile/pkg-plist
+++ b/editors/xvile/pkg-plist
@@ -19,6 +19,7 @@ lib/xvile/vile-def-filt
lib/xvile/vile-diff-filt
lib/xvile/vile-ecl-filt
lib/xvile/vile-esql-filt
+lib/xvile/vile-est-filt
lib/xvile/vile-html-filt
lib/xvile/vile-imake-filt
lib/xvile/vile-latex-filt
@@ -30,10 +31,12 @@ lib/xvile/vile-mms-filt
lib/xvile/vile-nr-filt
lib/xvile/vile-perl-filt
lib/xvile/vile-pl-filt
+lib/xvile/vile-ps-filt
lib/xvile/vile-py-filt
lib/xvile/vile-rc-filt
lib/xvile/vile-rcs-filt
lib/xvile/vile-rexx-filt
+lib/xvile/vile-rpm-filt
lib/xvile/vile-sccs-filt
lib/xvile/vile-sed-filt
lib/xvile/vile-sh-filt
@@ -84,6 +87,7 @@ share/xvile/vile/cpp.keywords
share/xvile/vile/filters.rc
share/xvile/vile/pas.keywords
share/xvile/vile/pc.keywords
+share/xvile/vile/ps.keywords
share/xvile/vile/vile.keywords
share/xvile/vile/vim.keywords
share/xvile/vile/ada.keywords
@@ -96,6 +100,7 @@ share/xvile/vile/def.keywords
share/xvile/vile/diff.keywords
share/xvile/vile/ecl.keywords
share/xvile/vile/esql.keywords
+share/xvile/vile/est.keywords
share/xvile/vile/fdl.keywords
share/xvile/vile/html.keywords
share/xvile/vile/imake.keywords
@@ -113,6 +118,7 @@ share/xvile/vile/pot.keywords
share/xvile/vile/rc.keywords
share/xvile/vile/rcs.keywords
share/xvile/vile/rexx.keywords
+share/xvile/vile/rpm.keywords
share/xvile/vile/sccs.keywords
share/xvile/vile/sh.keywords
share/xvile/vile/sml.keywords
diff --git a/editors/xvile/pkg-plist.filt b/editors/xvile/pkg-plist.filt
index dc08441494e4..3a80a3c9529b 100644
--- a/editors/xvile/pkg-plist.filt
+++ b/editors/xvile/pkg-plist.filt
@@ -36,6 +36,7 @@ share/xvile/vile/cpp.keywords
share/xvile/vile/filters.rc
share/xvile/vile/pas.keywords
share/xvile/vile/pc.keywords
+share/xvile/vile/ps.keywords
share/xvile/vile/vb.keywords
share/xvile/vile/vile.keywords
share/xvile/vile/vim.keywords
@@ -50,6 +51,7 @@ share/xvile/vile/def.keywords
share/xvile/vile/diff.keywords
share/xvile/vile/ecl.keywords
share/xvile/vile/esql.keywords
+share/xvile/vile/est.keywords
share/xvile/vile/fdl.keywords
share/xvile/vile/html.keywords
share/xvile/vile/imake.keywords
@@ -67,6 +69,7 @@ share/xvile/vile/pot.keywords
share/xvile/vile/rc.keywords
share/xvile/vile/rcs.keywords
share/xvile/vile/rexx.keywords
+share/xvile/vile/rpm.keywords
share/xvile/vile/sccs.keywords
share/xvile/vile/sh.keywords
share/xvile/vile/sml.keywords
diff --git a/editors/xvile/pkg-plist.perl b/editors/xvile/pkg-plist.perl
index e3130b6b2853..6ce9fd311c63 100644
--- a/editors/xvile/pkg-plist.perl
+++ b/editors/xvile/pkg-plist.perl
@@ -19,6 +19,7 @@ lib/xvile/vile-def-filt
lib/xvile/vile-diff-filt
lib/xvile/vile-ecl-filt
lib/xvile/vile-esql-filt
+lib/xvile/vile-est-filt
lib/xvile/vile-html-filt
lib/xvile/vile-imake-filt
lib/xvile/vile-latex-filt
@@ -31,10 +32,12 @@ lib/xvile/vile-mms-filt
lib/xvile/vile-nr-filt
lib/xvile/vile-perl-filt
lib/xvile/vile-pl-filt
+lib/xvile/vile-ps-filt
lib/xvile/vile-py-filt
lib/xvile/vile-rc-filt
lib/xvile/vile-rcs-filt
lib/xvile/vile-rexx-filt
+lib/xvile/vile-rpm-filt
lib/xvile/vile-sccs-filt
lib/xvile/vile-sed-filt
lib/xvile/vile-sh-filt
@@ -109,6 +112,7 @@ share/xvile/vile/cpp.keywords
share/xvile/vile/filters.rc
share/xvile/vile/pas.keywords
share/xvile/vile/pc.keywords
+share/xvile/vile/ps.keywords
share/xvile/vile/vb.keywords
share/xvile/vile/vile.keywords
share/xvile/vile/vim.keywords
@@ -123,6 +127,7 @@ share/xvile/vile/def.keywords
share/xvile/vile/diff.keywords
share/xvile/vile/ecl.keywords
share/xvile/vile/esql.keywords
+share/xvile/vile/est.keywords
share/xvile/vile/fdl.keywords
share/xvile/vile/html.keywords
share/xvile/vile/imake.keywords
@@ -140,6 +145,7 @@ share/xvile/vile/pot.keywords
share/xvile/vile/rc.keywords
share/xvile/vile/rcs.keywords
share/xvile/vile/rexx.keywords
+share/xvile/vile/rpm.keywords
share/xvile/vile/sccs.keywords
share/xvile/vile/sh.keywords
share/xvile/vile/sml.keywords
diff --git a/editors/xvile/pkg-plist.perl+filt b/editors/xvile/pkg-plist.perl+filt
index 2915a5e03661..5e877a5e9888 100644
--- a/editors/xvile/pkg-plist.perl+filt
+++ b/editors/xvile/pkg-plist.perl+filt
@@ -61,6 +61,7 @@ share/xvile/vile/cpp.keywords
share/xvile/vile/filters.rc
share/xvile/vile/pas.keywords
share/xvile/vile/pc.keywords
+share/xvile/vile/ps.keywords
share/xvile/vile/vb.keywords
share/xvile/vile/vile.keywords
share/xvile/vile/vim.keywords
@@ -75,6 +76,7 @@ share/xvile/vile/def.keywords
share/xvile/vile/diff.keywords
share/xvile/vile/ecl.keywords
share/xvile/vile/esql.keywords
+share/xvile/vile/est.keywords
share/xvile/vile/fdl.keywords
share/xvile/vile/html.keywords
share/xvile/vile/imake.keywords
@@ -92,6 +94,7 @@ share/xvile/vile/pot.keywords
share/xvile/vile/rc.keywords
share/xvile/vile/rcs.keywords
share/xvile/vile/rexx.keywords
+share/xvile/vile/rpm.keywords
share/xvile/vile/sccs.keywords
share/xvile/vile/sh.keywords
share/xvile/vile/sml.keywords