From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 27 08:00:55 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6F416A4DA for ; Thu, 27 Jul 2006 08:00:55 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7CF43D5E for ; Thu, 27 Jul 2006 08:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6R80X5W003631 for ; Thu, 27 Jul 2006 08:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6R80XFi003630; Thu, 27 Jul 2006 08:00:33 GMT (envelope-from gnats) Resent-Date: Thu, 27 Jul 2006 08:00:33 GMT Resent-Message-Id: <200607270800.k6R80XFi003630@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 672B716A4DF for ; Thu, 27 Jul 2006 07:55:11 +0000 (UTC) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: from going04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id F035F43D4C for ; Thu, 27 Jul 2006 07:55:10 +0000 (GMT) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: by going04.iis.sinica.edu.tw (Postfix, from userid 1002) id 456D128462; Thu, 27 Jul 2006 15:59:25 +0800 (CST) Message-Id: <20060727075925.456D128462@going04.iis.sinica.edu.tw> Date: Thu, 27 Jul 2006 15:59:25 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100909: [NEW PORT] science/crf++: Yet Another CRF toolkit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 08:00:55 -0000 >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 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 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 --- crf++-0.42.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: