FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:18 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
dpsearch 4.53 www on this many watch lists=0 search for ports that depend on this port
Open source search engine for Internet and Intranet sites

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Oct 2004 10:03:20


DataparkSearch Engine is a full-featured open sources web-based search
engine released under the GNU General Public License and designed to organize 
search within a website, group of websites, intranet or local system. 

Key features:
* Support for http, https, ftp, nntp and news URL schemes;
* htdb virtual URL scheme support for indexing SQL databases;
* text/html, text/xml, text/plain,audio/mpeg (MP3) and image/gif mime types 
  built-in support;
* External parsers support for other document types;
* Ability to index multilangual sites using content negotiation;
* Searching all of the word forms using ispell affixes and dictionaries;
* Stopwords, synonyms and acronyms lists;
* Boolean query language support;
* Results sorting by relevancy, popularity rank, last modified time and by 
  importance (a multiplication of relevancy and popularity rank);
* Various character sets support;
* Accent insensitive search;
* Phrases segmenting for Chinese, Korean, Japanese and Thai languages;
* mod_dpsearch - search module for Apache web server.
* Internationalized Domain Names support.
* The Summary Extraction Algorithm.

WWW: http://www.dataparksearch.org/
PAD: http://www.dataparksearch.org/dataparksearch.xml
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake
Required Libraries: databases/postgresql83-client

To install the port: cd /usr/ports/www/dpsearch/ && make install clean
To add the package: pkg_add -r dpsearch


Configuration Options
===> The following configuration options are available for dpsearch-4.53:
     DPSEARCH_THREADS=on (default) "Enable pthreads"
     DPSEARCH_SSL=on (default) "Enable SSL"
     DPSEARCH_CHINESE=off (default) "Enable chinese charsets"
     DPSEARCH_JAPANESE=off (default) "Enable japanese charsets"
     DPSEARCH_MECAB=off (default) "Enable MeCab japanese analyzer"
     DPSEARCH_CHASEN=off (default) "Enable ChaSen japanese analyzer"
     DPSEARCH_APACHE=off (default) "Enable mod_dpsearch for Apache"
     DPSEARCH_IDN=off (default) "Enable Internationalized Domain Names"
     DPSEARCH_ASPELL=off (default) "Enable aspell support"
     DPSEARCH_EXTRACT=off (default) "Enable libextractor support"
     DPSEARCH_PGSQL=on (default) "Use PostgreSQL  (mutually exclusive)"
     DPSEARCH_MYSQL=off (default) "Use MySQL       (mutually exclusive)"
     DPSEARCH_SQLITE=off (default) "Use SQLite      (mutually exclusive)"
===> Use 'make config' to modify these settings

Master Sites:
http://dataparksearch.googlecode.com/files/
http://www.dataparksearch.org/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 42

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
31 Jan 2010 08:38:35
Original commit files touched by this commit  4.53
lwhsu search for other commits by this committer
- Update to 4.53

PR:             ports/143140
Submitted by:   Maxim Zakharov <maxime AT maxime.net.ru>
27 Apr 2009 02:39:22
Original commit files touched by this commit  4.52
amdmi3 search for other commits by this committer
- Update to 4.52

PR:             133997
Submitted by:   Maxim Zakharov <maxime at maxime dot net dot ru>
13 Jan 2009 11:31:06
Original commit files touched by this commit  4.51
beech search for other commits by this committer
- Update to 4.51
- Respect NOPORTDOCS

PR:             ports/130490
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
29 Dec 2008 22:38:49
Original commit files touched by this commit  4.50_1
amdmi3 search for other commits by this committer
- Chase japanese/chasen-base shlib version bump
- While here, fix misspelled *_DEPENDS, improve APACHE dependency handling, fix
plist
21 Aug 2008 07:18:49
Original commit files touched by this commit  4.50
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Aug 2008 23:24:01
Original commit files touched by this commit  4.50
miwi search for other commits by this committer
- Update to 4.50

PR:             126341
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
29 Jul 2008 16:45:45
Original commit files touched by this commit  4.50
pav search for other commits by this committer
- Update to 4.50

PR:             ports/126072
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
15 Feb 2008 08:59:15
Original commit files touched by this commit  4.49
beech search for other commits by this committer
- Update to 4.49

Changelog:
        * String tokenization has been improved. For example, "c--" and "c#"
          are now cosidered as words.
        * A subdocument indexing technique has been implemented.
        * LongestTextItems command has been added. Use it to specify the number
          of longest text items to index.
        * The support has been added for georgian-academy and georgian-ps
          charsets.
        * URL data preloading has been fixed for multi-DBAddr configurations.
        * HTML parser is now skiping indexing within tags with visibility set to
          "none" or "hidden" in "style" attribute.
        * Subnet command has been fixed.
        * $*(x) type of template meta-variable has been added. Use it to
          HTML-escape value without search words highlighting.
        * $(np) and $(p) have been fixed in "resbot" and "bottom" sections of
          search template.
        * PagesInGroup command has been added. Use it to specify the number of
          additional pages from the same site when google-like groupping
          is enabled.
        * ServerWeight command has been fixed.

PR:             ports/120677
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
27 Oct 2007 23:46:35
Original commit files touched by this commit  4.48
miwi search for other commits by this committer
- Update to 4.48

PR:             117570
Submitted by:   Maxime Zakharov <maxime@maxime.net.ru>
12 Jul 2007 20:35:26
Original commit files touched by this commit  4.47
miwi search for other commits by this committer
- Update to 4.47
- Fix build after objformat removal [1]

