aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext-devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext-devel')
-rw-r--r--devel/gettext-devel/Makefile31
-rw-r--r--devel/gettext-devel/distinfo1
-rw-r--r--devel/gettext-devel/files/patch-ad24
-rw-r--r--devel/gettext-devel/files/patch-ae58
-rw-r--r--devel/gettext-devel/files/patch-af10
-rw-r--r--devel/gettext-devel/files/patch-ah11
-rw-r--r--devel/gettext-devel/files/patch-ai12
-rw-r--r--devel/gettext-devel/files/patch-ak11
-rw-r--r--devel/gettext-devel/pkg-comment1
-rw-r--r--devel/gettext-devel/pkg-descr5
-rw-r--r--devel/gettext-devel/pkg-plist71
11 files changed, 0 insertions, 235 deletions
diff --git a/devel/gettext-devel/Makefile b/devel/gettext-devel/Makefile
deleted file mode 100644
index 7f88642da915..000000000000
--- a/devel/gettext-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: gettext
-# Date created: 16 March 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gettext
-PORTVERSION= 0.10.35
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gettext
-
-MAINTAINER= reg@FreeBSD.org
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-
-PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-
-pre-configure:
- ${RM} ${WRKSRC}/doc/gettext.info*
-
-post-install:
- @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
- ${MKDIR} ${PREFIX}/share/emacs/site-lisp
- ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
- ${PREFIX}/share/emacs/site-lisp/po-mode.el
- ${MKDIR} ${X11BASE}/share/locale
-
-.include <bsd.port.mk>
diff --git a/devel/gettext-devel/distinfo b/devel/gettext-devel/distinfo
deleted file mode 100644
index c78c8247570c..000000000000
--- a/devel/gettext-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
diff --git a/devel/gettext-devel/files/patch-ad b/devel/gettext-devel/files/patch-ad
deleted file mode 100644
index 3a0c6f4c39f6..000000000000
--- a/devel/gettext-devel/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-devel/files/patch-ae b/devel/gettext-devel/files/patch-ae
deleted file mode 100644
index bbb9fce0b072..000000000000
--- a/devel/gettext-devel/files/patch-ae
+++ /dev/null
@@ -1,58 +0,0 @@
---- configure.orig Fri May 1 07:48:25 1998
-+++ configure Wed Feb 17 02:05:55 1999
-@@ -837,13 +837,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:850: checking for working autoconf" >&5
-@@ -863,13 +863,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:876: checking for working autoheader" >&5
-@@ -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-devel/files/patch-af b/devel/gettext-devel/files/patch-af
deleted file mode 100644
index 7da1ef001b32..000000000000
--- a/devel/gettext-devel/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-devel/files/patch-ah b/devel/gettext-devel/files/patch-ah
deleted file mode 100644
index a45dc903c3b9..000000000000
--- a/devel/gettext-devel/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-devel/files/patch-ai b/devel/gettext-devel/files/patch-ai
deleted file mode 100644
index 6a780fdd2d68..000000000000
--- a/devel/gettext-devel/files/patch-ai
+++ /dev/null
@@ -1,12 +0,0 @@
---- m4/gettext.m4.orig Fri Dec 24 20:23:44 1999
-+++ m4/gettext.m4 Fri Dec 24 20:25:52 1999
-@@ -73,6 +73,9 @@
- INSTOBJEXT=.mo
- fi
- fi
-+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
-+ INTLLIBS='-lintl'
-+ fi
- ])
-
- if test "$CATOBJEXT" = "NONE"; then
diff --git a/devel/gettext-devel/files/patch-ak b/devel/gettext-devel/files/patch-ak
deleted file mode 100644
index 3cc93a5361fd..000000000000
--- a/devel/gettext-devel/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
-+++ misc/po-mode.el Sun Jan 23 22:35:39 2000
-@@ -330,7 +330,7 @@
- :type 'face
- :group 'po)
-
--(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
-+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
- "*The filter to use for preparing a mail invoice of the PO file.
- Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
- or remove the -m if you are not using the GNU version of `uuencode'."
diff --git a/devel/gettext-devel/pkg-comment b/devel/gettext-devel/pkg-comment
deleted file mode 100644
index 03f01568ee37..000000000000
--- a/devel/gettext-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNU gettext package
diff --git a/devel/gettext-devel/pkg-descr b/devel/gettext-devel/pkg-descr
deleted file mode 100644
index 24fee26e0c26..000000000000
--- a/devel/gettext-devel/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-devel/pkg-plist b/devel/gettext-devel/pkg-plist
deleted file mode 100644
index 9e23936a2dbd..000000000000
--- a/devel/gettext-devel/pkg-plist
+++ /dev/null
@@ -1,71 +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 install-info %D/info/gettext.info %D/info/dir
-include/libintl.h
-lib/libintl.a
-lib/libintl.so
-lib/libintl.so.1
-share/aclocal/gettext.m4
-share/aclocal/lcmessage.m4
-share/aclocal/progtest.m4
-share/gettext/ABOUT-NLS
-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
-share/emacs/site-lisp/po-mode.el
-@dirrm share/gettext/intl
-@dirrm share/gettext/po
-@dirrm share/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
-@exec mkdir -p %%LOCALBASE%%/share/locale
-@unexec rmdir %%LOCALBASE%%/share/locale/*/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %%LOCALBASE%%/share/locale/* 2>/dev/null || true
-@unexec rmdir %%LOCALBASE%%/share/locale 2>/dev/null || true
-@exec mkdir -p %%X11BASE%%/share/locale
-@unexec rmdir %%X11BASE%%/share/locale/*/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %%X11BASE%%/share/locale/* 2>/dev/null || true
-@unexec rmdir %%X11BASE%%/share/locale 2>/dev/null || true