Wed Jul 13 14:26:01 2011 UTC ()
install autopoint & gettextize - bump pkgrevision


(abs)
diff -r1.15 -r1.16 pkgsrc/devel/gettext-tools/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/gettext-tools/PLIST

cvs diff -r1.15 -r1.16 pkgsrc/devel/gettext-tools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gettext-tools/Makefile 2011/04/12 17:41:29 1.15
+++ pkgsrc/devel/gettext-tools/Makefile 2011/07/13 14:26:01 1.16
@@ -1,31 +1,39 @@ @@ -1,31 +1,39 @@
1# $NetBSD: Makefile,v 1.15 2011/04/12 17:41:29 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2011/07/13 14:26:01 abs Exp $
2 2
3.include "../../devel/gettext/Makefile.common" 3.include "../../devel/gettext/Makefile.common"
4 4
5PKGNAME= ${DISTNAME:S/-/-tools-/} 5PKGNAME= ${DISTNAME:S/-/-tools-/}
 6PKGREVISION= 1
6COMMENT= Tools for providing messages in different languages 7COMMENT= Tools for providing messages in different languages
7 8
8#MAKE_JOBS_SAFE= no 9#MAKE_JOBS_SAFE= no
9 10
10DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo 11DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo
11PATCHDIR= ${.CURDIR}/../../devel/gettext/patches 12PATCHDIR= ${.CURDIR}/../../devel/gettext/patches
12 13
13USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
14USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
15CONFIGURE_ARGS+= --without-included-gettext 16CONFIGURE_ARGS+= --without-included-gettext
16CONFIGURE_ARGS+= --disable-csharp 17CONFIGURE_ARGS+= --disable-csharp
17CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ= ac_cv_prog_JAR= 18CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ= ac_cv_prog_JAR=
18CONFIGURE_ENV+= HAVE_GCJ_IN_PATH= 19CONFIGURE_ENV+= HAVE_GCJ_IN_PATH=
19CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH= 20CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH=
20CONFIGURE_ENV+= HAVE_JIKES_IN_PATH= 21CONFIGURE_ENV+= HAVE_JIKES_IN_PATH=
21CONFIGURE_ENV+= ac_cv_libexpat=no 22CONFIGURE_ENV+= ac_cv_libexpat=no
22LDFLAGS.AIX+= -Wl,-brtl 23LDFLAGS.AIX+= -Wl,-brtl
23 24
24SHLIBTOOL_OVERRIDE= # empty 25SHLIBTOOL_OVERRIDE= # empty
25INFO_FILES= yes 26INFO_FILES= yes
26 27
27BROKEN_GETTEXT_DETECTION= yes 28BROKEN_GETTEXT_DETECTION= yes
28USE_BUILTIN.gettext= no # force use of pkgsrc gettext-lib 29USE_BUILTIN.gettext= no # force use of pkgsrc gettext-lib
29 30
 31post-install:
 32 cd ${WRKSRC}/gettext-tools/misc && ${MAKE} install DESTDIR=${DESTDIR}
 33 ${INSTALL_MAN} ${WRKSRC}/gettext-tools/man/autopoint.1 \
 34 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 35 ${INSTALL_MAN} ${WRKSRC}/gettext-tools/man/gettextize.1 \
 36 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 37
30.include "../../devel/gettext-lib/buildlink3.mk" 38.include "../../devel/gettext-lib/buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/gettext-tools/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/gettext-tools/PLIST 2011/04/12 17:41:29 1.6
+++ pkgsrc/devel/gettext-tools/PLIST 2011/07/13 14:26:01 1.7
@@ -1,41 +1,45 @@ @@ -1,41 +1,45 @@
1@comment $NetBSD: PLIST,v 1.6 2011/04/12 17:41:29 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2011/07/13 14:26:01 abs Exp $
 2bin/autopoint
2bin/envsubst 3bin/envsubst
3bin/gettext 4bin/gettext
4bin/gettext.sh 5bin/gettext.sh
 6bin/gettextize
5bin/msgattrib 7bin/msgattrib
6bin/msgcat 8bin/msgcat
7bin/msgcmp 9bin/msgcmp
8bin/msgcomm 10bin/msgcomm
9bin/msgconv 11bin/msgconv
10bin/msgen 12bin/msgen
11bin/msgexec 13bin/msgexec
12bin/msgfilter 14bin/msgfilter
13bin/msgfmt 15bin/msgfmt
14bin/msggrep 16bin/msggrep
15bin/msginit 17bin/msginit
16bin/msgmerge 18bin/msgmerge
17bin/msgunfmt 19bin/msgunfmt
18bin/msguniq 20bin/msguniq
19bin/ngettext 21bin/ngettext
20bin/recode-sr-latin 22bin/recode-sr-latin
21bin/xgettext 23bin/xgettext
22include/gettext-po.h 24include/gettext-po.h
23info/gettext.info 25info/gettext.info
24lib/libgettextlib.la 26lib/libgettextlib.la
25lib/libgettextpo.la 27lib/libgettextpo.la
26lib/libgettextsrc.la 28lib/libgettextsrc.la
 29man/man1/autopoint.1
