Index: head/audio/liba52/Makefile =================================================================== --- head/audio/liba52/Makefile (revision 256470) +++ head/audio/liba52/Makefile (revision 256471) @@ -1,76 +1,79 @@ # New ports collection makefile for: liba52 # Date created: Tue Oct 16 10:43:56 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= liba52 PORTVERSION= 0.7.4 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://liba52.sourceforge.net/files/ DISTNAME= a52dec-${PORTVERSION:S/.b/b/} MAINTAINER= multimedia@FreeBSD.org COMMENT= A free library for decoding ATSC A/52 streams, aka AC-3 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LDCONFIG= yes .if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING) BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft RUN_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_ARGS+= --enable-djbfft .endif .include .if ${ARCH} == "amd64" || ${ARCH} == "powerpc" CFLAGS+= -fPIC .endif MAN1= a52dec.1 extract_a52.1 HEADER_FILES= liba52/a52_internal.h pre-everything:: .ifndef(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} ">>>" @${ECHO_MSG} ">>> You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS." @${ECHO_MSG} ">>> For example, 'make WITH_OPTIMIZED_CFLAGS=yes'" @${ECHO_MSG} ">>>" .endif .ifndef(WITHOUT_DJBFFT) @${ECHO_MSG} '>>>' @${ECHO_MSG} '>>> You can disable djbfft optimized FFT routines by defining WITHOUT_DJBFFT.' @${ECHO_MSG} ">>> For example, 'make WITHOUT_DJBFFT=yes'" @${ECHO_MSG} '>>>' .endif post-patch: .ifndef(WITH_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -E -e 's!-O3!${CFLAGS}!' -e 's!-mcpu=[^"]+"!"!' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .endif .ifndef(WITHOUT_DJBFFT) @${REINPLACE_CMD} -E -e 's|(fftc4.h)|djbfft/\1|' ${WRKSRC}/liba52/imdct.c .endif post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/liba52.txt ${DOCSDIR} .endif .for file in ${HEADER_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/a52dec .endfor .include Property changes on: head/audio/liba52/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/dns/ipcheck/Makefile =================================================================== --- head/dns/ipcheck/Makefile (revision 256470) +++ head/dns/ipcheck/Makefile (revision 256471) @@ -1,43 +1,45 @@ # New ports collection makefile for: ipcheck # Date created: 24 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= ipcheck PORTVERSION= 0.240 PORTEPOCH= 1 CATEGORIES= dns python MASTER_SITES= http://ipcheck.sourceforge.net/releases/ MASTER_SITE_SUBDIR= lioux DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//} EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= lioux@FreeBSD.org COMMENT= A fully compliant DynDNS.org client for UNIX (supports NIC v2.0) +LICENSE= GPLv2 + USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/ipcheck.py .ifdef(WITH_SNMP) RUN_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/pysnmp/v2c.py:${PORTSDIR}/net-mgmt/py-snmp .endif pre-everything:: .ifndef(WITH_SNMP) @${ECHO_MSG} '===> Enable SNMP support by defining WITH_SNMP' .endif do-patch: @${SED} \ -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ -e "s!ppp0!tun0!" \ ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py .include Property changes on: head/dns/ipcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/graphics/qcomicbook/Makefile =================================================================== --- head/graphics/qcomicbook/Makefile (revision 256470) +++ head/graphics/qcomicbook/Makefile (revision 256471) @@ -1,54 +1,57 @@ # New ports collection makefile for: qcomicbook # Date created: 24 April, 2005 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= qcomicbook PORTVERSION= 0.4.4 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://linux.bydg.org/~yogin/qcomicbook/ MAINTAINER= lioux@FreeBSD.org COMMENT= QT-based comic book archive viewer RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ unrar:${PORTSDIR}/archivers/unrar +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_QT_VER= 4 QT_COMPONENTS= gui moc_build USE_GNOME= pkgconfig USE_GMAKE= yes # USE_EFL= imlib2 #disabled in this release GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes MAN1= qcomicbook.1 DESKTOP_ENTRIES="QComicBook" "Comic Book Viewer" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "qcomicbook" "" false OPTIONS= 7ZIP "Enable support for 7-Zip (.cb7) comic book archives" on \ ACE "Enable support for ACE (.cba) comic book archives" on .include .if ${OSVERSION} < 700042 CPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} .endif # 7-Zip (.cb7) support .if !defined(WITHOUT_7ZIP) RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip .endif # ACE (.cba) support .if !defined(WITHOUT_ACE) RUN_DEPENDS+= unace:${PORTSDIR}/archivers/unace .endif .include Property changes on: head/graphics/qcomicbook/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/java/eclipse-datatools/Makefile =================================================================== --- head/java/eclipse-datatools/Makefile (revision 256470) +++ head/java/eclipse-datatools/Makefile (revision 256471) @@ -1,58 +1,64 @@ # New ports collection makefile for: eclipse-datatools # Date created: Sun 1 Apr 2007 22:18:17 UTC # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= datatools DISTVERSION= 1.6.1 PORTREVISION= 2 CATEGORIES= java devel databases MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downloads/,} MASTER_SITE_SUBDIR= ${PORTVERSION:R} PKGNAMEPREFIX= eclipse- DISTNAME= dtp_${DISTVERSION} DIST_SUBDIR= eclipse MAINTAINER= lioux@FreeBSD.org COMMENT= Data Tools Platform for the Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef +LICENSE= EPL +LICENSE_NAME= Eclipse Public License +LICENSE_GROUPS= FSF OSI +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_TEXT= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php + NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ JAVA_OS= native post-extract: # avoid empty dirs since they break the automated PLIST generation @${FIND} ${WRKSRC} -type d -empty \ -exec ${TOUCH} "{}/.keep_me" \; do-install: # create destination dir @${MKDIR} ${PREFIX}/eclipse # install both files and directories @(cd ${WRKSRC}/eclipse && \ ${FIND} -s features plugins -type d \ -exec ${MKDIR} "${PREFIX}/eclipse/{}" \; && \ ${FIND} -s features plugins -not -type d \ -exec ${INSTALL_DATA} "{}" "${PREFIX}/eclipse/{}" \; \ ) # used to manually generate the plist files generate-plist-locally: build # annotate installation files @(cd ${WRKSRC}/eclipse && ${FIND} -s features plugins -not -type d) \ | ${SED} -ne 's,^,eclipse/,p' > ${PLIST} # annotate installation directories @(cd ${WRKSRC}/eclipse && ${FIND} -s -d features plugins -type d) \ | ${GREP} -vE '^plugins$$|^features$$' \ | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${PLIST} .include Property changes on: head/java/eclipse-datatools/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/java/eclipse-hibernatetools/Makefile =================================================================== --- head/java/eclipse-hibernatetools/Makefile (revision 256470) +++ head/java/eclipse-hibernatetools/Makefile (revision 256471) @@ -1,59 +1,66 @@ # New ports collection makefile for: Eclipse Hibernate Tools # Date created: Mon 24 Dec 2007 11:16:09 UTC # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= hibernatetools DISTVERSION= 3.2.3.GA PORTREVISION= 2 CATEGORIES= java devel databases MASTER_SITES= SF/jboss/JBossTools/JBossTools%202.1.2.GA PKGNAMEPREFIX= eclipse- DISTNAME= HibernateTools-${DISTVERSION} DIST_SUBDIR= eclipse MAINTAINER= lioux@FreeBSD.org COMMENT= Hibernate3 Tools for the Eclipse IDE ## XXX - Notify the maintainer if the dependencies on either ## java/eclipse-gef of java/eclipse-webtools change RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef \ ${LOCALBASE}/eclipse/features/org.eclipse.wst.common_core.feature_2.0.2.v200802150100-7C78EKOE_EkMNlO6f7cjpz0/feature.xml:${PORTSDIR}/java/eclipse-webtools +LICENSE= EPL LGPL3 +LICENSE_NAME_EPL= Eclipse Public License +LICENSE_GROUPS_EPL= FSF OSI +LICENSE_PERMS_EPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_TEXT_EPL= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php +LICENSE_COMB= multi + NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ JAVA_OS= native post-extract: # avoid empty dirs since they break the automated PLIST generation @${FIND} ${WRKSRC} -type d -empty \ -exec ${TOUCH} "{}/.keep_me" \; do-install: # create destination dir @${MKDIR} ${PREFIX}/eclipse # install both files and directories @(cd ${WRKSRC} && \ ${FIND} -s features plugins -type d \ -exec ${MKDIR} "${PREFIX}/eclipse/{}" \; && \ ${FIND} -s features plugins -not -type d \ -exec ${INSTALL_DATA} "{}" "${PREFIX}/eclipse/{}" \; \ ) # used to manually generate the plist files generate-plist-locally: build # annotate installation files @(cd ${WRKSRC} && ${FIND} -s features plugins -not -type d) \ | ${SED} -ne 's,^,eclipse/,p' > ${PLIST} # annotate installation directories @(cd ${WRKSRC} && ${FIND} -s -d features plugins -type d) \ | ${GREP} -vE '^plugins$$|^features$$' \ | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${PLIST} .include Property changes on: head/java/eclipse-hibernatetools/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/mail/normalizemime/Makefile =================================================================== --- head/mail/normalizemime/Makefile (revision 256470) +++ head/mail/normalizemime/Makefile (revision 256471) @@ -1,37 +1,39 @@ # New ports collection makefile for: normalize mime # Date created: Wed Aug 31 00:24:53 UTC 2005 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= normalizemime PORTVERSION= 1.19 CATEGORIES= mail MASTER_SITES= http://hyvatti.iki.fi/~jaakko/spam/ DISTNAME= normalizemime.cc EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= lioux@FreeBSD.org COMMENT= A mime normalizer to be used as a preprocessor for email classication +LICENSE= GPLv2 + USE_ICONV= yes NO_WRKSUBDIR= yes CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv PLIST_FILES= bin/${DISTNAME:R} post-extract: @${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${WRKSRC} do-build: @cd ${WRKSRC} && ${CXX} ${CXXFLAGS} ${LDFLAGS} \ ${DISTNAME} -o ${DISTNAME:R} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:R} ${PREFIX}/bin .include Property changes on: head/mail/normalizemime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property