Index: head/cad/varkon/Makefile =================================================================== --- head/cad/varkon/Makefile (revision 428131) +++ head/cad/varkon/Makefile (revision 428132) @@ -1,71 +1,71 @@ # Created by: Pedro F. Giffuni # $FreeBSD$ PORTNAME= varkon PORTVERSION= 1.19E -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Varkon_${PORTVERSION} DISTNAME= Varkon_sources_${PORTVERSION} DIST_SUBDIR= varkon MAINTAINER= ports@FreeBSD.org COMMENT= Free CAD system and applications development tool LICENSE= GPLv2 LGPL20 LICENSE_COMB= dual LIB_DEPENDS= libtiff.so:graphics/tiff RUN_DEPENDS= xdg-open:devel/xdg-utils WRKSRC= ${WRKDIR}/Varkon_${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/sources USE_XORG= xpm USE_GL= glu USES= gmake MAKE_ENV= PLATFORM=FreeBSD ALL_TARGET= # none MAKE_JOBS_UNSAFE= yes VARKON_PREFIX= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= DOCS post-extract: @${FIND} ${WRKSRC} -name "*.o" -delete do-configure: @${REINPLACE_CMD} -e \ 's|%%VARKON_PREFIX%%|${VARKON_PREFIX}|g ; \ s|%%DOCSDIR%%|${DOCSDIR}|g' ${WRKSRC}/com/english/varkon @${REINPLACE_CMD} -e \ 's|^PLATFORM|#PLATFORM|' ${BUILD_WRKSRC}/Makefile @${FIND} ${BUILD_WRKSRC} -name "Makefile.FreeBSD" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g ; \ s|-O[[:space:]]|| ; \ s|cc $$(LIBS)|$$(CC) $$(LIBS)|' do-install: ${INSTALL_SCRIPT} ${WRKSRC}/com/english/varkon ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${VARKON_PREFIX} .for i in erm lib mdf @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${VARKON_PREFIX}) .endfor @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${VARKON_PREFIX}/bin @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/cnf .for i in fnt icons plt tol @(cd ${WRKSRC}/cnf && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${VARKON_PREFIX}/cnf) .endfor @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/cnf/ini ${INSTALL_DATA} ${WRKSRC}/cnf/ini/english/linux \ ${STAGEDIR}${VARKON_PREFIX}/cnf/ini/freebsd do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} #Varkon Manual @(cd ${WRKSRC}/man && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/ftp/gftp/Makefile =================================================================== --- head/ftp/gftp/Makefile (revision 428131) +++ head/ftp/gftp/Makefile (revision 428132) @@ -1,26 +1,26 @@ # Created by: Damjan Marion # $FreeBSD$ PORTNAME= gftp PORTVERSION= 2.0.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ MAINTAINER= oliver@FreeBSD.org COMMENT= Free multithreaded GTK-based FTP and SFTP client LICENSE= GPLv2 USES= pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 USE_OPENSSL= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls .include Index: head/games/kye/Makefile =================================================================== --- head/games/kye/Makefile (revision 428131) +++ head/games/kye/Makefile (revision 428132) @@ -1,63 +1,63 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= kye PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games python MASTER_SITES= http://games.moria.org.uk/kye/download/ \ SF/nemysisfreebsdp/games/${PORTNAME}/:levels # Selection of production-ready/well-known Kye Levels # (Zipped levels already included from games.moria.org.uk are excluded) # Please contact the maintainer if a Level is missing DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ kye-data_moria_levels.20121101.tar.gz:levels \ kye-data_nuke_levels.20121101.tar.gz:levels \ kye-data_extra_levels.20120818.tar.gz:levels DIST_SUBDIR= kye MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle game with arcade game elements RESTRICTED= kye-data_nuke_levels is charityware RESTRICTED_FILES= kye-data_nuke_levels.20121101.tar.gz BROKEN= unfetchable USE_GNOME= pygtk2 librsvg2 USES= python USE_PYTHON= distutils PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS SUB_FILES= pkg-message DESKTOP_ENTRIES="Python Kye" "" "Kye" \ "Kye" "Game;LogicGame;" "" .include post-patch: @${REINPLACE_CMD} -e 's|share/kye|${DATADIR_REL}|' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|/usr/local/share/kye|${DATADIR}|' \ ${WRKSRC}/kye/common.py post-extract-script: @${MKDIR} ${WRKDIR}/${PORTNAME} .for l in kye-data_moria_levels.20121101.tar.gz kye-data_nuke_levels.20121101.tar.gz \ kye-data_extra_levels.20120818.tar.gz ${TAR} xfjp ${_DISTDIR}/${l} -C ${WRKDIR}/${PORTNAME} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/kye-icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/Kye.png ${INSTALL_DATA} ${WRKSRC}/kye-edit-icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/Kye-edit.png @cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/R-cran-GDD/Makefile =================================================================== --- head/graphics/R-cran-GDD/Makefile (revision 428131) +++ head/graphics/R-cran-GDD/Makefile (revision 428132) @@ -1,22 +1,22 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Graphics device for R for creating bitmap output LICENSE= GPLv2 BUILD_DEPENDS= libgd>=2.0.35_8,1:graphics/gd RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} USES= cran:auto-plist .include Index: head/graphics/ampasCTL/Makefile =================================================================== --- head/graphics/ampasCTL/Makefile (revision 428131) +++ head/graphics/ampasCTL/Makefile (revision 428132) @@ -1,58 +1,58 @@ # Created by: nork@FreeBSD.org # $FreeBSD$ PORTNAME= ampasCTL PORTVERSION= 1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org COMMENT= Color Transformation Language interpreter LICENSE= AMPAS LICENSE_NAME= AMPAS LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff \ libAcesContainer.so:graphics/ampasACES-container USE_GITHUB= yes GH_ACCOUNT= ampas GH_PROJECT= CTL GH_TAGNAME= 57b48a2 USES= cmake pkgconfig USE_LDCONFIG= yes PORTDOCS= * DOCSRCDIR1= ${WRKSRC} DOC_FILES1= AUTHORS CHANGELOG README.md DOCSRCDIR2= ${WRKSRC}/doc DOCSDIR2= ${DOCSDIR}/doc DOC_FILES2= CtlManual.pdf CtlManual.doc OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -e 's|lib/CMake|lib/cmake|' \ -e 's|add_subdirectory(doc)||' \ -e 's|lib/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/OpenEXR_CTL/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} .include Index: head/graphics/megapov/Makefile =================================================================== --- head/graphics/megapov/Makefile (revision 428131) +++ head/graphics/megapov/Makefile (revision 428132) @@ -1,54 +1,54 @@ # Created by: maho@FreeBSD.org # $FreeBSD$ PORTNAME= megapov PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://megapov.inetart.net/packages/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray BROKEN_powerpc64= Does not build LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff #RUN_DEPENDS= povray:graphics/povray-meta INSTALL_WRKSRC= ${WRKSRC}/unix USES= gmake jpeg localbase tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= COMPILED_BY="ports@FreeBSD.org" PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/megapov OPTIONS_DEFINE= DOCS EXAMPLES OPTIMIZED_CFLAGS X11 OPTIONS_DEFINE_amd64= SVGALIB OPTIONS_DEFINE_i386= SVGALIB OPTIMIZED_CFLAGS_CFLAGS=\ -O3 -ffast-math -finline-functions \ -fomit-frame-pointer -funroll-loops \ -fexpensive-optimizations SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_CONFIGURE_WITH= svga X11_USE= xorg=x11,xpm X11_CONFIGURE_WITH= x post-patch: @${REINPLACE_CMD} -e \ 's|"-O3"|""|' ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} "include scenes" ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/graphics/sampleicc/Makefile =================================================================== --- head/graphics/sampleicc/Makefile (revision 428131) +++ head/graphics/sampleicc/Makefile (revision 428132) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= sampleicc PORTVERSION= 1.6.8 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20tar/SampleIcc-${PORTVERSION}/ DISTNAME= SampleICC-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Library for reading, writing, manipulating, and applying ICC profiles LICENSE= ICC LICENSE_NAME= The ICC Software License, Version 0.2 LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libtiff.so:graphics/tiff GNU_CONFIGURE= yes USES= libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-tifflib=${LOCALBASE} .include Index: head/graphics/separate/Makefile =================================================================== --- head/graphics/separate/Makefile (revision 428131) +++ head/graphics/separate/Makefile (revision 428132) @@ -1,65 +1,65 @@ # Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= separate PORTVERSION= 0.5.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SFJP/separate-plus/47873 DISTNAME= ${PORTNAME}+-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CMYK plugin for The GIMP LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gccmakedep:devel/gccmakedep LIB_DEPENDS= liblcms.so.1:graphics/lcms \ libgimp-2.0.so:graphics/gimp-app USES= gettext-tools gmake pkgconfig zip BIN_TARGETS= separate separate_import icc_colorspace L10N_TARGETS= cs es fr ja ko pl ru .for plugin in ${BIN_TARGETS} PLIST_FILES+= libexec/gimp/2.2/plug-ins/${plugin} .endfor .for lang in ${L10N_TARGETS} PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/gimp20-separate.mo .endfor PORTDOCS= README* PORTEXAMPLES= qproof.scm qexport.scm MAKE_ENV= TARGETS="${BIN_TARGETS}" \ PREFIX=${STAGEDIR}${PREFIX} OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} \ '/^CC/s|=|?=|; s| make| ${MAKE_CMD}|; /^LIBS/s/$$/ -lm/;' \ ${WRKSRC}/Makefile ${WRKSRC}/po/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gimp/2.2/plug-ins .for plugin in ${BIN_TARGETS} ${INSTALL_PROGRAM} ${WRKSRC}/${plugin} ${STAGEDIR}${PREFIX}/libexec/gimp/2.2/plug-ins/ .endfor .for lang in ${L10N_TARGETS} ${INSTALL_DATA} ${WRKSRC}/po/${lang}.gmo ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/gimp20-separate.mo .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/sample-scripts && \ ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/graphics/tiff/Makefile =================================================================== --- head/graphics/tiff/Makefile (revision 428131) +++ head/graphics/tiff/Makefile (revision 428132) @@ -1,121 +1,121 @@ # Created by: Richard Hwang , Mikhail Teterin , Jun-ichiro itojun Itoh # $FreeBSD$ PORTNAME= tiff PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/libtiff/ MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libjbig.so:graphics/jbigkit USES= cpe jpeg libtool pathfix CPE_PRODUCT= libtiff CPE_VERSION= ${DISTVERSION:C/[a-z]+//} CPE_UPDATE= ${DISTVERSION:C/[0-9.]+//} USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ --with-jpeg-lib-dir=${LOCALBASE}/lib \ --without-x INSTALL_TARGET= install-strip TEST_TARGET= check MLNKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFFlush.3tiff TIFFFlushData.3tiff \ TIFFGetField.3tiff TIFFGetFieldDefaulted.3tiff \ TIFFGetField.3tiff TIFFVGetField.3tiff \ TIFFGetField.3tiff TIFFVGetFieldDefaulted.3tiff \ TIFFOpen.3tiff TIFFFdOpen.3tiff \ TIFFOpen.3tiff TIFFClientOpen.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageOK.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageBegin.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageGet.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageEnd.3tiff \ TIFFRGBAImage.3tiff TIFFReadRGBAImageOriented.3tiff \ TIFFSetDirectory.3tiff TIFFSetSubDirectory.3tiff \ TIFFSetField.3tiff TIFFVSetField.3tiff \ TIFFWarning.3tiff TIFFSetWarningHandler.3tiff \ TIFFWriteDirectory.3tiff TIFFRewriteDirectory.3tiff \ TIFFbuffer.3tiff TIFFReadBufferSetup.3tiff \ TIFFbuffer.3tiff TIFFWriteBufferSetup.3tiff \ TIFFcodec.3tiff TIFFFindCODEC.3tiff \ TIFFcodec.3tiff TIFFRegisterCODEC.3tiff \ TIFFcodec.3tiff TIFFUnRegisterCODEC.3tiff \ TIFFmemory.3tiff TIFFfree.3tiff \ TIFFmemory.3tiff TIFFmalloc.3tiff \ TIFFmemory.3tiff TIFFmemcmp.3tiff \ TIFFmemory.3tiff TIFFmemcpy.3tiff \ TIFFmemory.3tiff TIFFmemset.3tiff \ TIFFmemory.3tiff TIFFrealloc.3tiff \ TIFFquery.3tiff TIFFCurrentDirectory.3tiff \ TIFFquery.3tiff TIFFCurrentRow.3tiff \ TIFFquery.3tiff TIFFCurrentStrip.3tiff \ TIFFquery.3tiff TIFFCurrentTile.3tiff \ TIFFquery.3tiff TIFFFileName.3tiff \ TIFFquery.3tiff TIFFFileno.3tiff \ TIFFquery.3tiff TIFFGetMode.3tiff \ TIFFquery.3tiff TIFFIsTiled.3tiff \ TIFFquery.3tiff TIFFIsByteSwapped.3tiff \ TIFFquery.3tiff TIFFIsUpSampled.3tiff \ TIFFquery.3tiff TIFFIsMSB2LSB.3tiff \ TIFFquery.3tiff TIFFLastDirectory.3tiff \ TIFFsize.3tiff TIFFScanlineSize.3tiff \ TIFFstrip.3tiff TIFFComputeStrip.3tiff \ TIFFstrip.3tiff TIFFDefaultStripSize.3tiff \ TIFFstrip.3tiff TIFFNumberOfStrips.3tiff \ TIFFstrip.3tiff TIFFStripSize.3tiff \ TIFFstrip.3tiff TIFFVStripSize.3tiff \ TIFFswab.3tiff TIFFReverseBits.3tiff \ TIFFswab.3tiff TIFFSwabArrayOfLong.3tiff \ TIFFswab.3tiff TIFFSwabArrayOfShort.3tiff \ TIFFswab.3tiff TIFFSwabLong.3tiff \ TIFFswab.3tiff TIFFSwabShort.3tiff \ TIFFtile.3tiff TIFFCheckTile.3tiff \ TIFFtile.3tiff TIFFComputeTile.3tiff \ TIFFtile.3tiff TIFFDefaultTileSize.3tiff \ TIFFtile.3tiff TIFFNumberOfTiles.3tiff \ TIFFtile.3tiff TIFFTileSize.3tiff \ TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff OPTIONS_DEFINE= DOCS .include .if !defined(BUILDING_INDEX) __pmlinks3!= ${ECHO_CMD} '${MLNKS:S/ / /}' | ${AWK} \ '{ if (NF % 2 != 0) { print "broken"; exit; } \ for (i=1; i<=NF; i++) { \ if ( i % 2 == 0) { print " " $$i " ;"; } \ else { print "${LN} -s " $$i " "; } \ } }' .endif post-patch: @${REINPLACE_CMD} "/\.po 0/d" ${WRKSRC}/man/* pre-configure: ${REINPLACE_CMD} \ -e 's|tiffgt.1 ||' \ ${WRKSRC}/man/Makefile.in ${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \ -e 's|man html|man|' ${WRKSRC}/Makefile.in post-install: - ${LN} -s libtiff.so.5 ${STAGEDIR}${PREFIX}/lib/libtiff.so.4 ( cd ${STAGEDIR}${PREFIX}/man/man3 && ${__pmlinks3} ) .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR}/man ${INSTALL_DATA} ${WRKSRC}/html/*.html ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/html/images/*.jpg ${STAGEDIR}${DOCSDIR}/images/ ${INSTALL_DATA} ${WRKSRC}/html/images/*.gif ${STAGEDIR}${DOCSDIR}/images/ ${INSTALL_DATA} ${WRKSRC}/html/man/*.html ${STAGEDIR}${DOCSDIR}/man/ .endif .include Index: head/graphics/tiff/pkg-plist =================================================================== --- head/graphics/tiff/pkg-plist (revision 428131) +++ head/graphics/tiff/pkg-plist (revision 428132) @@ -1,294 +1,293 @@ bin/fax2ps bin/fax2tiff bin/pal2rgb bin/ppm2tiff bin/raw2tiff bin/tiff2bw bin/tiff2pdf bin/tiff2ps bin/tiff2rgba bin/tiffcmp bin/tiffcp bin/tiffcrop bin/tiffdither bin/tiffdump bin/tiffinfo bin/tiffmedian bin/tiffset bin/tiffsplit include/tiff.h include/tiffconf.h include/tiffio.h include/tiffio.hxx include/tiffvers.h lib/libtiff.a lib/libtiff.so -lib/libtiff.so.4 lib/libtiff.so.5 lib/libtiff.so.5.2.5 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 lib/libtiffxx.so.5.2.5 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz man/man1/pal2rgb.1.gz man/man1/ppm2tiff.1.gz man/man1/raw2tiff.1.gz man/man1/rgb2ycbcr.1.gz man/man1/thumbnail.1.gz man/man1/tiff2bw.1.gz man/man1/tiff2pdf.1.gz man/man1/tiff2ps.1.gz man/man1/tiff2rgba.1.gz man/man1/tiffcmp.1.gz man/man1/tiffcp.1.gz man/man1/tiffcrop.1.gz man/man1/tiffdither.1.gz man/man1/tiffdump.1.gz man/man1/tiffinfo.1.gz man/man1/tiffmedian.1.gz man/man1/tiffset.1.gz man/man1/tiffsplit.1.gz man/man3/TIFFCheckTile.3tiff.gz man/man3/TIFFClientOpen.3tiff.gz man/man3/TIFFClose.3tiff.gz man/man3/TIFFComputeStrip.3tiff.gz man/man3/TIFFComputeTile.3tiff.gz man/man3/TIFFCurrentDirectory.3tiff.gz man/man3/TIFFCurrentRow.3tiff.gz man/man3/TIFFCurrentStrip.3tiff.gz man/man3/TIFFCurrentTile.3tiff.gz man/man3/TIFFDataWidth.3tiff.gz man/man3/TIFFDefaultStripSize.3tiff.gz man/man3/TIFFDefaultTileSize.3tiff.gz man/man3/TIFFError.3tiff.gz man/man3/TIFFFdOpen.3tiff.gz man/man3/TIFFFieldDataType.3tiff.gz man/man3/TIFFFieldName.3tiff.gz man/man3/TIFFFieldPassCount.3tiff.gz man/man3/TIFFFieldReadCount.3tiff.gz man/man3/TIFFFieldTag.3tiff.gz man/man3/TIFFFieldWriteCount.3tiff.gz man/man3/TIFFFileName.3tiff.gz man/man3/TIFFFileno.3tiff.gz man/man3/TIFFFindCODEC.3tiff.gz man/man3/TIFFFlush.3tiff.gz man/man3/TIFFFlushData.3tiff.gz man/man3/TIFFGetField.3tiff.gz man/man3/TIFFGetFieldDefaulted.3tiff.gz man/man3/TIFFGetMode.3tiff.gz man/man3/TIFFIsByteSwapped.3tiff.gz man/man3/TIFFIsMSB2LSB.3tiff.gz man/man3/TIFFIsTiled.3tiff.gz man/man3/TIFFIsUpSampled.3tiff.gz man/man3/TIFFLastDirectory.3tiff.gz man/man3/TIFFNumberOfStrips.3tiff.gz man/man3/TIFFNumberOfTiles.3tiff.gz man/man3/TIFFOpen.3tiff.gz man/man3/TIFFPrintDirectory.3tiff.gz man/man3/TIFFRGBAImage.3tiff.gz man/man3/TIFFRGBAImageBegin.3tiff.gz man/man3/TIFFRGBAImageEnd.3tiff.gz man/man3/TIFFRGBAImageGet.3tiff.gz man/man3/TIFFRGBAImageOK.3tiff.gz man/man3/TIFFReadBufferSetup.3tiff.gz man/man3/TIFFReadDirectory.3tiff.gz man/man3/TIFFReadEncodedStrip.3tiff.gz man/man3/TIFFReadEncodedTile.3tiff.gz man/man3/TIFFReadRGBAImage.3tiff.gz man/man3/TIFFReadRGBAImageOriented.3tiff.gz man/man3/TIFFReadRGBAStrip.3tiff.gz man/man3/TIFFReadRGBATile.3tiff.gz man/man3/TIFFReadRawStrip.3tiff.gz man/man3/TIFFReadRawTile.3tiff.gz man/man3/TIFFReadScanline.3tiff.gz man/man3/TIFFReadTile.3tiff.gz man/man3/TIFFRegisterCODEC.3tiff.gz man/man3/TIFFReverseBits.3tiff.gz man/man3/TIFFRewriteDirectory.3tiff.gz man/man3/TIFFScanlineSize.3tiff.gz man/man3/TIFFSetDirectory.3tiff.gz man/man3/TIFFSetErrorHandler.3tiff.gz man/man3/TIFFSetField.3tiff.gz man/man3/TIFFSetSubDirectory.3tiff.gz man/man3/TIFFSetWarningHandler.3tiff.gz man/man3/TIFFStripSize.3tiff.gz man/man3/TIFFSwabArrayOfLong.3tiff.gz man/man3/TIFFSwabArrayOfShort.3tiff.gz man/man3/TIFFSwabLong.3tiff.gz man/man3/TIFFSwabShort.3tiff.gz man/man3/TIFFTileRowSize.3tiff.gz man/man3/TIFFTileSize.3tiff.gz man/man3/TIFFUnRegisterCODEC.3tiff.gz man/man3/TIFFVGetField.3tiff.gz man/man3/TIFFVGetFieldDefaulted.3tiff.gz man/man3/TIFFVSetField.3tiff.gz man/man3/TIFFVStripSize.3tiff.gz man/man3/TIFFVTileSize.3tiff.gz man/man3/TIFFWarning.3tiff.gz man/man3/TIFFWriteBufferSetup.3tiff.gz man/man3/TIFFWriteDirectory.3tiff.gz man/man3/TIFFWriteEncodedStrip.3tiff.gz man/man3/TIFFWriteEncodedTile.3tiff.gz man/man3/TIFFWriteRawStrip.3tiff.gz man/man3/TIFFWriteRawTile.3tiff.gz man/man3/TIFFWriteScanline.3tiff.gz man/man3/TIFFWriteTile.3tiff.gz man/man3/TIFFbuffer.3tiff.gz man/man3/TIFFcodec.3tiff.gz man/man3/TIFFcolor.3tiff.gz man/man3/TIFFfree.3tiff.gz man/man3/TIFFmalloc.3tiff.gz man/man3/TIFFmemcmp.3tiff.gz man/man3/TIFFmemcpy.3tiff.gz man/man3/TIFFmemory.3tiff.gz man/man3/TIFFmemset.3tiff.gz man/man3/TIFFquery.3tiff.gz man/man3/TIFFrealloc.3tiff.gz man/man3/TIFFsize.3tiff.gz man/man3/TIFFstrip.3tiff.gz man/man3/TIFFswab.3tiff.gz man/man3/TIFFtile.3tiff.gz man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/TIFFTechNote2.html %%PORTDOCS%%%%DOCSDIR%%/addingtags.html %%PORTDOCS%%%%DOCSDIR%%/bugs.html %%PORTDOCS%%%%DOCSDIR%%/build.html %%PORTDOCS%%%%DOCSDIR%%/contrib.html %%PORTDOCS%%%%DOCSDIR%%/document.html %%PORTDOCS%%%%DOCSDIR%%/images.html %%PORTDOCS%%%%DOCSDIR%%/images/back.gif %%PORTDOCS%%%%DOCSDIR%%/images/bali.jpg %%PORTDOCS%%%%DOCSDIR%%/images/cat.gif %%PORTDOCS%%%%DOCSDIR%%/images/cover.jpg %%PORTDOCS%%%%DOCSDIR%%/images/cramps.gif %%PORTDOCS%%%%DOCSDIR%%/images/dave.gif %%PORTDOCS%%%%DOCSDIR%%/images/info.gif %%PORTDOCS%%%%DOCSDIR%%/images/jello.jpg %%PORTDOCS%%%%DOCSDIR%%/images/jim.gif %%PORTDOCS%%%%DOCSDIR%%/images/note.gif %%PORTDOCS%%%%DOCSDIR%%/images/oxford.gif %%PORTDOCS%%%%DOCSDIR%%/images/quad.jpg %%PORTDOCS%%%%DOCSDIR%%/images/ring.gif %%PORTDOCS%%%%DOCSDIR%%/images/smallliz.jpg %%PORTDOCS%%%%DOCSDIR%%/images/strike.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/internals.html %%PORTDOCS%%%%DOCSDIR%%/intro.html %%PORTDOCS%%%%DOCSDIR%%/libtiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFClose.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFDataWidth.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFError.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldDataType.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldName.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldPassCount.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldReadCount.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldTag.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldWriteCount.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFFlush.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFGetField.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFOpen.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFPrintDirectory.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFRGBAImage.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadDirectory.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedStrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedTile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAImage.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAStrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBATile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawStrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawTile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadScanline.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadTile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetDirectory.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetField.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWarning.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteDirectory.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedStrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedTile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawStrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawTile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteScanline.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteTile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFbuffer.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFcodec.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFcolor.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFmemory.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFquery.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFsize.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFstrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFswab.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFtile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/fax2ps.1.html %%PORTDOCS%%%%DOCSDIR%%/man/fax2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/index.html %%PORTDOCS%%%%DOCSDIR%%/man/libtiff.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html %%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html %%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2ps.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2rgba.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffcmp.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffcp.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffcrop.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffdither.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffdump.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffgt.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffinfo.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffmedian.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffset.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffsplit.1.html %%PORTDOCS%%%%DOCSDIR%%/misc.html %%PORTDOCS%%%%DOCSDIR%%/support.html %%PORTDOCS%%%%DOCSDIR%%/tools.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta007.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta016.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta018.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta024.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta028.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta029.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta031.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta032.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta033.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta034.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta035.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta036.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.2.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.3.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.4.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.5.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.6-beta.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.7.html %%PORTDOCS%%%%DOCSDIR%%/v3.6.0.html %%PORTDOCS%%%%DOCSDIR%%/v3.6.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0alpha.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0beta.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0beta2.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.2.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.3.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.4.html %%PORTDOCS%%%%DOCSDIR%%/v3.8.0.html %%PORTDOCS%%%%DOCSDIR%%/v3.8.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.8.2.html %%PORTDOCS%%%%DOCSDIR%%/v3.9.0beta.html %%PORTDOCS%%%%DOCSDIR%%/v3.9.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.9.2.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.0.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.1.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.2.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.3.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.4.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.4beta.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.5.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html Index: head/graphics/tumble/Makefile =================================================================== --- head/graphics/tumble/Makefile (revision 428131) +++ head/graphics/tumble/Makefile (revision 428132) @@ -1,47 +1,47 @@ # Created by: Rob Farmer # $FreeBSD$ PORTNAME= tumble PORTVERSION= 0.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics print MASTER_SITES= http://tumble.brouhaha.com/download/ \ http://www.sourcefiles.org/Graphics/Tools/Conversion/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates a PDF file from image files LICENSE= GPLv2 LIB_DEPENDS= libtiff.so:graphics/tiff \ libnetpbm.so:graphics/netpbm USES= bison gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib NOT_FOR_ARCHS= powerpc sparc64 NOT_FOR_ARCHS_REASON= Only works on little endian systems PORTDOCS= README PLIST_FILES= bin/tumble OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|^\(CFLAGS\) =.*|\1 := $$(CFLAGS)| ; \ s|^\(LDFLAGS\) =.*|\1 := $$(LDFLAGS)| ; \ s|-O3|| ; \ s|-lpbm|-lnetpbm| ; \ s|strip|true|' ${WRKSRC}/Makefile do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} tumble \ ${STAGEDIR}${PREFIX}/bin) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README \ ${STAGEDIR}${DOCSDIR}) .include Index: head/graphics/urt/Makefile =================================================================== --- head/graphics/urt/Makefile (revision 428131) +++ head/graphics/urt/Makefile (revision 428132) @@ -1,50 +1,50 @@ # Created by: cfs@ing.puc.cl (original) # $FreeBSD$ PORTNAME= urt PORTVERSION= 3.1b1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= ftp://ftp.iastate.edu/pub/utah-raster/ DISTNAME= urt DISTFILES= urt-3.1b.tar.Z urt-doc.tar.Z urt-img.tar.Z PATCH_SITES= http://www.funet.fi/pub/graphics/packages/urt/rel2/ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit and library for raster image processing LIB_DEPENDS= libnetpbm.so:graphics/netpbm BROKEN= unfetchable DEPRECATED= mastersite disappeared, last release 1996 EXPIRATION_DATE= 2016-12-31 OPTIONS_DEFINE= DOCS EXAMPLES NO_WRKSUBDIR= yes USE_XORG= x11 xext HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt USES= gmake MAKEFILE= makefile MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} ALL_TARGET= # none USE_LDCONFIG= yes post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/img @(cd ${WRKSRC}/img && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/img) .include Index: head/mail/gmime2-sharp/Makefile =================================================================== --- head/mail/gmime2-sharp/Makefile (revision 428131) +++ head/mail/gmime2-sharp/Makefile (revision 428132) @@ -1,33 +1,33 @@ # Created by: Tom McLaughlin # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= 2-sharp MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for gmime IGNORE= try to install weaked-named assembly into the GAC LIB_DEPENDS= libgmime-2.0.so:mail/gmime2 MASTERDIR= ${.CURDIR}/../gmime2 BUILD_WRKSRC= ${WRKSRC}/mono INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USES= mono USE_GNOME= glib20 gtksharp20 CONFIGURE_ARGS= --enable-mono=yes # Else we conflict with mail/gmime2 OPTIONS_EXCLUDE=DOCS # Done in pre-configure because master port has a post-patch target already. pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in .include "${MASTERDIR}/Makefile" Index: head/math/blitz++/Makefile =================================================================== --- head/math/blitz++/Makefile (revision 428131) +++ head/math/blitz++/Makefile (revision 428132) @@ -1,40 +1,40 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= blitz++ PORTVERSION= 0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION} DISTNAME= blitz-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library for scientific computing OPTIONS_DEFINE= DOCS DOCS_USE= TEX=dvipsk,formats DOCS_USES= makeinfo DOCS_INFO= blitz DOCS_BUILD_DEPENDS= texi2dvi:print/texinfo \ texi2html:textproc/texi2html DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes GNU_CONFIGURE= yes USES= libtool pathfix gmake CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen --enable-shared MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/blitz USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|g++|\$${CXX}|g ; \ s|"-ftemplate-depth-30|"\$${CXXFLAGS} -ftemplate-depth-30|g ; \ s|-O2||g' ${WRKSRC}/configure .include Index: head/math/glgraph/Makefile =================================================================== --- head/math/glgraph/Makefile (revision 428131) +++ head/math/glgraph/Makefile (revision 428132) @@ -1,39 +1,39 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= glgraph PORTVERSION= 0.2.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL based function grapher LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-OpenGL>=0:graphics/p5-OpenGL \ import:graphics/ImageMagick USES= perl5 shebangfix tar:bzip2 USE_PERL5= run SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/glgraph PORTDOCS= documentation.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/glgraph ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/documentation.html ${STAGEDIR}${DOCSDIR} .include Index: head/math/surf/Makefile =================================================================== --- head/math/surf/Makefile (revision 428131) +++ head/math/surf/Makefile (revision 428132) @@ -1,44 +1,44 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= surf PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Visualize some real algebraic geometry LICENSE= GPLv2 LIB_DEPENDS= libtiff.so:graphics/tiff \ libgmp.so:math/gmp USES= jpeg USE_XORG= x11 xmu USE_GNOME= gtk12 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-cups --datadir=${PREFIX}/share CONFLICTS= surf-0* # www/surf OPTIONS_DEFINE= DOCS PORTDOCS= manual.sgml PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.xpm \ man/man1/${PORTNAME}.1.gz post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ 's|@CUPS_TRUE@|#|g ; \ s|@CUPS_FALSE@||g' post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR} .include Index: head/multimedia/fxtv/Makefile =================================================================== --- head/multimedia/fxtv/Makefile (revision 428131) +++ head/multimedia/fxtv/Makefile (revision 428132) @@ -1,36 +1,36 @@ # Created by: Randall Hopper # $FreeBSD$ PORTNAME= fxtv PORTVERSION= 1.03 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= LOCAL/sanpei MAINTAINER= sanpei@FreeBSD.org COMMENT= X11-based TV display and capture application (for use with bt848 driver) ONLY_FOR_ARCHS= i386 ia64 amd64 LIB_DEPENDS= libtiff.so:graphics/tiff \ libXaw3d.so:x11-toolkits/Xaw3d USES= gmake tar:tgz MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga MAKE_FLAGS= -e OPTIONS_DEFINE= EXTRA EXTRA_DESC= Extra programs required to record/playback/save # This program does not actually require the programs below unless you # use audio/video recording and/or playback and save to a non-raw format. EXTRA_RUN_DEPENDS= sox:audio/sox \ mpg123:audio/mpg123 \ mpeg_encode:multimedia/mpeg_encode \ mplex:multimedia/mplex pre-install: ${CP} -p ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man .include Index: head/net/p5-OurNet-BBS/Makefile =================================================================== --- head/net/p5-OurNet-BBS/Makefile (revision 428131) +++ head/net/p5-OurNet-BBS/Makefile (revision 428132) @@ -1,46 +1,46 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= OurNet-BBS PORTVERSION= 1.66 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Component Object Model for BBS systems BUILD_DEPENDS= p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \ p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \ p5-Crypt-DES>=0:security/p5-Crypt-DES \ p5-Crypt-GOST>=0:security/p5-Crypt-GOST \ p5-Crypt-IDEA>=0:security/p5-Crypt-IDEA \ p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \ p5-Crypt-TEA>=0:security/p5-Crypt-TEA \ p5-Crypt-Twofish>=0:security/p5-Crypt-Twofish \ p5-Crypt-Twofish2>=0:security/p5-Crypt-Twofish2 \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP \ p5-Crypt-DES_PP>=0:security/p5-Crypt-DES_PP \ p5-Crypt-Rijndael_PP>=0:security/p5-Crypt-Rijndael_PP \ p5-TimeDate>=0:devel/p5-TimeDate \ p5-TimeDate>=0:devel/p5-TimeDate \ p5-GnuPG-Interface>=0:security/p5-GnuPG-Interface \ p5-Hook-LexWrap>=0:devel/p5-Hook-LexWrap \ p5-Mail-Tools>=0:mail/p5-Mail-Tools \ p5-Mail-Box>=0:mail/p5-Mail-Box \ p5-Mail-Tools>=0:mail/p5-Mail-Tools \ p5-Net-Daemon>=0:net/p5-Net-Daemon \ p5-Net-Telnet>=0:net/p5-Net-Telnet \ p5-OurNet-BBSAgent>=0:net/p5-OurNet-BBSAgent \ p5-PlRPC>=0:net/p5-PlRPC \ p5-enum>=0:devel/p5-enum RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:1.67 USES= perl5 USE_PERL5= configure .include Index: head/ports-mgmt/packagekit-qt4/Makefile =================================================================== --- head/ports-mgmt/packagekit-qt4/Makefile (revision 428131) +++ head/ports-mgmt/packagekit-qt4/Makefile (revision 428132) @@ -1,18 +1,18 @@ # Created by: Koop Mast # $FreeBSD$ # $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt4 COMMENT= Qt4 bindings to packagekit IGNORE= does not build with Qt 4.8 MASTERDIR= ${.CURDIR}/../../ports-mgmt/packagekit BUILD_WRKSRC= ${WRKSRC}/lib/packagekit-qt INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit-qt SLAVEPORT= qt4 PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Index: head/science/cdcl/Makefile =================================================================== --- head/science/cdcl/Makefile (revision 428131) +++ head/science/cdcl/Makefile (revision 428132) @@ -1,47 +1,48 @@ # Created by: Shin'ya Murakami # $FreeBSD$ PORTNAME= cdcl PORTVERSION= 5.4.8 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ \ http://dennou-h.gfd-dennou.org/arch/dcl/ \ http://dennou-q.gfd-dennou.org/arch/dcl/ DISTNAME= dcl-${PORTVERSION}-C MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience OPTIONS_DEFINE= DOCS USES= desthack pkgconfig USE_XORG= x11 xext USE_GNOME= gtk20 gdkpixbuf2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x --enable-shared PLIST_SUB= DCL_VERSION=${PORTVERSION:S/.//g} MAKE_JOBS_UNSAFE= yes BINARIES= cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \ cdclpara cdcltone cdcltrf cdclver PORTDOCS= CHECK CREDITS HISTORY README PORTEXAMPLES= * RESTRICTED= No commercial use post-configure: @${REINPLACE_CMD} -e 's|$$(DCLLANG)dcl$$(DCLVERNUM)|$$(DCLLANG)dcl|' ${WRKSRC}/Mkinclude post-install: .for i in ${BINARIES} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/science/jstrack/Makefile =================================================================== --- head/science/jstrack/Makefile (revision 428131) +++ head/science/jstrack/Makefile (revision 428132) @@ -1,51 +1,52 @@ # Created by: Chris Rees # $FreeBSD$ PORTNAME= jstrack PORTVERSION= 3.3.4 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.jstrack.org/${PORTNAME}/downloads/ \ http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= bofh@FreeBSD.org COMMENT= Freeware hurricane tracking program LICENSE= JStrack LICENSE_NAME= JStrack LICENSE_TEXT= It is and always will be free, and [Jim Graham] wrote it...\ so don't charge money for it, and don't claim that you wrote it LICENSE_PERMS= dist-sell pkg-sell auto-accept LIB_DEPENDS= libnetpbm.so:graphics/netpbm RUN_DEPENDS= dtplite:devel/tcllib WRKSRC= ${WRKDIR}/${PORTNAME} USES= tk:85 NO_BUILD= yes NO_ARCH= yes SUB_FILES= ${PORTNAME}.sh SUB_LIST= WISH=${WISH} PORTDOCS= 00-README_FIRST.txt HISTORY install.txt jstrackdoc-v2.pdf post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/paths.tcl do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .for f in filt httpfilt tracker @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ \ '! -path *windows_bin*') .endfor ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${STAGEDIR}${PREFIX}/lib/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .for d in filt httpfilt tracker tracker/lib tracker/storms/old/2007 tracker/storms/old/2008 tracker/storms/old/2009 tracker/storms/old/2010 @${CHMOD} ugo+rx ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${d}/*.t* .endfor .include Index: head/sysutils/mount.app/Makefile =================================================================== --- head/sysutils/mount.app/Makefile (revision 428131) +++ head/sysutils/mount.app/Makefile (revision 428132) @@ -1,23 +1,23 @@ # Created by: Gaspar Chilingarov # $FreeBSD$ PORTNAME= mountapp PORTVERSION= 3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils windowmaker MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Windowmaker application, Resembles wmmount with extra functionality BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:x11-wm/windowmaker USES= gettext USE_GNOME= gtk12 glib12 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib LIBS+= -lintl -lWUtil .include Index: head/x11-fm/ezfm/Makefile =================================================================== --- head/x11-fm/ezfm/Makefile (revision 428131) +++ head/x11-fm/ezfm/Makefile (revision 428132) @@ -1,32 +1,32 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= ezfm PORTVERSION= 0.4.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-fm MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ DISTNAME= EZFM-${PORTVERSION:R}-src MAINTAINER= ports@FreeBSD.org COMMENT= EZWGL-based file manager for X Window System LICENSE= GPLv2 LIB_DEPENDS= libEZ.so:graphics/EZWGL USES= gmake jpeg tar:tgz WRKSRC= ${WRKDIR}/EZFM-${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ezfm ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} .for file in ezfmExtension ezfmMagic ezfmrc ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DATADIR} .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/ezfmIcons (cd ${WRKSRC}/ezfmIcons && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ezfmIcons) ${INSTALL_MAN} ${WRKSRC}/ezfm.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/x11-themes/gnome-icons-aqua-fusion/Makefile =================================================================== --- head/x11-themes/gnome-icons-aqua-fusion/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-aqua-fusion/Makefile (revision 428132) @@ -1,24 +1,24 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= aqua-fusion PORTVERSION= 20030216 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-AquaFusion MAINTAINER= ports@FreeBSD.org COMMENT= AquaFusion Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-crystal/Makefile =================================================================== --- head/x11-themes/gnome-icons-crystal/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-crystal/Makefile (revision 428132) @@ -1,28 +1,28 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= crystal PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-themes gnome MASTER_SITES= SF/${PORTNAME}forgnome/Crystal%20SVG%20Icons/v${PORTVERSION} DISTNAME= CrystalSVG-${PORTVERSION} EXTRACT_SUFX= .bz2 MAINTAINER= ports@FreeBSD.org COMMENT= Crystal SVG Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes post-patch: @${REINPLACE_CMD} 's|\(^Directories=.*\),,|\1,|' ${WRKSRC}/CfG-Crystal-SVG-${PORTVERSION}/index.theme .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-gentoo-test/Makefile =================================================================== --- head/x11-themes/gnome-icons-gentoo-test/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-gentoo-test/Makefile (revision 428132) @@ -1,24 +1,24 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= gentoo-test PORTVERSION= 0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Gentoo-Test MAINTAINER= ports@FreeBSD.org COMMENT= Gentoo-Test Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-iris/Makefile =================================================================== --- head/x11-themes/gnome-icons-iris/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-iris/Makefile (revision 428132) @@ -1,24 +1,24 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= iris PORTVERSION= 20050420 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/themes/icon DISTNAME= ICON-Iris MAINTAINER= ports@FreeBSD.org COMMENT= Iris SVG Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-lila/Makefile =================================================================== --- head/x11-themes/gnome-icons-lila/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-lila/Makefile (revision 428132) @@ -1,24 +1,25 @@ # Created by: Filippo Natali # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= lila PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lila-theme/lila-gnome/${PORTVERSION} DISTNAME= ${PORTNAME}-gnome_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Lila Icons for Gnome RESTRICTED= ${REASON} NO_WRKSUBDIR= yes USES= tar:bzip2 .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-noia-full/Makefile =================================================================== --- head/x11-themes/gnome-icons-noia-full/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-noia-full/Makefile (revision 428132) @@ -1,24 +1,24 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= noia-full PORTVERSION= 20041102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Noia MAINTAINER= ports@FreeBSD.org COMMENT= Noia Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-noia-warm/Makefile =================================================================== --- head/x11-themes/gnome-icons-noia-warm/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-noia-warm/Makefile (revision 428132) @@ -1,24 +1,24 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= noia-warm PORTVERSION= 20041102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-NoiaWarm MAINTAINER= ports@FreeBSD.org COMMENT= NoiaWarm Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-refined/Makefile =================================================================== --- head/x11-themes/gnome-icons-refined/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-refined/Makefile (revision 428132) @@ -1,23 +1,23 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= refined PORTVERSION= 20030203 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Gnome-RH8 MAINTAINER= ports@FreeBSD.org COMMENT= Refined Icons for Gnome RESTRICTED= ${REASON} NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-slick/Makefile =================================================================== --- head/x11-themes/gnome-icons-slick/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-slick/Makefile (revision 428132) @@ -1,24 +1,24 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= slick PORTVERSION= 20030209 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Slick MAINTAINER= ports@FreeBSD.org COMMENT= Slick Icons for Gnome RESTRICTED= ${REASON} USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-snow-apple/Makefile =================================================================== --- head/x11-themes/gnome-icons-snow-apple/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-snow-apple/Makefile (revision 428132) @@ -1,23 +1,23 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= snow-apple PORTVERSION= 20030202 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Snow-Apple MAINTAINER= ports@FreeBSD.org COMMENT= Snow-Apple Icons for Gnome RESTRICTED= ${REASON} NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-stylish/Makefile =================================================================== --- head/x11-themes/gnome-icons-stylish/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-stylish/Makefile (revision 428132) @@ -1,23 +1,23 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= stylish PORTVERSION= 20030129 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Stylish MAINTAINER= ports@FreeBSD.org COMMENT= Stylish Icons for Gnome RESTRICTED= ${REASON} NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Index: head/x11-themes/gnome-icons-ximian-south/Makefile =================================================================== --- head/x11-themes/gnome-icons-ximian-south/Makefile (revision 428131) +++ head/x11-themes/gnome-icons-ximian-south/Makefile (revision 428132) @@ -1,22 +1,22 @@ # Created by: Tom McLaughlin # $FreeBSD$ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= ximian-south PORTVERSION= 1.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Ximian-South-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Ximian-South Icons for Gnome RESTRICTED= ${REASON} NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include