Changeset 82213
- Timestamp:
- 08/10/11 08:11:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/textproc/eb/Portfile (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/eb/Portfile
r76502 r82213 4 4 5 5 name eb 6 version 4.4.3 6 version 4.4.3-20110801 7 7 categories textproc japanese 8 8 maintainers nomaintainer 9 description C library for accessing CD-ROM books of EB, EBG, EBXA and EPWING formats .9 description C library for accessing CD-ROM books of EB, EBG, EBXA and EPWING formats, with UTF-8 support 10 10 long_description \ 11 11 ${description} 12 12 platforms 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 \ 13 homepage http://green.ribbon.to/~ikazuhiro/dic/ebu.html 14 master_sites http://green.ribbon.to/~ikazuhiro/dic/files/:main \ 16 15 http://svn.sourceforge.jp/svnroot/macports-jp/distfiles/eb/appendix/:appendix \ 17 16 ftp://ftp.sra.co.jp/pub/misc/eb/appendix/:appendix 18 use_bzip2 yes 17 distname ${name}u-${version} 19 18 distfiles ${distname}${extract.suffix}:main \ 20 19 cencro-1.0.tar.gz:appendix \ … … 49 48 ruigigo-1.0.tar.gz:appendix \ 50 49 superdic98-1.0.tar.gz:appendix 51 checksums ${distname}${extract.suffix} rmd160 e43dacb82ac346d052d41ea8e907de0a3289a7ec\50 checksums ${distname}${extract.suffix} rmd160 1a72b90de0bdaa29fab560e840bee04b01efa0ba \ 52 51 cencro-1.0.tar.gz rmd160 b1b105d5c79e119efd1ae305c96913aa8c0781d1 \ 53 52 chujiten-2.3.tar.gz rmd160 000040a16b28b1254aab2dbbdf2a829836b8c230 \ … … 82 81 superdic98-1.0.tar.gz rmd160 7b597ee6a67974f7eb74dfe551dd8888ca696403 83 82 84 depends_lib path:bin/perl:perl5 \ 85 port:gettext \ 83 depends_lib port:gettext \ 86 84 port:libiconv \ 87 85 port:zlib 86 depends_build port:perl5 88 87 89 88 extract.only ${distname}${extract.suffix} … … 95 94 96 95 post-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 100 99 } 101 ln -s ../../${name} /doc ${destroot}${prefix}/share/doc/${name}/html100 ln -s ../../${name}u/doc ${destroot}${prefix}/share/doc/${name}u/html 102 101 103 102 xinstall -d -m 755 ${destroot}${prefix}/share/dict/appendix … … 110 109 111 110 post-activate { 112 system "ranlib ${prefix}/lib/lib eb.a"111 system "ranlib ${prefix}/lib/lib${name}u.a" 113 112 } 114 113 … … 116 115 117 116 livecheck.type regex 118 livecheck.regex ${name} -(\[0-9.\]+)\\.tar117 livecheck.regex ${name}u-(\[0-9.-\]+)\\.tar
Note: See TracChangeset
for help on using the changeset viewer.

