diff options
-rw-r--r-- | graphics/dcraw/Makefile | 24 | ||||
-rw-r--r-- | graphics/dcraw/PLIST | 7 | ||||
-rw-r--r-- | graphics/dcraw/distinfo | 8 |
3 files changed, 21 insertions, 18 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index c47ac3d4796..e12a81be2a5 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2014/03/15 00:16:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2015/07/16 16:46:47 adam Exp $ # # Changes can be found in the RCS file at # http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v -DISTNAME= dcraw-9.20 +DISTNAME= dcraw-9.26.0 CATEGORIES= graphics MASTER_SITES= http://www.cybercom.net/~dcoffin/dcraw/archive/ @@ -11,21 +11,19 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cybercom.net/~dcoffin/dcraw/ COMMENT= Raw digital camera decoder -DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/${PKGBASE} +USE_LANGUAGES= c USE_PKGLOCALEDIR= yes -WRKSRC= ${WRKDIR}/${PKGBASE} USE_TOOLS+= msgfmt -USE_LANGUAGES= c LIBS+= -lm -ljasper -ljpeg CFLAGS+= -DLOCALEDIR=\"${PREFIX}/${PKGLOCALEDIR}/locale\" -DCRAW_MANS= ca cs da de eo es fr hu it pl pt ru sv zh_CN zh_TW -DCRAW_LOCALES= ca cs da de eo es fr hu it nl pl pt ru sv zh_CN zh_TW +DCRAW_LOCALES= ca cs da de eo es fr hu it ja nl pl pt ro ru sv zh_CN zh_TW INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -.for lang in ${DCRAW_MANS} +.for lang in ${DCRAW_LOCALES} INSTALLATION_DIRS+= ${PKGMANDIR}/${lang}/man1 .endfor .for lang in ${DCRAW_LOCALES} @@ -37,16 +35,16 @@ BROKEN_GETTEXT_DETECTION= yes .include "options.mk" do-build: - set -e; cd ${WRKSRC}; \ - env ${MAKE_ENV} ${CC} ${CFLAGS} dcraw.c -o dcraw ${LDFLAGS} ${LIBS}; \ - for l in ${DCRAW_LOCALES}; do \ - env ${MAKE_ENV} msgfmt -o dcraw_$${l}.mo dcraw_$${l}.po; \ + set -e; cd ${WRKSRC}; \ + ${CC} ${CFLAGS} dcraw.c -o dcraw ${LDFLAGS} ${LIBS}; \ + for l in ${DCRAW_LOCALES}; do \ + msgfmt -o dcraw_$${l}.mo dcraw_$${l}.po; \ done; do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.for l in ${DCRAW_MANS} +.for l in ${DCRAW_LOCALES} ${INSTALL_MAN} ${WRKSRC}/dcraw_${l}.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/${l}/man1/dcraw.1 .endfor diff --git a/graphics/dcraw/PLIST b/graphics/dcraw/PLIST index a3029452aec..7b24026e52f 100644 --- a/graphics/dcraw/PLIST +++ b/graphics/dcraw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/08/06 20:49:23 bad Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/07/16 16:46:47 adam Exp $ bin/dcraw man/ca/man1/dcraw.1 man/cs/man1/dcraw.1 @@ -9,9 +9,12 @@ man/es/man1/dcraw.1 man/fr/man1/dcraw.1 man/hu/man1/dcraw.1 man/it/man1/dcraw.1 +man/ja/man1/dcraw.1 man/man1/dcraw.1 +man/nl/man1/dcraw.1 man/pl/man1/dcraw.1 man/pt/man1/dcraw.1 +man/ro/man1/dcraw.1 man/ru/man1/dcraw.1 man/sv/man1/dcraw.1 man/zh_CN/man1/dcraw.1 @@ -25,9 +28,11 @@ share/locale/es/LC_MESSAGES/dcraw.mo share/locale/fr/LC_MESSAGES/dcraw.mo share/locale/hu/LC_MESSAGES/dcraw.mo share/locale/it/LC_MESSAGES/dcraw.mo +share/locale/ja/LC_MESSAGES/dcraw.mo share/locale/nl/LC_MESSAGES/dcraw.mo share/locale/pl/LC_MESSAGES/dcraw.mo share/locale/pt/LC_MESSAGES/dcraw.mo +share/locale/ro/LC_MESSAGES/dcraw.mo share/locale/ru/LC_MESSAGES/dcraw.mo share/locale/sv/LC_MESSAGES/dcraw.mo share/locale/zh_CN/LC_MESSAGES/dcraw.mo diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index ed384e54e23..74f7176ed66 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2014/03/15 00:16:03 ryoon Exp $ +$NetBSD: distinfo,v 1.29 2015/07/16 16:46:47 adam Exp $ -SHA1 (dcraw-9.20/dcraw-9.20.tar.gz) = 9b8ca82eaaf6582ffa0f2602e8ca705c722ea87e -RMD160 (dcraw-9.20/dcraw-9.20.tar.gz) = 4b5722023a7ef70d887e1b5deb6a42dfdddaa112 -Size (dcraw-9.20/dcraw-9.20.tar.gz) = 171270 bytes +SHA1 (dcraw-9.26.0.tar.gz) = f4432b673b15df8181c386bc18bb039aefafea7f +RMD160 (dcraw-9.26.0.tar.gz) = ee3ff85aaa8fc3860450723aece31ea997ad4371 +Size (dcraw-9.26.0.tar.gz) = 190647 bytes SHA1 (patch-aa) = 3191ee51355a17f4d17a1b43fb1ad99918861935 |