CVS log for ports/editors/vile/Attic/pkg-comment
Up to [FreeBSD] / ports / editors / vile
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5
Thu Mar 6 11:02:59 2003 UTC (8 years, 11 months ago) by gj
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
Remove pkg-comment and add COMMENT to the Makefile.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 29 12:55:01 2002 UTC (9 years, 3 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -0 lines
# New ports collection makefile for: vile # Date created: Wed Nov 26, 1996 # Whom: pgf # # $FreeBSD: ports/editors/vile/Makefile,v 1.48 2002/10/29 12:50:24 gj Exp $ # PORTNAME= vile PORTVERSION= 9.3g CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ DISTNAME= vile-9.3 EXTRACT_SUFX= .tgz 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.3e.patch.gz \ vile-9.3f.patch.gz \ vile-9.3g.patch.gz MAINTAINER= gj@FreeBSD.org MAKEFILE= makefile GNU_CONFIGURE= yes MAN1= vile.1 .if defined(WITH_ALL) WITH_FILTERS=1 WITH_PERL=1 .endif .if defined(WITH_PERL) CONFIGURE_ARGS= --with-perl PLIST= ${PKGDIR}/pkg-plist.perl USE_PERL5= yes .endif .if defined(WITH_FILTERS) CONFIGURE_ARGS+= --with-builtin-filters=all PLIST= ${PKGDIR}/pkg-plist.filt .endif .if defined(WITH_PERL) && defined(WITH_FILTERS) PLIST= ${PKGDIR}/pkg-plist.perl+filt .endif pre-configure: .if ! defined(WITH_PERL) @${ECHO_MSG} "Define WITH_PERL if you want to make a vile which includes" @${ECHO_MSG} "PERL functionality" .endif .if ! defined(WITH_FILTERS) @${ECHO_MSG} "Define WITH_FILTERS if you want to make a vile which includes" @${ECHO_MSG} "all filters in the binary" .endif post-install: .if !defined(NOPORTDOCS) @if ! [ -d ${PREFIX}/share/doc/vile ]; then ${MKDIR} ${PREFIX}/share/doc/vile; fi ${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${PREFIX}/share/doc/vile .endif @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(WITH_PERL) ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile .endif @${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation." @${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros." .include <bsd.port.mk>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 26 17:16:40 1999 UTC (12 years, 7 months ago) by hoek
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
As threatened, enforce the "Capital, no period" rule. Ellipses are permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 10 04:57:28 1996 UTC (15 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7, RELEASE_2_2_6, RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Oh my goodness! Satoshi is finally fed up and decided to "clean up" all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 27 23:00:36 1995 UTC (16 years, 11 months ago) by jkh
CVS tags: vile
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Bring in vile port (from the author, Paul Fox, and FreeBSD member Gary Jennejohn). Submitted by: gj
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 27 23:00:35 1995 UTC (16 years, 11 months ago) by jkh
Branches: MAIN
Initial revision
