Bug 100909 - [NEW PORT] science/crf++: Yet Another CRF toolkit
Summary: [NEW PORT] science/crf++: Yet Another CRF toolkit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 09:00 UTC by Cheng-Lung Sung
Modified: 2006-07-28 04:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-27 09:00:33 UTC
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

Fix: --- crf++-0.42.shar begins here ---


--- crf++-0.42.shar ends here -----3Xx99x51jJ7dqRtaH5Po7rxuBxKhau9YAVSc4Jbz8xIHi3zu
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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@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@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@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
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-27 09:06:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Open for comments
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-28 04:39:03 UTC
State Changed
From-To: open->closed

New port added. Thank You.