[40573] trunk/dports/textproc

pguyot at kallisys.net pguyot at kallisys.net
Tue Oct 7 04:13:33 PDT 2008


Revision: 40573
          http://trac.macports.org/changeset/40573
Author:   pguyot at kallisys.net
Date:     2008-10-07 04:13:31 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
New port: textproc/wordnet

Modified Paths:
--------------
    trunk/dports/textproc/wordnet/Portfile

Added Paths:
-----------
    trunk/dports/textproc/wordnet/


Property changes on: trunk/dports/textproc/wordnet
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/textproc/wordnet/Portfile
===================================================================
--- trunk/dports/textproc/libebml/Portfile	2008-10-07 09:31:59 UTC (rev 40572)
+++ trunk/dports/textproc/wordnet/Portfile	2008-10-07 11:13:31 UTC (rev 40573)
@@ -2,37 +2,32 @@
 
 PortSystem          1.0
 
-name                libebml
-version             0.7.8
+name                wordnet
+version             3.0
 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         Lexical database for the English language
+long_description    WordNet\xAE is a large lexical database of English, developed \
+                    under the direction of George A. Miller. Nouns, verbs, \
+                    adjectives and adverbs are grouped into sets of cognitive \
+                    synonyms (synsets), each expressing a distinct concept. \
+                    Synsets are interlinked by means of conceptual-semantic \
+                    and lexical relations. WordNet's structure makes it a \
+                    useful tool for computational linguistics and natural \
+                    language processing.
+homepage            http://wordnet.princeton.edu/
 platforms           darwin
-master_sites        http://dl.matroska.org/downloads/${name}/
-checksums           md5     6278109f52e4f9d2c8a8dfc0d668b587 \
-                    sha1    2b1b9a8f4bc2a5b6a709f00ec520353dcc0a1d18 \
-                    rmd160  73e196e03df254536e20aa390acc0c2c79940054
+master_sites        http://wordnet.princeton.edu/${version}/ \
+                    ftp://ftp.cogsci.princeton.edu/pub/wordnet/${version}/
+distname            WordNet-${version}
+checksums           md5     89b4db7c6840ce69a8e315a3f83d996b \
+                    sha1    aeb7887cb4935756cf77deb1ea86973dff0e32fb \
+                    rmd160  87b3719273ec8f1d87742d6802af4d442b6ad040
 use_bzip2           yes
 
-post-extract {
-    system "cd ${worksrcpath}/make && cp -R linux darwin"
-}
+depends_lib         port:tcl \
+                    port:tk
 
-use_configure       no
+configure.args      --mandir=${prefix}/share/man
 
-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.\]+)
+destroot.violate_mtree  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081007/adfbc59e/attachment.html 


More information about the macports-changes mailing list