[22817] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 15 04:34:17 PDT 2007


Revision: 22817
          http://trac.macosforge.org/projects/macports/changeset/22817
Author:   takanori at macports.org
Date:     2007-03-15 04:34:16 -0700 (Thu, 15 Mar 2007)

Log Message:
-----------
New port: freefont-ttf
Ticket:		#11521
Submitted by:	takeshi at mac.com
Reviewed by:	takanori@

("fonts.dir" and "fonts.scale" are obtained from FreeBSD.)

Added Paths:
-----------
    trunk/dports/x11/freefont-ttf/
    trunk/dports/x11/freefont-ttf/Portfile
    trunk/dports/x11/freefont-ttf/files/
    trunk/dports/x11/freefont-ttf/files/fonts.dir.bz2
    trunk/dports/x11/freefont-ttf/files/fonts.scale.bz2

Added: trunk/dports/x11/freefont-ttf/Portfile
===================================================================
--- trunk/dports/x11/freefont-ttf/Portfile	                        (rev 0)
+++ trunk/dports/x11/freefont-ttf/Portfile	2007-03-15 11:34:16 UTC (rev 22817)
@@ -0,0 +1,30 @@
+PortSystem 1.0
+name            freefont-ttf
+version         20060126
+categories      x11 fonts
+maintainers     takeshi at mac.com
+description     Free UCS Outline Fonts
+long_description \
+                a set of free outline fonts covering \
+                the ISO 10646/Unicode UCS (Universal Character Set).
+platforms       darwin
+homepage        http://www.nongnu.org/freefont/
+master_sites    http://download.savannah.gnu.org/releases/freefont/ \
+                http://ftp.riken.go.jp/pub/FreeBSD/distfiles/
+checksums       sha1 f3b53235bc1bebd228a8942068bd049693d71363
+worksrcdir      freefont-${version}
+
+post-extract {
+    foreach f {fonts.dir fonts.scale} {
+        system "bzip2 -dc ${filespath}/${f}.bz2 > ${worksrcpath}/${f}"
+    }
+}
+configure   {}
+build       {}
+destroot {
+    set fontdir ${destroot}${prefix}/share/fonts/${name}
+    xinstall -d -m 755 ${fontdir}
+    foreach f {*.ttf fonts.*} {
+        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${fontdir}
+    }
+}


Property changes on: trunk/dports/x11/freefont-ttf/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/x11/freefont-ttf/files/fonts.dir.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/dports/x11/freefont-ttf/files/fonts.dir.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/dports/x11/freefont-ttf/files/fonts.scale.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/dports/x11/freefont-ttf/files/fonts.scale.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070315/817c9b34/attachment.html


More information about the macports-changes mailing list