Index: head/archivers/aolserver-nszlib/pkg-plist =================================================================== --- head/archivers/aolserver-nszlib/pkg-plist (revision 194731) +++ head/archivers/aolserver-nszlib/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%AOLSERVERBASE%%/bin/nszlib.so -%%AOLSERVERBASE%%/lib/libnszlib.a -%%AOLSERVERBASE%%/lib/libnszlib.so Property changes on: head/archivers/aolserver-nszlib/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/archivers/aolserver-nszlib/Makefile =================================================================== --- head/archivers/aolserver-nszlib/Makefile (revision 194731) +++ head/archivers/aolserver-nszlib/Makefile (revision 194732) @@ -1,44 +1,52 @@ # New ports collection makefile for: aolserver-nszlib # Date created: 12 Oct 2006 # Whom: Martin Matuska # # $FreeBSD$ # -PORTNAME= aolserver-nszlib +PORTNAME= nszlib PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= archivers www MASTER_SITES= ftp://ftp.crystalballinc.com/pub/vlad/ MASTER_SITE_SUBDIR= aolserver -DISTNAME= nszlib +PKGNAMEPREFIX= aolserver- +DISTNAME= ${PORTNAME} DIST_SUBDIR= aolserver MAINTAINER= mm@FreeBSD.org COMMENT= Zlib library interface for AOLserver -AOLSERVERBASE?= ${PREFIX}/aolserver +AOLSERVERBASE?= aolserver -BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS+= ${BUILD_DEPENDS} -PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} USE_GMAKE= yes -MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} +MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \ + DLLLIBS="-lz" MODLIBS="-lz" +PLIST_FILES= ${AOLSERVERBASE}/bin/nszlib.so \ + ${AOLSERVERBASE}/lib/libnszlib.a \ + ${AOLSERVERBASE}/lib/libnszlib.so + .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog README example.tcl .endif post-patch: - @ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \ + -e '/^OBJS =.*/{n;s/.*/MODOBJS = $$(OBJS)/g;G;}' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif .include Property changes on: head/archivers/aolserver-nszlib/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/databases/aolserver-nsmysql/pkg-plist =================================================================== --- head/databases/aolserver-nsmysql/pkg-plist (revision 194731) +++ head/databases/aolserver-nsmysql/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%AOLSERVERBASE%%/bin/nsmysql.so -%%AOLSERVERBASE%%/lib/libnsmysql.a -%%AOLSERVERBASE%%/lib/libnsmysql.so Property changes on: head/databases/aolserver-nsmysql/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/databases/aolserver-nsmysql/Makefile =================================================================== --- head/databases/aolserver-nsmysql/Makefile (revision 194731) +++ head/databases/aolserver-nsmysql/Makefile (revision 194732) @@ -1,46 +1,55 @@ # New ports collection makefile for: aolserver-nsmysql # Date created: 12 Oct 2006 # Whom: Martin Matuska # # $FreeBSD$ # -PORTNAME= aolserver-nsmysql +PORTNAME= nsmysql PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver -DISTFILES= nsmysql_v1.tar.gz +PKGNAMEPREFIX= aolserver- +DISTNAME= nsmysql_v1 DIST_SUBDIR= aolserver MAINTAINER= mm@FreeBSD.org COMMENT= Internal MySQL database driver for AOLserver -WRKSRC= ${WRKDIR}/nsmysql_v1 - -AOLSERVERBASE?= ${PREFIX}/aolserver -BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +AOLSERVERBASE?= aolserver +BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS+= ${BUILD_DEPENDS} -PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} USE_MYSQL= yes USE_GMAKE= yes -MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} +MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \ + MYSQL_PREFIX="${LOCALBASE}" \ + MODLIBS="-L${LOCALBASE}/lib/mysql -lmysqlclient_r" \ + DLLLIBS="-L${LOCALBASE}/lib/mysql -lmysqlclient_r" \ + NO_LDOVERRIDE=1 +PLIST_FILES= ${AOLSERVERBASE}/bin/nsmysql.so \ + ${AOLSERVERBASE}/lib/libnsmysql.a \ + ${AOLSERVERBASE}/lib/libnsmysql.so + .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog README INSTALL .endif post-patch: - @ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \ + -e '/^OBJS =.*/{n;s/.*/MODOBJS = $$(OBJS)/g;G;}' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif .include Property changes on: head/databases/aolserver-nsmysql/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/databases/aolserver-nspostgres/pkg-plist =================================================================== --- head/databases/aolserver-nspostgres/pkg-plist (revision 194731) +++ head/databases/aolserver-nspostgres/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%AOLSERVERBASE%%/bin/nspostgres.so -%%AOLSERVERBASE%%/lib/libnspostgres.a -%%AOLSERVERBASE%%/lib/libnspostgres.so Property changes on: head/databases/aolserver-nspostgres/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/databases/aolserver-nspostgres/Makefile =================================================================== --- head/databases/aolserver-nspostgres/Makefile (revision 194731) +++ head/databases/aolserver-nspostgres/Makefile (revision 194732) @@ -1,45 +1,57 @@ # New ports collection makefile for: aolserver-nspostgres # Date created: 12 Oct 2006 # Whom: Martin Matuska # # $FreeBSD$ # PORTNAME= nspostgres PORTVERSION= 4.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver PKGNAMEPREFIX= aolserver- DIST_SUBDIR= aolserver MAINTAINER= mm@FreeBSD.org COMMENT= Internal PostgreSQL driver for AOLserver WRKSRC= ${WRKDIR}/nspostgres-${PORTVERSION} -AOLSERVERBASE?= ${PREFIX}/aolserver -BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +AOLSERVERBASE?= aolserver +BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS+= ${BUILD_DEPENDS} -PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} USE_PGSQL= yes DEFAULT_PGSQL_VER= 82 USE_GMAKE= yes -MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} POSTGRES=${LOCALBASE} ACS=1 +MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \ + PG_CONFIG="${LOCALBASE}/bin/pg_config" \ + POSTGRES=PG_CONFIG ACS=1 OPENSSL=1 +PLIST_FILES= ${AOLSERVERBASE}/bin/nspostgres.so \ + ${AOLSERVERBASE}/lib/libnspostgres.a \ + ${AOLSERVERBASE}/lib/libnspostgres.so + .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog README .endif + +post-patch: + @${REINPLACE_CMD} \ + -e '/^MODOBJS =.*/{n;s/.*/OBJS = $$(MODOBJS)/g;G;}' \ + -e '/MODLIBS *+=.*/{p;s/MODLIBS *+=/DLLLIBS +=/g;}' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif .include Property changes on: head/databases/aolserver-nspostgres/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/graphics/aolserver-nsgd/pkg-plist =================================================================== --- head/graphics/aolserver-nsgd/pkg-plist (revision 194731) +++ head/graphics/aolserver-nsgd/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%AOLSERVERBASE%%/bin/nsgd2.so -%%AOLSERVERBASE%%/lib/libnsgd2.a -%%AOLSERVERBASE%%/lib/libnsgd2.so Property changes on: head/graphics/aolserver-nsgd/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/aolserver-nsgd/Makefile =================================================================== --- head/graphics/aolserver-nsgd/Makefile (revision 194731) +++ head/graphics/aolserver-nsgd/Makefile (revision 194732) @@ -1,52 +1,61 @@ # New ports collection makefile for: aolserver-nsgd # Date created: 12 Oct 2006 # Whom: Martin Matuska # # $FreeBSD$ # PORTNAME= nsgd PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics www MASTER_SITES= http://www.aolserver.cz/download/ PKGNAMEPREFIX= aolserver- DISTNAME= ${PORTNAME}2 EXTRACT_SUFX= .tgz DIST_SUBDIR= aolserver MAINTAINER= mm@FreeBSD.org COMMENT= Graphics module for AOLserver WRKSRC= ${WRKDIR} -AOLSERVERBASE?= ${PREFIX}/aolserver +AOLSERVERBASE?= aolserver LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS+= ${BUILD_DEPENDS} -PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} USE_GMAKE= yes USE_TCL= 84+ USE_TCL_THREADS= yes .include -MAKE_ARGS= NSHOME=${AOLSERVERBASE} MODLIBS="-L${LOCALBASE}/lib -lgd" \ - CFLAGS="-I. -I${AOLSERVERBASE}/include -I${LOCALBASE}/include -I${TCL_INCLUDEDIR} -DAOL4=1 -fPIC" +CFLAGS+= "-I${LOCALBASE}/include" +MAKE_ARGS= NSHOME="${LOCALBASE}/${AOLSERVERBASE}" \ + MODLIBS="-L${LOCALBASE}/lib -lgd" \ + DLLLIBS="-L${LOCALBASE}/lib -lgd" + +PLIST_FILES= ${AOLSERVERBASE}/bin/nsgd2.so \ + ${AOLSERVERBASE}/lib/libnsgd2.a \ + ${AOLSERVERBASE}/lib/libnsgd2.so + PORTDOCS= nsgd.html post-patch: - @ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/g' \ + -e '/^OBJS =.*/{p;s/OBJS =.*/MODOBJS = $$(OBJS)/g;}' \ + -e 's/^MODLIBS =/#MODLIBS =/g' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif .include Property changes on: head/graphics/aolserver-nsgd/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/security/aolserver-nsencrypt/pkg-plist =================================================================== --- head/security/aolserver-nsencrypt/pkg-plist (revision 194731) +++ head/security/aolserver-nsencrypt/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%AOLSERVERBASE%%/bin/nsencrypt.so -%%AOLSERVERBASE%%/lib/libnsencrypt.a -%%AOLSERVERBASE%%/lib/libnsencrypt.so Property changes on: head/security/aolserver-nsencrypt/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/aolserver-nsencrypt/Makefile =================================================================== --- head/security/aolserver-nsencrypt/Makefile (revision 194731) +++ head/security/aolserver-nsencrypt/Makefile (revision 194732) @@ -1,43 +1,55 @@ # New ports collection makefile for: aolserver-nsencrypt # Date created: 12 Oct 2006 # Whom: Martin Matuska # # $FreeBSD$ # PORTNAME= aolserver-nsencrypt PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver DISTFILES= nsencrypt-${PORTVERSION}-src.tar.gz DIST_SUBDIR= aolserver MAINTAINER= mm@FreeBSD.org COMMENT= OpenSSL data encryption module for AOLserver WRKSRC= ${WRKDIR}/nsencrypt-${PORTVERSION} -AOLSERVERBASE?= ${PREFIX}/aolserver -BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +AOLSERVERBASE?= aolserver +BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS+= ${BUILD_DEPENDS} -PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} +PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE} USE_OPENSSL= yes USE_GMAKE= yes -MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} OPENSSL=${OPENSSLBASE} +MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \ + OPENSSL="${OPENSSLBASE}" +PLIST_FILES= ${AOLSERVERBASE}/bin/nsencrypt.so \ + ${AOLSERVERBASE}/lib/libnsencrypt.a \ + ${AOLSERVERBASE}/lib/libnsencrypt.so + .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog readme.txt .endif + +post-patch: + @${REINPLACE_CMD} \ + -e '/^MODOBJS =.*/{p;s/MODOBJS =/OBJS +=/g;}' \ + -e '/^MODLIBS =.*/{p;s/MODLIBS =/DLLLIBS +=/g;}' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/aolserver-nsencrypt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property