[44148] trunk/dports/textproc

pguyot at kallisys.net pguyot at kallisys.net
Mon Dec 22 06:37:58 PST 2008


Revision: 44148
          http://trac.macports.org/changeset/44148
Author:   pguyot at kallisys.net
Date:     2008-12-22 06:37:57 -0800 (Mon, 22 Dec 2008)
Log Message:
-----------
New port: textproc/link-grammar

Modified Paths:
--------------
    trunk/dports/textproc/link-grammar/Portfile

Added Paths:
-----------
    trunk/dports/textproc/link-grammar/
    trunk/dports/textproc/link-grammar/files/
    trunk/dports/textproc/link-grammar/files/patch-link-grammar-link-grammar.def.diff


Property changes on: trunk/dports/textproc/link-grammar
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/textproc/link-grammar/Portfile
===================================================================
--- trunk/dports/textproc/libebml/Portfile	2008-11-23 06:51:34 UTC (rev 42514)
+++ trunk/dports/textproc/link-grammar/Portfile	2008-12-22 14:37:57 UTC (rev 44148)
@@ -2,37 +2,26 @@
 
 PortSystem          1.0
 
-name                libebml
-version             0.7.8
+name                link-grammar
+version             4.4.1
 categories          textproc
 maintainers         pguyot at kallisys.net openmaintainer
-description         EBML (Extensible Binary Meta Language), sort of binary version of XML.
-long_description    EBML (Extensible Binary Meta Language), a binary derivative of \
-                    XML. EBML enables the Matroska Development Team to gain \
-                    significant advantages in terms of future format \
-                    extensibility, without breaking file support in old parsers.
-homepage            http://www.matroska.org/
+description         Link Grammar Parser
+long_description    The Link Grammar Parser is a syntactic parser of English, \
+                    based on link grammar, an original theory of English \
+                    syntax. Given a sentence, the system assigns to it a \
+                    syntactic structure, which consists of a set of labeled \
+                    links connecting pairs of words. The parser also produces \
+                    a "constituent" (Penn tree-bank style phrase tree) \
+                    representation of a sentence (showing noun phrases, \
+                    verb phrases, etc.).
+homepage            http://www.abisource.com/projects/link-grammar/
 platforms           darwin
-master_sites        http://dl.matroska.org/downloads/${name}/
-checksums           md5     6278109f52e4f9d2c8a8dfc0d668b587 \
-                    sha1    2b1b9a8f4bc2a5b6a709f00ec520353dcc0a1d18 \
-                    rmd160  73e196e03df254536e20aa390acc0c2c79940054
-use_bzip2           yes
+master_sites        http://www.abisource.com/downloads/link-grammar/${version}/
+checksums           md5     15359658367423cee0324c76fad5571e \
+                    sha1    a7b063e4d35b4a524d0228814215e01e8ccbe71e \
+                    rmd160  faf40644a90d2fcd2bbf22843b736679cc6dabac
 
-post-extract {
-    system "cd ${worksrcpath}/make && cp -R linux darwin"
-}
+patchfiles          patch-link-grammar-link-grammar.def.diff
 
-use_configure       no
-
-build.dir           ${worksrcpath}/make/darwin
-build.args          prefix=${prefix}
-
-# We need -p for install because ld will ask for ranlib if the modification date changes.
-destroot.args       INSTALL_OPTS_LIB='-m 644 -p'
-destroot.destdir    prefix=${destroot}${prefix}
-
-# livecheck.
-livecheck.check     regex
-livecheck.url       http://www.bunkus.org/videotools/mkvtoolnix/source.html
-livecheck.regex     ${name} (\[0-9.\]+)
+configure.args-append   --enable-pthreads

Added: trunk/dports/textproc/link-grammar/files/patch-link-grammar-link-grammar.def.diff
===================================================================
--- trunk/dports/textproc/link-grammar/files/patch-link-grammar-link-grammar.def.diff	                        (rev 0)
+++ trunk/dports/textproc/link-grammar/files/patch-link-grammar-link-grammar.def.diff	2008-12-22 14:37:57 UTC (rev 44148)
@@ -0,0 +1,11 @@
+--- link-grammar/link-grammar.def	2008-11-30 21:47:16.000000000 +0100
++++ link-grammar/link-grammar.def.new	2008-12-22 15:31:50.000000000 +0100
+@@ -128,7 +128,7 @@
+ lperrmsg
+ lperror_clear
+ prt_error
+-print_total_time
++parse_options_print_total_time
+ match
+ extract_thin_linkage
+ xfree
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081222/51ca3641/attachment-0001.html>


More information about the macports-changes mailing list