aboutsummaryrefslogtreecommitdiff
path: root/print/html2ps-letter
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-04-28 15:11:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-04-28 15:11:37 +0000
commit9846ed10cd5fbf2d2604b1d9c7fee37715ea32fb (patch)
treef2b4c1e8b07f3f129c614159947c8756fa9a78d3 /print/html2ps-letter
parentd60158d1137f26edf86c0177bfb1334e8e056619 (diff)
Notes
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r--print/html2ps-letter/Makefile57
-rw-r--r--print/html2ps-letter/distinfo2
-rw-r--r--print/html2ps-letter/files/html2psrc.in23
-rw-r--r--print/html2ps-letter/pkg-descr19
4 files changed, 0 insertions, 101 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile
deleted file mode 100644
index 83c96d758641..000000000000
--- a/print/html2ps-letter/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: html2ps-letter
-# Date created: Sat Nov 22 12:54:50 CET 1997
-# Whom: andreas
-#
-# $FreeBSD$
-#
-
-PORTNAME= html2ps
-DISTVERSION= 1.0b7
-PORTEPOCH= 1
-CATEGORIES= print www perl5
-MASTER_SITES= http://user.it.uu.se/~jan/ \
- http://fossies.org/unix/www/
-PKGNAMESUFFIX= -${PAPERSIZE}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= HTML to PostScript converter
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- weblint:${PORTSDIR}/www/weblint
-
-NO_BUILD= yes
-USE_PERL5= yes
-USE_GHOSTSCRIPT_RUN= yes
-
-SUB_FILES= html2psrc
-SUB_LIST= PAPERSIZE="${PAPERSIZE}"
-
-MAN1= html2ps.1
-MAN5= html2psrc.5
-PLIST_FILES= bin/html2ps \
- %%DATADIR%%/html2ps.html \
- %%DATADIR%%/html2psrc \
- %%DATADIR%%/hyphen.tex
-PLIST_DIRS= %%DATADIR%%
-
-PAPERSIZE?= letter
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|exec perl|exec ${PERL}| ; \
- s|/it/sw/share/www/lib/html2ps|${DATADIR}|' ${WRKSRC}/html2ps
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/html2ps ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/html2ps.1 ${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/html2psrc.5 ${MAN5PREFIX}/man/man5
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/html2psrc ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/html2ps.html ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/hyphen.tex ${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/print/html2ps-letter/distinfo b/print/html2ps-letter/distinfo
deleted file mode 100644
index 74e21c9b5e70..000000000000
--- a/print/html2ps-letter/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (html2ps-1.0b7.tar.gz) = d553980468a14bae738982c384c17f426ecf77dafd9a4e2499d520953f156f14
-SIZE (html2ps-1.0b7.tar.gz) = 128451
diff --git a/print/html2ps-letter/files/html2psrc.in b/print/html2ps-letter/files/html2psrc.in
deleted file mode 100644
index 59f0b411c97b..000000000000
--- a/print/html2ps-letter/files/html2psrc.in
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Global configuration file for html2ps */
-
-@html2ps {
- package {
- ImageMagick: 1;
- PerlMagick: 1;
- djpeg: 1;
- TeX: 1;
- dvips: 1;
- Ghostscript: 1;
- check: weblint;
- libwww-perl: 1;
- path: "%%LOCALBASE%%/bin";
- }
- paper {
- type: %%PAPERSIZE%%;
- }
- hyphenation {
- en {
- file: "%%DATADIR%%/hyphen.tex";
- }
- }
-}
diff --git a/print/html2ps-letter/pkg-descr b/print/html2ps-letter/pkg-descr
deleted file mode 100644
index 41c694f3e9ce..000000000000
--- a/print/html2ps-letter/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-- Much from HTML 4.0 - that is relevant for printing - is supported
- (incidentally, the PostScript and PDF versions of the HTML 4.0 draft,
- were generated using html2ps). For example, all character entities
- (except &zwnj;, &zwj;, &lrm;, and &rlm;) are supported.
-- Many possibilities to control the appearance. Starting with this version,
- this is mostly done using configuration files.
-- Support for processing multiple documents, also automatically by
- recursively following links.
-- A table of contents can be generated, either from the links in a document,
- or automatically from document headings.
-- Configurable page headers/footers, that for example can contain
- document title, URL, page number, current heading, and date.
-- When converting the PostScript document to PDF - using some other
- program such as version 5.0 or later of Aladdin Ghostscript, or
- Adobe Acrobat Distiller - the original hyperlinks in the HTML
- documents will be retained in the PDF document.
-- Automatic hyphenation and text justification can be selected.
-
-WWW: http://www.tdb.uu.se/~jan/html2ps.html