Index: head/irc/infobot/Makefile =================================================================== --- head/irc/infobot/Makefile (revision 172289) +++ head/irc/infobot/Makefile (revision 172290) @@ -1,37 +1,37 @@ # New ports collection makefile for: infobot # Date created: 17 November 1999 # Whom: perlguy@perlguy.com # # $FreeBSD$ # PORTNAME= infobot PORTVERSION= 0.45.3 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ -MAINTAINER= perlguy@perlguy.com +MAINTAINER= ports@FreeBSD.org COMMENT= Bot written in Perl with a rabid AI USE_PERL5= yes NO_BUILD= yes do-install: ${MKDIR} ${DATADIR} ${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \ ${WRKSRC}/scripts ${DATADIR}/ ${RM} ${DATADIR}/src/*.orig .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${WRKSRC}/REVISIONS ${DOCSDIR} -.endif +.endif ${MKDIR} ${PREFIX}/etc/infobot ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/etc/infobot ${SED} -e 's,$$param{\(.\)basedir\(.\)} = .*,$$param{\1basedir\2} = "${DATADIR}";,' \ -e 's,$$param{\(.\)confdir\(.\)} = .*,$$param{\1confdir\2} = "${PREFIX}/etc/infobot";,' \ ${WRKSRC}/infobot > ${WRKDIR}/infobot ${INSTALL_SCRIPT} ${WRKDIR}/infobot ${PREFIX}/bin .include Property changes on: head/irc/infobot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/nrpe/Makefile =================================================================== --- head/net-mgmt/nrpe/Makefile (revision 172289) +++ head/net-mgmt/nrpe/Makefile (revision 172290) @@ -1,40 +1,40 @@ # New ports collection makefile for: nrpe # Date created: 1 Aug 2002 # Whom: Paul Dlug # # $FreeBSD$ # PORTNAME= nrpe PORTVERSION= 1.9 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nagios -MAINTAINER= paul@nerdlabs.com +MAINTAINER= ports@FreeBSD.org COMMENT= Nagios Remote Plugin Executor RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins GNU_CONFIGURE= yes USE_PERL5= yes USE_RC_SUBR= yes SUB_FILES= nrpe.sh pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= \ --libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \ --sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe \ ${PREFIX}/libexec/nagios/check_nrpe ${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample ${INSTALL_SCRIPT} ${WRKDIR}/nrpe.sh ${PREFIX}/etc/rc.d post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/nrpe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net-mgmt/nrpe2/Makefile =================================================================== --- head/net-mgmt/nrpe2/Makefile (revision 172289) +++ head/net-mgmt/nrpe2/Makefile (revision 172290) @@ -1,57 +1,57 @@ # New ports collection makefile for: nrpe # Date created: 1 Aug 2002 # Whom: Paul Dlug # # $FreeBSD$ # PORTNAME= nrpe2 PORTVERSION= 2.5.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nagios DISTNAME= nrpe-${PORTVERSION} -MAINTAINER= paul@nerdlabs.com +MAINTAINER= ports@FreeBSD.org COMMENT= Nagios Remote Plugin Executor RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins GNU_CONFIGURE= yes USE_PERL5_BUILD= yes USE_RC_SUBR= nrpe2.sh PLIST_FILES= sbin/nrpe2 etc/nrpe.cfg-sample libexec/nagios/check_nrpe2 CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nagios \ --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc OPTIONS= SSL "SSL support" off \ ARGS "Enable command arguments *POTENTIAL SECURITY RISK*" off .include .if defined(WITH_SSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --enable-ssl .else CONFIGURE_ARGS+= --disable-ssl .endif .if defined(WITH_ARGS) CONFIGURE_ARGS+= --enable-command-args .endif post-build: @${REINPLACE_CMD} -e 's|nrpe.pid|nrpe2.pid|g' \ ${WRKSRC}/sample-config/nrpe.cfg do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe2 ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe \ ${PREFIX}/libexec/nagios/check_nrpe2 ${INSTALL_DATA} ${WRKSRC}/sample-config/nrpe.cfg \ ${PREFIX}/etc/nrpe.cfg-sample .include Property changes on: head/net-mgmt/nrpe2/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/net-mgmt/nsca/Makefile =================================================================== --- head/net-mgmt/nsca/Makefile (revision 172289) +++ head/net-mgmt/nsca/Makefile (revision 172290) @@ -1,40 +1,40 @@ # New ports collection makefile for: nsca # Date created: 2003-11-18 # Whom: Paul Dlug # # $FreeBSD$ # PORTNAME= nsca PORTVERSION= 2.4 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nagios -MAINTAINER= paul@nerdlabs.com +MAINTAINER= ports@FreeBSD.org COMMENT= Nagios Service Check Acceptor RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt GNU_CONFIGURE= yes USE_PERL5= yes CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios NAGIOS_DIR= ${LOCALBASE}/libexec/nagios CONF_DIR= ${LOCALBASE}/etc/nagios DOCS= Changelog LEGAL README SECURITY # NOTE: this port installs into ${LOCALBASE} instead of ${PREFIX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nsca ${NAGIOS_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/send_nsca ${NAGIOS_DIR} ${INSTALL_DATA} ${WRKSRC}/nsca.cfg ${CONF_DIR}/nsca.cfg.sample ${INSTALL_DATA} ${WRKSRC}/send_nsca.cfg ${CONF_DIR}/send_nsca.cfg.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/net-mgmt/nsca/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/print/pdftk/Makefile =================================================================== --- head/print/pdftk/Makefile (revision 172289) +++ head/print/pdftk/Makefile (revision 172290) @@ -1,64 +1,64 @@ # Ports collection makefile for: pdftk # Date created: 18 March, 2004 # Whom: Patrick Dung (patrick_dkt@yahoo.com.hk) # # $FreeBSD$ # PORTNAME= pdftk PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.pdfhacks.com/pdftk/ \ http://www.accesspdf.com/pdftk/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}.${PORTVERSION:E} -MAINTAINER= patrick_dkt@yahoo.com.hk +MAINTAINER= ports@FreeBSD.org COMMENT= A simple tool for doing everyday things with PDF documents # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 # Get gcc version suffix without the dot in USE_GCC CSUFF= ${USE_GCC:S/.//} # needs gcj LIB_DEPENDS= gcj.7:${PORTSDIR}/lang/gcc${CSUFF} USE_GCC= 4.1 USE_GMAKE= yes USE_ICONV= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAKEFILE= Makefile.Generic MAKE_ENV= GCJ=gcj${CSUFF} GCJH=gcjh${CSUFF} MAN1= ${PORTNAME}.1 PLIST_FILES= bin/pdftk post-extract: @${REINPLACE_CMD} -e "s|TOOLPATH=|TOOLPATH=${LOCALBASE}/bin/|g" ${WRKSRC}/Makefile.Generic @${REINPLACE_CMD} -e "s|VERSUFF=|VERSUFF=${CSUFF}|g" ${WRKSRC}/Makefile.Generic #2005-10-29 - mjoyner@vbservices.net/mjoyner@ewc.edu #as shipped, pdftk compiles fine with 3.4 gcj, as we currently only have 4.1 gcj available, #fix things so that it will compile. (compile tested on 5.4-STABLE) # #The resulting binary from using the 4.1 compiler suite has *NOT* been regression tested! #Based on info found via Google USENET Search: Adam McDougall, Gerald Pfeifer # @${REINPLACE_CMD} -e "s|GCJFLAGS=|GCJFLAGS= -L${LOCALBASE}/lib|g" ${WRKSRC}/Makefile.Generic @${REINPLACE_CMD} -e "s|CXXFLAGS= -lgcj|CXXFLAGS= -lgcj ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -liconv -lz -L${LOCALBASE}/lib|g" \ ${WRKSRC}/Makefile.Generic @${REINPLACE_CMD} -e "s|//SID import com.lowagie.text.ImgRaw;|import com.lowagie.text.ImgRaw;|g" \ ${WRKSRC}/../java_libs/com/lowagie/text/pdf/codec/PngImage.java @${REINPLACE_CMD} -e "s|^..java_libs_root./gnu/gcj/convert/convert.a|# x-nay the convert.a|g" ${WRKSRC}/Makefile.Base @${REINPLACE_CMD} -e "s|^..java_libs_root./gnu_local/java/security/security.a .|$$\(java_libs_root\)/gnu_local/java/security/security.a|g" ${WRKSRC}/Makefile.Base do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../debian/${PORTNAME}.1 ${PREFIX}/man/man1 .include Property changes on: head/print/pdftk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11/temperature.app/Makefile =================================================================== --- head/x11/temperature.app/Makefile (revision 172289) +++ head/x11/temperature.app/Makefile (revision 172290) @@ -1,30 +1,30 @@ # New ports collection makefile for: Temperature.app # Date created: 06 May 2001 # Whom: Per Otterstr=F6m # # $FreeBSD$ # PORTNAME= temperature.app PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.fukt.bth.se/~per/temperature/ DISTNAME= Temperature.app-${PORTVERSION} -MAINTAINER= pelle@fukt.bth.se +MAINTAINER= ports@FreeBSD.org COMMENT= A dockable WindowMaker applet which displays the local temperature RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_XPM= yes USE_X_PREFIX= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/x11/temperature.app/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-clocks/wmclock/Makefile =================================================================== --- head/x11-clocks/wmclock/Makefile (revision 172289) +++ head/x11-clocks/wmclock/Makefile (revision 172290) @@ -1,24 +1,24 @@ # New ports collection makefile for: wmclock # Date created: 05 May 2001 # Whom: Per Otterstr=F6m # # $FreeBSD$ # PORTNAME= wmclock PORTVERSION= 1.0.12.2 PORTREVISION= 1 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.jmknoble.net/WindowMaker/wmclock/ -MAINTAINER= pelle@fukt.bth.se +MAINTAINER= ports@FreeBSD.org COMMENT= A dockable clock applet for Window Maker USE_IMAKE= yes USE_XPM= yes MAN1= wmclock.1 PLIST_FILES= bin/wmclock HAS_CONFIGURE= yes .include Property changes on: head/x11-clocks/wmclock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property