ports/100909: [NEW PORT] science/crf++: Yet Another CRF toolkit
Cheng-Lung Sung
clsung at FreeBSD.org
Thu Jul 27 08:00:55 UTC 2006
>Number: 100909
>Category: ports
>Synopsis: [NEW PORT] science/crf++: Yet Another CRF toolkit
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 27 08:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Cheng-Lung Sung
>Release: FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #20: Tue Jun 6 10:27:46 CST
>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.
WWW: http://chasen.org/~taku/software/CRF++/
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- crf++-0.42.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# crf++
# crf++/files
# crf++/files/patch-ltmain.sh
# crf++/pkg-descr
# crf++/Makefile
# crf++/pkg-plist
# crf++/distinfo
#
echo c - crf++
mkdir -p crf++ > /dev/null 2>&1
echo c - crf++/files
mkdir -p crf++/files > /dev/null 2>&1
echo x - crf++/files/patch-ltmain.sh
sed 's/^X//' >crf++/files/patch-ltmain.sh << 'END-of-crf++/files/patch-ltmain.sh'
X--- ltmain.sh.orig Sun Oct 30 11:54:15 2005
X+++ ltmain.sh Thu Jul 27 15:53:28 2006
X@@ -5550,10 +5550,12 @@
X fi
X
X # Install the pseudo-library for information purposes.
X+ if /usr/bin/false ; then
X name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
X instname="$dir/$name"i
X $show "$install_prog $instname $destdir/$name"
X $run eval "$install_prog $instname $destdir/$name" || exit $?
X+ fi
X
X # Maybe install the static library, too.
X test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
END-of-crf++/files/patch-ltmain.sh
echo x - crf++/pkg-descr
sed 's/^X//' >crf++/pkg-descr << 'END-of-crf++/pkg-descr'
XCRF++ is a simple, customizable, and open source
Ximplementation of Conditional Random Fields (CRFs)
Xfor segmenting/labeling sequential data. CRF++ is
Xdesigned for generic purpose and will be applied to
Xa variety of NLP tasks, such as Named Entity Recognition,
XInformation Extraction and Text Chunking.
X
XWWW: http://chasen.org/~taku/software/CRF++/
END-of-crf++/pkg-descr
echo x - crf++/Makefile
sed 's/^X//' >crf++/Makefile << 'END-of-crf++/Makefile'
X# New ports collection makefile for: crf++
X# Date created: 2006-07-27
X# Whom: Cheng-Lung Sung <clsung at FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= crf++
XPORTVERSION= 0.42
XCATEGORIES= science math
XMASTER_SITES= http://chasen.org/~taku/software/CRF++/src/
XDISTNAME= CRF++-${PORTVERSION}
X
XMAINTAINER= clsung at FreeBSD.org
XCOMMENT= Yet Another CRF toolkit
X
XGNU_CONFIGURE= yes
XINSTALLS_SHLIB= yes
X
X.include <bsd.port.mk>
END-of-crf++/Makefile
echo x - crf++/pkg-plist
sed 's/^X//' >crf++/pkg-plist << 'END-of-crf++/pkg-plist'
X at comment $FreeBSD$
Xbin/crf_learn
Xbin/crf_test
Xinclude/crfpp.h
Xlib/libcrfpp.so.0
Xlib/libcrfpp.so
Xlib/libcrfpp.a
END-of-crf++/pkg-plist
echo x - crf++/distinfo
sed 's/^X//' >crf++/distinfo << 'END-of-crf++/distinfo'
XMD5 (CRF++-0.42.tar.gz) = 521fb502bc71f448fb9be3651f0b64e1
XSHA256 (CRF++-0.42.tar.gz) = 3028f1c813d7a53da031623a70a46585637f2546ee2edcde08b2c1a717550540
XSIZE (CRF++-0.42.tar.gz) = 494293
END-of-crf++/distinfo
exit
--- crf++-0.42.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list