mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to version 9.2.
This commit is contained in:
parent
6cab6773ab
commit
88208a74b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35322
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vile
|
||||
PORTVERSION= 9.1
|
||||
PORTVERSION= 9.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://id.wing.net/pub/pgf/vile/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vile-9.1.tgz) = a622388465947654673aa9df86a9b460
|
||||
MD5 (vile-9.2.tgz) = 92b9c329db3f6a528b3b82296714bf4c
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- makefile.in.orig Wed Jan 12 00:30:07 2000
|
||||
+++ makefile.in Wed Feb 2 21:37:48 2000
|
||||
--- makefile.in.orig Tue Nov 21 22:21:22 2000
|
||||
+++ makefile.in Tue Nov 21 22:22:58 2000
|
||||
@@ -35,6 +35,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
@ -8,25 +8,25 @@
|
||||
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)
|
||||
@@ -50,7 +51,7 @@
|
||||
|
||||
@@ -51,7 +52,7 @@
|
||||
AWK = @AWK@
|
||||
PERL = @PERL@
|
||||
PERLLIB = @perl_lib_path@
|
||||
-INSTALL_SCRIPT = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
|
||||
+INSTALL_SCRIPTV = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_SCRIPT)
|
||||
|
||||
+INSTALL_SCRIPTV = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
|
||||
INSTALL_MODULE = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_DATA)
|
||||
|
||||
prefix = @prefix@
|
||||
@@ -267,7 +268,7 @@
|
||||
@@ -282,7 +283,7 @@
|
||||
filters/@LIB_PREFIX@vlflt.a :
|
||||
cd filters && $(MAKE) $(MAKE_RECUR) @LIB_PREFIX@vlflt.a
|
||||
|
||||
all :: $(ALL)
|
||||
|
||||
-$(TARGET): $(BUILTHDRS) $(OBJ)
|
||||
+$(TARGET): $(BUILTHDRS) $(OBJ) vile-perl-api.doc
|
||||
-mv $(TARGET) o$(TARGET)
|
||||
-$(TARGET): $(BUILTHDRS) $(OBJ) $(BUILTLIBS)
|
||||
+$(TARGET): $(BUILTHDRS) $(OBJ) $(BUILTLIBS) vile-perl-api.doc
|
||||
- mv $(TARGET) o$(TARGET)
|
||||
@ECHO_LD@$(LINK) $(LDFLAGS) -o $@ $(OBJ) $(X_LIBS) $(LIBS)
|
||||
|
||||
@@ -611,7 +612,7 @@
|
||||
@@ -630,7 +631,7 @@
|
||||
$(INSTALL_PROGRAM) $(TARGET) $@
|
||||
|
||||
$(BINDIR)/xshell.sh: $(srcdir)/xshell.sh
|
||||
|
@ -15,6 +15,7 @@ lib/vile/vile-fdl-filt
|
||||
lib/vile/vile-diff-filt
|
||||
lib/vile/vile-esql-filt
|
||||
lib/vile/vile-html-filt
|
||||
lib/vile/vile-imake-filt
|
||||
lib/vile/vile-latex-filt
|
||||
lib/vile/vile-lex-filt
|
||||
lib/vile/vile-m4-filt
|
||||
@ -23,11 +24,14 @@ lib/vile/vile-make-filt
|
||||
lib/vile/vile-mms-filt
|
||||
lib/vile/vile-nr-filt
|
||||
lib/vile/vile-perl-filt
|
||||
lib/vile/vile-pl-filt
|
||||
lib/vile/vile-py-filt
|
||||
lib/vile/vile-rcs-filt
|
||||
lib/vile/vile-rexx-filt
|
||||
lib/vile/vile-sccs-filt
|
||||
lib/vile/vile-sed-filt
|
||||
lib/vile/vile-sh-filt
|
||||
lib/vile/vile-sml-filt
|
||||
lib/vile/vile-spell-filt
|
||||
lib/vile/vile-sql-filt
|
||||
lib/vile/vile-tags-filt
|
||||
@ -53,21 +57,22 @@ share/doc/vile/perl.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
@dirrm share/doc/vile
|
||||
share/vile/color-ls.rc
|
||||
share/vile/digraphs.rc
|
||||
share/vile/filters.rc
|
||||
share/vile/manpage.rc
|
||||
share/vile/palettes.rc
|
||||
share/vile/pictmode.rc
|
||||
share/vile/shifts.rc
|
||||
share/vile/spell.rc
|
||||
share/vile/vileinit.rc
|
||||
share/vile/vileperl.rc
|
||||
share/vile/vile.hlp
|
||||
share/vile/c.keywords
|
||||
share/vile/cpp.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/c.keywords
|
||||
share/vile/cpp.keywords
|
||||
share/vile/csh.keywords
|
||||
share/vile/cweb.keywords
|
||||
share/vile/dcl.keywords
|
||||
@ -84,6 +89,8 @@ share/vile/m4.keywords
|
||||
share/vile/mail.keywords
|
||||
share/vile/make.keywords
|
||||
share/vile/nr.keywords
|
||||
share/vile/pas.keywords
|
||||
share/vile/pc.keywords
|
||||
share/vile/perl.keywords
|
||||
share/vile/py.keywords
|
||||
share/vile/pot.keywords
|
||||
@ -91,20 +98,24 @@ share/vile/rcs.keywords
|
||||
share/vile/rexx.keywords
|
||||
share/vile/sccs.keywords
|
||||
share/vile/sh.keywords
|
||||
share/vile/spell.rc
|
||||
share/vile/sql.keywords
|
||||
share/vile/sml.keywords
|
||||
share/vile/tags.keywords
|
||||
share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/vim.keywords
|
||||
share/vile/xres.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
share/vile/macros/color-ls.rc
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/palettes.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/shifts.rc
|
||||
share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
|
@ -16,6 +16,7 @@ lib/vile/vile-fdl-filt
|
||||
lib/vile/vile-diff-filt
|
||||
lib/vile/vile-esql-filt
|
||||
lib/vile/vile-html-filt
|
||||
lib/vile/vile-imake-filt
|
||||
lib/vile/vile-latex-filt
|
||||
lib/vile/vile-lex-filt
|
||||
lib/vile/vile-m4-filt
|
||||
@ -24,11 +25,14 @@ lib/vile/vile-make-filt
|
||||
lib/vile/vile-mms-filt
|
||||
lib/vile/vile-nr-filt
|
||||
lib/vile/vile-perl-filt
|
||||
lib/vile/vile-pl-filt
|
||||
lib/vile/vile-py-filt
|
||||
lib/vile/vile-rcs-filt
|
||||
lib/vile/vile-rexx-filt
|
||||
lib/vile/vile-sccs-filt
|
||||
lib/vile/vile-sed-filt
|
||||
lib/vile/vile-sh-filt
|
||||
lib/vile/vile-sml-filt
|
||||
lib/vile/vile-spell-filt
|
||||
lib/vile/vile-sql-filt
|
||||
lib/vile/vile-tags-filt
|
||||
@ -64,6 +68,7 @@ share/vile/perl/Visit.pm
|
||||
share/vile/perl/capture.pm
|
||||
share/vile/perl/directory.pm
|
||||
share/vile/perl/dirlist.pm
|
||||
share/vile/perl/gdb.pm
|
||||
share/vile/perl/hgrep.pm
|
||||
share/vile/perl/lock.pm
|
||||
share/vile/perl/mime.pl
|
||||
@ -72,10 +77,12 @@ share/vile/perl/search.pm
|
||||
share/vile/perl/shell.pm
|
||||
share/vile/perl/spell.pm
|
||||
share/vile/perl/winops.pm
|
||||
share/vile/color-ls.rc
|
||||
share/vile/digraphs.rc
|
||||
share/vile/manpage.rc
|
||||
share/vile/palettes.rc
|
||||
share/vile/pictmode.rc
|
||||
share/vile/shifts.rc
|
||||
share/vile/vileinit.rc
|
||||
share/vile/vileperl.rc
|
||||
share/vile/vile.hlp
|
||||
@ -83,7 +90,9 @@ share/vile/c.keywords
|
||||
share/vile/cpp.keywords
|
||||
share/vile/filters.rc
|
||||
share/vile/pas.keywords
|
||||
share/vile/pc.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/vim.keywords
|
||||
share/vile/ada.keywords
|
||||
share/vile/awk.keywords
|
||||
share/vile/bat.keywords
|
||||
@ -110,6 +119,7 @@ share/vile/rcs.keywords
|
||||
share/vile/rexx.keywords
|
||||
share/vile/sccs.keywords
|
||||
share/vile/sh.keywords
|
||||
share/vile/sml.keywords
|
||||
share/vile/spell.rc
|
||||
share/vile/sql.keywords
|
||||
share/vile/tags.keywords
|
||||
@ -119,10 +129,12 @@ share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/xres.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/macros/color-ls.rc
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/palettes.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/shifts.rc
|
||||
share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xvile
|
||||
PORTVERSION= 9.1
|
||||
PORTVERSION= 9.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://id.wing.net/pub/pgf/vile/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vile-9.1.tgz) = a622388465947654673aa9df86a9b460
|
||||
MD5 (vile-9.2.tgz) = 92b9c329db3f6a528b3b82296714bf4c
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- makefile.in.orig Wed Jan 12 00:30:07 2000
|
||||
+++ makefile.in Wed Feb 2 21:37:48 2000
|
||||
--- makefile.in.orig Tue Nov 21 22:21:22 2000
|
||||
+++ makefile.in Tue Nov 21 22:22:58 2000
|
||||
@@ -35,6 +35,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
@ -8,25 +8,25 @@
|
||||
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)
|
||||
@@ -50,7 +51,7 @@
|
||||
|
||||
@@ -51,7 +52,7 @@
|
||||
AWK = @AWK@
|
||||
PERL = @PERL@
|
||||
PERLLIB = @perl_lib_path@
|
||||
-INSTALL_SCRIPT = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
|
||||
+INSTALL_SCRIPTV = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_SCRIPT)
|
||||
|
||||
+INSTALL_SCRIPTV = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
|
||||
INSTALL_MODULE = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_DATA)
|
||||
|
||||
prefix = @prefix@
|
||||
@@ -267,7 +268,7 @@
|
||||
@@ -282,7 +283,7 @@
|
||||
filters/@LIB_PREFIX@vlflt.a :
|
||||
cd filters && $(MAKE) $(MAKE_RECUR) @LIB_PREFIX@vlflt.a
|
||||
|
||||
all :: $(ALL)
|
||||
|
||||
-$(TARGET): $(BUILTHDRS) $(OBJ)
|
||||
+$(TARGET): $(BUILTHDRS) $(OBJ) vile-perl-api.doc
|
||||
-mv $(TARGET) o$(TARGET)
|
||||
-$(TARGET): $(BUILTHDRS) $(OBJ) $(BUILTLIBS)
|
||||
+$(TARGET): $(BUILTHDRS) $(OBJ) $(BUILTLIBS) vile-perl-api.doc
|
||||
- mv $(TARGET) o$(TARGET)
|
||||
@ECHO_LD@$(LINK) $(LDFLAGS) -o $@ $(OBJ) $(X_LIBS) $(LIBS)
|
||||
|
||||
@@ -611,7 +612,7 @@
|
||||
@@ -630,7 +631,7 @@
|
||||
$(INSTALL_PROGRAM) $(TARGET) $@
|
||||
|
||||
$(BINDIR)/xshell.sh: $(srcdir)/xshell.sh
|
||||
|
@ -16,6 +16,7 @@ lib/xvile/vile-fdl-filt
|
||||
lib/xvile/vile-diff-filt
|
||||
lib/xvile/vile-esql-filt
|
||||
lib/xvile/vile-html-filt
|
||||
lib/xvile/vile-imake-filt
|
||||
lib/xvile/vile-latex-filt
|
||||
lib/xvile/vile-lex-filt
|
||||
lib/xvile/vile-m4-filt
|
||||
@ -24,11 +25,14 @@ lib/xvile/vile-make-filt
|
||||
lib/xvile/vile-mms-filt
|
||||
lib/xvile/vile-nr-filt
|
||||
lib/xvile/vile-perl-filt
|
||||
lib/xvile/vile-pl-filt
|
||||
lib/xvile/vile-py-filt
|
||||
lib/xvile/vile-rcs-filt
|
||||
lib/xvile/vile-rexx-filt
|
||||
lib/xvile/vile-sccs-filt
|
||||
lib/xvile/vile-sed-filt
|
||||
lib/xvile/vile-sh-filt
|
||||
lib/xvile/vile-sml-filt
|
||||
lib/xvile/vile-spell-filt
|
||||
lib/xvile/vile-sql-filt
|
||||
lib/xvile/vile-tags-filt
|
||||
@ -54,19 +58,23 @@ share/doc/xvile/perl.doc
|
||||
share/doc/xvile/visvile.doc
|
||||
share/doc/xvile/w32modes.doc
|
||||
@dirrm share/doc/xvile
|
||||
@unexec rm -f %D/share/xvile/vile/.vilemenu
|
||||
share/xvile/vile/color-ls.rc
|
||||
share/xvile/vile/digraphs.rc
|
||||
share/xvile/vile/manpage.rc
|
||||
share/xvile/vile/palettes.rc
|
||||
share/xvile/vile/pictmode.rc
|
||||
share/xvile/vile/shifts.rc
|
||||
share/xvile/vile/vileinit.rc
|
||||
share/xvile/vile/vileperl.rc
|
||||
share/xvile/vile/vile.hlp
|
||||
share/xvile/vile/.vilemenu
|
||||
share/xvile/vile/c.keywords
|
||||
share/xvile/vile/cpp.keywords
|
||||
share/xvile/vile/filters.rc
|
||||
share/xvile/vile/pas.keywords
|
||||
share/xvile/vile/pc.keywords
|
||||
share/xvile/vile/vile.keywords
|
||||
share/xvile/vile/vim.keywords
|
||||
share/xvile/vile/ada.keywords
|
||||
share/xvile/vile/awk.keywords
|
||||
share/xvile/vile/bat.keywords
|
||||
@ -93,6 +101,7 @@ share/xvile/vile/rcs.keywords
|
||||
share/xvile/vile/rexx.keywords
|
||||
share/xvile/vile/sccs.keywords
|
||||
share/xvile/vile/sh.keywords
|
||||
share/xvile/vile/sml.keywords
|
||||
share/xvile/vile/spell.rc
|
||||
share/xvile/vile/sql.keywords
|
||||
share/xvile/vile/tags.keywords
|
||||
@ -103,10 +112,12 @@ share/xvile/vile/ti.keywords
|
||||
share/xvile/vile/xres.keywords
|
||||
share/xvile/vile/xs.keywords
|
||||
share/xvile/vile/yacc.keywords
|
||||
share/xvile/macros/color-ls.rc
|
||||
share/xvile/macros/digraphs.rc
|
||||
share/xvile/macros/manpage.rc
|
||||
share/xvile/macros/palettes.rc
|
||||
share/xvile/macros/pictmode.rc
|
||||
share/xvile/macros/shifts.rc
|
||||
share/xvile/macros/vileinit.rc
|
||||
share/xvile/macros/vilemenu.rc
|
||||
share/xvile/macros/vileperl.rc
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/xvile
|
||||
bin/xvile-pager
|
||||
bin/vileget
|
||||
bin/xshell.sh
|
||||
lib/xvile/vile-c-filt
|
||||
lib/xvile/vile-crypt
|
||||
@ -17,6 +16,7 @@ lib/xvile/vile-fdl-filt
|
||||
lib/xvile/vile-diff-filt
|
||||
lib/xvile/vile-esql-filt
|
||||
lib/xvile/vile-html-filt
|
||||
lib/xvile/vile-imake-filt
|
||||
lib/xvile/vile-latex-filt
|
||||
lib/xvile/vile-lex-filt
|
||||
lib/xvile/vile-m4-filt
|
||||
@ -25,11 +25,14 @@ lib/xvile/vile-make-filt
|
||||
lib/xvile/vile-mms-filt
|
||||
lib/xvile/vile-nr-filt
|
||||
lib/xvile/vile-perl-filt
|
||||
lib/xvile/vile-pl-filt
|
||||
lib/xvile/vile-py-filt
|
||||
lib/xvile/vile-rcs-filt
|
||||
lib/xvile/vile-rexx-filt
|
||||
lib/xvile/vile-sccs-filt
|
||||
lib/xvile/vile-sed-filt
|
||||
lib/xvile/vile-sh-filt
|
||||
lib/xvile/vile-sml-filt
|
||||
lib/xvile/vile-spell-filt
|
||||
lib/xvile/vile-sql-filt
|
||||
lib/xvile/vile-tags-filt
|
||||
@ -65,6 +68,7 @@ share/xvile/vile/perl/Visit.pm
|
||||
share/xvile/vile/perl/capture.pm
|
||||
share/xvile/vile/perl/directory.pm
|
||||
share/xvile/vile/perl/dirlist.pm
|
||||
share/xvile/vile/perl/gdb.pm
|
||||
share/xvile/vile/perl/hgrep.pm
|
||||
share/xvile/vile/perl/lock.pm
|
||||
share/xvile/vile/perl/mime.pl
|
||||
@ -73,19 +77,23 @@ share/xvile/vile/perl/search.pm
|
||||
share/xvile/vile/perl/shell.pm
|
||||
share/xvile/vile/perl/spell.pm
|
||||
share/xvile/vile/perl/winops.pm
|
||||
@unexec rm -f %D/share/xvile/vile/.vilemenu
|
||||
share/xvile/vile/color-ls.rc
|
||||
share/xvile/vile/digraphs.rc
|
||||
share/xvile/vile/manpage.rc
|
||||
share/xvile/vile/palettes.rc
|
||||
share/xvile/vile/pictmode.rc
|
||||
share/xvile/vile/shifts.rc
|
||||
share/xvile/vile/vileinit.rc
|
||||
share/xvile/vile/vileperl.rc
|
||||
share/xvile/vile/vile.hlp
|
||||
share/xvile/vile/.vilemenu
|
||||
share/xvile/vile/c.keywords
|
||||
share/xvile/vile/cpp.keywords
|
||||
share/xvile/vile/filters.rc
|
||||
share/xvile/vile/pas.keywords
|
||||
share/xvile/vile/pc.keywords
|
||||
share/xvile/vile/vile.keywords
|
||||
share/xvile/vile/vim.keywords
|
||||
share/xvile/vile/ada.keywords
|
||||
share/xvile/vile/awk.keywords
|
||||
share/xvile/vile/bat.keywords
|
||||
@ -112,6 +120,7 @@ share/xvile/vile/rcs.keywords
|
||||
share/xvile/vile/rexx.keywords
|
||||
share/xvile/vile/sccs.keywords
|
||||
share/xvile/vile/sh.keywords
|
||||
share/xvile/vile/sml.keywords
|
||||
share/xvile/vile/spell.rc
|
||||
share/xvile/vile/sql.keywords
|
||||
share/xvile/vile/tags.keywords
|
||||
@ -121,17 +130,19 @@ share/xvile/vile/tcl.keywords
|
||||
share/xvile/vile/ti.keywords
|
||||
share/xvile/vile/xres.keywords
|
||||
share/xvile/vile/xs.keywords
|
||||
share/xvile/vile/yacc.keywords
|
||||
share/xvile/macros/color-ls.rc
|
||||
share/xvile/macros/digraphs.rc
|
||||
share/xvile/macros/manpage.rc
|
||||
share/xvile/macros/palettes.rc
|
||||
share/xvile/macros/pictmode.rc
|
||||
share/xvile/macros/shifts.rc
|
||||
share/xvile/macros/vileinit.rc
|
||||
share/xvile/macros/vilemenu.rc
|
||||
share/xvile/macros/vileperl.rc
|
||||
share/xvile/macros/vile-pager
|
||||
share/xvile/vile/yacc.keywords
|
||||
@dirrm share/xvile/vile/perl/Vile
|
||||
@dirrm share/xvile/vile/perl
|
||||
@dirrm share/xvile/vile
|
||||
@dirrm share/xvile/macros
|
||||
@dirrm share/xvile/vile
|
||||
@dirrm share/xvile
|
||||
|
Loading…
Reference in New Issue
Block a user