[22297] trunk/dports/textproc

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 25 03:36:20 PST 2007


Revision: 22297
          http://trac.macosforge.org/projects/macports/changeset/22297
Author:   rhwood at macports.org
Date:     2007-02-25 03:36:20 -0800 (Sun, 25 Feb 2007)

Log Message:
-----------
New port enchant.<BR>
Committed on behalf of anant at kix.in (ticket:11437).

Added Paths:
-----------
    trunk/dports/textproc/enchant/
    trunk/dports/textproc/enchant/Portfile

Added: trunk/dports/textproc/enchant/Portfile
===================================================================
--- trunk/dports/textproc/enchant/Portfile	                        (rev 0)
+++ trunk/dports/textproc/enchant/Portfile	2007-02-25 11:36:20 UTC (rev 22297)
@@ -0,0 +1,36 @@
+# $Id: Portfile 21107 2007-01-02 20:24:50Z mij at macports.org $
+
+PortSystem  1.0
+name		enchant
+version		1.3.0
+categories	textproc devel
+maintainers	anant at kix.in
+description	Spellchecker wrapping library
+homepage    http://www.abisource.com/enchant/	
+platforms	darwin
+
+long_description    On the surface, Enchant appears to be a generic spell checking library.\
+                    You can request dictionaries from it, ask if a word is correctly spelled,\
+                    get corrections for a misspelled word, etc. but all it really does is to \
+                    provide a uniform wrapper over several popular spell checking libraries \
+                    including aspell, ispell and AppleSpell.
+                   
+master_sites    http://www.abisource.com/downloads/${name}/${version}/
+
+checksums	md5 f7edafae875616b83e7a17a7e5c2d585 \
+		sha1 140ffd2798d94e5f77cc28a37086c75b830f07d8 \
+		rmd160 c2025152d0e6ff4441abeb9606e01cfe99e84bad
+
+depends_lib     port:glib2
+depends_build   bin:glibtoolize:libtool \
+                port:pkgconfig
+
+pre-configure { 
+    cd ${worksrcpath}
+    system "aclocal -Iac-helpers/"
+    system "automake --add-missing"
+    system "glibtoolize --force --copy"
+    system "cp /usr/share/automake-1.6/config.guess ."
+	system "cp /usr/share/automake-1.6/config.sub ."
+    system "autoconf"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070225/ef6c80eb/attachment.html


More information about the macports-changes mailing list