pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gettext-tools Split the gettext tools from devel...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f45eac2ab460
branches: trunk
changeset: 507642:f45eac2ab460
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Feb 05 22:38:15 2006 +0000
description:
Split the gettext tools from devel/gettext into devel/gettext-tools
as part of the update to gettext 0.14.5.
The gettext-tools package contains all the development tools, but
autopoint and gettextize.
diffstat:
devel/gettext-tools/DESCR | 6 +
devel/gettext-tools/Makefile | 27 +++++
devel/gettext-tools/PLIST | 173 +++++++++++++++++++++++++++++++++++
devel/gettext-tools/distinfo | 16 +++
devel/gettext-tools/patches/patch-aa | 15 +++
devel/gettext-tools/patches/patch-ab | 13 ++
devel/gettext-tools/patches/patch-ad | 22 ++++
devel/gettext-tools/patches/patch-ae | 15 +++
devel/gettext-tools/patches/patch-ag | 47 +++++++++
devel/gettext-tools/patches/patch-ah | 73 ++++++++++++++
devel/gettext-tools/patches/patch-aj | 22 ++++
devel/gettext-tools/patches/patch-ak | 13 ++
devel/gettext-tools/patches/patch-al | 13 ++
devel/gettext-tools/patches/patch-am | 14 ++
devel/gettext-tools/patches/patch-an | 13 ++
15 files changed, 482 insertions(+), 0 deletions(-)
diffs (truncated from 542 to 300 lines):
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/DESCR Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,6 @@
+GNU gettext provides the necessary tools and libraries for handling
+messages in different languages, as one of the steps to
+internationalisation (or i18n) of a utility.
+
+This package contains the various development tools. gettextize and
+autopoint are packaged separately.
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/Makefile Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
+
+DISTNAME= gettext-0.14.5
+PKGNAME= gettext-tools-0.14.5
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
+
+MAINTAINER= joerg%NetBSD.org@localhost
+HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
+COMMENT= Tools for providing messages in different languages
+
+BUILDLINK_DEPENDS.gettext+= gettext-lib>=0.14.5
+CONFLICTS= gettext<0.14.5
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+SHLIBTOOL_OVERRIDE= libtool
+CONFIGURE_ARGS+= --without-included-gettext
+
+INFO_FILES= gettext.info
+
+BROKEN_GETTEXT_DETECTION= yes
+USE_BUILTIN.gettext= no # force use of pkgsrc gettext-lib
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/PLIST Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,173 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
+bin/envsubst
+bin/gettext
+bin/gettext.sh
+bin/msgattrib
+bin/msgcat
+bin/msgcmp
+bin/msgcomm
+bin/msgconv
+bin/msgen
+bin/msgexec
+bin/msgfilter
+bin/msgfmt
+bin/msggrep
+bin/msginit
+bin/msgmerge
+bin/msgunfmt
+bin/msguniq
+bin/ngettext
+bin/xgettext
+include/gettext-po.h
+lib/libgettextlib.la
+lib/libgettextpo.la
+lib/libgettextsrc.la
+man/man1/envsubst.1
+man/man1/gettext.1
+man/man1/msgattrib.1
+man/man1/msgcat.1
+man/man1/msgcmp.1
+man/man1/msgcomm.1
+man/man1/msgconv.1
+man/man1/msgen.1
+man/man1/msgexec.1
+man/man1/msgfilter.1
+man/man1/msgfmt.1
+man/man1/msggrep.1
+man/man1/msginit.1
+man/man1/msgmerge.1
+man/man1/msgunfmt.1
+man/man1/msguniq.1
+man/man1/ngettext.1
+man/man1/xgettext.1
+man/man3/bind_textdomain_codeset.3
+man/man3/bindtextdomain.3
+man/man3/dcgettext.3
+man/man3/dcngettext.3
+man/man3/dgettext.3
+man/man3/dngettext.3
+man/man3/gettext.3
+man/man3/ngettext.3
+man/man3/textdomain.3
+share/doc/gettext/FAQ.html
+share/doc/gettext/autopoint.1.html
+share/doc/gettext/bind_textdomain_codeset.3.html
+share/doc/gettext/bindtextdomain.3.html
+share/doc/gettext/envsubst.1.html
+share/doc/gettext/gettext.1.html
+share/doc/gettext/gettext.3.html
+share/doc/gettext/gettext_1.html
+share/doc/gettext/gettext_10.html
+share/doc/gettext/gettext_11.html
+share/doc/gettext/gettext_12.html
+share/doc/gettext/gettext_13.html
+share/doc/gettext/gettext_14.html
+share/doc/gettext/gettext_15.html
+share/doc/gettext/gettext_16.html
+share/doc/gettext/gettext_17.html
+share/doc/gettext/gettext_18.html
+share/doc/gettext/gettext_19.html
+share/doc/gettext/gettext_2.html
+share/doc/gettext/gettext_20.html
+share/doc/gettext/gettext_21.html
+share/doc/gettext/gettext_22.html
+share/doc/gettext/gettext_3.html
+share/doc/gettext/gettext_4.html
+share/doc/gettext/gettext_5.html
+share/doc/gettext/gettext_6.html
+share/doc/gettext/gettext_7.html
+share/doc/gettext/gettext_8.html
+share/doc/gettext/gettext_9.html
+share/doc/gettext/gettext_foot.html
+share/doc/gettext/gettext_toc.html
+share/doc/gettext/gettextize.1.html
+share/doc/gettext/msgattrib.1.html
+share/doc/gettext/msgcat.1.html
+share/doc/gettext/msgcmp.1.html
+share/doc/gettext/msgcomm.1.html
+share/doc/gettext/msgconv.1.html
+share/doc/gettext/msgen.1.html
+share/doc/gettext/msgexec.1.html
+share/doc/gettext/msgfilter.1.html
+share/doc/gettext/msgfmt.1.html
+share/doc/gettext/msggrep.1.html
+share/doc/gettext/msginit.1.html
+share/doc/gettext/msgmerge.1.html
+share/doc/gettext/msgunfmt.1.html
+share/doc/gettext/msguniq.1.html
+share/doc/gettext/ngettext.1.html
+share/doc/gettext/ngettext.3.html
+share/doc/gettext/textdomain.3.html
+share/doc/gettext/tutorial.html
+share/doc/gettext/xgettext.1.html
+${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gettext-tools.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gettext-tools.mo
+@dirrm share/doc/gettext
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/distinfo Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
+
+SHA1 (gettext-0.14.5.tar.gz) = 68737eee1a6427044eef901dc88e4144d371fb6b
+RMD160 (gettext-0.14.5.tar.gz) = d31c8e49671f00623ce1e6f73716a5abcd1c7ec2
+Size (gettext-0.14.5.tar.gz) = 7105715 bytes
+SHA1 (patch-aa) = da7ff06b28645b7c63ae9e49a29a8014f07dcec1
+SHA1 (patch-ab) = 91eb4e65d63747a19315a21c9274f6c44dddf38e
+SHA1 (patch-ad) = 53bf06d6073cd2ff4a09a688b1df3d294ef7ddb4
+SHA1 (patch-ae) = f2efed6024ef1aa3fb972c043e0900676659c766
+SHA1 (patch-ag) = 1979c71e9a65e85ca9bad63bb905b46d4e2a4046
+SHA1 (patch-ah) = 93532219a032e55fd740fd8c223b062fd66f3aa9
+SHA1 (patch-aj) = 5a28ee9299b5c0e7ba10621bf73b638cafdcfa7e
+SHA1 (patch-ak) = 3f2aa72291aae5e024a3bb833b46973221be3b95
+SHA1 (patch-al) = 0a41f77406acf3959a64819a333b369ab2141610
+SHA1 (patch-am) = c130b93748604e3823ba17d29af9d91aaeecfcde
+SHA1 (patch-an) = f99f345f9b23f72e4a462445bcce8281dd1e5308
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/patches/patch-aa Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
+
+--- gettext-runtime/configure.orig 2006-02-03 14:56:53.000000000 +0000
++++ gettext-runtime/configure
+@@ -31906,10 +31906,6 @@ echo "${ECHO_T}$gt_cv_func_gnugettext2_l
+
+ if test "$nls_cv_use_gnu_gettext" = "yes"; then
+ BUILD_INCLUDED_LIBINTL=yes
+- USE_INCLUDED_LIBINTL=yes
+- LIBINTL="\${top_builddir}/intl/libintl.la $LIBICONV"
+- LTLIBINTL="\${top_builddir}/intl/libintl.la $LTLIBICONV"
+- LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+ fi
+
+ CATOBJEXT=
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/patches/patch-ab Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
+
+--- gettext-tools/misc/Makefile.in.orig 2005-05-23 11:24:28.000000000 +0000
++++ gettext-tools/misc/Makefile.in
+@@ -569,7 +569,7 @@ info: info-am
+
+ info-am:
+
+-install-data-am: install-gettextsrcDATA install-lispLISP
++install-data-am: install-gettextsrcDATA
+
+ install-exec-am: install-binSCRIPTS
+
diff -r 3c9adf49a38d -r f45eac2ab460 devel/gettext-tools/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gettext-tools/patches/patch-ad Sun Feb 05 22:38:15 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
+
+--- gettext-tools/Makefile.in.orig 2006-02-03 15:55:59.000000000 +0000
++++ gettext-tools/Makefile.in
+@@ -348,7 +348,7 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
+ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4
+-SUBDIRS = doc intl lib libgrep libuniname src po projects misc man m4 tests examples
++SUBDIRS = doc intl lib libgrep libuniname src po man tests
+ # vms_jackets.h is a header that comes with Compaq's "porting library".
+ # KEEP_CRTL_SETLOCALE tells it to not override the native locale support.
+ EXTRA_DIST = misc/DISCLAIM Makefile.vms config.h_vms README.woe32 \
+@@ -774,7 +774,7 @@ info: info-recursive
+
+ info-am:
+
+-install-data-am: install-gettextsrcSCRIPTS
++install-data-am:
+
+ install-exec-am:
+
Home |
Main Index |
Thread Index |
Old Index