7260 FreshPorts -- textproc/p5-Search-VectorSpace
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Search-VectorSpace 0.02_6 textproc on this many watch lists=0 search for ports that depend on this port
Very basic vector-space search engine perl module
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Jul 2005 11:38:27
Also Listed In: perl5
License: not specified in port


This module takes a list of documents (in English) and 
builds a simple in-memory search engine using a vector 
space model. Documents are stored as PDL objects, and 
after the initial indexing phase, the search should be 
very fast. This implementation applies a rudimentary 
stop list to filter out very common words, and uses a 
cosine measure to calculate document similarity. 
All documents above a user-configurable similarity 
threshold are returned.

Author:	Maciej Ceglowski <maciej AT ceglowski.com>
WWW:	http://search.cpan.org/dist/Search-VectorSpace/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. math/PDL
  2. textproc/p5-Lingua-Stem
  3. lang/perl5.14
Required To Run:
  1. math/PDL
  2. textproc/p5-Lingua-Stem
  3. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/p5-Search-VectorSpace/ && make install clean
To add the package: pkg_add -r p5-Search-VectorSpace


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Search/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Search/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Search/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Search/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Search/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Search/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Search/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Search/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Search/
  11. http://at.cpan.org/modules/by-module/Search/
  12. http://backpan.perl.org/modules/by-module/Search/
  13. http://cpan.nctu.edu.tw/modules/by-module/Search/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Search/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Search/
  16. http://www.cpan.dk/modules/by-module/Search/
  17. http://www.cpan.dk/modules/by-module/Search/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  0.02_6
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
05 Jun 2012 07:02:36
Original commit files touched by this commit  0.02_6
culot search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az@
01 May 2012 01:47:10
Original commit files touched by this commit  0.02_6
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.02_6
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
03 Jul 2011 14:40:25
Original commit files touched by this commit  0.02_6
ohauer search for other commits by this committer
-remove MD5
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.02_6
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.02_6
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.02_5
dinoex search for other commits by this committer
- update to jpeg-8
01 Dec 2009 20:33:45
Original commit files touched by this commit  0.02_4
makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.02_3
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
06 Jun 2008 14:05:09
Original commit files touched by this commit  0.02_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.02_1
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 01:06:22
Original commit files touched by this commit  0.02_1
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
19 May 2007 20:32:57
Original commit files touched by this commit  0.02_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 Jan 2006 03:10:24
Original commit files touched by this commit  0.02
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:55:05
Original commit files touched by this commit  0.02
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
18 Jul 2005 11:37:53
Original commit files touched by this commit  0.02
erwin search for other commits by this committer
Add p5-Search-VectorSpace 0.02, a very basic vector-space search engine
perl module.

PR:             ports/73150
Submitted by:   clsung

Number of commits found: 17

2851
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24521
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days27
new fortnight77
new month209

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0