PR:             114497
Submitted by:   Maxime Zakharov <maxime@datapark.ru>
                miwi
21 Apr 2007 18:39:38
Original commit files touched by this commit  4.46
miwi search for other commits by this committer
- Update to 4.46

PR:             111985
Submitted by:   Maxim Zakharov <maxime@sochi.net.ru>
26 Mar 2007 11:02:33
Original commit files touched by this commit  4.45.1
miwi search for other commits by this committer
- Update to 4.45.1

PR:             110841
Submitted by:   Maxim Zakharov <maxime@sochi.net.ru>
23 Jan 2007 16:16:01
Original commit files touched by this commit  4.44
miwi search for other commits by this committer
- Update to 4.44

PR:             ports/108245
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru> (maintainer)
01 Nov 2006 09:52:00
Original commit files touched by this commit  4.43
miwi search for other commits by this committer
- Update to 4.43

PR:             ports/104933
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
06 Sep 2006 09:04:41
Original commit files touched by this commit  4.42
rafan search for other commits by this committer
- Update to 4.42

PR:             ports/102911
Submitted by:   Maxime Zakharov <maxime at sochi.net.ru>
15 Aug 2006 02:11:33
Original commit files touched by this commit  4.41
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
25 Jul 2006 12:37:02
Original commit files touched by this commit  4.41
miwi search for other commits by this committer
- Update to 4.41

PR:             ports/100753
Submitted by:   Maxime Zakharov <maxime(at)sochi.net.ru>
Approved by:    krion (mentor), maintainer
26 May 2006 18:31:20
Original commit files touched by this commit  4.40.1
pav search for other commits by this committer
- Update to 4.40.1

PR:             ports/97927
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
18 Mar 2006 14:23:08
Original commit files touched by this commit  4.38
pav search for other commits by this committer
- Update to 4.38

PR:             ports/94575
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
23 Feb 2006 10:40:45
Original commit files touched by this commit  4.37_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
12 Feb 2006 01:27:30
Original commit files touched by this commit  4.37
lawrance search for other commits by this committer
Update to 4.37.

PR:             ports/93116
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru> (maintainer)
04 Dec 2005 00:18:15
Original commit files touched by this commit  4.35
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
03 Dec 2005 19:24:50
Original commit files touched by this commit  4.35
tdb search for other commits by this committer
- Update to 4.35

PR:             89882
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Approved by:    clement (mentor)
25 Nov 2005 19:02:21
Original commit files touched by this commit  4.34
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  4.34
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
12 Nov 2005 18:52:22
Original commit files touched by this commit  4.34
pav search for other commits by this committer
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
02 Nov 2005 02:45:21
Original commit files touched by this commit  4.34
mnag search for other commits by this committer
Update to 4.34

PR:             88329
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
16 Sep 2005 12:14:28
Original commit files touched by this commit  4.33
sem search for other commits by this committer
- Update to 4.33
- Add aspell support (off by default)

PR:             ports/86205
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
31 Jul 2005 12:21:19
Original commit files touched by this commit  4.32
sem search for other commits by this committer
- Update to 4.32

PR:             ports/84380
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
27 Jun 2005 17:19:59
Original commit files touched by this commit  4.31
jylefort search for other commits by this committer
- Update to 4.31 [1]
- Improve pkg-message

[1]:
PR:             ports/82560
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
03 Jun 2005 21:18:13
Original commit files touched by this commit  4.29
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
12 Apr 2005 04:26:57
Original commit files touched by this commit  4.29
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 21:28:36
Original commit files touched by this commit  4.29
ahze search for other commits by this committer
- Update to 4.29

PR:             ports/78652
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
11 Apr 2005 09:04:41
Original commit files touched by this commit  4.29
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
31 Jan 2005 00:35:56
Original commit files touched by this commit  4.28
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
20 Jan 2005 00:07:16
Original commit files touched by this commit  4.28
pav search for other commits by this committer
- Update to 4.28

PR:             ports/76441
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
23 Dec 2004 08:25:47
Original commit files touched by this commit  4.26_1
nork search for other commits by this committer
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:    portmgr, maintainers of sqlite and related ports
05 Nov 2004 13:02:21
Original commit files touched by this commit  4.26
arved search for other commits by this committer
Update to 4.26

PR:             72746
Submitted by:   Maxim Zakharov
04 Nov 2004 17:21:35
Original commit files touched by this commit  4.25
leeym search for other commits by this committer
- update to dpsearch-4.25
- replace spaces with tabs
- utilize DATADIR and PORTDIR
03 Nov 2004 15:00:00
Original commit files touched by this commit  4.21
arved search for other commits by this committer
Add a database dependency for PACKAGE_BUILDING
26 Oct 2004 16:26:43
Original commit files touched by this commit  4.21
krion search for other commits by this committer
Chase libraries for new devel/libidn version.
14 Oct 2004 09:56:13
Original commit files touched by this commit  4.21
edwin search for other commits by this committer
New port: www/dpsearch : Open source search engine for Internet and Intranet
sites

        This is a port of the latest released version of DataparkSearch.
        DataparkSearch Engine is a full-featured open sources
        web-based search engine released under the GNU General
        Public License and designed to organize search within a
        website, group of websites, intranet or local system.

PR:             ports/68050
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>

Number of commits found: 42

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.233 seconds.