Ticket #42753: patch-Portfile.diff
File patch-Portfile.diff, 2.1 KB (added by NicosPavlov, 11 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name kakasi 6 version 2.3.5 pre1-cvs201012176 version 2.3.5 7 7 categories textproc japanese 8 8 maintainers takanori openmaintainer 9 9 description Program that converts Kanji text to other scripts … … 14 14 platforms darwin 15 15 license GPL-2+ 16 16 homepage http://kakasi.namazu.org/ 17 master_sites http://svn.sourceforge.jp/svnroot/macports-jp/distfiles/kakasi/ 18 patchfiles patch-autogen.sh.diff \ 19 patch-tests_kakasi-1.diff \ 17 master_sites http://kakasi.namazu.org/stable/ 18 patchfiles patch-tests_kakasi-1.diff \ 20 19 patch-tests_kakasi-4.diff \ 21 20 patch-tests_kakasi-5.diff \ 22 21 patch-tests_kakasi-6.diff \ 23 22 patch-tests_kakasi-7.diff 24 checksums md5 a2e47c3028ac6afb5c94f0a2e4d06476 \25 sha1 6fbc953122b6b92e5738611a30fcef4bc12c3587 \26 rmd160 8e0dfc74e4987ef53bf50741bdd53bd322e9aaa827 23 24 checksums rmd160 771c1ee3d181dc86b8d5ac9b134780653a16c6ee \ 25 sha256 f332c008f03a8d017b09221a1ded9c0c7b61212b49a74d96f6eca3f93ba329eb 26 28 27 depends_lib port:libiconv 29 28 depends_build port:autoconf \ 30 29 port:automake \ … … 31 30 port:coreutils \ 32 31 port:libtool 33 32 34 worksrcdir ${name}35 36 pre-configure {37 system "cd ${worksrcpath} && ./autogen.sh"38 }39 40 33 configure.args-append --enable-maintainer-mode 41 34 42 35 use_parallel_build yes … … 53 46 post-destroot { 54 47 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc 55 48 56 foreach f {AUTHORS COPYING ChangeLog HACKING-jaINSTALL* NEWS ONEWS README* THANKS TODO} {49 foreach f {AUTHORS COPYING ChangeLog INSTALL* NEWS ONEWS README* THANKS TODO} { 57 50 eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name} 58 51 } 59 52 foreach f {ChangeLog.lib JISYO README.*} {