[21016] trunk/dports/tex

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 22 07:19:05 PST 2006


Revision: 21016
          http://trac.macosforge.org/projects/macports/changeset/21016
Author:   takanori at macports.org
Date:     2006-12-22 07:18:41 -0800 (Fri, 22 Dec 2006)

Log Message:
-----------
New port: makejvf

Added Paths:
-----------
    trunk/dports/tex/makejvf/
    trunk/dports/tex/makejvf/Portfile
    trunk/dports/tex/makejvf/files/
    trunk/dports/tex/makejvf/files/makejvf.patch

Added: trunk/dports/tex/makejvf/Portfile
===================================================================
--- trunk/dports/tex/makejvf/Portfile	                        (rev 0)
+++ trunk/dports/tex/makejvf/Portfile	2006-12-22 15:18:41 UTC (rev 21016)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem	1.0
+name		makejvf
+version		1.1a
+description	Japanese Virtual Font file maker.
+long_description ${description}
+platforms	darwin
+categories	tex print japanese
+maintainers	takanori at macports.org
+homepage	http://www.ascii.co.jp/pb/ptex/base/sources.html
+master_sites	ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/jvf/ \
+		http://www.opendarwin.org/~takanori/mirror/${name}/
+checksums	md5 7fd15c90111732cce14c5dbb6228ecb3 \
+		sha1 0648f2b866978981a7752fdc66ea4f5c5907a40c \
+		rmd160 a3ea1675f50d14fb1f0b37a92f018a48c85fb7cc
+patchfiles	makejvf.patch
+patch.pre_args	-p1
+depends_lib	port:gettext
+
+configure	{
+	reinplace "s|__PREFIX__|${prefix}|"    ${worksrcpath}/Makefile
+	reinplace "s|__DESTDIR__|${destroot}|" ${worksrcpath}/Makefile
+}
+
+build.target	
+
+post-destroot	{
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} COPYRIGHT COPYRIGHT.jis Changes.txt README.txt \
+		${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/tex/makejvf/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

Added: trunk/dports/tex/makejvf/files/makejvf.patch
===================================================================
--- trunk/dports/tex/makejvf/files/makejvf.patch	                        (rev 0)
+++ trunk/dports/tex/makejvf/files/makejvf.patch	2006-12-22 15:18:41 UTC (rev 21016)
@@ -0,0 +1,199 @@
+diff -Naur makejvf-1.1a.orig/Makefile makejvf-1.1a/Makefile
+--- makejvf-1.1a.orig/Makefile	2006-12-21 00:18:25.000000000 +0900
++++ makejvf-1.1a/Makefile	2006-12-21 00:19:00.000000000 +0900
+@@ -2,11 +2,13 @@
+ CCLD =$(CC)
+ PROGRAM = makejvf
+ 


More information about the macports-changes mailing list