[78009] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Tue Apr 19 04:50:34 PDT 2011


Revision: 78009
          http://trac.macports.org/changeset/78009
Author:   ryandesign at macports.org
Date:     2011-04-19 04:50:32 -0700 (Tue, 19 Apr 2011)
Log Message:
-----------
crfpp: new port, version 0.54; see #29160

Added Paths:
-----------
    trunk/dports/science/crfpp/
    trunk/dports/science/crfpp/Portfile
    trunk/dports/science/crfpp/files/
    trunk/dports/science/crfpp/files/patch-configure.diff

Added: trunk/dports/science/crfpp/Portfile
===================================================================
--- trunk/dports/science/crfpp/Portfile	                        (rev 0)
+++ trunk/dports/science/crfpp/Portfile	2011-04-19 11:50:32 UTC (rev 78009)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                crfpp
+version             0.54
+categories          science
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL BSD
+
+description         Yet Another CRF toolkit
+
+long_description    CRF++ is a simple, customizable, and open source implementation \
+                    of Conditional Random Fields (CRFs) for segmenting/labeling \
+                    sequential data. \
+                    CRF++ is designed for generic purpose and will be applied to \
+                    a variety of NLP tasks, such as Named Entity Recognition, \
+                    Information Extraction and Text Chunking.
+
+homepage            http://crfpp.sourceforge.net/
+master_sites        sourceforge
+
+distname            CRF++-${version}
+
+checksums           sha1    2742a49a3ec9fa570c2f83bb8a06b859481317f0 \
+                    rmd160  c0e127fa52eb7b6e2d0cdee85749932ed8577e93
+
+patchfiles          patch-configure.diff
+
+#use_autoreconf      yes
+
+livecheck.type      regex
+livecheck.url       http://sourceforge.net/projects/crfpp/files/
+livecheck.regex     CRF\\+\\+-(\[0-9.\]+)\\.


Property changes on: trunk/dports/science/crfpp/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/science/crfpp/files/patch-configure.diff
===================================================================
--- trunk/dports/science/crfpp/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/science/crfpp/files/patch-configure.diff	2011-04-19 11:50:32 UTC (rev 78009)
@@ -0,0 +1,13 @@
+--- configure.orig	2010-05-09 00:42:48.000000000 -0500
++++ configure	2011-04-16 05:51:29.000000000 -0500
+@@ -15213,8 +15213,8 @@
+ fi
+ 
+ if test -n "$GCC"; then
+-   CFLAGS="-O3 -Wall";
+-   CXXFLAGS="-O3 -Wall";
++   CFLAGS="$CFLAGS -Wall";
++   CXXFLAGS="$CXXFLAGS -Wall";
+ fi
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110419/f122c659/attachment.html>


More information about the macports-changes mailing list