diff options
author | gj <gj@FreeBSD.org> | 2001-03-23 21:02:17 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-03-23 21:02:17 +0000 |
commit | 7cb2ac110cc9df701d2c3aec8d03f66d23f62fcc (patch) | |
tree | 57e1b406ccc7f45b1a661e1d579187aaffa543b2 /editors/vile/pkg-plist.perl | |
parent | 75be273706a31cf6cd287e3b1a15a1122c10231b (diff) | |
download | FreeBSD-ports-7cb2ac110cc9df701d2c3aec8d03f66d23f62fcc.zip FreeBSD-ports-7cb2ac110cc9df701d2c3aec8d03f66d23f62fcc.tar.gz |
Update this port to apply all the officially released patches (up to
j, which is why PORTVERSION is now 9.2j).
Add WITH_FILTERS so that the user can compile all the filters into
the binary.
For xvile, add WITH_XAW3D so that users with the Xaw3d library can use it
instead of plain Xaw.
Add 2 new PLISTs to reflect that most of the filters are not installed
when WITH_FILTERS is used.
Replace an obsolete ftp site with one which works.
Diffstat (limited to 'editors/vile/pkg-plist.perl')
-rw-r--r-- | editors/vile/pkg-plist.perl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vile/pkg-plist.perl b/editors/vile/pkg-plist.perl index 9749607..5cfa3c5 100644 --- a/editors/vile/pkg-plist.perl +++ b/editors/vile/pkg-plist.perl @@ -1,6 +1,7 @@ bin/vile bin/vile-pager bin/vileget +lib/vile/vile-basic-filt lib/vile/vile-c-filt lib/vile/vile-crypt lib/vile/vile-key-filt @@ -12,8 +13,10 @@ lib/vile/vile-bat-filt lib/vile/vile-cfg-filt lib/vile/vile-cweb-filt lib/vile/vile-dcl-filt +lib/vile/vile-def-filt lib/vile/vile-fdl-filt lib/vile/vile-diff-filt +lib/vile/vile-ecl-filt lib/vile/vile-esql-filt lib/vile/vile-html-filt lib/vile/vile-imake-filt @@ -27,6 +30,7 @@ lib/vile/vile-nr-filt lib/vile/vile-perl-filt lib/vile/vile-pl-filt lib/vile/vile-py-filt +lib/vile/vile-rc-filt lib/vile/vile-rcs-filt lib/vile/vile-rexx-filt lib/vile/vile-sccs-filt @@ -42,6 +46,7 @@ lib/vile/vile-tcl-filt lib/vile/vile-ti-filt lib/vile/vile-txt-filt lib/vile/vile-vile-filt +lib/vile/vile-vlog-filt lib/vile/vile-xres-filt lib/vile/vile-xs-filt lib/vile/vile-yacc-filt @@ -86,20 +91,25 @@ share/vile/shifts.rc share/vile/vileinit.rc share/vile/vileperl.rc share/vile/vile.hlp +share/vile/basic.keywords share/vile/c.keywords share/vile/cpp.keywords share/vile/filters.rc share/vile/pas.keywords share/vile/pc.keywords +share/vile/vb.keywords share/vile/vile.keywords share/vile/vim.keywords +share/vile/vlog.keywords share/vile/ada.keywords share/vile/awk.keywords share/vile/bat.keywords share/vile/csh.keywords share/vile/cweb.keywords share/vile/dcl.keywords +share/vile/def.keywords share/vile/diff.keywords +share/vile/ecl.keywords share/vile/esql.keywords share/vile/fdl.keywords share/vile/html.keywords @@ -115,6 +125,7 @@ share/vile/nr.keywords share/vile/perl.keywords share/vile/py.keywords share/vile/pot.keywords +share/vile/rc.keywords share/vile/rcs.keywords share/vile/rexx.keywords share/vile/sccs.keywords |