diff options
author | agc <agc@pkgsrc.org> | 1999-10-21 18:41:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-21 18:41:14 +0000 |
commit | bd9ee24ea4f47c2218e5026aec18e95adf996bd2 (patch) | |
tree | a45e69a7275c7e74c84b930f1143b2c612914345 /editors/xvile/pkg | |
parent | 638ab537198d1b1b5c9b33424e9594508a462ec3 (diff) | |
download | pkgsrc-bd9ee24ea4f47c2218e5026aec18e95adf996bd2.tar.gz |
Update this package to 8.3, to be consistent with the vile package,
and obviating the need for two distinct distfiles.
Update the vile package to version 8.3.
Remove the USE_MENUS /etc/mk.conf definition, which had very little
point. Add configuration args to use xpm, and to make perl support
legitimate.
Changes since 8.2 include:
+ Add xpm support in xvile.
+ make C-style indent logic available as a mode 'cindent', so it can be
assigned as part of a majormode. It is part of the builtin cmode.
+ added "-132" and "-80" command-line switches to set screen width from
command line.
+ many other bug fixes, restructuring, and changes.
Diffstat (limited to 'editors/xvile/pkg')
-rw-r--r-- | editors/xvile/pkg/PLIST | 86 |
1 files changed, 71 insertions, 15 deletions
diff --git a/editors/xvile/pkg/PLIST b/editors/xvile/pkg/PLIST index 8e861375914..f13f1e9841c 100644 --- a/editors/xvile/pkg/PLIST +++ b/editors/xvile/pkg/PLIST @@ -1,19 +1,75 @@ -@comment $NetBSD: PLIST,v 1.5 1998/10/05 12:43:46 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/10/21 18:41:16 agc Exp $ bin/xvile -bin/vile-c-filt -bin/vile-crypt -bin/vile-manfilt -bin/vile-pas-filt -man/man1/xvile.1.gz -share/xvile/perl/glob2re.pl -share/xvile/perl/hgrep.pl -share/xvile/perl/hilite.pl -share/xvile/perl/manfilt.pl -share/xvile/perl/search.pl -share/xvile/perl/shell.pl -share/xvile/perl/syntax.pl -share/xvile/perl/tailf.pl -share/xvile/perl/visit.pl +lib/vile/vile-c-filt +lib/vile/vile-crypt +lib/vile/vile-manfilt +lib/vile/vile-pas-filt +lib/vile/vile-ada-filt +lib/vile/vile-awk-filt +lib/vile/vile-bat-filt +lib/vile/vile-dcl-filt +lib/vile/vile-diff-filt +lib/vile/vile-html-filt +lib/vile/vile-latex-filt +lib/vile/vile-lex-filt +lib/vile/vile-mail-filt +lib/vile/vile-make-filt +lib/vile/vile-mms-filt +lib/vile/vile-nr-filt +lib/vile/vile-perl-filt +lib/vile/vile-sh-filt +lib/vile/vile-spell-filt +lib/vile/vile-sql-filt +lib/vile/vile-tc-filt +lib/vile/vile-tcl-filt +lib/vile/vile-txt-filt +lib/vile/vile-ti-filt +lib/vile/vile-vile-filt +lib/vile/vile-yacc-filt +man/man1/xvile.1 share/xvile/vile.hlp +share/vile/c.keywords +share/vile/filters.rc +share/vile/pas.keywords +share/vile/vile.keywords +share/vile/ada.keywords +share/vile/awk.keywords +share/vile/bat.keywords +share/vile/csh.keywords +share/vile/dcl.keywords +share/vile/diff.keywords +share/vile/html.keywords +share/vile/imake.keywords +share/vile/java.keywords +share/vile/js.keywords +share/vile/latex.keywords +share/vile/lex.keywords +share/vile/mail.keywords +share/vile/make.keywords +share/vile/nr.keywords +share/vile/perl.keywords +share/vile/sh.keywords +share/vile/spell.rc +share/vile/sql.keywords +share/vile/tc.keywords +share/vile/tcl.keywords +share/vile/ti.keywords +share/vile/yacc.keywords +share/vile/perl/Vileserv.pm +share/vile/perl/dir.pl +share/vile/perl/glob2re.pl +share/vile/perl/hgrep.pl +share/vile/perl/hilite.pl +share/vile/perl/manfilt.pl +share/vile/perl/mime.pl +share/vile/perl/plugins.pl +share/vile/perl/search.pl +share/vile/perl/shell.pl +share/vile/perl/syntax.pl +share/vile/perl/tailf.pl +share/vile/perl/visit.pl +@dirrm lib/vile @dirrm share/xvile/perl @dirrm share/xvile +@dirrm share/vile/perl +@dirrm share/vile |