diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-22 00:06:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-22 00:06:56 +0000 |
commit | 51b2cef52f1d43518433733f2e4330594b9ccdba (patch) | |
tree | db8da854411d116f104851ab4e19062ecbc7bbb4 /textproc | |
parent | 1ad8195df1ddc2ca2935c5204c71411b5f80c4d5 (diff) | |
download | ports-51b2cef52f1d43518433733f2e4330594b9ccdba.tar.gz ports-51b2cef52f1d43518433733f2e4330594b9ccdba.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 44 | ||||
-rw-r--r-- | textproc/textutils/distinfo | 1 | ||||
-rw-r--r-- | textproc/textutils/files/patch-ab | 17 | ||||
-rw-r--r-- | textproc/textutils/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/textutils/pkg-plist | 42 |
6 files changed, 0 insertions, 115 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a9174dc7b80e..3659ae87b69b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -503,7 +503,6 @@ SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html - SUBDIR += textutils SUBDIR += tkdiff SUBDIR += tnef2txt SUBDIR += tth diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile deleted file mode 100644 index 67bc412ed442..000000000000 --- a/textproc/textutils/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: textutils -# Date created: 14 May 1998 -# Whom: Adrian Wontroba <aw1@stade.co.uk> -# -# $FreeBSD$ -# - -PORTNAME= textutils -PORTVERSION= 2.0 -PORTREVISION= 2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= textutils - -MAINTAINER= aw1@stade.co.uk -COMMENT= GNU text utilities - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext - -CONFLICTS= coreutils-* - -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= gcomm.1 gcsplit.1 gcut.1 gexpand.1 gfmt.1 ghead.1 \ - gjoin.1 gmd5sum.1 gnl.1 gpaste.1 gpr.1 gsort.1 \ - gptx.1 gsum.1 gtac.1 gtail.1 gtr.1 guniq.1 \ - gtsort.1 gwc.1 gcat.1 gcksum.1 gfold.1 god.1 \ - gsplit.1 gunexpand.1 - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - -post-install: - install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/textproc/textutils/distinfo b/textproc/textutils/distinfo deleted file mode 100644 index 45db3852befb..000000000000 --- a/textproc/textutils/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (textutils-2.0.tar.gz) = 61e0eeb09be094069182632335f71b1b diff --git a/textproc/textutils/files/patch-ab b/textproc/textutils/files/patch-ab deleted file mode 100644 index 32f1ae34bf3e..000000000000 --- a/textproc/textutils/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- doc/Makefile.in.orig Fri Aug 6 21:56:34 1999 -+++ doc/Makefile.in Sat Aug 21 22:22:12 1999 -@@ -218,14 +218,6 @@ - else : ; fi; \ - done; \ - done -- @$(POST_INSTALL) -- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ -- list='$(INFO_DEPS)'; \ -- for file in $$list; do \ -- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ -- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ -- done; \ -- else : ; fi - - uninstall-info: - $(PRE_UNINSTALL) diff --git a/textproc/textutils/pkg-descr b/textproc/textutils/pkg-descr deleted file mode 100644 index b9d9eb16911b..000000000000 --- a/textproc/textutils/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GNU text utilities - -The Free Software Foundation's text processing utilities, for rearranging, -reformatting and generally mangling text. - -Many of the utilities exist in the FreeBSD base collection, but the GNU -versions have added functionality, which is sometimes useful. - -Note that the texinfo documentation refers to these utilities -without the "g" prefix (cat rather than gcat, etc.). diff --git a/textproc/textutils/pkg-plist b/textproc/textutils/pkg-plist deleted file mode 100644 index dc8a5d5ce82c..000000000000 --- a/textproc/textutils/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/gcat -bin/gcksum -bin/gcomm -bin/gcsplit -bin/gcut -bin/gexpand -bin/gfmt -bin/gfold -bin/ghead -bin/gjoin -bin/gmd5sum -bin/gnl -bin/god -bin/gpaste -bin/gpr -bin/gptx -bin/gsort -bin/gsplit -bin/gsum -bin/gtac -bin/gtail -bin/gtr -bin/gtsort -bin/gunexpand -bin/guniq -bin/gwc -@unexec install-info --delete %D/info/textutils.info %D/info/dir -info/textutils.info -@exec install-info %D/info/textutils.info %D/info/dir -share/locale/cs/LC_MESSAGES/textutils.mo -share/locale/de/LC_MESSAGES/textutils.mo -share/locale/el/LC_MESSAGES/textutils.mo -share/locale/es/LC_MESSAGES/textutils.mo -share/locale/fr/LC_MESSAGES/textutils.mo -share/locale/ko/LC_MESSAGES/textutils.mo -share/locale/nl/LC_MESSAGES/textutils.mo -share/locale/no/LC_MESSAGES/textutils.mo -share/locale/pl/LC_MESSAGES/textutils.mo -share/locale/ru/LC_MESSAGES/textutils.mo -share/locale/sk/LC_MESSAGES/textutils.mo -share/locale/sv/LC_MESSAGES/textutils.mo -share/locale/zh/LC_MESSAGES/textutils.mo |