aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex-pict2e
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-05 00:30:40 +0800
committerkrion <krion@FreeBSD.org>2004-03-05 00:30:40 +0800
commit991151bad1928bbcda0c4fee54f9a9966c55811d (patch)
treee378eb50d663f787f717920637499b058007ec51 /print/latex-pict2e
parent2b4fedac99a1d8d6cbdeca5597a20ff4adbc56ee (diff)
downloadfreebsd-ports-gnome-991151bad1928bbcda0c4fee54f9a9966c55811d.tar.gz
freebsd-ports-gnome-991151bad1928bbcda0c4fee54f9a9966c55811d.tar.zst
freebsd-ports-gnome-991151bad1928bbcda0c4fee54f9a9966c55811d.zip
Add latex-pict2e 0.2.20040219,
The pict2e package extends the existing LaTeX picture environment, using the familiar technique (cf. the graphics and color packages) of driver files. PR: ports/63760 Submitted by: hrs@FreeBSD.org
Diffstat (limited to 'print/latex-pict2e')
-rw-r--r--print/latex-pict2e/Makefile62
-rw-r--r--print/latex-pict2e/distinfo10
-rw-r--r--print/latex-pict2e/pkg-descr5
-rw-r--r--print/latex-pict2e/pkg-plist20
4 files changed, 97 insertions, 0 deletions
diff --git a/print/latex-pict2e/Makefile b/print/latex-pict2e/Makefile
new file mode 100644
index 000000000000..65464072d239
--- /dev/null
+++ b/print/latex-pict2e/Makefile
@@ -0,0 +1,62 @@
+# New ports collection makefile for: latex-pict2e
+# Date created: 24 Jan 2004
+# Whom: hrs@FreeBSD.org
+#
+# $FreeBSD$
+
+PORTNAME= latex-pict2e
+PORTVERSION= 0.2.20040219
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \
+ ${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR= macros/latex/contrib/pict2e
+DISTFILES= README.pict2e p2e-drivers.dtx pict2e.dtx pict2e.ins pict2e.pdf
+DIST_SUBDIR= ${PORTNAME}
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= A LaTeX package that extends the LaTeX picture environment
+
+BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \
+ tex:${PORTSDIR}/print/teTeX \
+ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
+ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+
+PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR}
+
+TEXMFLOCAL= share/texmf-local
+TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
+MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
+TEX_BIN= ${LOCALBASE}/bin/tex
+YES_CMD= /usr/bin/yes
+CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
+WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//}
+
+CLASS_FILES= p2e-drivers.dtx p2e-dvipdfm.def p2e-dvips.def \
+ p2e-pctex32.def p2e-pctexps.def p2e-pdftex.def \
+ p2e-textures.def p2e-vtex.def \
+ pict2e-example.cfg pict2e.dtx pict2e.ins pict2e.sty \
+ pict2e.cfg
+
+DOC_FILES= README.pict2e pict2e.pdf
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+ cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC}
+
+do-build:
+ cd ${WRKSRC} && ${YES_CMD} | ${TEX_BIN} pict2e.ins
+ ${CP} ${WRKSRC}/pict2e-example.cfg ${WRKSRC}/pict2e.cfg
+
+do-install:
+ ${MKDIR} ${PREFIX}/${CLASSDIR}
+ ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR}
+.endif
+
+post-install:
+ @${MKTEXLSR}
+
+.include <bsd.port.mk>
diff --git a/print/latex-pict2e/distinfo b/print/latex-pict2e/distinfo
new file mode 100644
index 000000000000..2f5968b0035c
--- /dev/null
+++ b/print/latex-pict2e/distinfo
@@ -0,0 +1,10 @@
+MD5 (latex-pict2e/README.pict2e) = 783843146c9da758b93aa01345b04d52
+SIZE (latex-pict2e/README.pict2e) = 1650
+MD5 (latex-pict2e/p2e-drivers.dtx) = 66d8967251eb0911fde333d893ec0588
+SIZE (latex-pict2e/p2e-drivers.dtx) = 13013
+MD5 (latex-pict2e/pict2e.dtx) = 580a629ed7686e60497fbe70afee8441
+SIZE (latex-pict2e/pict2e.dtx) = 88038
+MD5 (latex-pict2e/pict2e.ins) = 3aca5abbdc76d392e0acb21e8f8202e9
+SIZE (latex-pict2e/pict2e.ins) = 1163
+MD5 (latex-pict2e/pict2e.pdf) = 7e28cb46085748b39ac10ab087a99c02
+SIZE (latex-pict2e/pict2e.pdf) = 651901
diff --git a/print/latex-pict2e/pkg-descr b/print/latex-pict2e/pkg-descr
new file mode 100644
index 000000000000..8508443f6d77
--- /dev/null
+++ b/print/latex-pict2e/pkg-descr
@@ -0,0 +1,5 @@
+The pict2e package extends the existing LaTeX picture environment, using
+the familiar technique (cf. the graphics and color packages) of driver
+files. The package documentation (pict2e.dtx) has a fair number of
+examples of use, showing where things are improved by comparison with
+the LaTeX picture environment.
diff --git a/print/latex-pict2e/pkg-plist b/print/latex-pict2e/pkg-plist
new file mode 100644
index 000000000000..7ef911c45777
--- /dev/null
+++ b/print/latex-pict2e/pkg-plist
@@ -0,0 +1,20 @@
+@comment $FreeBSD$
+%%PORTDOCS%%%%DOCSDIR%%/README.pict2e
+%%PORTDOCS%%%%DOCSDIR%%/pict2e.pdf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%CLASSDIR%%/p2e-drivers.dtx
+%%CLASSDIR%%/p2e-dvipdfm.def
+%%CLASSDIR%%/p2e-dvips.def
+%%CLASSDIR%%/p2e-pctex32.def
+%%CLASSDIR%%/p2e-pctexps.def
+%%CLASSDIR%%/p2e-pdftex.def
+%%CLASSDIR%%/p2e-textures.def
+%%CLASSDIR%%/p2e-vtex.def
+%%CLASSDIR%%/pict2e-example.cfg
+%%CLASSDIR%%/pict2e.dtx
+%%CLASSDIR%%/pict2e.ins
+%%CLASSDIR%%/pict2e.sty
+%%CLASSDIR%%/pict2e.cfg
+@dirrm %%CLASSDIR%%
+@exec %%MKTEXLSR%%
+@unexec %%MKTEXLSR%%
tions'>+1 * - Add official fix for kget vulnerabilityfluffy2010-05-131-0/+212 * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-114-41/+148 * Switch to use newer GMP version.ale2010-04-191-2/+2 * - update to 1.4.1dinoex2010-03-281-0/+1 * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3 * - update to jpeg-8dinoex2010-02-051-0/+1 * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+5 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-021-3/+3 * Mk/bsd.kde4.mk:makc2009-08-101-3/+0 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-46/+103 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Fix cross-buildmiwi2009-07-291-4/+4 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-4/+3 * Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2 * Update KDE ports to 4.2.3makc2009-05-103-607/+616 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-4/+4 * bump PORTREVISION after cmake updatemakc2009-03-251-0/+1 * Update KDE to 4.2.1.makc2009-03-097-151/+3 * - Add patches from upstream to bring Yahoo support back \o/miwi2009-02-115-0/+119 * Add missing patch to fix build (noticed by beech)makc2009-02-091-0/+29 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-093-202/+202 * kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-142-5/+5 * Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-0/+1 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-033-5/+3 * - Fix library dependencmiwi2008-08-171-2/+3 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-105-476/+981 * Add missing dependency on libXtstarved2008-08-011-0/+2 * Update to KDE 3.5.8lofi2007-10-301-3/+3 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-042-4/+3 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-143-31/+4 * Security: Fix CVE-2006-6811lofi2007-01-102-0/+27 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-203-17/+9 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-4/+3 * Update to KDE 3.5.3lofi2006-06-064-1027/+15 * Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0 * Prevent kopete's connection status plugin to cause connection flip-floppinglofi2006-04-012-0/+12 * Update to KDE 3.5.2lofi2006-03-313-5/+8 * Conversion to a single libtool environment.ade2006-02-232-1/+72 * Update to KDE 3.5.1.lofi2006-02-013-35/+3 * Update to KDE 3.5.0lofi2006-01-095-71/+161 * Move IDN related ports from devel to dns category:pav2005-11-131-1/+1 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-0511-95/+3 * Fix bogus ui files in preparation for Qt 3.3.5lofi2005-10-049-0/+93 * Add shared directory for zeroconf profiles to kdehierlofi2005-09-201-1/+0 * Remove patches which have been applied upstream.lofi2005-08-011-11/+0 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-013-4/+3 * Fix KDE Bug 102880lofi2005-07-012-0/+12 * Update to KDE 3.4.1lofi2005-06-2611-1014/+6 * Fix Kopete's MSN support to work with MSN's most recent protocol changes.lofi2005-05-238-1/+1000 * Make kdrc work with the rdesktop version in ports.lofi2005-04-222-0/+13 * Update to KDE 3.4lofi2005-03-213-492/+142 * Update to KDE 3.3.2lofi2004-12-143-18/+2 * Add runtime dependency on qca-tls, required by kopete's jabber plugin.lofi2004-11-261-0/+2 * Update to KDE 3.3.1lofi2004-11-082-3/+4 * Factor out the lanbrowsing part of kdenetwork3 into its own port.lofi2004-09-044-80/+8 * Update to KDE 3.3lofi2004-08-318-150/+825 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-115-250/+228 * Whoops, committed the same patch twice under different names. Call melofi2004-06-261-19/+11 * Fix Yahoo! messenger protocol support in kopete.lofi2004-06-263-0/+39 * Update to version 3.2.3lofi2004-06-104-2/+99 * Remove empty files.lofi2004-05-241-0/+0 * Update to KDE 3.2.2lofi2004-04-202-3/+5 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-103-4/+7 * Remove pkg-plist.lofi2004-02-061-1218/+0 * Update to KDE 3.2.0lofi2004-02-058-361/+743 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-04