Index: head/deskutils/cbb/Makefile =================================================================== --- head/deskutils/cbb/Makefile (revision 91387) +++ head/deskutils/cbb/Makefile (revision 91388) @@ -1,24 +1,24 @@ # New ports collection Makefile for: cbb # Date created: 24 September, 1998 # Whom: kline # # $FreeBSD$ # PORTNAME= cbb PORTVERSION= 0.8.1 CATEGORIES= deskutils finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= kline@thought.org +MAINTAINER= ports@FreeBSD.org COMMENT= Checkbook balancing tool RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} GNU_CONFIGURE= yes .include Property changes on: head/deskutils/cbb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/finance/cbb/Makefile =================================================================== --- head/finance/cbb/Makefile (revision 91387) +++ head/finance/cbb/Makefile (revision 91388) @@ -1,24 +1,24 @@ # New ports collection Makefile for: cbb # Date created: 24 September, 1998 # Whom: kline # # $FreeBSD$ # PORTNAME= cbb PORTVERSION= 0.8.1 CATEGORIES= deskutils finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= kline@thought.org +MAINTAINER= ports@FreeBSD.org COMMENT= Checkbook balancing tool RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} GNU_CONFIGURE= yes .include Property changes on: head/finance/cbb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/mail/rftp/Makefile =================================================================== --- head/mail/rftp/Makefile (revision 91387) +++ head/mail/rftp/Makefile (revision 91388) @@ -1,25 +1,25 @@ # New ports collection makefile for: rftp # Date created: 13 Dec, 1997 # Whom: kline # # $FreeBSD$ # PORTNAME= rftp PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/rftp/ -MAINTAINER= kline@thought.org +MAINTAINER= ports@FreeBSD.org COMMENT= Automatically reconstruct ftpmail- or bitftp-retrieved files MAN1= rftp.1 uucat.1 # rftp's `make install' stinks, do it properly here do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${PREFIX}/man/man1 .include Property changes on: head/mail/rftp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/misc/muuz/Makefile =================================================================== --- head/misc/muuz/Makefile (revision 91387) +++ head/misc/muuz/Makefile (revision 91388) @@ -1,27 +1,27 @@ # Ports collection makefile for: muuz # Date created: 21 March 2000 # Whom: kline@thought.org # # $FreeBSD$ # PORTNAME= muuz PORTVERSION= 0.27.2 CATEGORIES= misc MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/muuz/ -MAINTAINER= kline@thought.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11 and sound tool that promotes relaxation, meditation, fun, more LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes MAN1= muuz.1 .include .if ${OSVERSION} >= 501000 BROKEN= "Does not compile" .endif .include Property changes on: head/misc/muuz/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/print/enscript-letter/Makefile =================================================================== --- head/print/enscript-letter/Makefile (revision 91387) +++ head/print/enscript-letter/Makefile (revision 91388) @@ -1,53 +1,53 @@ # New ports collection makefile for: enscript (letter) # Date created: 24 Jul, 1997 # Whom: kline # # $FreeBSD$ # PORTNAME= enscript-${PAPERSIZE} PORTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES+= print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= enscript DISTNAME= enscript-${PORTVERSION} -MAINTAINER= kline@thought.org +MAINTAINER= ports@FreeBSD.org COMMENT= ASCII-to-PostScript filter GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-nls --with-media=${PS} MAKE_FLAGS= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f MAN1= diffpp.1 enscript.1 sliceprint.1 states.1 STRIP= # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static PAPERSIZE?= letter PS!= echo ${PAPERSIZE} | tr l L | tr a A .if ${PAPERSIZE} == a4 WIDTH=8.27 HEIGHT=11.64 A4_PAPERSIZE=1 .elif ${PAPERSIZE} == letter WIDTH=8.5 HEIGHT=11.0 A4_PAPERSIZE=0 .elif ${PAPERSIZE} != letterdj .BEGIN: @${EHCO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\"" @${EHCO} "Possible values are: a4 or letter or letterdj" @${FALSE} .endif post-install: .for file in enscript mkafmmap states ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor .include Property changes on: head/print/enscript-letter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/print/enscriptfonts/Makefile =================================================================== --- head/print/enscriptfonts/Makefile (revision 91387) +++ head/print/enscriptfonts/Makefile (revision 91388) @@ -1,46 +1,46 @@ # New ports collection makefile for: enscriptfonts # Date created: 15 June, 1998 # Whom: kline # # $FreeBSD$ # PORTNAME= enscriptfonts PORTVERSION= 0.75 CATEGORIES= print MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/xenscript/ DISTNAME= enscript_fonts-0.75 EXTRACT_SUFX= .tgz -MAINTAINER= kline@thought.org +MAINTAINER= ports@FreeBSD.org COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5 # user should choose their own version #RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter NO_WRKSUBDIR= YES NOMANCOMPRESS= YES NO_BUILD= YES do-install: @${MKDIR} ${PREFIX}/share/enscript/xenscript @${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript post-install: @${CAT} ${DESCR} @sleep 2; @${ECHO_MSG} ""; @${ECHO_MSG} ""; @${ECHO_MSG} ""; @${ECHO_MSG} "Now you *must* add the path " @${ECHO_MSG} "" @${ECHO_MSG} "${PREFIX}/share/enscript/xenscript" @${ECHO_MSG} "" @${ECHO_MSG} "to your ${PREFIX}/etc/enscript.cfg path" @${ECHO_MSG} "AFMPATH configuration. This line is somewhere" @${ECHO_MSG} "around line +32 in the enscript.cfg file." @${ECHO_MSG} ""; @${ECHO_MSG} ""; @${ECHO_MSG} ""; .include Property changes on: head/print/enscriptfonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property