Revision: 39576 http://trac.macosforge.org/projects/macports/changeset/39576 Author: pguyot@kallisys.net Date: 2008-08-25 12:06:44 -0700 (Mon, 25 Aug 2008) Log Message: ----------- New port: textproc/aspell-dict-pl Modified Paths: -------------- trunk/dports/textproc/aspell-dict-pl/Portfile Added Paths: ----------- trunk/dports/textproc/aspell-dict-pl/ Copied: trunk/dports/textproc/aspell-dict-pl (from rev 39550, trunk/dports/textproc/aspell-dict-es) Property changes on: trunk/dports/textproc/aspell-dict-pl ___________________________________________________________________ Name: svn:mergeinfo + Modified: trunk/dports/textproc/aspell-dict-pl/Portfile =================================================================== --- trunk/dports/textproc/aspell-dict-es/Portfile 2008-08-24 07:53:42 UTC (rev 39550) +++ trunk/dports/textproc/aspell-dict-pl/Portfile 2008-08-25 19:06:44 UTC (rev 39576) @@ -2,27 +2,28 @@ PortSystem 1.0 -name aspell-dict-es -version 1.9a -categories textproc -maintainers nomaintainer -description Spanish dictionary for aspell -homepage http://aspell.net/ -platforms darwin +set langcode pl +name aspell-dict-${langcode} +version 6.0_20061121-0 +categories textproc +maintainers pguyot@kallisys.net openmaintainer +description ${langcode} dictionary for aspell +long_description ${description} +homepage http://aspell.net/ +platforms darwin -long_description Aspell with Spanish dictionary. -master_sites gnu:aspell/dict/es +master_sites gnu:aspell/dict/${langcode} +distname aspell6-${langcode}-${version} +checksums md5 3139a69a1bd9ccb1d853d30aa024fc2b \ + sha1 907852b5fbcdc643a84389cdf412aaf2bebff0ce \ + rmd160 4c8aaa46eafb5bef8b7c9b123a3428e20348b033 -distname aspell6-es-${version}-1 -checksums md5 473c980181e1930d075c6111a7a68e49 \ - sha1 02edeca6efdc6c82b649bc85308f15a0df5b9258 \ - rmd160 294e456632babcc37f09805547f3a850316632cc +use_bzip2 yes -use_bzip2 yes +depends_build port:aspell -depends_build port:aspell - -configure { system "cd ${worksrcpath} && ./configure \ - --vars ASPELL=${prefix}/bin/aspell \ - WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" } +configure.pre_args {} +configure.args --vars \ + ASPELL=${prefix}/bin/aspell \ + WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
participants (1)
-
pguyot@kallisys.net