aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Cluster
Commit message (Collapse)AuthorAgeFilesLines
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Update to 1.50Wen Heping2010-12-292-4/+4
| | | | Notes: svn path=/head/; revision=267112
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - Update to 1.49Philip M. Gollucci2010-08-232-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/Algorithm-Cluster/Changes PR: ports/147608 Submitted by: pgollucci (myself) Approved by: maintainer timeout (clsung; > 2.5 months) Notes: svn path=/head/; revision=259792
* - Update to 1.47Cheng-Lung Sung2009-12-112-4/+4
| | | | Notes: svn path=/head/; revision=245542
* - Update to 1.46Cheng-Lung Sung2009-06-182-4/+4
| | | | Notes: svn path=/head/; revision=236199
* - Update to 1.45Cheng-Lung Sung2009-05-312-4/+6
| | | | | | | | PR: ports/134797 Submitted by: pgollucci Notes: svn path=/head/; revision=234915
* - Update to 1.44Cheng-Lung Sung2009-04-242-4/+4
| | | | | | | | PR: ports/133597 Submitted by: leeym Notes: svn path=/head/; revision=232645
* - Update to 1.42Cheng-Lung Sung2008-09-272-4/+4
| | | | Notes: svn path=/head/; revision=220891
* - Update to 1.41Cheng-Lung Sung2008-09-042-4/+4
| | | | Notes: svn path=/head/; revision=219846
* - Update to 1.40Cheng-Lung Sung2008-08-282-4/+4
| | | | Notes: svn path=/head/; revision=219347
* - Update to 1.38Cheng-Lung Sung2008-04-013-8/+6
| | | | Notes: svn path=/head/; revision=210322
* - Update to 1.37Cheng-Lung Sung2008-01-052-6/+5
| | | | | | | Changes: Notes: svn path=/head/; revision=205054
* - Update to 1.36Cheng-Lung Sung2007-07-022-4/+4
| | | | Notes: svn path=/head/; revision=194610
* - Update to 1.35Cheng-Lung Sung2007-03-052-11/+5
| | | | Notes: svn path=/head/; revision=186546
* - Update to 1.33Cheng-Lung Sung2006-09-272-4/+4
| | | | | | | | PR: ports/103689 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=173933
* Now builds on amd64Kris Kennaway2006-09-171-4/+0
| | | | Notes: svn path=/head/; revision=173256
* - Update to 1.32Cheng-Lung Sung2006-06-253-5/+5
| | | | | | | | PR: ports/99332 Submitted by: aaron Notes: svn path=/head/; revision=166306
* - update to 1.31Cheng-Lung Sung2006-03-162-7/+6
| | | | | | | - try to satisfy portlint Notes: svn path=/head/; revision=157366
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - update to 1.30Cheng-Lung Sung2005-11-012-3/+3
| | | | Notes: svn path=/head/; revision=146881
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* - update to 1.29Cheng-Lung Sung2005-05-052-3/+3
| | | | Notes: svn path=/head/; revision=134651
* - update to 1.28Cheng-Lung Sung2005-02-252-3/+3
| | | | Notes: svn path=/head/; revision=129711
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* Update to 1.27Kirill Ponomarev2004-06-232-3/+3
| | | | | | | | PR: ports/68228 Submitted by: maintainer Notes: svn path=/head/; revision=112048
* BROKEN on amd64: Does not build (needs to build shared libraries with -fPIC)Kris Kennaway2004-05-301-0/+4
| | | | Notes: svn path=/head/; revision=110361
* Add p5-Algorithm-Cluster 1.26,Kirill Ponomarev2004-05-214-0/+56
This module is an interface to the C Clustering Library, a general purpose library implementing functions for hierarchical clustering (pairwise simple, complete, average, and centroid linkage), along with k-means and k-medians clustering, and 2D self-organizing maps. The library is distributed along with Cluster 3.0, an enhanced version of the famous Cluster program originally written by Michael Eisen while at Stanford University. The C clustering library was written by Michiel de Hoon. PR: ports/66970 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=109609