diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /textproc | |
parent | 3ab6376b17819778c4697ee2b5cd379257644eae (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/gutenbook/Makefile | 58 | ||||
-rw-r--r-- | textproc/gutenbook/distinfo | 1 | ||||
-rw-r--r-- | textproc/gutenbook/files/patch-PGB.pm | 13 | ||||
-rw-r--r-- | textproc/gutenbook/pkg-descr | 16 | ||||
-rw-r--r-- | textproc/gutenbook/pkg-message | 5 | ||||
-rw-r--r-- | textproc/gutenbook/pkg-plist | 11 | ||||
-rw-r--r-- | textproc/sgmltools/Makefile | 38 | ||||
-rw-r--r-- | textproc/sgmltools/distinfo | 2 | ||||
-rw-r--r-- | textproc/sgmltools/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/sgmltools/pkg-plist | 36 | ||||
-rw-r--r-- | textproc/spell/Makefile | 30 | ||||
-rw-r--r-- | textproc/spell/distinfo | 2 | ||||
-rw-r--r-- | textproc/spell/files/patch-spell.texi | 14 | ||||
-rw-r--r-- | textproc/spell/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/spell/pkg-plist | 5 |
16 files changed, 0 insertions, 248 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5b1d40789db1..7267d8cac048 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -134,7 +134,6 @@ SUBDIR += gtk-doc SUBDIR += gtkdiff SUBDIR += gtkspell2 - SUBDIR += gutenbook SUBDIR += gutenmark SUBDIR += gv-aspell SUBDIR += gxditview @@ -608,7 +607,6 @@ SUBDIR += sed_inplace SUBDIR += sgmlformat SUBDIR += sgmls - SUBDIR += sgmltools SUBDIR += sgmltools-lite SUBDIR += sgrep SUBDIR += sgrep2 @@ -622,7 +620,6 @@ SUBDIR += smartdoc-devel SUBDIR += source-highlight SUBDIR += sp - SUBDIR += spell SUBDIR += spellutils SUBDIR += srilm SUBDIR += stardict2 diff --git a/textproc/gutenbook/Makefile b/textproc/gutenbook/Makefile deleted file mode 100644 index 2ced43d6ccf8..000000000000 --- a/textproc/gutenbook/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: gutenbook -# Date created: 21 December 2000 -# Whom: Jeremy Shaffner <jeremy@external.org> -# -# $FreeBSD$ - -PORTNAME= gutenbook -PORTVERSION= 0.1.10 -PORTREVISION= 1 -CATEGORIES= textproc perl5 -MASTER_SITES= http://www.gutenbook.org/download/ - -MAINTAINER= jeremy@external.org -COMMENT= GTK+ based reader for Project Gutenberg Etexts - -RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - ${site_perl}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${site_perl}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${site_perl}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${site_perl}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ - ${site_perl}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${site_perl}/URI/URL.pm:${PORTSDIR}/net/p5-URI - -BROKEN= Checksum mismatch -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - -site_perl= ${SITE_PERL} - -USE_GNOME= gtk12 -NO_BUILD= yes - -MODULES= Etext.pm File.pm Index.pm Network.pm PropList.pm - -post-patch: - @${SED} "s#%%LOCALBASE%%#${LOCALBASE}#g" ${WRKSRC}/PGB.pm > ${WRKSRC}/tmp - @${MV} ${WRKSRC}/tmp ${WRKSRC}/PGB.pm - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gutenbook ${PREFIX}/bin/gutenbook - ${INSTALL_SCRIPT} ${WRKSRC}/PGB.pm ${site_perl}/PGB.pm - @${MKDIR} ${site_perl}/PGB -.for module in ${MODULES} - ${INSTALL_SCRIPT} ${WRKSRC}/PGB/${module} \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/PGB -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gutenbook - ${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/gutenbook - ${INSTALL_DATA} ${WRKSRC}/gutenbook.spec ${PREFIX}/share/doc/gutenbook -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${CAT} ${PKGMESSAGE} | ${SED} 's#/usr/local#${PREFIX}#g' -.endif - -.include <bsd.port.mk> diff --git a/textproc/gutenbook/distinfo b/textproc/gutenbook/distinfo deleted file mode 100644 index 9719d318c143..000000000000 --- a/textproc/gutenbook/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gutenbook-0.1.10.tar.gz) = 211e5a6936710218f9be9b09b3ef1e2f diff --git a/textproc/gutenbook/files/patch-PGB.pm b/textproc/gutenbook/files/patch-PGB.pm deleted file mode 100644 index e610e25961ae..000000000000 --- a/textproc/gutenbook/files/patch-PGB.pm +++ /dev/null @@ -1,13 +0,0 @@ ---- PGB.pm.orig Thu Dec 21 03:42:50 2000 -+++ PGB.pm Thu Dec 21 03:43:31 2000 -@@ -42,8 +42,8 @@ - # $http_url = "http://www.viemeister.com/pub/gutenberg/"; - # $http_url = "http://metalab.unc.edu/pub/docs/books/gutenberg/"; - # $http_url = "http://www.prairienet.org/gutenberg/"; --$zip = "/usr/bin/zip"; --$unzip = "/usr/bin/unzip"; -+$zip = "%%LOCALBASE%%/bin/zip"; -+$unzip = "%%LOCALBASE%%/bin/unzip"; - - $index_file = "index"; - $prefs_file = "preferences"; diff --git a/textproc/gutenbook/pkg-descr b/textproc/gutenbook/pkg-descr deleted file mode 100644 index fa06140e0323..000000000000 --- a/textproc/gutenbook/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Gutenbook is a graphical interface for browsing, downloading and reading -Project Gutenberg Etexts. - -It has the following features: - -Book-like pagination Etexts downloaded via HTTP as well as FTP -Index caching and local Etext storing -Browse-able, search-able, sort-able index -Reads plaintext or zip'd Etexts -User preferences interface -Object-oriented design combining Perl and GTK+ -100% home-grown Free Software protected by the GNU GPL - -Project Gutenberg: http://promo.net/pg/index.html - -WWW: http://www.gutenbook.org/ diff --git a/textproc/gutenbook/pkg-message b/textproc/gutenbook/pkg-message deleted file mode 100644 index f005169a5d31..000000000000 --- a/textproc/gutenbook/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ - -The manual for Gutenbook has been installed in: - - /usr/local/share/doc/gutenbook - diff --git a/textproc/gutenbook/pkg-plist b/textproc/gutenbook/pkg-plist deleted file mode 100644 index 51c8c0841ac5..000000000000 --- a/textproc/gutenbook/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/gutenbook -%%SITE_PERL%%/PGB.pm -%%SITE_PERL%%/PGB/Etext.pm -%%SITE_PERL%%/PGB/File.pm -%%SITE_PERL%%/PGB/Index.pm -%%SITE_PERL%%/PGB/Network.pm -%%SITE_PERL%%/PGB/PropList.pm -share/doc/gutenbook/MANUAL -share/doc/gutenbook/gutenbook.spec -@dirrm %%SITE_PERL%%/PGB -@dirrm share/doc/gutenbook diff --git a/textproc/sgmltools/Makefile b/textproc/sgmltools/Makefile deleted file mode 100644 index b20003fa83e6..000000000000 --- a/textproc/sgmltools/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: sgmltools -# Date created: 7 Apr 2000 -# Whom: Benno Rice <benno@netizen.com.au> -# -# $FreeBSD$ -# - -PORTNAME= sgmltools -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= ftp://ftp.us.sgmltools.org/pub/SGMLtools/v2.0/source/ \ - ftp://ftp.nllgg.nl/pub/SGMLtools/v2.0/source/ -DISTFILES= ${DISTNAME}.base.tar.bz2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generates various output formats from DocBook SGML documents - -BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \ - jade:${PORTSDIR}/textproc/jade \ - ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX -RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ - ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular - -BROKEN= Broken pkg-plist -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - -USE_BZIP2= yes -USE_PERL5= yes -MAN1= sgmltools.1 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml -USE_GMAKE= yes -MAKEFILE= GNUmakefile -ALL_TARGET= default - -.include <bsd.port.mk> diff --git a/textproc/sgmltools/distinfo b/textproc/sgmltools/distinfo deleted file mode 100644 index 8d46109574e3..000000000000 --- a/textproc/sgmltools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (sgmltools-2.0.2.base.tar.bz2) = a9a303e864064f25db45f2ae1ac9f074 -SIZE (sgmltools-2.0.2.base.tar.bz2) = 117253 diff --git a/textproc/sgmltools/pkg-descr b/textproc/sgmltools/pkg-descr deleted file mode 100644 index e00d4003b04f..000000000000 --- a/textproc/sgmltools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SGMLtools is a text-formatting package based on SGML (Standard Generalized -Markup Language), which allows you to produce TeX/DVI/PS/PDF, HTML, and RTF -from a single source; due to the flexible nature of SGML many other target -formats are possible. As the front-end is written in Python, it is relatively -easy to adapt to your needs. - -WWW: http://www.sgmltools.org/ diff --git a/textproc/sgmltools/pkg-plist b/textproc/sgmltools/pkg-plist deleted file mode 100644 index 7da118c877a1..000000000000 --- a/textproc/sgmltools/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/sgmltools -bin/buildcat -bin/sgmlwhich -etc/sgml/aliases -etc/sgml/sgml.conf -etc/sgml/catalog.d/75sgmltools-convert.cat -etc/sgml/catalog.d/75sgmltools.cat -share/sgml/stylesheets/sgmltools/ascii-lynx.dsl -share/sgml/stylesheets/sgmltools/html.dsl -share/sgml/stylesheets/sgmltools/ld2db.dsl -share/sgml/stylesheets/sgmltools/print.dsl -share/sgml/stylesheets/sgmltools/sgmltools.cat -share/sgml/dtd/sgmltools/catalog -share/sgml/dtd/sgmltools/common -share/sgml/dtd/sgmltools/deprec96 -share/sgml/dtd/sgmltools/isoent -share/sgml/dtd/sgmltools/linuxdoc96.dtd -share/sgml/dtd/sgmltools/linuxdoc97.dtd -share/sgml/misc/sgmltools/COPYING -share/sgml/misc/sgmltools/VERSION -share/sgml/misc/sgmltools/python/Backend.py -share/sgml/misc/sgmltools/python/SGMLtools.py -share/sgml/misc/sgmltools/python/utils.py -share/sgml/misc/sgmltools/python/backends/Dvi.py -share/sgml/misc/sgmltools/python/backends/Html.py -share/sgml/misc/sgmltools/python/backends/Ld2db.py -share/sgml/misc/sgmltools/python/backends/Lynx.py -share/sgml/misc/sgmltools/python/backends/Ps.py -share/sgml/misc/sgmltools/python/backends/Rtf.py -@dirrm etc/sgml/catalog.d -@dirrm share/sgml/stylesheets/sgmltools -@dirrm share/sgml/dtd/sgmltools -@dirrm share/sgml/misc/sgmltools/python/backends -@dirrm share/sgml/misc/sgmltools/python -@dirrm share/sgml/misc/sgmltools/site-backends -@dirrm share/sgml/misc/sgmltools diff --git a/textproc/spell/Makefile b/textproc/spell/Makefile deleted file mode 100644 index 296f57ffd3bc..000000000000 --- a/textproc/spell/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: spell-1.0 -# Date created: Wed Apr 24 10:17:36 EDT 2002 -# Whom: Brian Skrab <brian@quynh-and-brian.org> -# -# $FreeBSD$ -# - -PORTNAME= spell -PORTVERSION= 1.0 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} \ - http://cottage.quynh-and-brian.org/freebsd/ports/distfiles/ -MASTER_SITE_SUBDIR= spell - -MAINTAINER= brian@quynh-and-brian.org -COMMENT= A GNU implementation of the UNIX spell utility using Ispell - -IGNORE= overwrites file installed by dependency -EXPIRATION_DATE= 2005-02-18 -DEPRECATED= "${IGNORE}" - -RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -post-install: - install-info ${PREFIX}/info/spell.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/textproc/spell/distinfo b/textproc/spell/distinfo deleted file mode 100644 index 56a132be9a9a..000000000000 --- a/textproc/spell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (spell-1.0.tar.gz) = 57e17cf64ca458baad606a9022794b6d -SIZE (spell-1.0.tar.gz) = 44388 diff --git a/textproc/spell/files/patch-spell.texi b/textproc/spell/files/patch-spell.texi deleted file mode 100644 index d9aa3b2d230d..000000000000 --- a/textproc/spell/files/patch-spell.texi +++ /dev/null @@ -1,14 +0,0 @@ ---- spell.texi.orig Tue Apr 9 21:20:14 1996 -+++ spell.texi Wed Apr 24 08:47:57 2002 -@@ -9,6 +9,11 @@ - @set UPDATED April 6, 1996 - @c %**end of header - -+@dircategory GNU Packages -+@direntry -+* Spell: (spell). A GNU implementation of the UNIX spell utility using Ispell. -+@end direntry -+ - @ifinfo - This file documents GNU Spell, a clone of Unix @code{spell}. - diff --git a/textproc/spell/pkg-descr b/textproc/spell/pkg-descr deleted file mode 100644 index c1cae986bd14..000000000000 --- a/textproc/spell/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A GNU implementation of the UNIX spell utility using Ispell. - -Provides a flexible, non-interactive interface to the Ispell utility. - -WWW: http://www.gnu.org/ - -brian@quynh-and-brian.org diff --git a/textproc/spell/pkg-plist b/textproc/spell/pkg-plist deleted file mode 100644 index 6094b51121e9..000000000000 --- a/textproc/spell/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -bin/spell -@unexec install-info --delete %D/info/spell.info %D/info/dir -info/spell.info -@exec install-info %D/info/spell.info %D/info/dir |