[19622] trunk/dports/textproc
source_changes at macosforge.org
source_changes at macosforge.org
Sun Sep 17 22:15:57 PDT 2006
Revision: 19622
Author: markd at macports.org
Date: 2006-09-17 22:15:54 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
Closes 10537. New port.
Added Paths:
-----------
trunk/dports/textproc/aspell-dict-bg/
trunk/dports/textproc/aspell-dict-bg/Portfile
Added: trunk/dports/textproc/aspell-dict-bg/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-bg/Portfile (rev 0)
+++ trunk/dports/textproc/aspell-dict-bg/Portfile 2006-09-18 05:15:54 UTC (rev 19622)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+name aspell-dict-bg
+version 4.0-0
+categories textproc
+maintainers sava.chankov at gmail.com
+description Bulgarian dictionary for aspell
+platforms darwin
+
+long_description {description}
+
+master_sites gnu:aspell/dict/bg
+
+distname aspell5-bg-${portversion}
+checksums md5 f1d9f1587cc382f10f1c7ac0a2600833
+
+use_bzip2 yes
+
+depends_build bin:aspell:aspell
+
+configure { system "cd ${worksrcpath} && \
+ ./configure --vars ASPELL=${prefix}/bin/aspell \
+ WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress"
+ }
+pre-destroot { system "cd ${worksrcpath} && \
+ iconv -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \
+ mv bulgarian.kbd.tmp bulgarian.kbd"
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060917/09e4e6ed/attachment.html
More information about the macports-changes
mailing list