ports/59444: New port: print/tipa, a package that provides T3-encoded fonts for LaTeX2e
Andreas Braml
a.strich.b at web.de
Wed Feb 4 17:40:23 UTC 2004
The following reply was made to PR ports/59444; it has been noted by GNATS.
From: Andreas Braml <a.strich.b at web.de>
To: freebsd-gnats-submit at FreeBSD.org, a.strich.b at web.de
Cc:
Subject: Re: ports/59444: New port: print/tipa, a package that provides T3-encoded fonts for LaTeX2e
Date: Wed, 4 Feb 2004 18:33:13 +0100
I reworked the port, the fix (output of diff -ruN) follows:
diff -ruN /usr/ports/print/tipa.bak/Makefile /usr/ports/print/tipa/Makefile
--- /usr/ports/print/tipa.bak/Makefile Fri Nov 21 12:49:22 2003
+++ /usr/ports/print/tipa/Makefile Wed Feb 4 01:20:13 2004
@@ -8,8 +8,7 @@
PORTNAME= tipa
PORTVERSION= 1.2
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= fonts/tipa
+MASTER_SITES= http://www.braml.org/
MAINTAINER= a.strich.b at web.de
COMMENT= Package which provides T3-encoded fonts to be used with LaTeX2e
@@ -21,7 +20,10 @@
NO_BUILD= yes
post-install:
+.if !defined(NOPORTDOCS)
@(${MKDIR} ${PREFIX}/share/texmf/doc/latex/tipa)
@(cd ${WRKSRC}/doc; latex tipaman; bibtex tipaman; latex tipaman; latex
tipaman)
- @(cd ${WRKSRC}/doc; ${INSTALL_DATA} tipaman.dvi
${PREFIX}/share/texmf/doc/latex/tipa)
+ ${INSTALL_MAN} ${WRKSRC}/doc/tipaman.dvi
${PREFIX}/share/texmf/doc/latex/tipa
+.endif
+
.include <bsd.port.mk>
diff -ruN /usr/ports/print/tipa.bak/distinfo /usr/ports/print/tipa/distinfo
--- /usr/ports/print/tipa.bak/distinfo Fri Nov 21 12:49:22 2003
+++ /usr/ports/print/tipa/distinfo Wed Feb 4 01:09:32 2004
@@ -1,2 +1 @@
-MD5 (tipa-1.2.tar.gz) = 0dc52005a7f2ce20fe920e598f0b4be1
-MD5 (patch-tipa-Makefile.bz2) = 7518db407d82805d6b196de9c258c9cd
+MD5 (tipa-1.2.tar.gz) = 718a1a8fdbadf863e37e6e7fad294af0
diff -ruN /usr/ports/print/tipa.bak/pkg-plist /usr/ports/print/tipa/pkg-plist
--- /usr/ports/print/tipa.bak/pkg-plist Fri Nov 21 12:49:22 2003
+++ /usr/ports/print/tipa/pkg-plist Wed Feb 4 01:20:54 2004
@@ -1,4 +1,4 @@
-share/texmf/doc/latex/tipa/tipaman.dvi
+%%PORTDOCS%%share/texmf/doc/latex/tipa/tipaman.dvi
share/texmf/dvips/config/tipa.map
share/texmf/fonts/source/fkr/tipa/gentfm.sh
share/texmf/fonts/source/fkr/tipa/gentipa.sh
More information about the freebsd-ports-bugs
mailing list