Index: head/arabic/kacst_fonts/Makefile =================================================================== --- head/arabic/kacst_fonts/Makefile (revision 281801) +++ head/arabic/kacst_fonts/Makefile (revision 281802) @@ -1,39 +1,39 @@ # New ports collection makefile for: kacst_fonts # Date created: August 22 2003 # Whom: Samy Al Bahra # # $FreeBSD$ # PORTNAME= kacst_fonts PORTVERSION= 2.01 CATEGORIES= arabic MASTER_SITES= SF/arabeyes/${PORTNAME} \ http://www.c-s.li/ports/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Truetype Arabic fonts created by KACST LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir USE_BZIP2= yes WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTNAME="${PORTNAME}" do-build: cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir do-install: ${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/ ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/ post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/arabic/kacst_fonts/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/archivers/unalz/Makefile =================================================================== --- head/archivers/unalz/Makefile (revision 281801) +++ head/archivers/unalz/Makefile (revision 281802) @@ -1,39 +1,39 @@ # New ports collection makefile for: unalz # Date created: 23 October 2004 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= unalz PORTVERSION= 0.65 CATEGORIES= archivers MASTER_SITES= http://www.kipple.pe.kr/win/unalz/ \ http://www.c-s.li/ports/ EXTRACT_SUFX= .tgz -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Extracts AlZip archives LICENSE_FILE= ${WRKSRC}/readme.txt USE_ICONV= yes PLIST_FILES= bin/unalz MAKEFILE= Makefile.freebsd MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/unalz pre-patch: cd ${WRKSRC} && for f in `find . -name '*.c' -o -name '*.h'`; do \ ${TR} -d '\015' < ${WRKSRC}/$$f > ${WRKSRC}/$$f.tmp && \ ${MV} -f ${WRKSRC}/$$f.tmp ${WRKSRC}/$$f; \ done ${REINPLACE_CMD} -e 's|CPP = g++|CPP = ${CXX}|' \ -e "s|CC =|CC ?=|" \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unalz ${PREFIX}/bin .include Property changes on: head/archivers/unalz/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/astro/match/Makefile =================================================================== --- head/astro/match/Makefile (revision 281801) +++ head/astro/match/Makefile (revision 281802) @@ -1,26 +1,26 @@ # ex:ts=8 # New ports collection makefile for: match # Date created: Dec 17, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= match PORTVERSION= 0.13 CATEGORIES= astro MASTER_SITES= http://spiff.rit.edu/match/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A program for matching star lists LICENSE= GPLv2 GNU_CONFIGURE= yes MAN1= match.1 PLIST_FILES= bin/apply_match bin/match bin/project_coords .include Property changes on: head/astro/match/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/astro/xtide/Makefile =================================================================== --- head/astro/xtide/Makefile (revision 281801) +++ head/astro/xtide/Makefile (revision 281802) @@ -1,113 +1,113 @@ # New ports collection makefile for: xtide # Date created: 30 August 1997 # Whom: Brion Moss # # $FreeBSD$ # PORTNAME= xtide PORTVERSION= 2.11 PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${TCD_DISTNAME}${EXTRACT_SUFX} \ ${HARM_DISTNAME}${EXTRACT_SUFX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Harmonic tide clock and tide predictor LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png LICENSE= GPLv3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= tide.1 MAN8= xttpd.8 CPPFLAGS= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng LDFLAGS= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes TCD_DISTNAME= libtcd-2.2.5 HARM_DISTNAME= harmonics-dwf-20100529-free WVS_DISTNAME= wvs OPTIONS= WVS "Use world vector shoreline data (big file!)" Off .include .include .if !defined(WITHOUT_WVS) DISTFILES+= ${WVS_DISTNAME}${EXTRACT_SUFX} PLIST_SUB+= WVS="" .else PLIST_SUB+= WVS="@comment " .endif .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 ALL_TARGET= tide xttpd PLIST_SUB+= X11="@comment " .else USE_XORG= xpm xaw MAN1+= xtide.1 PLIST_SUB+= X11="" .endif post-extract: @${LN} -sf ../${HARM_DISTNAME}.tcd ${WRKSRC}/harmonics.tcd post-patch: @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKDIR}/${TCD_DISTNAME}/configure @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Global.cc pre-configure: @cd ${WRKDIR}/${TCD_DISTNAME} \ && ${SETENV} ${CONFIGURE_ENV} \ CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ ${SH} ./configure --disable-shared \ ${CONFIGURE_ARGS} \ && ${MKDIR} ${WRKDIR}/${TCD_DISTNAME}/.libs \ && ${SETENV} ${MAKE_ENV} ${GMAKE} post-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ < ${FILESDIR}/xtide.conf.example > ${WRKDIR}/xtide.conf.example do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tide ${PREFIX}/bin .if !defined(WITHOUT_X11) ${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xtide.1 ${MANPREFIX}/man/man1 .endif ${INSTALL_PROGRAM} ${WRKSRC}/xttpd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tide.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/xttpd.8 ${MAN8PREFIX}/man/man8 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/harmonics.tcd ${DATADIR} ${INSTALL_DATA} ${WRKDIR}/xtide.conf.example ${PREFIX}/etc post-install: .if !exists(${PREFIX}/etc/xtide.conf) ${INSTALL_DATA} ${WRKDIR}/xtide.conf.example ${PREFIX}/etc/xtide.conf ${CHMOD} 644 ${PREFIX}/etc/xtide.conf .endif .if !defined(WITHOUT_WVS) @${MKDIR} ${DATADIR}/wvs ${INSTALL_DATA} ${WRKDIR}/wvs1.dat ${DATADIR}/wvs ${INSTALL_DATA} ${WRKDIR}/wvs12.dat ${DATADIR}/wvs ${INSTALL_DATA} ${WRKDIR}/wvs250k.dat ${DATADIR}/wvs ${INSTALL_DATA} ${WRKDIR}/wvs3.dat ${DATADIR}/wvs ${INSTALL_DATA} ${WRKDIR}/wvs43.dat ${DATADIR}/wvs ${INSTALL_DATA} ${WRKDIR}/wvsfull.dat ${DATADIR}/wvs .endif .include Property changes on: head/astro/xtide/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/audio/gimmix/Makefile =================================================================== --- head/audio/gimmix/Makefile (revision 281801) +++ head/audio/gimmix/Makefile (revision 281802) @@ -1,53 +1,53 @@ # New ports collection makefile for: gimmix # Date created: 11 April 2007 # Whom: Matthieu Guegan # # $FreeBSD$ # PORTNAME= gimmix PORTVERSION= 0.5.7.1 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gimmix -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Gimmix is a graphical MPD client written in C using GTK+2 LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ nxml:${PORTSDIR}/textproc/libnxml LICENSE= GPLv2 OPTIONS= NLS "Native Language Support" on .include USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes MAN1= gimmix.1 CONFIGURE_ENV= DATADIRNAME=share .if !defined(WITHOUT_NLS) CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ARGS+= --enable-nls USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${LN} -sf ${LOCALBASE}/share/intltool/Makefile.in.in ${WRKSRC}/po/Makefile.in.in .include Property changes on: head/audio/gimmix/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/biology/avida/Makefile =================================================================== --- head/biology/avida/Makefile (revision 281801) +++ head/biology/avida/Makefile (revision 281802) @@ -1,43 +1,43 @@ # New ports collection makefile for: avida # Date created: 17 April 2002 # Whom: Jeremy # # $FreeBSD$ # PORTNAME= avida PORTVERSION= 2.10.0 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Avida is an auto-adaptive genetic system designed for ALife research LICENSE= GPLv2 USE_CMAKE= yes USE_GCC= 4.2+ MAKE_JOBS_SAFE= yes PORTDOCS= * post-extract: @${RM} -f ${WRKSRC}/documentation/.[D_]* post-install: ${INSTALL_PROGRAM} ${WRKSRC}/work/avida ${PREFIX}/bin ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/work/*.cfg ${WRKSRC}/work/*.org ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${DOCSDIR} .endif .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile: invokes i386 asm .endif .include Property changes on: head/biology/avida/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/biology/lamarc/Makefile =================================================================== --- head/biology/lamarc/Makefile (revision 281801) +++ head/biology/lamarc/Makefile (revision 281802) @@ -1,40 +1,40 @@ # New ports collection makefile for: lamarc # Date created: 6 August 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= lamarc PORTVERSION= 2.1.5 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://evolution.gs.washington.edu/lamarc/download/ \ http://www.c-s.li/ports/ EXTRACT_SUFX= .src.tar.gz -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A package of programs for computing population parameters LICENSE= ASL OPTIONS= WXGTK2 "Install wxWidgets" off MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes .if defined(WITH_WXGTK2) USE_WX= 2.8 CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} PLIST_SUB+= WXGTK2="" .else CONFIGURE_ARGS+= --disable-converter PLIST_SUB+= WXGTK2="@comment " .endif .if defined(NOPORTDOCS) INSTALL_TARGET= install-exec-am .endif .include Property changes on: head/biology/lamarc/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/converters/showkey/Makefile =================================================================== --- head/converters/showkey/Makefile (revision 281801) +++ head/converters/showkey/Makefile (revision 281802) @@ -1,30 +1,30 @@ # New ports collection makefile for: showkey # Date created: 2003-10-24 # Whom: trevor # # $FreeBSD$ # PORTNAME= showkey PORTVERSION= 1.5 CATEGORIES= converters MASTER_SITES= http://catb.org/~esr/showkey/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Prints its input, with escapes such as "" LICENSE= MIT USE_GMAKE= yes MAKE_ARGS= CC="${CC} ${CFLAGS}" ALL_TARGET= showkey MAN1= showkey.1 PLIST_FILES= bin/showkey do-install: ${INSTALL_PROGRAM} ${WRKSRC}/showkey ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/showkey.1 ${MANPREFIX}/man/man1 .include Property changes on: head/converters/showkey/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/databases/libzdb/Makefile =================================================================== --- head/databases/libzdb/Makefile (revision 281801) +++ head/databases/libzdb/Makefile (revision 281802) @@ -1,56 +1,56 @@ # New ports collection makefile for: libzdb # Date created: Nov 28 2005 # Whom: vanilla@ # # $FreeBSD$ # PORTNAME= libzdb PORTVERSION= 2.8.1 CATEGORIES= databases MASTER_SITES= http://www.tildeslash.com/libzdb/dist/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Thread-safe connection pool library LICENSE= GPLv3 OPTIONS= MYSQL "Add MySQL support" on \ SQLITE "Add Sqlite support" on \ PGSQL "Add PgSQL support" on USE_GNOME= gnomehack USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}/bin/mysql_config .else CONFIGURE_ARGS+= --without-mysql .endif .if defined(WITH_SQLITE) USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} .else CONFIGURE_ARGS+= --without-sqlite .endif .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}/bin/pg_config .else CONFIGURE_ARGS+= --without-postgresql .endif .include Property changes on: head/databases/libzdb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/deskutils/qtm/Makefile =================================================================== --- head/deskutils/qtm/Makefile (revision 281801) +++ head/deskutils/qtm/Makefile (revision 281802) @@ -1,40 +1,40 @@ # New ports collection makefile for: qtm # Date created: 22 Jun 2007 # Whom: Yinghong.Liu # # $FreeBSD$ # PORTNAME= qtm PORTVERSION= 1.3.1 CATEGORIES= deskutils MASTER_SITES= SF/catkin/${PORTNAME}-1.3 -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Blog management application based on Qt 4 LICENSE= GPLv2 USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= corelib dbus gui network xml \ moc_build qmake_build rcc_build uic_build USE_OPENSSL= yes USE_CMAKE= yes CMAKE_USE_PTHREAD= yes CMAKE_ARGS= -DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \ -DMANPAGE_DIRECTORY:STRING="${MANPREFIX}/man/man1" \ -DMARKDOWN_LOCATION:STRING="${LOCALBASE}/bin/markdown" MANCOMPRESSED= yes MAN1= qtm.1 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in Changelog INSTALL README ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif .include Property changes on: head/deskutils/qtm/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/devel/bzr-builder/Makefile =================================================================== --- head/devel/bzr-builder/Makefile (revision 281801) +++ head/devel/bzr-builder/Makefile (revision 281802) @@ -1,28 +1,28 @@ # Ports collection makefile for: bzr-builder # Date created: 22 Aug 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-builder PORTVERSION= 0.6 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/56937826/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A bzr plugin to construct a bzr branch based on a "recipe" BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_builder .include Property changes on: head/devel/bzr-builder/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/bzr-colo/Makefile =================================================================== --- head/devel/bzr-colo/Makefile (revision 281801) +++ head/devel/bzr-colo/Makefile (revision 281802) @@ -1,27 +1,27 @@ # Ports collection makefile for: bzr-colo # Date created: 2010-10-18 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-colo PORTVERSION= 0.3.0 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/74164744/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Plugin for bzr to support colocated branches BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_colo .include Property changes on: head/devel/bzr-colo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/bzr-explorer/Makefile =================================================================== --- head/devel/bzr-explorer/Makefile (revision 281801) +++ head/devel/bzr-explorer/Makefile (revision 281802) @@ -1,28 +1,28 @@ # Ports collection makefile for: bzr-git # Date created: 25 May 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-explorer PORTVERSION= 1.2.1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/76564477/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Desktop application for using bzr BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \ bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= explorer USE_GETTEXT= yes .include Property changes on: head/devel/bzr-explorer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/bzr-externals/Makefile =================================================================== --- head/devel/bzr-externals/Makefile (revision 281801) +++ head/devel/bzr-externals/Makefile (revision 281802) @@ -1,28 +1,28 @@ # New ports collection makefile for: bzr-externals # Date created: 2010-08-30 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-externals PORTVERSION= 1.3.2 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/54615635/ \ http://www.c-s.li/ports/ DISTNAME= externals-${PORTVERSION} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Support external branches like svn:externals BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/externals USE_PYTHON= yes USE_PYDISTUTILS= yes .include Property changes on: head/devel/bzr-externals/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/devel/bzr-git/Makefile =================================================================== --- head/devel/bzr-git/Makefile (revision 281801) +++ head/devel/bzr-git/Makefile (revision 281802) @@ -1,30 +1,30 @@ # Ports collection makefile for: bzr-git # Date created: 9 August 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-git PORTVERSION= 0.6.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/76814124/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Plugin for bzr to work with git trees LICENSE= GPLv2 BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \ py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_git .include Property changes on: head/devel/bzr-git/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/devel/bzr-grep/Makefile =================================================================== --- head/devel/bzr-grep/Makefile (revision 281801) +++ head/devel/bzr-grep/Makefile (revision 281802) @@ -1,30 +1,30 @@ # Ports collection makefile for: bzr-grep # Date created: 9 Jun 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-grep PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/49936719/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Bazaar plugin to grep files BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_grep PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 .include Property changes on: head/devel/bzr-grep/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/bzr-gtk/Makefile =================================================================== --- head/devel/bzr-gtk/Makefile (revision 281801) +++ head/devel/bzr-gtk/Makefile (revision 281802) @@ -1,36 +1,36 @@ # New ports collection makefile for: bzr-gtk # Date created: 2007-03-04 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= bzr-gtk PORTVERSION= 0.100.0 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/65442805/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= GTK interface to Bazaar-NG VCS BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \ ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo LICENSE= GPLv2 USE_PYTHON= yes USE_GNOME= pygtk2 USE_PYDISTUTILS= yes INSTALLS_ICONS= yes OPTIONS= GTKSOURCE "GTKSourceview support" OFF .include .if defined(WITH_GTKSOURCE) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop .endif .include Property changes on: head/devel/bzr-gtk/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/devel/bzr-loom/Makefile =================================================================== --- head/devel/bzr-loom/Makefile (revision 281801) +++ head/devel/bzr-loom/Makefile (revision 281802) @@ -1,29 +1,29 @@ # Ports collection makefile for: bzr-loom # Date created: 22 Aug 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-loom PORTVERSION= 2.1 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/44888887/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Bazaar plugin to assist in developing focused patches BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Loom PYDISTUTILS_PKGVERSION= ${PORTVERSION}.0final0 .include Property changes on: head/devel/bzr-loom/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/devel/bzr-pipeline/Makefile =================================================================== --- head/devel/bzr-pipeline/Makefile (revision 281801) +++ head/devel/bzr-pipeline/Makefile (revision 281802) @@ -1,28 +1,28 @@ # Ports collection makefile for: bzr-pipeline # Date created: 2010-11-16 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-pipeline PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/58976607/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Bzr tools for working with a sequence of branches BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= ${BUILD_DEPENDS} LICENSE= GPLv2 WRKSRC= ${WRKDIR}/pipeline USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= BzrPipeline .include Property changes on: head/devel/bzr-pipeline/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/devel/bzr-rewrite/Makefile =================================================================== --- head/devel/bzr-rewrite/Makefile (revision 281801) +++ head/devel/bzr-rewrite/Makefile (revision 281802) @@ -1,28 +1,28 @@ # Ports collection makefile for: bzr-rewrite # Date created: 2010-11-10 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-rewrite PORTVERSION= 0.6.2 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/65470418/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A bzr plugin that provides rewriting existing revisions BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_rewrite .include Property changes on: head/devel/bzr-rewrite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/bzr-stats/Makefile =================================================================== --- head/devel/bzr-stats/Makefile (revision 281801) +++ head/devel/bzr-stats/Makefile (revision 281802) @@ -1,28 +1,28 @@ # Ports collection makefile for: bzr-stats # Date created: 2011-02-27 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-stats PORTVERSION= 0.1.0 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/65203347/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Simple statistics plugin for bzr BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_stats .include Property changes on: head/devel/bzr-stats/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/devel/bzr-svn/Makefile =================================================================== --- head/devel/bzr-svn/Makefile (revision 281801) +++ head/devel/bzr-svn/Makefile (revision 281802) @@ -1,29 +1,29 @@ # Ports collection makefile for: bzr-svn # Date created: 8 August 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-svn PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/54612267/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Plugin for bzr to work with svn BUILD_DEPENDS+= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/subvertpy/__init__.py:${PORTSDIR}/devel/py-subvertpy \ bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_svn .include Property changes on: head/devel/bzr-svn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/bzr-upload/Makefile =================================================================== --- head/devel/bzr-upload/Makefile (revision 281801) +++ head/devel/bzr-upload/Makefile (revision 281802) @@ -1,28 +1,28 @@ # Ports collection makefile for: bzr-upload # Date created: 2010-12-11 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-upload PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/60433187/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Bzr plugin to incrementally upload changes to a dumb server BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= ${BUILD_DEPENDS} LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_upload .include Property changes on: head/devel/bzr-upload/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/devel/py-epsilon/Makefile =================================================================== --- head/devel/py-epsilon/Makefile (revision 281801) +++ head/devel/py-epsilon/Makefile (revision 281802) @@ -1,28 +1,28 @@ # New ports collection makefile for: py-epsilon # Date created: 10 Apr 2006 # Whom: Alexander Botero-Lowry # # $FreeBSD$ # PORTNAME= epsilon PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Epsilon-${PORTVERSION} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Epsilon is a set of Python utility modules used by DivMod projects LICENSE= MIT RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Epsilon USE_TWISTED= yes NO_BUILD= yes .include Property changes on: head/devel/py-epsilon/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/devel/py-subvertpy/Makefile =================================================================== --- head/devel/py-subvertpy/Makefile (revision 281801) +++ head/devel/py-subvertpy/Makefile (revision 281802) @@ -1,30 +1,30 @@ # Ports collection makefile for: subvertpy # Date created: 9 August 2010 # Whom: Carlo Strub (c-s@c-s.li) # # $FreeBSD$ # PORTNAME= subvertpy PORTVERSION= 0.8.2 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/73700574/ \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Python bindings for subversion LICENSE= GPLv2 BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= subvertpy #post-patch: # @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py .include Property changes on: head/devel/py-subvertpy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/py-testtools/Makefile =================================================================== --- head/devel/py-testtools/Makefile (revision 281801) +++ head/devel/py-testtools/Makefile (revision 281802) @@ -1,23 +1,23 @@ # New ports collection makefile for: testtools # Date created: 2010-08-25 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= testtools PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= http://launchpadlibrarian.net/73387253/ \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Extensions to the Python library's unit testing framework LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= yes .include Property changes on: head/devel/py-testtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/py-transaction/Makefile =================================================================== --- head/devel/py-transaction/Makefile (revision 281801) +++ head/devel/py-transaction/Makefile (revision 281802) @@ -1,23 +1,23 @@ # New ports collection makefile for: py-transaction # Date created: 9 August,2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= transaction PORTVERSION= 1.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Transaction management for Python BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.2:${PORTSDIR}/devel/py-zopeInterface RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include Property changes on: head/devel/py-transaction/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/qbzr/Makefile =================================================================== --- head/devel/qbzr/Makefile (revision 281801) +++ head/devel/qbzr/Makefile (revision 281802) @@ -1,33 +1,33 @@ # Ports collection makefile for: qbzr # Date created: 26 May 2010 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= qbzr PORTVERSION= 0.20.2 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/75630764/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Qt interface for bzr BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4 \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_QT_VER= 4 USE_PYDISTUTILS= yes USE_GETTEXT= yes INSTALLS_ICONS= yes .include Property changes on: head/devel/qbzr/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/games/burrtools/Makefile =================================================================== --- head/games/burrtools/Makefile (revision 281801) +++ head/games/burrtools/Makefile (revision 281802) @@ -1,55 +1,55 @@ # ex:ts=8 # Ports collection makefile for: burrtools # Date created: Mar 23, 2007 # Whom: ijliao # # $FreeBSD$ # PORTNAME= burrtools PORTVERSION= 0.6.1 CATEGORIES= games MASTER_SITES= SF \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A puzzle solver LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ xmlwrapp.5:${PORTSDIR}/textproc/xmlwrapp \ fltk.1:${PORTSDIR}/x11-toolkits/fltk \ boost_thread:${PORTSDIR}/devel/boost-libs USE_XORG= x11 xt xext xmu xi USE_GL= glu USE_GMAKE= yes USE_GCC= 4.2+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="`fltk-config --cxxflags`" \ LDFLAGS="`fltk-config --ldflags`" MAKE_JOBS_SAFE= yes LICENSE= GPLv3 PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/burrTxt bin/burrTxt2 bin/burrGui .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt2 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/gui/burrGui ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in burricons.ico AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples; ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .include Property changes on: head/games/burrtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/games/nettoe/Makefile =================================================================== --- head/games/nettoe/Makefile (revision 281801) +++ head/games/nettoe/Makefile (revision 281802) @@ -1,36 +1,36 @@ # New ports collection makefile for: nettoe # Date created: 01 July 2001 # Whom: Christopher Preston # # $FreeBSD$ # PORTNAME= nettoe PORTVERSION= 1.3.2 CATEGORIES= games MASTER_SITES= SF \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A tic-tac-toe game playable over the network LICENSE= GPLv2 PLIST_FILES= bin/nettoe MAN6= nettoe.6 USE_GMAKE= yes GNU_CONFIGURE= yes PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} .for I in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/ .endfor .endif .include Property changes on: head/games/nettoe/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/graphics/pixelize/Makefile =================================================================== --- head/graphics/pixelize/Makefile (revision 281801) +++ head/graphics/pixelize/Makefile (revision 281802) @@ -1,33 +1,33 @@ # ex:ts=8 # Ports collection makefile for: pixelize # Date created: Oct 20, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= pixelize PORTVERSION= 1.0.0 CATEGORIES= graphics MASTER_SITES= ftp://lashwhip.com/pub/ \ http://www.c-s.li/ports/ \ http://lashwhip.com/pixelize/ MASTER_SITE_SUBDIR= apps/graphics/misc -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Use many scaled down images to try to duplicate another image LICENSE= GPLv2 USE_GNOME= gtk20 imlib PLIST_FILES= bin/make_db bin/pixelize post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \ -e "s|gtk-config|${GTK_CONFIG}|g" \ -e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/make_db ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/pixelize ${PREFIX}/bin .include Property changes on: head/graphics/pixelize/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/graphics/swftools/Makefile =================================================================== --- head/graphics/swftools/Makefile (revision 281801) +++ head/graphics/swftools/Makefile (revision 281802) @@ -1,73 +1,73 @@ # ex:ts=8 # Ports collection makefile for: swftools # Date created: Feb 9, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= swftools PORTVERSION= 0.9.1 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.swftools.org/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= SWF manipulation and generation utilities LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ jpeg.11:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ fftw3.5:${PORTSDIR}/math/fftw3 \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig LICENSE= GPLv2 OPTIONS= LAME "LAME MP3 audio encoder support" off \ PDF "PDFlib support" off USE_GNOME= pkgconfig USE_GL= glut USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_lib_zzip_zzip_file_open=no MAKE_JOBS_SAFE= yes MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ png2swf.1 swfbbox.1 swfc.1 swfcombine.1 swfdump.1 \ swfextract.1 swfrender.1 swfstrings.1 wav2swf.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .include .if defined(WITH_LAME) LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame .else #CONFIGURE_ARGS+= --disable-lame CONFIGURE_ENV+= ac_cv_lib_mp3lame_lame_init=no .endif .if defined(WITH_PDF) LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib PLIST_SUB+= PDF="" MAN1+= pdf2pdf.1 .else CONFIGURE_ENV+= ac_cv_lib_pdf_PDF_open_file=no PLIST_SUB+= PDF="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's| -O | |g ; \ s|/usr/include/fontconfig|${LOCALBASE}/include/fontconfig|g ; \ s|/usr/local/include|${LOCALBASE}/include|g ; \ s|/usr/local/lib|${LOCALBASE}/lib|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/python/d ; \ /avi2swf/d' ${WRKSRC}/Makefile.in .include Property changes on: head/graphics/swftools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/math/nauty/Makefile =================================================================== --- head/math/nauty/Makefile (revision 281801) +++ head/math/nauty/Makefile (revision 281802) @@ -1,42 +1,42 @@ # New ports collection makefile for: nauty # Date created: May 24 2001 # Whom: bremner@unb.ca # # $FreeBSD$ # PORTNAME= nauty PORTVERSION= 2.4r2 CATEGORIES= math MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ \ http://www.c-s.li/ports/ DISTNAME= ${PORTNAME}24r2 -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Brendan McKay's graph isomorphism tester WRKSRC= ${WRKDIR}/${PORTNAME}24r2 MAKEFILE= makefile GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES PORTDOCS= nug.pdf post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4 -march=i686|${CFLAGS}|' \ ${WRKSRC}/${MAKEFILE} do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut copyg listg labelg dretog \ amtog geng complg shortg showg NRswitchg biplabg addedgeg \ deledgeg countg pickg genrang newedgeg catg genbg directg \ multig planarg gentourng ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/math/nauty/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/math/tetgen/Makefile =================================================================== --- head/math/tetgen/Makefile (revision 281801) +++ head/math/tetgen/Makefile (revision 281802) @@ -1,40 +1,40 @@ # New ports collection makefile for: tetgen # Date created: 16 December 2005 # Whom: Pedro F. Giffuni # # $FreeBSD$ # PORTNAME= tetgen PORTVERSION= 1.4.3 CATEGORIES= math MASTER_SITES= http://tetgen.berlios.de/files/ \ http://www.c-s.li/ports/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A Quality Tetrahedral Mesh Generator and Delaunay Triangulator LICENSE_FILE= ${WRKDIR}/LICENSE NO_CDROM= Tetgen is for academic or personal use only MAKE_JOBS_SAFE= YES WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} MAKEFILE= makefile ALL_TARGET= tetgen tetlib do-install: @${INSTALL_PROGRAM} ${WRKSRC}/tetgen ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/tetgen.h ${PREFIX}/include @${INSTALL_DATA} ${WRKSRC}/libtet.a ${PREFIX}/lib .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example.poly ${EXAMPLESDIR} .endif regression-test: (cd ${INSTALL_WRKSRC} && ./tetgen -p example.poly ) .include Property changes on: head/math/tetgen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/misc/freecode-submit/Makefile =================================================================== --- head/misc/freecode-submit/Makefile (revision 281801) +++ head/misc/freecode-submit/Makefile (revision 281802) @@ -1,33 +1,33 @@ # New ports collection makefile for: freshmeat-submit # Date created: 2 Jan 2005 # Whom: x # # $FreeBSD$ # PORTNAME= freshmeat-submit PORTVERSION= 2.2 CATEGORIES= misc MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Submission of updates to Freshmeat via its XML-RPC LICENSE= BSD USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/freshmeat-submit MAN1= freshmeat-submit.1 .include do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin ${MKDIR} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/misc/freecode-submit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/misc/freshmeat-submit/Makefile =================================================================== --- head/misc/freshmeat-submit/Makefile (revision 281801) +++ head/misc/freshmeat-submit/Makefile (revision 281802) @@ -1,33 +1,33 @@ # New ports collection makefile for: freshmeat-submit # Date created: 2 Jan 2005 # Whom: x # # $FreeBSD$ # PORTNAME= freshmeat-submit PORTVERSION= 2.2 CATEGORIES= misc MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Submission of updates to Freshmeat via its XML-RPC LICENSE= BSD USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/freshmeat-submit MAN1= freshmeat-submit.1 .include do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin ${MKDIR} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/misc/freshmeat-submit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/multimedia/gaupol/Makefile =================================================================== --- head/multimedia/gaupol/Makefile (revision 281801) +++ head/multimedia/gaupol/Makefile (revision 281802) @@ -1,40 +1,40 @@ # New ports collection makefile for: gaupol # Date created: 08 January 2007 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= gaupol PORTVERSION= 0.18 CATEGORIES= multimedia python MASTER_SITES= http://download.gna.org/gaupol/${PORTVERSION}/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Subtitle editor RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \ py*-enchant>=1.5.1:${PORTSDIR}/textproc/py-enchant LICENSE= GPLv3 USE_GNOME= pygtk2 desktopfileutils USE_PYTHON= 2.6+ USE_PYDISTUTILS=yes INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/setup.py .include Property changes on: head/multimedia/gaupol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/net/py-eventlet/Makefile =================================================================== --- head/net/py-eventlet/Makefile (revision 281801) +++ head/net/py-eventlet/Makefile (revision 281802) @@ -1,25 +1,25 @@ # New ports collection makefile for: py-eventlet # Date created: 2010-07-22 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= eventlet PORTVERSION= 0.9.15 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Concurrent networking library for Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include Property changes on: head/net/py-eventlet/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-p2p/py-vertex/Makefile =================================================================== --- head/net-p2p/py-vertex/Makefile (revision 281801) +++ head/net-p2p/py-vertex/Makefile (revision 281802) @@ -1,30 +1,30 @@ # New ports collection makefile for: py-vertex # Date created: 19 May 2006 # Whom: Alexander Botero-Lowry # # $FreeBSD$ # PORTNAME= vertex PORTVERSION= 0.3.0 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Vertex-${PORTVERSION} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Vertex is an implementation of the Q2Q protocol BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \ ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl RUN_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \ ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Vertex USE_TWISTED= yes .include Property changes on: head/net-p2p/py-vertex/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/news/lottanzb/Makefile =================================================================== --- head/news/lottanzb/Makefile (revision 281801) +++ head/news/lottanzb/Makefile (revision 281802) @@ -1,65 +1,65 @@ # New ports collection makefile for: lottanzb # Date created: Mon Feb 02 2009 # Whom: Zach Thompson # # $FreeBSD$ # $Id$ # PORTNAME= lottanzb PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.lottanzb.org/releases/ \ http://launchpadlibrarian.net/64247317/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A pyGTK usenet frontend for hellanzb RUN_DEPENDS= SABnzbd.py:${PORTSDIR}/news/sabnzbdplus \ yelp:${PORTSDIR}/x11/yelp \ par2:${PORTSDIR}/archivers/par2cmdline \ unrar:${PORTSDIR}/archivers/unrar \ unzip:${PORTSDIR}/archivers/unzip \ ${PYTHON_SITELIBDIR}/yenc.py:${PORTSDIR}/news/py-yenc \ ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl LICENSE= GPLv3 USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GNOME= desktopfileutils intltool INSTALLS_ICONS= yes INSTALLS_OMF= yes PORTDOCS= README NEWS MAN1= lottanzb.1 .include post-patch: @${REINPLACE_CMD} -e 's/try_to_call(\[".*$$//' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's/.share., \(.man.\)/\1/; s/^ *__stdfiles(attrs, src)//' \ ${WRKSRC}/distutilsextra/auto.py post-install: -@update-desktop-database -@update-mime-database ${PREFIX}/share/mime -@gtk-update-icon-cache -q -f ${PREFIX}/share/icons/hicolor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif .include Property changes on: head/news/lottanzb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/science/mcstas/Makefile =================================================================== --- head/science/mcstas/Makefile (revision 281801) +++ head/science/mcstas/Makefile (revision 281802) @@ -1,46 +1,46 @@ # New ports collection makefile for: mcstas # Date created: Apr 26, 2004 # Whom: Joerg Pulz # # $FreeBSD$ PORTNAME= mcstas PORTVERSION= 1.12c CATEGORIES= science MASTER_SITES= http://www.mcstas.org/download/ \ http://www.c-s.li/ports/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A neutron ray-trace simulation package LICENSE= GPLv2 BUILD_DEPENDS= pgxwin_server:${PORTSDIR}/graphics/pgplot RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \ ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk STRIP= USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes NO_MTREE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PERL_ARCHNAME!= perl -V:archname PLIST_SUB+= PERL_PORT=perl5 PERL_ARCHNAME=${PERL_ARCHNAME:S/archname='//:S/';//} MAN1= mcconvert.1 \ mcdisplay.1 \ mcdoc.1 \ mcformat.1 \ mcgui.1 \ mcplot.1 \ mcrun.1 \ mcstas.1 \ post-configure: @cd ${WRKSRC}; make pgplot .include Property changes on: head/science/mcstas/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/science/py-DendroPy/Makefile =================================================================== --- head/science/py-DendroPy/Makefile (revision 281801) +++ head/science/py-DendroPy/Makefile (revision 281802) @@ -1,25 +1,25 @@ # New ports collection makefile for: py-DendroPy # Date created: 09 Jan, 2010 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= DendroPy PORTVERSION= 3.9.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Phylogenetic computing library LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS= easy_install post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/science/py-DendroPy/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/sysutils/afflib/Makefile =================================================================== --- head/sysutils/afflib/Makefile (revision 281801) +++ head/sysutils/afflib/Makefile (revision 281802) @@ -1,48 +1,48 @@ # Ports collection makefile for: afflib # # Date created: 15/02/2008 # Whom: Chris Calvey # # $FreeBSD$ # PORTNAME= afflib PORTVERSION= 3.6.12 CATEGORIES= sysutils MASTER_SITES= http://afflib.org/downloads/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= The Advanced Forensics Format library and utilities LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \ expat:${PORTSDIR}/textproc/expat2 \ curl:${PORTSDIR}/ftp/curl LICENSE= BSD USE_LDCONFIG= yes USE_OPENSSL= yes USE_ICONV = yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX} CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \ LDFLAGS='${PTHREAD_LIBS}' CFLAGS+= ${PTHREAD_LIBS} MAKE_JOBS_SAFE= yes MAN1= affcat.1 AUTOTOOLSFILES= aclocal.m4 post-patch: @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \ ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/libdata|' \ ${WRKSRC}/Makefile.in .include Property changes on: head/sysutils/afflib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/textproc/scss/Makefile =================================================================== --- head/textproc/scss/Makefile (revision 281801) +++ head/textproc/scss/Makefile (revision 281802) @@ -1,36 +1,36 @@ # ex:ts=8 # Ports collection makefile for: SCSS # Date created: Mar 22, 2007 # Whom: ijliao # # $FreeBSD$ # PORTNAME= scss PORTVERSION= 0.4.0 CATEGORIES= textproc scheme MASTER_SITES= SAVANNAH \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A Scheme module for W3C Cascading Stylesheets recommendation RUN_DEPENDS= guile:${PORTSDIR}/lang/guile LICENSE= GPLv3 NO_BUILD= yes FILES= lexer.scm parser.scm scss.scm properties.scm \ interface/sdom.scm common.scm INFO= scss do-install: @${MKDIR} ${PREFIX}/share/guile/scss .for f in ${FILES} @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/guile/scss .endfor @${INSTALL_DATA} ${WRKSRC}/scss.info ${PREFIX}/info .include Property changes on: head/textproc/scss/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/ach/Makefile =================================================================== --- head/www/ach/Makefile (revision 281801) +++ head/www/ach/Makefile (revision 281802) @@ -1,49 +1,49 @@ # New ports collection makefile for: ACH # Date Created: 2010-10-05 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= ACH PORTVERSION= 1.0.2 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/Burton/Analysis-of-Competing-Hypotheses/ EXTRACT_SUFX= -alpha.tar -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A free, open source tool for complex research problems LICENSE= GPLv3 USE_MYSQL= yes USE_PHP= yes IGNORE_WITH_PHP= 4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha NO_BUILD= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} # Get rid of temp files packaged in the upstream distfile post-extract: @${FIND} ${WRKSRC} -type f -not -name .htaccess -a \ -name .\* -delete do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} @${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type f -print0 | \ ${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST} @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \ ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/ach/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/asql/Makefile =================================================================== --- head/www/asql/Makefile (revision 281801) +++ head/www/asql/Makefile (revision 281802) @@ -1,25 +1,25 @@ # New ports collection makefile for: asql # Date created: 2008-10-15 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= asql PORTVERSION= 1.6 CATEGORIES= www MASTER_SITES= http://www.steve.org.uk/Software/asql/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Query Apache logfiles via SQL RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl NO_BUILD= yes PLIST_FILES= bin/asql USE_PERL5= yes .include Property changes on: head/www/asql/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/hiawatha/Makefile =================================================================== --- head/www/hiawatha/Makefile (revision 281801) +++ head/www/hiawatha/Makefile (revision 281802) @@ -1,113 +1,113 @@ # New ports collection makefile for: hiawatha # Date created: 24 november 2006 # Whom: Hugo Leisink # # $FreeBSD$ # PORTNAME= hiawatha PORTVERSION= 7.6 CATEGORIES= www MASTER_SITES= http://www.hiawatha-webserver.org/files/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= An advanced and secure webserver for Unix LICENSE= GPLv2 PORTDOCS= AUTHORS COPYING ChangeLog INSTALL PORTEXAMPLES= hiawatha mkcert newroot php-fcgi CONFIG_FILES= hiawatha.conf mimetype.conf cgi-wrapper.conf php-fcgi.conf MAN1= cgi-wrapper.1 hiawatha.1 newroot.1 php-fcgi.1 ssi-cgi.1 wigwam.1 USE_RC_SUBR= hiawatha php-fcgi SUB_FILES= pkg-message WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var webrootdir=${WWWDIR} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \ CACHE "Internal file caching support" On \ IPV6 "Enable IPv6 Support" On \ LARGEFILE "Support for large files" On \ MONITOR "Enable Hiawatha Monitor" On \ SSL "Support for Secure Sockets Layer (SSL)" On \ TOOLKIT "Enable URL Toolkit" On \ XSLT "XSLT support" On PLIST_SUB+= ECHO_MSG=${ECHO_MSG} .include .if defined(WITH_COMMAND) CONFIGURE_ARGS+= --enable-command .else CONFIGURE_ARGS+= --disable-command .endif .if !defined(WITH_CACHE) CONFIGURE_ARGS+= --disable-cache .endif .if !defined(WITH_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif .if !defined(WITH_LARGEFILE) CONFIGURE_ARGS+= --disable-largefile .endif .if !defined(WITH_SSL) CONFIGURE_ARGS+= --disable-ssl .endif .if !defined(WITH_TOOLKIT) CONFIGURE_ARGS+= --disable-toolkit .endif .if !defined(WITH_XSLT) CONFIGURE_ARGS+= --disable-xslt .else USE_GNOME+= libxslt CPPFLAGS+= -I${LOCALBASE}/include/libxml2 .endif .if !defined(WITH_MONITOR) CONFIGURE_ARGS+= --disable-monitor .else CONFIGURE_ARGS+= --enable-xslt USE_GNOME+= libxslt CPPFLAGS+= -I${LOCALBASE}/include/libxml2 .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/extra/,} ${EXAMPLESDIR}/ .endif .for FILE in ${CONFIG_FILES} @${INSTALL_DATA} ${WRKSRC}/etc/hiawatha/${FILE} ${PREFIX}/etc/hiawatha/${FILE}.sample @if [ ! -f ${PREFIX}/etc/hiawatha/${FILE} ]; then \ ${CP} -p ${WRKSRC}/etc/hiawatha/${FILE} ${PREFIX}/etc/hiawatha/${FILE} ; \ fi .endfor @if [ ! -d ${WWWDIR} ]; then \ @${MKDIR} ${WWWDIR} ; \ fi @${CP} ${WRKSRC}/doc/index.html ${WWWDIR}/index.hiawatha.html @if [ ! -f ${WWWDIR}/index.html ] ; then \ ${CP} ${WRKSRC}/doc/index.html ${WWWDIR}/ ; \ fi @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/hiawatha/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/www/imgsizer/Makefile =================================================================== --- head/www/imgsizer/Makefile (revision 281801) +++ head/www/imgsizer/Makefile (revision 281802) @@ -1,37 +1,37 @@ # New ports collection makefile for: imgsizer # Date created: 08 Jun 2004 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= imgsizer PORTVERSION= 2.8 CATEGORIES= www textproc MASTER_SITES= http://www.catb.org/~esr/imgsizer/ \ http://www.c-s.li/ports/ -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= A tool to autogenerate WIDTH and HEIGHT for IMG HTML tags RUN_DEPENDS= rdjpgcom:${PORTSDIR}/graphics/jpeg \ identify:${PORTSDIR}/graphics/ImageMagick LICENSE= BSD USE_PYTHON= yes NO_BUILD= yes MAN1= imgsizer.1 PLIST_FILES= bin/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/imgsizer do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/imgsizer.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/www/imgsizer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/www/py-WebTest/Makefile =================================================================== --- head/www/py-WebTest/Makefile (revision 281801) +++ head/www/py-WebTest/Makefile (revision 281802) @@ -1,26 +1,26 @@ # New ports collection makefile for: py-WebTest # Date created: 24 Feb, 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= WebTest PORTVERSION= 1.2.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Helper to test WSGI applications BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include Property changes on: head/www/py-WebTest/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/py-django-mptt/Makefile =================================================================== --- head/www/py-django-mptt/Makefile (revision 281801) +++ head/www/py-django-mptt/Makefile (revision 281802) @@ -1,27 +1,27 @@ # New ports collection makefile for: django-mptt # Date created: 2011-02-16 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= django-mptt PORTVERSION= 0.4.2 CATEGORIES= www python MASTER_SITES= http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= Utilities for implementing a pre-order traversal tree in django BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django RUN_DEPENDS= ${BUILD_DEPENDS} LICENSE= BSD WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-7d3e111 USE_PYTHON= yes USE_PYDISTUTILS=easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include Property changes on: head/www/py-django-mptt/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/py-surl/Makefile =================================================================== --- head/www/py-surl/Makefile (revision 281801) +++ head/www/py-surl/Makefile (revision 281802) @@ -1,27 +1,27 @@ # Ports collection makefile for: py-surl # Date created: 2010-10-04 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= surl PORTVERSION= 0.7.0 CATEGORIES= www MASTER_SITES= http://launchpadlibrarian.net/37026875/ \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= c-s@c-s.li +MAINTAINER= cs@FreeBSD.org COMMENT= URL shortening command line application BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson LICENSE= GPLv3 USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_BZIP2= yes .include Property changes on: head/www/py-surl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property