From owner-svn-ports-all@freebsd.org Thu Jul 30 09:15:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55E259AE766; Thu, 30 Jul 2015 09:15:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DDA71AEE; Thu, 30 Jul 2015 09:15:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6U9Fmiw039175; Thu, 30 Jul 2015 09:15:48 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6U9FlDV039172; Thu, 30 Jul 2015 09:15:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507300915.t6U9FlDV039172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 30 Jul 2015 09:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393226 - head/graphics/gegl3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 09:15:48 -0000 Author: kwm Date: Thu Jul 30 09:15:46 2015 New Revision: 393226 URL: https://svnweb.freebsd.org/changeset/ports/393226 Log: Update gegl3 to 0.3.0. * First stable release. * Remove documentation code since it horribly borken. Modified: head/graphics/gegl3/Makefile head/graphics/gegl3/distinfo head/graphics/gegl3/pkg-plist Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Thu Jul 30 08:51:43 2015 (r393225) +++ head/graphics/gegl3/Makefile Thu Jul 30 09:15:46 2015 (r393226) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.3.0.a1 +PORTVERSION= 0.3.0 CATEGORIES= graphics -#MASTER_SITES= GIMP -MASTER_SITES= LOCAL/kwm +MASTER_SITES= GIMP PKGNAMESUFFIX= 3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a1//} MAINTAINER= gnome@FreeBSD.org -COMMENT= Graph based image processing framework (0.3.0 snapshot) +COMMENT= Graph based image processing framework LIB_DEPENDS= libbabl-0.1.so:${PORTSDIR}/x11/babl \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib @@ -40,7 +39,6 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ LUA OPENEXR OPENRAW SIMD PANGO PNG LIBRSVG2 SDL SPIRO V4L \ EXAMPLES LCMS2 WEBP -# DOCS EXAMPLES OPTIONS_DEFAULT=CAIRO ENSCRIPT EXIV2 PIXBUF GRAPHVIZ JASPER JPEG LCMS2 LUA \ OPENEXR OPENRAW PANGO PNG LIBRSVG2 SDL SPIRO V4L WEBP @@ -122,57 +120,27 @@ CONFIGURE_ARGS+=--without-pangocairo PLIST_SUB+= PANGOCAIRO="@comment " .endif -#.if ${PORT_OPTIONS:MDOCS} -#BUILD_DEPENDS+= a2x:${PORTSDIR}/textproc/asciidoc \ -# ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ -# vimdot:${PORTSDIR}/graphics/graphviz -#USE_RUBY= yes -#RUBY_NO_RUN_DEPENDS=yes -#.else -#CONFIGURE_ARGS+=--disable-docs -#.endif - post-patch: ${REINPLACE_CMD} "s/lua >/lua-${LUA_VER} >/g" ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} -e 's|tools examples|tools|g' \ ${WRKSRC}/Makefile.in .endif ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \ ${WRKSRC}/configure -#.if ${PORT_OPTIONS:MDOCS} -#pre-configure: -#.if !exists(${LOCALBASE}/bin/vimdot) -# @${ECHO_CMD} "${PKGNAME}: Needs graphics/graphviz with PANGOCAIRO support enabled." -# @${FALSE} -#.endif -#.endif - -#post-build: -#.if ${PORT_OPTIONS:MDOCS} -# cd ${WRKSRC}/docs && ${MAKE_CMD} index.html -#.endif - post-install: -#.if ${PORT_OPTIONS:MDOCS} -# ${MKDIR} ${STAGEDIR}${DOCSDIR}/gallery -# (cd ${WRKSRC}/docs && \ -# ${COPYTREE_SHARE} \*.html ${STAGEDIR}${DOCSDIR} && \ -# ${INSTALL_DATA} ChangeLog gegl.css gegl.devhelp devhelp.css ${STAGEDIR}${DOCSDIR} && \ -# ${INSTALL_DATA} gallery/OpenRaster* ${STAGEDIR}${DOCSDIR}/gallery && \ -# ${INSTALL_DATA} gallery/clones* ${STAGEDIR}${DOCSDIR}/gallery && \ -# ${INSTALL_DATA} gallery/index.html ${STAGEDIR}${DOCSDIR}/gallery ) -#.endif .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/data ${INSTALL_DATA} ${WRKSRC}/examples/data/surfer.png ${STAGEDIR}${EXAMPLESDIR}/data .for ex in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${ex}.c ${STAGEDIR}${EXAMPLESDIR} .endfor -.endif # temporary hacks to allow parallel install - @${MV} ${STAGEDIR}${PREFIX}/bin/gegl ${STAGEDIR}${PREFIX}/bin/gegl3 @${MV} ${STAGEDIR}${PREFIX}/share/examples/gegl \ ${STAGEDIR}${PREFIX}/share/examples/gegl3 +.endif +# temporary hacks to allow parallel install + @${MV} ${STAGEDIR}${PREFIX}/bin/gegl ${STAGEDIR}${PREFIX}/bin/gegl3 + .include Modified: head/graphics/gegl3/distinfo ============================================================================== --- head/graphics/gegl3/distinfo Thu Jul 30 08:51:43 2015 (r393225) +++ head/graphics/gegl3/distinfo Thu Jul 30 09:15:46 2015 (r393226) @@ -1,2 +1,2 @@ -SHA256 (gegl-0.3.0.a1.tar.bz2) = 75e278e496a37b781f9d63a08ccb50aceb317d986d3015259ed51ab5b82fab3f -SIZE (gegl-0.3.0.a1.tar.bz2) = 38371008 +SHA256 (gegl-0.3.0.tar.bz2) = f0fec8f2e7b8835979d3cf4e38b05d41bb79f68dc80cf899a846484da693bbf7 +SIZE (gegl-0.3.0.tar.bz2) = 5463571 Modified: head/graphics/gegl3/pkg-plist ============================================================================== --- head/graphics/gegl3/pkg-plist Thu Jul 30 08:51:43 2015 (r393225) +++ head/graphics/gegl3/pkg-plist Thu Jul 30 09:15:46 2015 (r393226) @@ -119,6 +119,7 @@ lib/gegl-%%GEGL_VER%%/deinterlace.so lib/gegl-%%GEGL_VER%%/difference-of-gaussians.so lib/gegl-%%GEGL_VER%%/difference.so lib/gegl-%%GEGL_VER%%/diffraction-patterns.so +lib/gegl-%%GEGL_VER%%/displace.so lib/gegl-%%GEGL_VER%%/display.so lib/gegl-%%GEGL_VER%%/distance-transform.so lib/gegl-%%GEGL_VER%%/divide.so @@ -143,7 +144,9 @@ lib/gegl-%%GEGL_VER%%/fattal02.so lib/gegl-%%GEGL_VER%%/fractal-explorer.so lib/gegl-%%GEGL_VER%%/fractal-trace.so lib/gegl-%%GEGL_VER%%/gamma.so +lib/gegl-%%GEGL_VER%%/gaussian-blur-iir.so lib/gegl-%%GEGL_VER%%/gaussian-blur.so +lib/gegl-%%GEGL_VER%%/gblur-1d.so lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.so lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.so lib/gegl-%%GEGL_VER%%/grey.so @@ -254,6 +257,7 @@ lib/gegl-%%GEGL_VER%%/svg-saturate.so lib/gegl-%%GEGL_VER%%/texturize-canvas.so lib/gegl-%%GEGL_VER%%/threshold.so lib/gegl-%%GEGL_VER%%/tile-glass.so +lib/gegl-%%GEGL_VER%%/tile-paper.so lib/gegl-%%GEGL_VER%%/tile-seamless.so lib/gegl-%%GEGL_VER%%/tile.so lib/gegl-%%GEGL_VER%%/transformops.so @@ -291,6 +295,7 @@ libdata/pkgconfig/gegl-sc-%%GEGL_VER%%.p %%PORTEXAMPLES%%%%EXAMPLESDIR%%3/hello-world.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%3/sdl-draw.c share/gir-1.0/Gegl-%%GEGL_VER%%.gir +share/locale/bs/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ca/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/de/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/el/LC_MESSAGES/gegl-%%GEGL_VER%%.mo @@ -304,6 +309,7 @@ share/locale/id/LC_MESSAGES/gegl-%%GEGL_ share/locale/it/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ko/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/lv/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/oc/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/pl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/pt_BR/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ru/LC_MESSAGES/gegl-%%GEGL_VER%%.mo