Index: head/graphics/ufraw/Makefile =================================================================== --- head/graphics/ufraw/Makefile (revision 282086) +++ head/graphics/ufraw/Makefile (revision 282087) @@ -1,82 +1,82 @@ # New ports collection makefile for: UFRaw # Date created: Sun 10 Apr 2005 14:44:15 BST # Whom: markm@FreeBSD.org # # $FreeBSD$ # PORTNAME= ufraw -PORTVERSION= 0.17 -PORTREVISION= 2 +PORTVERSION= 0.18 +PORTREVISION= 0 CATEGORIES= graphics gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= Read and manipulate raw images from digital cameras LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.6:${PORTSDIR}/graphics/png \ gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \ lcms.1:${PORTSDIR}/graphics/lcms GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk20 glib20 gnomehack intltool intlhack libartlgpl2 pkgconfig LDFLAGS= -L"${LOCALBASE}/lib" ${PTHREAD_LIBS} CPPFLAGS= -I"${LOCALBASE}/include" CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" PC_FALSE+= cinepaint OPTIONS= CONTRAST "Enable contrast setting" on \ DST "Use local time for timestamps" off \ EXIV2 "EXIF support via exiv2 library" on \ FITS "Enable FITS output support" off \ GIMP "Install GIMP UFRaw plugin" on \ LENSFUN "Build with LensFun library support" on .include .if !defined(WITHOUT_EXIV2) LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 .else PC_FALSE+= exiv2 .endif .if !defined(WITHOUT_GIMP) LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app PLIST_SUB+= GIMP="" .else PC_FALSE+= gimp PLIST_SUB+= GIMP="@comment " .endif .if !defined(WITHOUT_LENSFUN) || exists(${LOCALBASE}/lib/lensfun.so.2) LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun .endif .if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so) LIB_DEPENDS+= cfitsio.0:${PORTSDIR}/astro/cfitsio .endif .if !defined(WITHOUT_CONTRAST) CONFIGURE_ARGS+= --enable-contrast .endif .if defined(WITH_DST) CONFIGURE_ARGS+= --enable-dst-correction .endif MAN1= ufraw.1 post-patch: @${REINPLACE_CMD} -e '18s|^$$|#include |' ${WRKSRC}/dcraw.h @${REINPLACE_CMD} -e '/@schemasdir/s|datadir|sysconfdir|' \ ${WRKSRC}/Makefile.in .for i in ${PC_FALSE} @${REINPLACE_CMD} -e '/PKG_CONFIG.*$i/s|$$PKG_CONFIG|${FALSE}|' \ ${WRKSRC}/configure .endfor pre-build: ${INSTALL_SCRIPT} ${LOCALBASE}/share/glib-2.0/gettext/mkinstalldirs \ ${WRKSRC}/ .include Property changes on: head/graphics/ufraw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/graphics/ufraw/distinfo =================================================================== --- head/graphics/ufraw/distinfo (revision 282086) +++ head/graphics/ufraw/distinfo (revision 282087) @@ -1,2 +1,2 @@ -SHA256 (ufraw-0.17.tar.gz) = f65a32d9bc1edbf5399e6d3e18617df4380f13d8d02d32fa2aaee4a404beb6a2 -SIZE (ufraw-0.17.tar.gz) = 1158114 +SHA256 (ufraw-0.18.tar.gz) = 24fe739c61e9e14de1900008477c8662553e93427569c1d595556d440e6b9205 +SIZE (ufraw-0.18.tar.gz) = 1219440 Property changes on: head/graphics/ufraw/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/ufraw/pkg-plist =================================================================== --- head/graphics/ufraw/pkg-plist (revision 282086) +++ head/graphics/ufraw/pkg-plist (revision 282087) @@ -1,28 +1,29 @@ bin/ufraw bin/ufraw-batch %%GIMP%%libexec/gimp/2.2/plug-ins/ufraw-gimp share/locale/ca/LC_MESSAGES/ufraw.mo share/locale/cs/LC_MESSAGES/ufraw.mo share/locale/da/LC_MESSAGES/ufraw.mo share/locale/de/LC_MESSAGES/ufraw.mo share/locale/es/LC_MESSAGES/ufraw.mo share/locale/fr/LC_MESSAGES/ufraw.mo share/locale/it/LC_MESSAGES/ufraw.mo share/locale/ja/LC_MESSAGES/ufraw.mo share/locale/ko/LC_MESSAGES/ufraw.mo share/locale/nb/LC_MESSAGES/ufraw.mo share/locale/nl/LC_MESSAGES/ufraw.mo share/locale/pl/LC_MESSAGES/ufraw.mo share/locale/pt/LC_MESSAGES/ufraw.mo share/locale/ru/LC_MESSAGES/ufraw.mo share/locale/sr/LC_MESSAGES/ufraw.mo share/locale/sr@latin/LC_MESSAGES/ufraw.mo share/locale/sv/LC_MESSAGES/ufraw.mo share/locale/zh_CN/LC_MESSAGES/ufraw.mo +share/locale/zh_TW/LC_MESSAGES/ufraw.mo share/pixmaps/ufraw.png @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/applications %%GIMP%%@dirrmtry libexec/gimp/2.2/plug-ins %%GIMP%%@dirrmtry libexec/gimp/2.2 %%GIMP%%@dirrmtry libexec/gimp Property changes on: head/graphics/ufraw/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property