Index: head/devel/p5-Log-Dispatch/Makefile =================================================================== --- head/devel/p5-Log-Dispatch/Makefile (revision 123450) +++ head/devel/p5-Log-Dispatch/Makefile (revision 123451) @@ -1,80 +1,80 @@ # New ports collection makefile for: devel/p5-Log-Dispatch # Date created: 17 May 2001 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Log-Dispatch PORTVERSION= 2.10 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= A suite of OO modules for logging messages to multiple outputs BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= Log::Dispatch.3 \ Log::Dispatch::ApacheLog.3 \ Log::Dispatch::Base.3 \ Log::Dispatch::Email.3 \ Log::Dispatch::Email::MIMELite.3 \ Log::Dispatch::Email::MailSend.3 \ Log::Dispatch::Email::MailSender.3 \ Log::Dispatch::Email::MailSendmail.3 \ Log::Dispatch::File.3 \ Log::Dispatch::File::Locked.3 \ Log::Dispatch::Handle.3 \ Log::Dispatch::Output.3 \ Log::Dispatch::Screen.3 \ Log::Dispatch::Syslog.3 OPTIONS= APACHELOG "Apache::Log support" off \ EMAIL_MIMELITE "MIME::Lite support" off \ EMAIL_MAILSEND "Mail::Send support" off \ EMAIL_MAILSENDMAIL "Mail::Sendmail support" on \ MAIL_SENDER "Mail::Sender support" off .if !defined(NOPORTDOCS) PORTDOCS= Changes README post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include .if defined(WITH_APACHELOG) .if defined(WITH_APACHE2) BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 .else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif .endif .if defined(WITH_EMAIL_MIMELITE) BUILD_DEPENDS+= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite .endif .if defined(WITH_EMAIL_MAILSEND) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools .endif -.if defined(WITH_EMAIL_MAILSENDMAIL) +.if !defined(WITHOUT_EMAIL_MAILSENDMAIL) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail .endif .if defined(WITH_MAIL_SENDER) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Sender.pm:${PORTSDIR}/mail/p5-Mail-Sender .endif .include Property changes on: head/devel/p5-Log-Dispatch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/mail/p3scan/Makefile =================================================================== --- head/mail/p3scan/Makefile (revision 123450) +++ head/mail/p3scan/Makefile (revision 123451) @@ -1,57 +1,57 @@ # New ports collection makefile for: p3scan # Date created: 20 Februari 2003 # Whom: Edwin Groothuis # # $FreeBSD$ # PORTNAME= p3scan PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= mail net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= edwin@mavetju.org COMMENT= A transparent POP3-Proxy with virus-scanning capabilities LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GMAKE= yes USE_GETOPT_LONG=yes MAKE_ENV= _LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" GMAKE=${GMAKE} SCRIPTS_ENV= PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd OPTIONS= UVSCAN "Use UVSCAN" on PORTDOCS= AUTHORS CHANGELOG LICENSE NEWS README MAN8= p3scan.8 p3scan_readme.8 MANCOMPRESSED= yes .include -.if defined(WITH_UVSCAN) && ${WITH_UVSCAN:L} == "true" +.if !defined(WITHOUT_UVSCAN) RUN_DEPENDS+= uvscan:${PORTSDIR}/security/vscan .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/p3scan ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/p3scan.conf ${PREFIX}/etc/p3scan.conf.sample ${INSTALL_DATA} ${WRKSRC}/p3scan.mail ${PREFIX}/etc/p3scan.mail.sample ${INSTALL_SCRIPT} ${FILESDIR}/p3scan.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN8} ${INSTALL_MAN} ${WRKSRC}/${f}.gz ${MAN8PREFIX}/man/man8/ .endfor .ifndef (NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE} .include Property changes on: head/mail/p3scan/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/www/lifetype/Makefile =================================================================== --- head/www/lifetype/Makefile (revision 123450) +++ head/www/lifetype/Makefile (revision 123451) @@ -1,62 +1,62 @@ # New ports collection makefile for: plog # Date created: 2004-10-27 # Whom: clsung # # $FreeBSD$ # PORTNAME= plog PORTVERSION= 0.3.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= plog MAINTAINER= clsung@FreeBSD.org COMMENT= A PHP and MySQL based blogging platform USE_BZIP2= YES USE_PHP= mysql PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES PLOGDIR?= www/data-dist/plog PLIST= ${WRKDIR}/pkg-plist OPTIONS= GD "With GD Support" on \ IMAGICK "With ImageMagick Support" off .include -.if defined(WITH_GD) +.if !defined(WITHOUT_GD) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS} .endif .if defined(WITH_IMAGICK) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS} .endif -.if !defined(WITH_GD) && !defined(WITH_IMAGICK) +.if defined(WITHOUT_GD) && !defined(WITH_IMAGICK) pre-patch: @${ECHO_CMD} "Without GD or ImageMagick support. No thumbnails will be generated at all." .endif pre-install: @${RM} ${WRKSRC}/.cvsignore cd ${WRKSRC} && ${FIND} -s . -type f | \ ${SED} -e 's|^./||;s|^|${PLOGDIR}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${PLOGDIR}/|' >> ${PLIST} \ && ${ECHO_CMD} @dirrm ${PLOGDIR} >> ${PLIST} do-install: -${MKDIR} ${PREFIX}/${PLOGDIR} @${CHOWN} www:www ${PREFIX}/${PLOGDIR} @${CHMOD} 755 ${PREFIX}/${PLOGDIR} @${CP} -R ${WRKSRC}/ ${PREFIX}/${PLOGDIR} @${CHOWN} www:www ${PREFIX}/${PLOGDIR}/tmp post-install: @${SED} -e 's|%%PLOGDIR%%|${PREFIX}/${PLOGDIR}|' ${PKGMESSAGE} .include Property changes on: head/www/lifetype/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/plog/Makefile =================================================================== --- head/www/plog/Makefile (revision 123450) +++ head/www/plog/Makefile (revision 123451) @@ -1,62 +1,62 @@ # New ports collection makefile for: plog # Date created: 2004-10-27 # Whom: clsung # # $FreeBSD$ # PORTNAME= plog PORTVERSION= 0.3.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= plog MAINTAINER= clsung@FreeBSD.org COMMENT= A PHP and MySQL based blogging platform USE_BZIP2= YES USE_PHP= mysql PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES PLOGDIR?= www/data-dist/plog PLIST= ${WRKDIR}/pkg-plist OPTIONS= GD "With GD Support" on \ IMAGICK "With ImageMagick Support" off .include -.if defined(WITH_GD) +.if !defined(WITHOUT_GD) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS} .endif .if defined(WITH_IMAGICK) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS} .endif -.if !defined(WITH_GD) && !defined(WITH_IMAGICK) +.if defined(WITHOUT_GD) && !defined(WITH_IMAGICK) pre-patch: @${ECHO_CMD} "Without GD or ImageMagick support. No thumbnails will be generated at all." .endif pre-install: @${RM} ${WRKSRC}/.cvsignore cd ${WRKSRC} && ${FIND} -s . -type f | \ ${SED} -e 's|^./||;s|^|${PLOGDIR}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${PLOGDIR}/|' >> ${PLIST} \ && ${ECHO_CMD} @dirrm ${PLOGDIR} >> ${PLIST} do-install: -${MKDIR} ${PREFIX}/${PLOGDIR} @${CHOWN} www:www ${PREFIX}/${PLOGDIR} @${CHMOD} 755 ${PREFIX}/${PLOGDIR} @${CP} -R ${WRKSRC}/ ${PREFIX}/${PLOGDIR} @${CHOWN} www:www ${PREFIX}/${PLOGDIR}/tmp post-install: @${SED} -e 's|%%PLOGDIR%%|${PREFIX}/${PLOGDIR}|' ${PKGMESSAGE} .include Property changes on: head/www/plog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property