mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Update to version 8.2
Reminded by: Ulf Zimmermann
This commit is contained in:
parent
01e7bfa846
commit
45c953480a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17624
@ -1,15 +1,15 @@
|
||||
# New ports collection makefile for: vile
|
||||
# Version required: 8.0
|
||||
# Version required: 8.2
|
||||
# Date created: Wed Nov 26, 1996
|
||||
# Whom: pgf
|
||||
#
|
||||
# $Id: Makefile,v 1.15 1998/06/04 20:04:55 gj Exp $
|
||||
# $Id: Makefile,v 1.16 1999/01/02 00:12:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vile-8.0
|
||||
DISTNAME= vile-8.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
|
||||
ftp://ftp.phred.org./pub/vile/ \
|
||||
ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://id.wing.net/pub/pgf/vile/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
@ -39,6 +39,9 @@ post-install:
|
||||
@if ! [ -d ${PREFIX}/share/vile/macros ]; then ${MKDIR} ${PREFIX}/share/vile/macros; fi
|
||||
${INSTALL_DATA} ${WRKSRC}/macros/*.rc ${PREFIX}/share/vile/macros
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/macros/vile-pager ${PREFIX}/share/vile/macros
|
||||
.if defined(USE_PERL)
|
||||
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
|
||||
.endif
|
||||
@echo "Look in ${PREFIX}/share/doc/vile for documentation."
|
||||
@echo "Look in ${PREFIX}/share/vile/macros for macros."
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vile-8.0.tgz) = 014e06dd13686e1bae3662f938c2e82e
|
||||
MD5 (vile-8.2.tgz) = b96a02f2b999d9fba511a373558e4e1a
|
||||
|
@ -4,10 +4,14 @@ bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
share/doc/vile/modes.doc
|
||||
share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/vile.hlp
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
|
@ -4,10 +4,15 @@ bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
share/doc/vile/modes.doc
|
||||
share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/vile-perl-api.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/vile.hlp
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
@ -15,8 +20,10 @@ share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/vile/perl/glob2re.pl
|
||||
share/vile/perl/hgrep.pl
|
||||
share/vile/perl/hilite.pl
|
||||
share/vile/perl/manfilt.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
|
||||
|
@ -1,16 +1,16 @@
|
||||
# New ports collection makefile for: xvile
|
||||
# Version required: 8.0
|
||||
# Version required: 8.2
|
||||
# Date created: Wed Nov 26, 1996
|
||||
# Whom: pgf
|
||||
#
|
||||
# $Id: Makefile,v 1.17 1998/11/28 00:44:33 asami Exp $
|
||||
# $Id: Makefile,v 1.18 1999/01/02 00:12:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vile-8.0
|
||||
PKGNAME= xvile-8.0
|
||||
DISTNAME= vile-8.2
|
||||
PKGNAME= xvile-8.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
|
||||
ftp://ftp.phred.org./pub/vile/ \
|
||||
ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://id.wing.net/pub/pgf/vile/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
@ -50,6 +50,9 @@ post-install:
|
||||
@if ! [ -d ${PREFIX}/share/vile/macros ]; then ${MKDIR} ${PREFIX}/share/vile/macros; fi
|
||||
${INSTALL_DATA} ${WRKSRC}/macros/*.rc ${PREFIX}/share/vile/macros
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/macros/vile-pager ${PREFIX}/share/vile/macros
|
||||
.if defined(USE_PERL)
|
||||
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
|
||||
.endif
|
||||
@echo "Look in ${PREFIX}/share/doc/vile for documentation."
|
||||
@echo "Look in ${PREFIX}/share/vile/macros for macros."
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vile-8.0.tgz) = 014e06dd13686e1bae3662f938c2e82e
|
||||
MD5 (vile-8.2.tgz) = b96a02f2b999d9fba511a373558e4e1a
|
||||
|
@ -4,10 +4,14 @@ bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
share/doc/vile/modes.doc
|
||||
share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/vile.hlp
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
|
@ -4,10 +4,15 @@ bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
share/doc/vile/modes.doc
|
||||
share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/vile-perl-api.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/vile.hlp
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
@ -15,8 +20,10 @@ share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/vile/perl/glob2re.pl
|
||||
share/vile/perl/hgrep.pl
|
||||
share/vile/perl/hilite.pl
|
||||
share/vile/perl/manfilt.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user