summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-28 20:17:39 +0000
committertron <tron@pkgsrc.org>1998-12-28 20:17:39 +0000
commitc4dfccdcd720c9a73113e7cf482f5fe9029ebe70 (patch)
tree21b0520cbf112b025e363a60705453182ad376b4
parentb88c1c12672d4e9c7d45394f1d3181edd8f50b7a (diff)
downloadpkgsrc-c4dfccdcd720c9a73113e7cf482f5fe9029ebe70.tar.gz
Move "gettext" package from "misc" to "devel" category.
-rw-r--r--devel/Makefile3
-rw-r--r--devel/gettext/Makefile2
-rw-r--r--devel/gettext/files/md52
-rw-r--r--devel/gettext/patches/patch-aa2
-rw-r--r--devel/gettext/patches/patch-ab2
-rw-r--r--devel/gettext/pkg/PLIST2
-rw-r--r--misc/Makefile3
-rw-r--r--misc/gettext/Makefile19
-rw-r--r--misc/gettext/files/md53
-rw-r--r--misc/gettext/patches/patch-aa14
-rw-r--r--misc/gettext/patches/patch-ab13
-rw-r--r--misc/gettext/pkg/COMMENT1
-rw-r--r--misc/gettext/pkg/DESCR3
-rw-r--r--misc/gettext/pkg/PLIST63
14 files changed, 8 insertions, 124 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 70e03d457e9..de63287870e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 1998/12/05 03:30:03 tv Exp $
+# $NetBSD: Makefile,v 1.45 1998/12/28 20:22:01 tron Exp $
# FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp
#
@@ -28,6 +28,7 @@
# SUBDIR += gcc11
# SUBDIR += gdb
# SUBDIR += gdbtk
+ SUBDIR += gettext
SUBDIR += gindent
SUBDIR += glib
SUBDIR += gmake
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index d020ac294ff..ab4753eef25 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/12/23 00:14:16 tron Exp $
+# $NetBSD: Makefile,v 1.4 1998/12/28 20:17:39 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
diff --git a/devel/gettext/files/md5 b/devel/gettext/files/md5
index 3e60f55f104..dce61d3fdf1 100644
--- a/devel/gettext/files/md5
+++ b/devel/gettext/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 1998/12/23 00:14:16 tron Exp $
+$NetBSD: md5,v 1.4 1998/12/28 20:17:54 tron Exp $
MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
diff --git a/devel/gettext/patches/patch-aa b/devel/gettext/patches/patch-aa
index 273cfe9c7ce..a94a855f2f6 100644
--- a/devel/gettext/patches/patch-aa
+++ b/devel/gettext/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 1998/12/23 00:14:16 tron Exp $
+$NetBSD: patch-aa,v 1.4 1998/12/28 20:18:13 tron Exp $
--- configure.orig Fri May 1 07:48:25 1998
+++ configure Tue Dec 22 23:56:52 1998
diff --git a/devel/gettext/patches/patch-ab b/devel/gettext/patches/patch-ab
index fc56124d0e5..04132e10225 100644
--- a/devel/gettext/patches/patch-ab
+++ b/devel/gettext/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 1998/12/23 00:14:16 tron Exp $
+$NetBSD: patch-ab,v 1.4 1998/12/28 20:18:13 tron Exp $
--- misc/Makefile.in.orig Fri May 1 08:47:40 1998
+++ misc/Makefile.in Tue Dec 22 23:49:22 1998
diff --git a/devel/gettext/pkg/PLIST b/devel/gettext/pkg/PLIST
index 484b2b51634..ec319bcb3a0 100644
--- a/devel/gettext/pkg/PLIST
+++ b/devel/gettext/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/12/23 00:14:16 tron Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/12/28 20:18:54 tron Exp $
bin/gettext
bin/gettextize
bin/msgcmp
diff --git a/misc/Makefile b/misc/Makefile
index 0b5872ff05c..dadfba44672 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1998/12/05 15:53:43 frueauf Exp $
+# $NetBSD: Makefile,v 1.26 1998/12/28 20:21:28 tron Exp $
# FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp
SUBDIR += amanda
@@ -18,7 +18,6 @@
SUBDIR += fd
SUBDIR += fep
SUBDIR += figlet
- SUBDIR += gettext
SUBDIR += git
SUBDIR += ical
SUBDIR += jive
diff --git a/misc/gettext/Makefile b/misc/gettext/Makefile
deleted file mode 100644
index d020ac294ff..00000000000
--- a/misc/gettext/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.3 1998/12/23 00:14:16 tron Exp $
-# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
-#
-
-DISTNAME= gettext-0.10.35
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNU}
-
-MAINTAINER= tron@netbsd.org
-
-CONFLICTS= gettext-*
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-
-INFO_FILES= gettext.info
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gettext/files/md5 b/misc/gettext/files/md5
deleted file mode 100644
index 3e60f55f104..00000000000
--- a/misc/gettext/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.3 1998/12/23 00:14:16 tron Exp $
-
-MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
diff --git a/misc/gettext/patches/patch-aa b/misc/gettext/patches/patch-aa
deleted file mode 100644
index 273cfe9c7ce..00000000000
--- a/misc/gettext/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 1998/12/23 00:14:16 tron Exp $
-
---- configure.orig Fri May 1 07:48:25 1998
-+++ configure Tue Dec 22 23:56:52 1998
-@@ -1319,9 +1319,6 @@
- echo "$ac_t""no" 1>&6
- fi
-
--# Always use our own libtool.
--LIBTOOL='$(SHELL) $(top_builddir)/libtool'
--
- # Check for any special flags to pass to ltconfig.
- libtool_flags=
- test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
diff --git a/misc/gettext/patches/patch-ab b/misc/gettext/patches/patch-ab
deleted file mode 100644
index fc56124d0e5..00000000000
--- a/misc/gettext/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/12/23 00:14:16 tron Exp $
-
---- misc/Makefile.in.orig Fri May 1 08:47:40 1998
-+++ misc/Makefile.in Tue Dec 22 23:49:22 1998
-@@ -232,7 +232,7 @@
- install-exec: install-binSCRIPTS
- @$(NORMAL_INSTALL)
-
--install-data: install-lispLISP install-localeDATA
-+install-data: install-localeDATA
- @$(NORMAL_INSTALL)
-
- install: install-exec install-data all
diff --git a/misc/gettext/pkg/COMMENT b/misc/gettext/pkg/COMMENT
deleted file mode 100644
index d1e4d5364fa..00000000000
--- a/misc/gettext/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-tools for providing messages in different languages
diff --git a/misc/gettext/pkg/DESCR b/misc/gettext/pkg/DESCR
deleted file mode 100644
index 1b8854e9eed..00000000000
--- a/misc/gettext/pkg/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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.
diff --git a/misc/gettext/pkg/PLIST b/misc/gettext/pkg/PLIST
deleted file mode 100644
index 484b2b51634..00000000000
--- a/misc/gettext/pkg/PLIST
+++ /dev/null
@@ -1,63 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 1998/12/23 00:14:16 tron Exp $
-bin/gettext
-bin/gettextize
-bin/msgcmp
-bin/msgcomm
-bin/msgfmt
-bin/msgmerge
-bin/msgunfmt
-bin/xgettext
-include/libintl.h
-@unexec %D/bin/install-info --delete %D/info/gettext.info %D/info/dir
-info/gettext.info
-info/gettext.info-1
-info/gettext.info-2
-info/gettext.info-3
-info/gettext.info-4
-info/gettext.info-5
-@exec %D/bin/install-info %D/info/gettext.info %D/info/dir
-lib/libintl.a
-share/aclocal/gettext.m4
-share/aclocal/lcmessage.m4
-share/aclocal/progtest.m4
-share/gettext/ABOUT-NLS
-share/gettext/intl/ChangeLog
-share/gettext/intl/Makefile.in
-share/gettext/intl/VERSION
-share/gettext/intl/bindtextdom.c
-share/gettext/intl/cat-compat.c
-share/gettext/intl/dcgettext.c
-share/gettext/intl/dgettext.c
-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/hash-string.h
-share/gettext/intl/intl-compat.c
-share/gettext/intl/l10nflist.c
-share/gettext/intl/libgettext.h
-share/gettext/intl/linux-msg.sed
-share/gettext/intl/loadinfo.h
-share/gettext/intl/loadmsgcat.c
-share/gettext/intl/localealias.c
-share/gettext/intl/po2tbl.sed.in
-share/gettext/intl/textdomain.c
-share/gettext/intl/xopen-msg.sed
-share/gettext/po/Makefile.in.in
-share/locale/de/LC_MESSAGES/gettext.mo
-share/locale/fr/LC_MESSAGES/gettext.mo
-share/locale/sv/LC_MESSAGES/gettext.mo
-share/locale/no/LC_MESSAGES/gettext.mo
-share/locale/da/LC_MESSAGES/gettext.mo
-share/locale/es/LC_MESSAGES/gettext.mo
-share/locale/pt/LC_MESSAGES/gettext.mo
-share/locale/nl/LC_MESSAGES/gettext.mo
-share/locale/sl/LC_MESSAGES/gettext.mo
-share/locale/pl/LC_MESSAGES/gettext.mo
-share/locale/ko/LC_MESSAGES/gettext.mo
-share/locale/no@nynorsk/LC_MESSAGES/gettext.mo
-share/locale/locale.alias
-@dirrm share/gettext/po
-@dirrm share/gettext/intl
-@dirrm share/gettext