[36817] trunk/dports/textproc
jochen at macports.org
jochen at macports.org
Thu May 15 07:43:49 PDT 2008
Revision: 36817
http://trac.macosforge.org/projects/macports/changeset/36817
Author: jochen at macports.org
Date: 2008-05-15 07:43:48 -0700 (Thu, 15 May 2008)
Log Message:
-----------
add first hunspell dictionary
Added Paths:
-----------
trunk/dports/textproc/hunspell-dict-en_US/
trunk/dports/textproc/hunspell-dict-en_US/Portfile
Added: trunk/dports/textproc/hunspell-dict-en_US/Portfile
===================================================================
--- trunk/dports/textproc/hunspell-dict-en_US/Portfile (rev 0)
+++ trunk/dports/textproc/hunspell-dict-en_US/Portfile 2008-05-15 14:43:48 UTC (rev 36817)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hunspell-dict-en_US
+version 2006-02-07
+categories textproc
+maintainers openmaintainer jochen
+description English (US) dictionary for hunspell
+homepage http://wiki.services.openoffice.org/wiki/Dictionaries
+platforms darwin
+
+long_description $description
+
+master_sites http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
+
+distname en_US
+checksums md5 cb1e21fee281f32d832a34ad6de1b553
+
+use_zip yes
+
+set installdir "$destroot/$prefix/share/hunspell/"
+set worksrcdir "."
+
+configure {}
+build {}
+destroot {
+ xinstall -d -m 755 $installdir
+ xinstall -m 644 $workpath/en_US.aff $installdir
+ xinstall -m 644 $workpath/en_US.dic $installdir
+}
Property changes on: trunk/dports/textproc/hunspell-dict-en_US/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080515/7ccd46f1/attachment.htm
More information about the macports-changes
mailing list