[36790] trunk/dports/textproc

jochen at macports.org jochen at macports.org
Wed May 14 14:17:25 PDT 2008


Revision: 36790
          http://trac.macosforge.org/projects/macports/changeset/36790
Author:   jochen at macports.org
Date:     2008-05-14 14:17:25 -0700 (Wed, 14 May 2008)

Log Message:
-----------
new port

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

Removed Paths:
-------------
    trunk/dports/textproc/hunspell/Portfile

Copied: trunk/dports/textproc/hunspell (from rev 36751, trunk/dports/textproc/aspell)

Deleted: trunk/dports/textproc/hunspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile	2008-05-14 06:14:07 UTC (rev 36751)
+++ trunk/dports/textproc/hunspell/Portfile	2008-05-14 21:17:25 UTC (rev 36790)
@@ -1,65 +0,0 @@
-# -*- 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		        	aspell
-version		            0.60.6
-categories	            textproc
-maintainers	            openmaintainer jochen
-description	            Spell checker with better logic than ispell
-homepage	            http://aspell.net/
-platforms	            darwin
-
-long_description        Aspell is a spell checker designed to eventually replace ispell. \
-    Aspell's main feature is that it  does a much better job of coming up with \
-    possible suggestions than ispell.
-
-master_sites	        gnu freebsd
-
-checksums	            md5 bc80f0198773d5c05086522be67334eb \
-		                sha1 335bcb560e00f59d89ec9e4c4114c325fb0e65f4 \
-		                rmd160 315638cc7cc4ce9d3dc09c7e15faf637855d504e
-
-depends_build           port:texinfo
-
-configure.env	        LIBS="-L${prefix}/lib"
-configure.cflags-append "-I${prefix}/include"
-configure.args	        --enable-dict-dir="${prefix}/share/aspell" \
-                        --infodir="${prefix}/share/info" \
-                        --enable-compile-in-filters
-test.run                yes
-test.target             check
-
-
-post-destroot {
-	file delete -force ${destroot}${prefix}/share/info/dir
-    system "${prefix}/bin/install-info ${destroot}${prefix}/share/info/aspell.info ${prefix}/share/info/dir"
-    system "${prefix}/bin/install-info ${destroot}${prefix}/share/info/aspell-dev.info ${prefix}/share/info/dir"
-}
-
-post-install {
-    ui_msg "******************************************************************"
-    ui_msg "You must install (at least) one of the language dictionaries after"
-    ui_msg "installing this port in order for it to work."
-    ui_msg "******************************************************************"
-}
-
-variant nls description "Include natural language support; conflicts with GNUstep" conflicts nonls {
-    configure.args-delete --disable-nls
-    configure.args-append --enable-nls
-}
-
-variant nonls description "Don't include natural language support (default on Mac OS X)" conflicts nls {
-    configure.args-delete --enable-nls
-    configure.args-append --disable-nls
-}
-
-platform macosx {
-# gnustep-gui uses aspell and will not work if aspell is linked to gettext because
-# gettext is linked to CoreFoundation which is itself linked to the Apple objc runtime
-# (All we are saying, is give GNUstep a chance)
-    if { ![variant_isset nls] } {
-        default_variants        +nonls
-    }
-}

Copied: trunk/dports/textproc/hunspell/Portfile (from rev 36789, trunk/dports/textproc/aspell/Portfile)
===================================================================
--- trunk/dports/textproc/hunspell/Portfile	                        (rev 0)
+++ trunk/dports/textproc/hunspell/Portfile	2008-05-14 21:17:25 UTC (rev 36790)
@@ -0,0 +1,41 @@
+# -*- 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
+version                 1.2.2
+categories              textproc
+maintainers             openmaintainer jochen
+description             Spell checker and morphological analyzer
+homepage                http://hunspell.sourceforge.net/
+platforms               darwin
+
+long_description        Hunspell is a spell checker and morphological analyzer library and program \
+                        designed for languages with rich morphology and complex word compounding or \
+                        character encoding. Hunspell interfaces: Ispell-like terminal interface \
+                        using Curses library, Ispell pipe interface, OpenOffice.org UNO module.
+
+master_sites            sourceforge
+
+checksums               md5 e8cde1130894dcd3f732248db945d0c0 \
+                        sha1  521063ff64b2182e92e92f5355ae2cf396f39420 \
+                        rmd160 110c428f2b6734afefb8865dc3d63a4492594552
+
+depends_build           port:autoconf port:automake
+depends_lib             port:gettext port:locale port:ncurses port:readline
+
+configure.args          --with-ui --with-readline
+
+use_parallel_build      yes
+
+test.run                yes
+test.target             check
+
+
+post-install {
+    ui_msg "******************************************************************"
+    ui_msg "You must install (at least) one of the language dictionaries after"
+    ui_msg "installing this port in order for it to work."
+    ui_msg "******************************************************************"
+}

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


More information about the macports-changes mailing list