Revision: 39578 http://trac.macosforge.org/projects/macports/changeset/39578 Author: pguyot@kallisys.net Date: 2008-08-25 12:30:56 -0700 (Mon, 25 Aug 2008) Log Message: ----------- New port: textproc/aspell-dict-nb Modified Paths: -------------- trunk/dports/textproc/aspell-dict-nb/Portfile Added Paths: ----------- trunk/dports/textproc/aspell-dict-nb/ trunk/dports/textproc/aspell-dict-nb/files/ trunk/dports/textproc/aspell-dict-nb/files/archive_content trunk/dports/textproc/aspell-dict-nb/files/patch-Makefile.pre.diff Copied: trunk/dports/textproc/aspell-dict-nb (from rev 39576, trunk/dports/textproc/aspell-dict-pl) Modified: trunk/dports/textproc/aspell-dict-nb/Portfile =================================================================== --- trunk/dports/textproc/aspell-dict-pl/Portfile 2008-08-25 19:06:44 UTC (rev 39576) +++ trunk/dports/textproc/aspell-dict-nb/Portfile 2008-08-25 19:30:56 UTC (rev 39578) @@ -2,9 +2,9 @@ PortSystem 1.0 -set langcode pl +set langcode nb name aspell-dict-${langcode} -version 6.0_20061121-0 +version 0.50.1-0 categories textproc maintainers pguyot@kallisys.net openmaintainer description ${langcode} dictionary for aspell @@ -14,15 +14,21 @@ master_sites gnu:aspell/dict/${langcode} -distname aspell6-${langcode}-${version} -checksums md5 3139a69a1bd9ccb1d853d30aa024fc2b \ - sha1 907852b5fbcdc643a84389cdf412aaf2bebff0ce \ - rmd160 4c8aaa46eafb5bef8b7c9b123a3428e20348b033 +distname aspell-${langcode}-${version} +checksums md5 d1173a5ce04f39e9c93183da691e7ce8 \ + sha1 40e2549973c192b82f782b9e0b1159e6b51464b3 \ + rmd160 5f2fd214608c9a80d318690912efd3aae02d5cd3 use_bzip2 yes depends_build port:aspell +patchfiles patch-Makefile.pre.diff + +extract.post_args "| tar xf - -T ${filespath}/archive_content" +post-extract { + file copy "${worksrcpath}/bokmal.alias" "${worksrcpath}/bokmål.alias" +} configure.pre_args {} configure.args --vars \ ASPELL=${prefix}/bin/aspell \ Added: trunk/dports/textproc/aspell-dict-nb/files/archive_content =================================================================== --- trunk/dports/textproc/aspell-dict-nb/files/archive_content (rev 0) +++ trunk/dports/textproc/aspell-dict-nb/files/archive_content 2008-08-25 19:30:56 UTC (rev 39578) @@ -0,0 +1,13 @@ +aspell-nb-0.50.1-0/doc/ +aspell-nb-0.50.1-0/info +aspell-nb-0.50.1-0/README +aspell-nb-0.50.1-0/no.alias +aspell-nb-0.50.1-0/configure +aspell-nb-0.50.1-0/nb.multi +aspell-nb-0.50.1-0/Copyright +aspell-nb-0.50.1-0/bokmal.alias +aspell-nb-0.50.1-0/norsk.alias +aspell-nb-0.50.1-0/nb.dat +aspell-nb-0.50.1-0/nb.cwl +aspell-nb-0.50.1-0/Makefile.pre +aspell-nb-0.50.1-0/COPYING Added: trunk/dports/textproc/aspell-dict-nb/files/patch-Makefile.pre.diff =================================================================== --- trunk/dports/textproc/aspell-dict-nb/files/patch-Makefile.pre.diff (rev 0) +++ trunk/dports/textproc/aspell-dict-nb/files/patch-Makefile.pre.diff 2008-08-25 19:30:56 UTC (rev 39578) @@ -0,0 +1,11 @@ +--- Makefile.pre 2008-08-25 21:27:17.000000000 +0200 ++++ Makefile.pre 2008-08-25 21:27:23.000000000 +0200 +@@ -7,7 +7,7 @@ + data_files = nb.dat + doc_files = README COPYING Copyright + extra_files = configure info Makefile.pre +-multi_files = bokmal.alias bokm\xE5l.alias nb.multi no.alias norsk.alias ++multi_files = bokmal.alias bokmål.alias nb.multi no.alias norsk.alias + rws_files = nb.rws + +