Bug 59444 - New port: print/tipa, a package that provides T3-encoded fonts for LaTeX2e
Summary: New port: print/tipa, a package that provides T3-encoded fonts for LaTeX2e
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 03:00 UTC by Andreas Braml
Modified: 2004-02-28 15:32 UTC (History)
0 users

See Also:


Attachments
file.shar (14.28 KB, text/plain)
2003-11-19 03:00 UTC, Andreas Braml
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Braml 2003-11-19 03:00:37 UTC
	A package that provides T3-encoded fonts to be used with LaTeX2e
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-01-08 02:10:40 UTC
State Changed
From-To: open->feedback

Can't find the distfiles on the mastersites: tipa-1.2.tar.gz 

Please submit a new mastersite or a new distfile.
Comment 2 Andreas Braml 2004-02-04 17:33:13 UTC
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@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
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-28 15:32:03 UTC
State Changed
From-To: feedback->closed

Committed, thanks!