[82213] trunk/dports/textproc/eb/Portfile

takanori at macports.org takanori at macports.org
Wed Aug 10 08:11:11 PDT 2011


Revision: 82213
          http://trac.macports.org/changeset/82213
Author:   takanori at macports.org
Date:     2011-08-10 08:11:09 -0700 (Wed, 10 Aug 2011)
Log Message:
-----------
eb:
 - Version bump to ebu-4.4.3-20110801.
 - Note that this version supports JIS X 4081 UTF-8 extension.
   (See. http://green.ribbon.to/~ikazuhiro/dic/jisx4081u.html )

Modified Paths:
--------------
    trunk/dports/textproc/eb/Portfile

Modified: trunk/dports/textproc/eb/Portfile
===================================================================
--- trunk/dports/textproc/eb/Portfile	2011-08-10 14:53:04 UTC (rev 82212)
+++ trunk/dports/textproc/eb/Portfile	2011-08-10 15:11:09 UTC (rev 82213)
@@ -3,19 +3,18 @@
 PortSystem      1.0
 
 name            eb
-version         4.4.3
+version         4.4.3-20110801
 categories      textproc japanese
 maintainers     nomaintainer
-description     C library for accessing CD-ROM books of EB, EBG, EBXA and EPWING formats.
+description     C library for accessing CD-ROM books of EB, EBG, EBXA and EPWING formats, with UTF-8 support
 long_description \
                 ${description}
 platforms       darwin
-homepage        http://www.sra.co.jp/people/m-kasahr/eb/
-master_sites    http://svn.sourceforge.jp/svnroot/macports-jp/distfiles/eb/:main \
-                ftp://ftp.sra.co.jp/pub/misc/eb/:main \
+homepage        http://green.ribbon.to/~ikazuhiro/dic/ebu.html
+master_sites    http://green.ribbon.to/~ikazuhiro/dic/files/:main \
                 http://svn.sourceforge.jp/svnroot/macports-jp/distfiles/eb/appendix/:appendix \
                 ftp://ftp.sra.co.jp/pub/misc/eb/appendix/:appendix
-use_bzip2       yes
+distname        ${name}u-${version}
 distfiles       ${distname}${extract.suffix}:main \
                 cencro-1.0.tar.gz:appendix \
                 chujiten-2.3.tar.gz:appendix \
@@ -48,7 +47,7 @@
                 readers2-2.0.tar.gz:appendix \
                 ruigigo-1.0.tar.gz:appendix \
                 superdic98-1.0.tar.gz:appendix 
-checksums       ${distname}${extract.suffix}    rmd160 e43dacb82ac346d052d41ea8e907de0a3289a7ec \
+checksums       ${distname}${extract.suffix}    rmd160 1a72b90de0bdaa29fab560e840bee04b01efa0ba \
                 cencro-1.0.tar.gz               rmd160 b1b105d5c79e119efd1ae305c96913aa8c0781d1 \
                 chujiten-2.3.tar.gz             rmd160 000040a16b28b1254aab2dbbdf2a829836b8c230 \
                 chujiten2-2.0.tar.gz            rmd160 d97b98e96b3aad69a46c0473ce48907cb9351019 \
@@ -81,10 +80,10 @@
                 ruigigo-1.0.tar.gz              rmd160 94252502c7dbec805e937cede60d0e9b7d46a3d0 \
                 superdic98-1.0.tar.gz           rmd160 7b597ee6a67974f7eb74dfe551dd8888ca696403
 
-depends_lib     path:bin/perl:perl5 \
-                port:gettext \
+depends_lib     port:gettext \
                 port:libiconv \
                 port:zlib
+depends_build   port:perl5
 
 extract.only    ${distname}${extract.suffix}
 
@@ -94,11 +93,11 @@
 #test.target     check
 
 post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-     foreach f {AUTHORS COPYING ChangeLog* INSTALL NEWS README} {
-        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}u
+     foreach f {AUTHORS COPYING ChangeLog* INSTALL NEWS README README.org} {
+        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}u
     }
-    ln -s ../../${name}/doc ${destroot}${prefix}/share/doc/${name}/html
+    ln -s ../../${name}u/doc ${destroot}${prefix}/share/doc/${name}u/html
 
     xinstall -d -m 755 ${destroot}${prefix}/share/dict/appendix
     foreach f ${distfiles} {
@@ -109,10 +108,10 @@
 }
 
 post-activate {
-    system "ranlib ${prefix}/lib/libeb.a"
+    system "ranlib ${prefix}/lib/lib${name}u.a"
 }
 
 universal_variant   no
 
 livecheck.type  regex
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar
+livecheck.regex ${name}u-(\[0-9.-\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110810/bc2d97db/attachment-0001.html>


More information about the macports-changes mailing list