summaryrefslogtreecommitdiff
path: root/devel/gettext-old
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext-old')
-rw-r--r--devel/gettext-old/Makefile32
-rw-r--r--devel/gettext-old/distinfo1
-rw-r--r--devel/gettext-old/files/patch-ad24
-rw-r--r--devel/gettext-old/files/patch-ae20
-rw-r--r--devel/gettext-old/files/patch-af10
-rw-r--r--devel/gettext-old/files/patch-ah11
-rw-r--r--devel/gettext-old/pkg-comment1
-rw-r--r--devel/gettext-old/pkg-descr5
-rw-r--r--devel/gettext-old/pkg-plist67
9 files changed, 0 insertions, 171 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile
deleted file mode 100644
index 9c539c2fbd0a..000000000000
--- a/devel/gettext-old/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gettext
-# Version required: 0.10.35
-# Date created: 16 March 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $Id: Makefile,v 1.8 1999/03/09 01:08:51 nectar Exp $
-#
-
-DISTNAME= gettext-0.10.35
-CATEGORIES= devel
-MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ \
- ftp://alpha.gnu.org/pub/gnu/
-
-MAINTAINER= nacai@iname.com
-
-GNU_CONFIGURE= yes
-
-PLIST_SUB= X11BASE=${X11BASE}
-
-pre-configure:
- ${RM} ${WRKSRC}/doc/gettext.info*
-
-post-install:
- @if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
- @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
- ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
- ${PREFIX}/share/gettext/po-mode.el
- ${MKDIR} ${X11BASE}/share/locale
-
-.include <bsd.port.mk>
diff --git a/devel/gettext-old/distinfo b/devel/gettext-old/distinfo
deleted file mode 100644
index c78c8247570c..000000000000
--- a/devel/gettext-old/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
diff --git a/devel/gettext-old/files/patch-ad b/devel/gettext-old/files/patch-ad
deleted file mode 100644
index 3a0c6f4c39f6..000000000000
--- a/devel/gettext-old/files/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
---- misc/Makefile.in.orig Fri May 1 14:47:40 1998
-+++ misc/Makefile.in Thu Dec 3 20:11:52 1998
-@@ -164,10 +164,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; \
- if test -f $${p}c; then \
- echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \
-- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \
- else : ; fi; \
- done
-
---- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998
-+++ doc/Makefile.in Thu Dec 3 20:12:51 1998
-@@ -79,7 +79,7 @@
- LIBOBJS = @LIBOBJS@
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- MKINSTALLDIRS = @MKINSTALLDIRS@
- MSGFMT = @MSGFMT@
- NM = @NM@
diff --git a/devel/gettext-old/files/patch-ae b/devel/gettext-old/files/patch-ae
deleted file mode 100644
index 73bde596d6c4..000000000000
--- a/devel/gettext-old/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Fri May 1 07:48:25 1998
-+++ configure Wed Feb 17 02:05:55 1999
-@@ -3958,7 +3958,7 @@
- fi
-
-
-- l=
-+ l=l
-
-
- test -d po || mkdir po
-@@ -4004,7 +4004,7 @@
- ;;
- esac
- fi
--EMACS="$ac_cv_path_EMACS"
-+EMACS=no
- if test -n "$EMACS"; then
- echo "$ac_t""$EMACS" 1>&6
- else
diff --git a/devel/gettext-old/files/patch-af b/devel/gettext-old/files/patch-af
deleted file mode 100644
index 7da1ef001b32..000000000000
--- a/devel/gettext-old/files/patch-af
+++ /dev/null
@@ -1,10 +0,0 @@
---- misc/locale.alias.orig Sat Oct 19 23:40:54 1996
-+++ misc/locale.alias Thu Dec 3 20:11:52 1998
-@@ -40,6 +40,7 @@
- icelandic is_IS.ISO-8859-1
- italian it_CH.ISO-8859-1
- japanese ja_JP.EUC
-+korean ko_KR.EUC
- norwegian no_NO.ISO-8859-1
- polish pl_PL.ISO-8859-2
- portuguese pt_PT.ISO-8859-1
diff --git a/devel/gettext-old/files/patch-ah b/devel/gettext-old/files/patch-ah
deleted file mode 100644
index a45dc903c3b9..000000000000
--- a/devel/gettext-old/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999
-+++ intl/Makefile.in Wed Feb 17 02:30:13 1999
-@@ -119,7 +119,7 @@
- $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
- fi; \
- $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
-- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
-+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
- else \
- : ; \
- fi
diff --git a/devel/gettext-old/pkg-comment b/devel/gettext-old/pkg-comment
deleted file mode 100644
index 9217b068c2ad..000000000000
--- a/devel/gettext-old/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNU gettext package.
diff --git a/devel/gettext-old/pkg-descr b/devel/gettext-old/pkg-descr
deleted file mode 100644
index 24fee26e0c26..000000000000
--- a/devel/gettext-old/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is the GNU gettext package. It is interesting for authors or
-maintainers of other packages or programs which they want to see
-internationalized. As one step the handling of messages in different
-languages should be implemented. For this task GNU gettext provides
-the needed tools and library functions.
diff --git a/devel/gettext-old/pkg-plist b/devel/gettext-old/pkg-plist
deleted file mode 100644
index 6d3c89b44981..000000000000
--- a/devel/gettext-old/pkg-plist
+++ /dev/null
@@ -1,67 +0,0 @@
-bin/gettext
-bin/gettextize
-bin/msgcmp
-bin/msgcomm
-bin/msgfmt
-bin/msgmerge
-bin/msgunfmt
-bin/xgettext
-@unexec install-info --delete %D/info/gettext.info %D/info/dir
-info/gettext.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
-@exec install-info %D/info/gettext.info %D/info/dir
-include/libintl.h
-lib/libintl.a
-lib/libintl.la
-lib/libintl.so
-lib/libintl.so.1
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-share/aclocal/gettext.m4
-share/aclocal/lcmessage.m4
-share/aclocal/progtest.m4
-share/gettext/ABOUT-NLS
-share/gettext/po-mode.el
-share/gettext/po/Makefile.in.in
-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/xopen-msg.sed
-share/gettext/intl/textdomain.c
-share/locale/da/LC_MESSAGES/gettext.mo
-share/locale/de/LC_MESSAGES/gettext.mo
-share/locale/es/LC_MESSAGES/gettext.mo
-share/locale/fr/LC_MESSAGES/gettext.mo
-share/locale/ko/LC_MESSAGES/gettext.mo
-share/locale/nl/LC_MESSAGES/gettext.mo
-share/locale/no/LC_MESSAGES/gettext.mo
-share/locale/no@nynorsk/LC_MESSAGES/gettext.mo
-share/locale/pl/LC_MESSAGES/gettext.mo
-share/locale/pt/LC_MESSAGES/gettext.mo
-share/locale/sl/LC_MESSAGES/gettext.mo
-share/locale/sv/LC_MESSAGES/gettext.mo
-share/locale/locale.alias
-@dirrm share/gettext/intl
-@dirrm share/gettext/po
-@dirrm share/gettext
-@unexec rm -r %D/share/locale
-@exec mkdir -p %%X11BASE%%/share/locale
-@unexec rm -r %%X11BASE%%/share/locale