diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index e89fbf38cbe1..e26646e66b67 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -1,55 +1,56 @@ # ex:ts=8 # Ports collection Makefile for: ale # Date created: Dec 17, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ale PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Anti-Lamenessing Engine USE_GCC= 3.4 USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/ale OPTIONS= DOUBLE "64bit Data Precision Support" off \ FFTW3 "FFTW3 Support" on \ IMAGEMAGICK "ImageMagick Support" on .include .if defined(WITH_DOUBLE) MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE .endif .if !defined(WITHOUT_FFTW3) LIB_DEPENDS+= fftw3.3:${PORTSDIR}/math/fftw3 MAKE_ARGS+= FFTW=1 .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick MAKE_ARGS+= IMAGEMAGICK=1 .endif post-patch: @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/d2.h .if ${OSVERSION} < 502114 .for file in d2/image_rw.h d2/ppm.h d3/scene.cc @${REINPLACE_CMD} -e 's|round|rint|g' ${WRKSRC}/${file} .endfor .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ale ${PREFIX}/bin .include diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 17fa91a10fb5..ad768b3851e8 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -1,46 +1,46 @@ # New ports collection makefile for: autotrace # Date created: 12 April 2001 # Whom: KANOU Hiroki # # $FreeBSD$ # PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kanou@khdd.net COMMENT= Convert bitmap to vector graphics LIB_DEPENDS= jbig.1:${PORTSDIR}/graphics/jbigkit \ df.1:${PORTSDIR}/science/hdf \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ ming.3:${PORTSDIR}/graphics/ming \ wmf.2:${PORTSDIR}/graphics/libwmf \ - Magick.6:${PORTSDIR}/graphics/ImageMagick \ + Magick.7:${PORTSDIR}/graphics/ImageMagick \ pstoedit.0:${PORTSDIR}/graphics/pstoedit .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" USE_XLIB= yes USE_REINPLACE= yes MAN1= autotrace.1 pre-patch: @${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in .include diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index e468cb0042e8..9dc8a027faf7 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -1,63 +1,63 @@ # ex:ts=8 # Ports collection makefile for: k3d # Date created: Jun 9, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= k3d PORTVERSION= 0.4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= dyeske@yahoo.com COMMENT= A free 3D modeling, animation, and rendering system BUILD_DEPENDS= ${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib # ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ freetype.9:${PORTSDIR}/print/freetype2 \ tiff.4:${PORTSDIR}/graphics/tiff \ - Magick++.6:${PORTSDIR}/graphics/ImageMagick \ + Magick++.7:${PORTSDIR}/graphics/ImageMagick \ netpbm.1:${PORTSDIR}/graphics/netpbm \ Half.2:${PORTSDIR}/graphics/OpenEXR \ gts.3:${PORTSDIR}/graphics/gts USE_GL= yes USE_GNOME= gnometarget gtk12 libxslt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ENV= \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --without-docbook --without-graphviz \ --with-openexr --with-plib --with-gts # --with-ode USE_GMAKE= yes INSTALLS_SHLIB= yes MAN1= k3d.1 .include .if ${OSVERSION} >= 502126 BROKEN= "Does not compile on FreeBSD >= 5.x" .endif .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif post-install: .for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d @${FIND} ${dir} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${dir} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endfor .include diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index 22ee79287de4..40270e252b30 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -1,45 +1,45 @@ # New ports collection makefile for: kallery # Date created: 22 September 2002 # Whom: Michael Collette # # $FreeBSD$ # PORTNAME= kallery PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= http://www.virtualartisans.com/kde/andras/kallery/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= metrol@metrol.net COMMENT= An image gallery generator for KDE -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick BROKEN= Checksum mismatch USE_KDELIBS_VER=3 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --prefix=${LOCALBASE} .include .if ${ARCH} == "amd64" BROKEN= "Configure fails on amd64" .endif post-patch: .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -Ee \ 's|(dtd/kdex.dtd)|${LOCALBASE}/share/apps/ksgmltools2/customization/\1|' \ ${WRKSRC}/doc/en/index.docbook .else @${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in .endif .include diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile index 5a238c85c3db..d4e47f3a9d47 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -1,49 +1,50 @@ # New ports collection makefile for: lphoto # Date created: 2004-06-03 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= lphoto PORTVERSION= 1.0.26 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ +MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ DISTNAME= ${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1 MAINTAINER= ahze@FreeBSD.org COMMENT= A complete desktop solution for digital photo management BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} # Hack to use OPTIONS since OPTIONS is listed below bsd.port.pre.mk OPTIONS= .include .if ${ARCH} == "i386" OPTIONS+= JPEGMMX "Use JPEG with MMX optimization" off .endif .if defined(WITH_JPEGMMX) RUN_DEPENDS+= jpegtran-mmx:${PORTSDIR}/graphics/jpeg-mmx .endif post-patch: .if defined(WITH_JPEGMMX) @${REINPLACE_CMD} -e 's|jpegtran|jpegtran-mmx|' \ ${WRKSRC}/Lphoto/photolibrary.py .endif do-install: @cd ${WRKSRC} && ${PYTHON_CMD} install.py -d ${PREFIX}/${PYTHON_SITELIBDIR:S/${PYTHONBASE}//} -b ${PREFIX}/bin .include diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 77098d80f223..a0210b8881d2 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -1,61 +1,61 @@ # New ports collection makefile for: opendx # Date created: 27 May 1999 # Whom: Thomas Gellekum # Updates: Randall Hopper # # $FreeBSD$ # PORTNAME= opendx PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ NETCDF "Build netcdf-support" off USE_REINPLACE= yes USE_BISON= yes USE_MESA= yes USE_MOTIF= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-javadx CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= ARCH="freebsd" \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_GMAKE= yes NO_MTREE= yes PLIST_SUB= ARCH=${OPSYS:L} .include .if ${OSVERSION} >= 502126 BROKEN= "Broken pkg-plist" .endif .if defined(WITH_HDF) LIB_DEPENDS+= df.1:${PORTSDIR}/science/hdf .endif .if defined(WITH_NETCDF) LIB_DEPENDS+= netcdf.1:${PORTSDIR}/math/netcdf .endif post-patch: @${RM} -f ${WRKSRC}/include/stamp-h.in .for dir in doc help html man @${FIND} ${WRKSRC}/${dir} -type f | ${XARGS} \ ${REINPLACE_CMD} -e "s;/usr/lpp;${PREFIX};g" .endfor .include diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index c61746250db5..76c90d06142e 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -1,32 +1,33 @@ # New ports collection makefile for: pecl-imagick # Date created: 19 Jul 2004 # Whom: Alex Dupre # # $FreeBSD$ # PORTNAME= imagick PORTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= graphics pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= A PECL extension to manipulate images -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --with-imagick=${LOCALBASE} .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 20cb5304b930..1835e8508457 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,57 +1,57 @@ # New ports collection makefile for: pstodit # Date created: 03 July 1998 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= pstoedit PORTVERSION= 3.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats USE_GHOSTSCRIPT= yes -LIB_DEPENDS= Magick++.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick++.7:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils \ EMF.1:${PORTSDIR}/graphics/libemf USE_GNOME= gnometarget pkgconfig USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --with-libemf-include=${LOCALBASE}/include/libEMF INSTALLS_SHLIB= yes MAN1= pstoedit.1 CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ -I${X11BASE}/include LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO_MSG} "" @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" @${ECHO_MSG} "" .endif post-patch: @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR} .endif .include diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 4b58c0ab98dc..9a507d594fe4 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -1,54 +1,55 @@ # New ports collection makefile for: RMagick # Date created: 16 November 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= rmagick PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://rubyforge.org/frs/download.php/550/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= RMagick-${PORTVERSION} DIST_SUBDIR= ruby #PATCH_SITES= http://rubyforge.org/download.php/10/ #PATCHFILES= RMagick-${PORTVERSION}.patch PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby binding for ImageMagick -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick BROKEN= "Does not compile" USE_BZIP2= yes USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ RUBY="${RUBY}" CONFIGURE_ARGS= --doc-dir="${RUBY_MODDOCDIR}" DOCS= ChangeLog README.html pre-configure: cd ${CONFIGURE_WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ./configure --prefix="${PREFIX}" post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ .endif .include