From clsung@FreeBSD.csie.nctu.edu.tw  Tue Jul 25 05:12:37 2006
Return-Path: <clsung@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8E91816A4E7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jul 2006 05:12:37 +0000 (UTC)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C978243D55
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jul 2006 05:12:35 +0000 (GMT)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 13B7F7E8DA
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jul 2006 13:14:00 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
	by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id VIMHUgkKTis4 for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 25 Jul 2006 13:13:59 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038)
	id 6CD5C7E976; Tue, 25 Jul 2006 13:13:59 +0800 (CST)
Message-Id: <20060725051359.6CD5C7E976@FreeBSD.csie.nctu.edu.tw>
Date: Tue, 25 Jul 2006 13:13:59 +0800 (CST)
From: Cheng-Lung Sung <clsung@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] science/pcp: Machine learning program for pattern classification
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100798
>Category:       ports
>Synopsis:       [NEW PORT] science/pcp: Machine learning program for pattern classification
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 25 05:20:15 GMT 2006
>Closed-Date:    Fri Jul 28 03:38:30 GMT 2006
>Last-Modified:  Fri Jul 28 03:38:30 GMT 2006
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
PCP (Pattern Classification Program) is an open-source 
machine learning program for supervised classification 
of patterns (vectors of measurements). 

PCP implements the following algorithms and methods:

* Fisher's linear discriminant
* dimensionality reduction using Singular Value Decomposition
* Principal Component Analysis
* feature subset selection
* Bayes error estimation
* parametric classifiers (linear and quadratic)
* least-squares (pseudo-inverse) linear discriminant
* k-Nearest Neighbor (k-NN)
* neural networks (Multi-Layer Perceptron (MLP))
* Support Vector Machine (SVM) algorithm
* SVM, MLP and k-NN model selection
* cross-validation
* bagging (committee) classification

WWW:	http://pcp.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pcp-2.2.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:
#
#	pcp
#	pcp/pkg-descr
#	pcp/Makefile
#	pcp/pkg-plist
#	pcp/distinfo
#
echo c - pcp
mkdir -p pcp > /dev/null 2>&1
echo x - pcp/pkg-descr
sed 's/^X//' >pcp/pkg-descr << 'END-of-pcp/pkg-descr'
XPCP (Pattern Classification Program) is an open-source 
Xmachine learning program for supervised classification 
Xof patterns (vectors of measurements). 
X
XPCP implements the following algorithms and methods:
X
X* Fisher's linear discriminant
X* dimensionality reduction using Singular Value Decomposition
X* Principal Component Analysis
X* feature subset selection
X* Bayes error estimation
X* parametric classifiers (linear and quadratic)
X* least-squares (pseudo-inverse) linear discriminant
X* k-Nearest Neighbor (k-NN)
X* neural networks (Multi-Layer Perceptron (MLP))
X* Support Vector Machine (SVM) algorithm
X* SVM, MLP and k-NN model selection
X* cross-validation
X* bagging (committee) classification
X
XWWW:	http://pcp.sourceforge.net/
END-of-pcp/pkg-descr
echo x - pcp/Makefile
sed 's/^X//' >pcp/Makefile << 'END-of-pcp/Makefile'
X# New ports collection makefile for:	pcp
X# Date created:		2006-07-25
X# Whom:			Cheng-Lung Sung <clsung@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pcp
XPORTVERSION=	2.2
XCATEGORIES=	science math
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	clsung@FreeBSD.org
XCOMMENT=	Machine learning program for pattern classification
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-pcp/Makefile
echo x - pcp/pkg-plist
sed 's/^X//' >pcp/pkg-plist << 'END-of-pcp/pkg-plist'
X@comment $FreeBSD$
Xbin/pcp
END-of-pcp/pkg-plist
echo x - pcp/distinfo
sed 's/^X//' >pcp/distinfo << 'END-of-pcp/distinfo'
XMD5 (pcp-2.2.tar.gz) = 5be1ace0dbcd07dab47302807fa32c39
XSHA256 (pcp-2.2.tar.gz) = 928f2b7ea40de8ad5568f381a77b9379907a4966a56352cf5945a8664258d95a
XSIZE (pcp-2.2.tar.gz) = 2710238
END-of-pcp/distinfo
exit
--- pcp-2.2.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Jul 26 02:58:56 UTC 2006 
Responsible-Changed-Why:  
I'll handle my port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100798 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Jul 28 03:38:29 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100798 
>Unformatted:
