New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82213


Ignore:
Timestamp:
08/10/11 08:11:09 (4 years ago)
Author:
takanori@…
Message:

eb:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/eb/Portfile

    r76502 r82213  
    44 
    55name            eb 
    6 version         4.4.3 
     6version         4.4.3-20110801 
    77categories      textproc japanese 
    88maintainers     nomaintainer 
    9 description     C library for accessing CD-ROM books of EB, EBG, EBXA and EPWING formats. 
     9description     C library for accessing CD-ROM books of EB, EBG, EBXA and EPWING formats, with UTF-8 support 
    1010long_description \ 
    1111                ${description} 
    1212platforms       darwin 
    13 homepage        http://www.sra.co.jp/people/m-kasahr/eb/ 
    14 master_sites    http://svn.sourceforge.jp/svnroot/macports-jp/distfiles/eb/:main \ 
    15                 ftp://ftp.sra.co.jp/pub/misc/eb/:main \ 
     13homepage        http://green.ribbon.to/~ikazuhiro/dic/ebu.html 
     14master_sites    http://green.ribbon.to/~ikazuhiro/dic/files/:main \ 
    1615                http://svn.sourceforge.jp/svnroot/macports-jp/distfiles/eb/appendix/:appendix \ 
    1716                ftp://ftp.sra.co.jp/pub/misc/eb/appendix/:appendix 
    18 use_bzip2       yes 
     17distname        ${name}u-${version} 
    1918distfiles       ${distname}${extract.suffix}:main \ 
    2019                cencro-1.0.tar.gz:appendix \ 
     
    4948                ruigigo-1.0.tar.gz:appendix \ 
    5049                superdic98-1.0.tar.gz:appendix  
    51 checksums       ${distname}${extract.suffix}    rmd160 e43dacb82ac346d052d41ea8e907de0a3289a7ec \ 
     50checksums       ${distname}${extract.suffix}    rmd160 1a72b90de0bdaa29fab560e840bee04b01efa0ba \ 
    5251                cencro-1.0.tar.gz               rmd160 b1b105d5c79e119efd1ae305c96913aa8c0781d1 \ 
    5352                chujiten-2.3.tar.gz             rmd160 000040a16b28b1254aab2dbbdf2a829836b8c230 \ 
     
    8281                superdic98-1.0.tar.gz           rmd160 7b597ee6a67974f7eb74dfe551dd8888ca696403 
    8382 
    84 depends_lib     path:bin/perl:perl5 \ 
    85                 port:gettext \ 
     83depends_lib     port:gettext \ 
    8684                port:libiconv \ 
    8785                port:zlib 
     86depends_build   port:perl5 
    8887 
    8988extract.only    ${distname}${extract.suffix} 
     
    9594 
    9695post-destroot { 
    97     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    98      foreach f {AUTHORS COPYING ChangeLog* INSTALL NEWS README} { 
    99         eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name} 
     96    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}u 
     97     foreach f {AUTHORS COPYING ChangeLog* INSTALL NEWS README README.org} { 
     98        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}u 
    10099    } 
    101     ln -s ../../${name}/doc ${destroot}${prefix}/share/doc/${name}/html 
     100    ln -s ../../${name}u/doc ${destroot}${prefix}/share/doc/${name}u/html 
    102101 
    103102    xinstall -d -m 755 ${destroot}${prefix}/share/dict/appendix 
     
    110109 
    111110post-activate { 
    112     system "ranlib ${prefix}/lib/libeb.a" 
     111    system "ranlib ${prefix}/lib/lib${name}u.a" 
    113112} 
    114113 
     
    116115 
    117116livecheck.type  regex 
    118 livecheck.regex ${name}-(\[0-9.\]+)\\.tar 
     117livecheck.regex ${name}u-(\[0-9.-\]+)\\.tar 
Note: See TracChangeset for help on using the changeset viewer.