Move "gettext" package from "misc" to "devel" category.
This commit is contained in:
parent
b88c1c1267
commit
c4dfccdcd7
14 changed files with 8 additions and 124 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
|
@ -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"
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
tools for providing messages in different languages
|
|
@ -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.
|
|
@ -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
|
Loading…
Reference in a new issue