27man/man1/envsubst.1 30man/man1/envsubst.1
28man/man1/gettext.1 31man/man1/gettext.1
 32man/man1/gettextize.1
29man/man1/msgattrib.1 33man/man1/msgattrib.1
30man/man1/msgcat.1 34man/man1/msgcat.1
31man/man1/msgcmp.1 35man/man1/msgcmp.1
32man/man1/msgcomm.1 36man/man1/msgcomm.1
33man/man1/msgconv.1 37man/man1/msgconv.1
34man/man1/msgen.1 38man/man1/msgen.1
35man/man1/msgexec.1 39man/man1/msgexec.1
36man/man1/msgfilter.1 40man/man1/msgfilter.1
37man/man1/msgfmt.1 41man/man1/msgfmt.1
38man/man1/msggrep.1 42man/man1/msggrep.1
39man/man1/msginit.1 43man/man1/msginit.1
40man/man1/msgmerge.1 44man/man1/msgmerge.1
41man/man1/msgunfmt.1 45man/man1/msgunfmt.1
@@ -97,26 +101,27 @@ share/doc/gettext/msgexec.1.html @@ -97,26 +101,27 @@ share/doc/gettext/msgexec.1.html
97share/doc/gettext/msgfilter.1.html 101share/doc/gettext/msgfilter.1.html
98share/doc/gettext/msgfmt.1.html 102share/doc/gettext/msgfmt.1.html
99share/doc/gettext/msggrep.1.html 103share/doc/gettext/msggrep.1.html
100share/doc/gettext/msginit.1.html 104share/doc/gettext/msginit.1.html
101share/doc/gettext/msgmerge.1.html 105share/doc/gettext/msgmerge.1.html
102share/doc/gettext/msgunfmt.1.html 106share/doc/gettext/msgunfmt.1.html
103share/doc/gettext/msguniq.1.html 107share/doc/gettext/msguniq.1.html
104share/doc/gettext/ngettext.1.html 108share/doc/gettext/ngettext.1.html
105share/doc/gettext/ngettext.3.html 109share/doc/gettext/ngettext.3.html
106share/doc/gettext/recode-sr-latin.1.html 110share/doc/gettext/recode-sr-latin.1.html
107share/doc/gettext/textdomain.3.html 111share/doc/gettext/textdomain.3.html
108share/doc/gettext/tutorial.html 112share/doc/gettext/tutorial.html
109share/doc/gettext/xgettext.1.html 113share/doc/gettext/xgettext.1.html
 114share/gettext/archive.git.tar.gz
110share/locale/be/LC_MESSAGES/gettext-runtime.mo 115share/locale/be/LC_MESSAGES/gettext-runtime.mo
111share/locale/be/LC_MESSAGES/gettext-tools.mo 116share/locale/be/LC_MESSAGES/gettext-tools.mo
112share/locale/bg/LC_MESSAGES/gettext-runtime.mo 117share/locale/bg/LC_MESSAGES/gettext-runtime.mo
113share/locale/bg/LC_MESSAGES/gettext-tools.mo 118share/locale/bg/LC_MESSAGES/gettext-tools.mo
114share/locale/ca/LC_MESSAGES/gettext-runtime.mo 119share/locale/ca/LC_MESSAGES/gettext-runtime.mo
115share/locale/ca/LC_MESSAGES/gettext-tools.mo 120share/locale/ca/LC_MESSAGES/gettext-tools.mo
116share/locale/cs/LC_MESSAGES/gettext-runtime.mo 121share/locale/cs/LC_MESSAGES/gettext-runtime.mo
117share/locale/cs/LC_MESSAGES/gettext-tools.mo 122share/locale/cs/LC_MESSAGES/gettext-tools.mo
118share/locale/da/LC_MESSAGES/gettext-runtime.mo 123share/locale/da/LC_MESSAGES/gettext-runtime.mo
119share/locale/da/LC_MESSAGES/gettext-tools.mo 124share/locale/da/LC_MESSAGES/gettext-tools.mo
120share/locale/de/LC_MESSAGES/gettext-runtime.mo 125share/locale/de/LC_MESSAGES/gettext-runtime.mo
121share/locale/de/LC_MESSAGES/gettext-tools.mo 126share/locale/de/LC_MESSAGES/gettext-tools.mo
122share/locale/el/LC_MESSAGES/gettext-runtime.mo 127share/locale/el/LC_MESSAGES/gettext-runtime.mo