diff options
author | ade <ade@FreeBSD.org> | 2002-03-26 06:18:48 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-26 06:18:48 +0800 |
commit | ba9bbfd1b4d0554c281286517ad967360b3e5e10 (patch) | |
tree | 799022d0f4ec51911dc183b6945eb860264d3a9d /devel | |
parent | 760909b1313c20f734b059a99f3781d2c9c8df01 (diff) | |
download | freebsd-ports-gnome-ba9bbfd1b4d0554c281286517ad967360b3e5e10.tar.gz freebsd-ports-gnome-ba9bbfd1b4d0554c281286517ad967360b3e5e10.tar.zst freebsd-ports-gnome-ba9bbfd1b4d0554c281286517ad967360b3e5e10.zip |
Stage 2 gettext update
Upgrade to 0.11.1, remove NO_LATEST_LINK.
Reviewed by: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext/Makefile | 15 | ||||
-rw-r--r-- | devel/gettext/distinfo | 2 | ||||
-rw-r--r-- | devel/gettext/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | devel/gettext/files/patch-ad | 21 | ||||
-rw-r--r-- | devel/gettext/files/patch-ae | 68 | ||||
-rw-r--r-- | devel/gettext/files/patch-intl::Makefile.in | 33 | ||||
-rw-r--r-- | devel/gettext/files/patch-lib::Makefile.in | 31 | ||||
-rw-r--r-- | devel/gettext/files/patch-man::Makefile.in | 13 | ||||
-rw-r--r-- | devel/gettext/files/patch-src::Makefile.in | 20 | ||||
-rw-r--r-- | devel/gettext/pkg-plist | 94 |
10 files changed, 158 insertions, 159 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 2ee6d2f46344..47be45e075ee 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.10.40 -PORTREVISION= 1 +PORTVERSION= 0.11.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext @@ -16,8 +15,6 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -NO_LATEST_LINK= yes - USE_BISON= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -26,6 +23,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +MAN1= gettext.1 msgattrib.1 msgcat.1 msgcmp.1 msgcomm.1 \ + msgconv.1 msgen.1 msgexec.1 msgfilter.1 msgfmt.1 \ + msggrep.1 msginit.1 msgmerge.1 msgunfmt.1 msguniq.1 \ + ngettext.1 xgettext.1 MAN3= bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \ dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \ textdomain.3 @@ -34,10 +35,12 @@ pre-configure: ${RM} ${WRKSRC}/doc/gettext.info* .if !defined(WANT_FULL_GETTEXT) -BINFILES= gettext msgcmp msgcomm msgfmt msgmerge msgunfmt \ - ngettext xgettext +BINFILES= gettext msgattrib msgcat msgcmp msgcomm msgconv msgen \ + msgexec msgfilter msgfmt msggrep msginit msgmerge \ + msgunfmt msguniq ngettext xgettext PLIST= ${WRKDIR}/PLIST CONFIGURE_ARGS= --disable-shared +.undef MAN1 .undef MAN3 .undef INSTALLS_SHLIB diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index 65665a4b56df..d2921eb27a20 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1 +1 @@ -MD5 (gettext-0.10.40.tar.gz) = 6a17767b47ffb45b4866cec9fb0a39b0 +MD5 (gettext-0.11.1.tar.gz) = f826d530cf91e19cacc2a964d3668e99 diff --git a/devel/gettext/files/patch-Makefile.in b/devel/gettext/files/patch-Makefile.in index c517c45ae926..f8296f0f995a 100644 --- a/devel/gettext/files/patch-Makefile.in +++ b/devel/gettext/files/patch-Makefile.in @@ -1,14 +1,12 @@ - -$FreeBSD: /tmp/pcvs/ports/devel/gettext/files/Attic/patch-Makefile.in,v 1.1 2002-03-15 19:43:48 ade Exp $ - ---- Makefile.in 2001/05/29 09:22:43 1.1 -+++ Makefile.in 2001/05/29 09:23:01 -@@ -101,7 +101,7 @@ +--- Makefile.in.orig Tue Mar 12 14:51:22 2002 ++++ Makefile.in Fri Mar 15 18:42:49 2002 +@@ -40,3 +40,3 @@ - AUTOMAKE_OPTIONS = 1.3 gnits - MAINT_CHARSET = latin1 --ACLOCAL = ./aclocal.sh @ACLOCAL@ +-ACLOCAL = @ACLOCAL@ +ACLOCAL = /usr/bin/true - ACLOCAL_AMFLAGS = -I m4 + AUTOCONF = @AUTOCONF@ +@@ -152,3 +152,3 @@ + +-SUBDIRS = doc intl intl-java lib libuniname src po man m4 projects misc tests ++SUBDIRS = doc intl lib libuniname src po man m4 projects misc tests - gettextsrcdir = $(datadir)/gettext diff --git a/devel/gettext/files/patch-ad b/devel/gettext/files/patch-ad index be0cbd6eb450..1e938c8ca395 100644 --- a/devel/gettext/files/patch-ad +++ b/devel/gettext/files/patch-ad @@ -1,16 +1,9 @@ - -$FreeBSD$ - ---- misc/Makefile.in.orig Sat Sep 15 03:48:07 2001 -+++ misc/Makefile.in Mon Nov 26 13:54:29 2001 -@@ -165,10 +165,8 @@ - list='$(lisp_LISP)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \ -- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \ +--- misc/Makefile.in.orig Tue Mar 12 13:04:40 2002 ++++ misc/Makefile.in Fri Mar 15 17:33:23 2002 +@@ -223,6 +223,4 @@ + echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$f"; \ +- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$f; \ if test -f $${p}c; then \ - echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \ -- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \ + echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${f}c"; \ +- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${f}c; \ else : ; fi; \ - done; \ - else : ; fi diff --git a/devel/gettext/files/patch-ae b/devel/gettext/files/patch-ae index c24ab0e425cc..bed0ca9ec2b2 100644 --- a/devel/gettext/files/patch-ae +++ b/devel/gettext/files/patch-ae @@ -1,67 +1,7 @@ - -$FreeBSD$ - ---- configure.orig Sat Sep 15 03:47:29 2001 -+++ configure Mon Nov 26 13:56:11 2001 -@@ -1220,13 +1220,13 @@ - # Run test in a subshell; some versions of sh will print an error if - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. --if (aclocal --version) < /dev/null > /dev/null 2>&1; then -- ACLOCAL=aclocal -- echo "$ac_t""found" 1>&6 --else -+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then -+# ACLOCAL=aclocal -+# echo "$ac_t""found" 1>&6 -+#else - ACLOCAL="$missing_dir/missing aclocal" - echo "$ac_t""missing" 1>&6 --fi -+#fi - - echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 - echo "configure:1233: checking for working autoconf" >&5 -@@ -1246,13 +1246,13 @@ - # Run test in a subshell; some versions of sh will print an error if - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. --if (automake --version) < /dev/null > /dev/null 2>&1; then -- AUTOMAKE=automake -- echo "$ac_t""found" 1>&6 --else -+#if (automake --version) < /dev/null > /dev/null 2>&1; then -+# AUTOMAKE=automake -+# echo "$ac_t""found" 1>&6 -+#else - AUTOMAKE="$missing_dir/missing automake" - echo "$ac_t""missing" 1>&6 --fi -+#fi - - echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 - echo "configure:1259: checking for working autoheader" >&5 -@@ -8375,7 +8375,7 @@ - ;; - esac +--- configure.orig Tue Mar 12 13:03:57 2002 ++++ configure Fri Mar 15 18:15:51 2002 +@@ -11776,3 +11775,3 @@ fi --EMACS="$ac_cv_path_EMACS" +-EMACS="$ac_cv_prog_EMACS" +EMACS=no if test -n "$EMACS"; then - echo "$ac_t""$EMACS" 1>&6 - else -@@ -8677,10 +8677,10 @@ - s%@INSTALL_DATA@%$INSTALL_DATA%g - s%@PACKAGE@%$PACKAGE%g - s%@VERSION@%$VERSION%g --s%@ACLOCAL@%$ACLOCAL%g --s%@AUTOCONF@%$AUTOCONF%g --s%@AUTOMAKE@%$AUTOMAKE%g --s%@AUTOHEADER@%$AUTOHEADER%g -+s%@ACLOCAL@%/usr/bin/true%g -+s%@AUTOCONF@%/usr/bin/true%g -+s%@AUTOMAKE@%/usr/bin/true%g -+s%@AUTOHEADER@%/usr/bin/true%g - s%@MAKEINFO@%$MAKEINFO%g - s%@SET_MAKE@%$SET_MAKE%g - s%@CC@%$CC%g diff --git a/devel/gettext/files/patch-intl::Makefile.in b/devel/gettext/files/patch-intl::Makefile.in index 66817ee0b75e..dbed9761270e 100644 --- a/devel/gettext/files/patch-intl::Makefile.in +++ b/devel/gettext/files/patch-intl::Makefile.in @@ -1,37 +1,24 @@ - -$FreeBSD$ - ---- intl/Makefile.in 2001/05/29 08:54:24 1.1 -+++ intl/Makefile.in 2001/05/29 09:00:12 -@@ -51,7 +51,7 @@ - YFLAGS = --name-prefix=__gettext - +--- intl/Makefile.in.orig Thu Jan 31 08:11:48 2002 ++++ intl/Makefile.in Fri Mar 15 17:38:20 2002 +@@ -54,3 +54,3 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ ---DLIBDIR=\"$(libdir)\" @DEFS@ -+-DLIBDIR=\"$(prefix)/libdata\" @DEFS@ +--DLIBDIR=\"$(libdir)\" -DIN_LIBINTL @DEFS@ ++-DLIBDIR=\"$(prefix)/libdata\" -DIN_LIBINTL @DEFS@ CPPFLAGS = @CPPFLAGS@ - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ -@@ -151,11 +151,11 @@ - : ; \ - fi +@@ -155,7 +155,7 @@ if test '@USE_INCLUDED_LIBINTL@' = yes; then \ -- $(mkinstalldirs) $(DESTDIR)$(libdir); \ +- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - orig=$(DESTDIR)$(libdir)/charset.alias; \ -+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata; \ ++ test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata; \ + temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \ + dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \ + if test -f $(DESTDIR)$(prefix)/libdata/charset.alias; then \ + orig=$(DESTDIR)$(prefix)/libdata/charset.alias; \ sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ -@@ -217,9 +217,9 @@ - : ; \ - fi +@@ -242,5 +242,5 @@ if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ @@ -40,5 +27,3 @@ $FreeBSD$ + temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \ + dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \ sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ diff --git a/devel/gettext/files/patch-lib::Makefile.in b/devel/gettext/files/patch-lib::Makefile.in index d2b83eca79fd..c67503a4e96a 100644 --- a/devel/gettext/files/patch-lib::Makefile.in +++ b/devel/gettext/files/patch-lib::Makefile.in @@ -1,38 +1,19 @@ - -$FreeBSD$ - ---- lib/Makefile.in 2001/05/29 08:54:24 1.1 -+++ lib/Makefile.in 2001/05/29 08:59:30 -@@ -116,11 +116,11 @@ - noinst_HEADERS = c-ctype.h error.h fstrcmp.h getline.h getopt.h hash.h lbrkprop.h linebreak.h mbswidth.h obstack.h printf-parse.h printf.h system.h pathmax.h - +--- lib/Makefile.in.orig Tue Mar 12 13:04:16 2002 ++++ lib/Makefile.in Fri Mar 15 17:41:01 2002 +@@ -240,3 +240,3 @@ -DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ +DEFS = -DLIBDIR=\"$(prefix)/libdata\" @DEFS@ - INCLUDES = -I. -I$(srcdir) -I.. -I../intl + INCLUDES = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl +@@ -246,4 +246,4 @@ -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp +charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias +charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - SUFFIXES = .sed .sin - -@@ -349,7 +349,7 @@ - mostlyclean distclean maintainer-clean - - --# The following is needed in order to install a simple file in $(libdir) -+# The following is needed in order to install a simple file in $(prefix)/libdata - # which is shared with other installed packages. We use a list of referencing - # packages so that "make uninstall" will remove the file if and only if it - # is not used by another installed package. -@@ -358,7 +358,7 @@ - - all-local: charset.alias ref-add.sed ref-del.sed +@@ -524,3 +524,3 @@ install-exec-local: all-local - $(mkinstalldirs) $(DESTDIR)$(libdir) + $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata if test -f $(charset_alias); then \ - sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ diff --git a/devel/gettext/files/patch-man::Makefile.in b/devel/gettext/files/patch-man::Makefile.in index d8bead54467f..a66663686eb2 100644 --- a/devel/gettext/files/patch-man::Makefile.in +++ b/devel/gettext/files/patch-man::Makefile.in @@ -1,14 +1,7 @@ - -$FreeBSD: /tmp/pcvs/ports/devel/gettext/files/Attic/patch-man::Makefile.in,v 1.1 2002-03-15 19:43:48 ade Exp $ - ---- man/Makefile.in 2001/05/29 08:45:39 1.1 -+++ man/Makefile.in 2001/05/29 08:46:06 -@@ -101,7 +101,7 @@ - +--- man/Makefile.in.orig Tue Mar 12 13:04:22 2002 ++++ man/Makefile.in Fri Mar 15 17:41:43 2002 +@@ -144,3 +144,3 @@ VERSION = @VERSION@ - mandir = @mandir@ -docdir = $(prefix)/doc/@PACKAGE@ +docdir = $(prefix)/share/doc/@PACKAGE@ htmldir = $(docdir) - - AUTOMAKE_OPTIONS = 1.2 gnits diff --git a/devel/gettext/files/patch-src::Makefile.in b/devel/gettext/files/patch-src::Makefile.in new file mode 100644 index 000000000000..7e3c14dfd733 --- /dev/null +++ b/devel/gettext/files/patch-src::Makefile.in @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig Tue Mar 12 13:04:19 2002 ++++ src/Makefile.in Fri Mar 15 19:04:22 2002 +@@ -175,3 +175,3 @@ + DEFS = -DLOCALEDIR=\"$(localedir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \ +--DLIBDIR=\"$(libdir)\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \ ++-DLIBDIR=\"$(prefix)/libdata\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \ + -DPROJECTSDIR=\"$(projectsdir)\" @DEFS@ +@@ -728,7 +728,7 @@ + install-exec-local: +- $(mkinstalldirs) $(DESTDIR)$(libdir)/$(PACKAGE) +- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(libdir)/$(PACKAGE)/hostname$(EXEEXT) +- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(libdir)/$(PACKAGE)/urlget$(EXEEXT) +- $(INSTALL_SCRIPT) user-email $(DESTDIR)$(libdir)/$(PACKAGE)/user-email +- $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(libdir)/$(PACKAGE)/project-id ++ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/$(PACKAGE) ++ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/hostname$(EXEEXT) ++ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/urlget$(EXEEXT) ++ $(INSTALL_SCRIPT) user-email $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/user-email ++ $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/project-id + diff --git a/devel/gettext/pkg-plist b/devel/gettext/pkg-plist index 42bc8b3edebb..459bd45b7b06 100644 --- a/devel/gettext/pkg-plist +++ b/devel/gettext/pkg-plist @@ -1,19 +1,39 @@ bin/gettext bin/gettextize +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/libintl.h @unexec install-info --delete %D/info/gettext.info %D/info/dir info/gettext.info @exec install-info %D/info/gettext.info %D/info/dir +lib/libgettextlib-0.11.1.so +lib/libgettextlib.a +lib/libgettextlib.so +lib/libgettextsrc-0.11.1.so +lib/libgettextsrc.a +lib/libgettextsrc.so lib/libintl.a lib/libintl.so -lib/libintl.so.1 +lib/libintl.so.2 +libdata/charset.alias +libdata/gettext/hostname +libdata/gettext/project-id +libdata/gettext/urlget +libdata/gettext/user-email @comment libdata/charset.alias share/aclocal/codeset.m4 share/aclocal/gettext.m4 @@ -21,9 +41,13 @@ share/aclocal/glibc21.m4 share/aclocal/iconv.m4 share/aclocal/isc-posix.m4 share/aclocal/lcmessage.m4 +share/aclocal/lib-ld.m4 +share/aclocal/lib-link.m4 +share/aclocal/lib-prefix.m4 share/aclocal/progtest.m4 share/doc/gettext/bind_textdomain_codeset.3.html share/doc/gettext/bindtextdomain.3.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 @@ -31,7 +55,15 @@ 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 @@ -41,11 +73,29 @@ 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/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/xgettext.1.html share/emacs/site-lisp/po-mode.el share/gettext/ABOUT-NLS -share/gettext/intl/COPYING.LIB-2 +share/gettext/config.rpath +share/gettext/gettext.h +share/gettext/intl/COPYING.LIB-2.0 share/gettext/intl/COPYING.LIB-2.1 share/gettext/intl/ChangeLog share/gettext/intl/Makefile.in @@ -57,28 +107,58 @@ share/gettext/intl/dcigettext.c share/gettext/intl/dcngettext.c share/gettext/intl/dgettext.c share/gettext/intl/dngettext.c +share/gettext/intl/eval-plural.h share/gettext/intl/explodename.c share/gettext/intl/finddomain.c share/gettext/intl/gettext.c -share/gettext/intl/gettext.h share/gettext/intl/gettextP.h +share/gettext/intl/gmo.h share/gettext/intl/hash-string.h share/gettext/intl/intl-compat.c share/gettext/intl/l10nflist.c -share/gettext/intl/libgettext.h share/gettext/intl/libgnuintl.h share/gettext/intl/loadinfo.h share/gettext/intl/loadmsgcat.c share/gettext/intl/localcharset.c share/gettext/intl/locale.alias share/gettext/intl/localealias.c +share/gettext/intl/localename.c share/gettext/intl/ngettext.c +share/gettext/intl/os2compat.c +share/gettext/intl/os2compat.h +share/gettext/intl/osdep.c +share/gettext/intl/plural-exp.c +share/gettext/intl/plural-exp.h share/gettext/intl/plural.c share/gettext/intl/plural.y share/gettext/intl/ref-add.sin share/gettext/intl/ref-del.sin share/gettext/intl/textdomain.c +share/gettext/msgunfmt.tcl share/gettext/po/Makefile.in.in +share/gettext/po/Makevars +share/gettext/po/Rules-quot +share/gettext/po/boldquot.sed +share/gettext/po/en@boldquot.header +share/gettext/po/en@quot.header +share/gettext/po/insert-header.sin +share/gettext/po/quot.sed +share/gettext/po/remove-potcdate.sin +share/gettext/projects/GNOME/team-address +share/gettext/projects/GNOME/teams.html +share/gettext/projects/GNOME/teams.url +share/gettext/projects/GNOME/trigger +share/gettext/projects/KDE/team-address +share/gettext/projects/KDE/teams.html +share/gettext/projects/KDE/teams.url +share/gettext/projects/KDE/trigger +share/gettext/projects/TP/team-address +share/gettext/projects/TP/teams.html +share/gettext/projects/TP/teams.url +share/gettext/projects/TP/trigger +share/gettext/projects/index +share/gettext/projects/team-address +share/locale/ca/LC_MESSAGES/gettext.mo share/locale/cs/LC_MESSAGES/gettext.mo share/locale/da/LC_MESSAGES/gettext.mo share/locale/de/LC_MESSAGES/gettext.mo @@ -101,14 +181,20 @@ share/locale/pl/LC_MESSAGES/gettext.mo share/locale/pt/LC_MESSAGES/gettext.mo share/locale/pt_BR/LC_MESSAGES/gettext.mo share/locale/ru/LC_MESSAGES/gettext.mo +share/locale/sk/LC_MESSAGES/gettext.mo share/locale/sl/LC_MESSAGES/gettext.mo share/locale/sv/LC_MESSAGES/gettext.mo share/locale/tr/LC_MESSAGES/gettext.mo share/locale/zh/LC_MESSAGES/gettext.mo +@dirrm share/gettext/projects/TP +@dirrm share/gettext/projects/KDE +@dirrm share/gettext/projects/GNOME +@dirrm share/gettext/projects @dirrm share/gettext/po @dirrm share/gettext/intl @dirrm share/gettext @dirrm share/doc/gettext +@dirrm libdata/gettext @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/* 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true |