Port details |
- dpsearch Open source search engine for Internet and Intranet sites
- 4.53_4 www
=0 4.53_4Version of this port present on the latest quarterly branch.
- BROKEN: Does not link
DEPRECATED: Broken for more than 6 months This port expired on: 2014-11-26 IGNORE: is marked as broken: Does not link
- 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
- Port Added: 2004-10-14 09:03:20
- Last Update: 2014-11-29 14:33:16
- SVN Revision: 373618
- License: not specified in port
- WWW:
- http://www.dataparksearch.org/
- Description:
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: dpsearch
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dpsearch-4.53_4:
APACHE=off: Apache server support
ASPELL=off: Spell checking support via GNU Aspell
CHINESE=off: Enable chinese charsets
DOCS=on: Build and/or install documentation
EXTRACT=off: Enable libextractor support
IDN=off: International Domain Names support
JAPANESE=off: Enable japanese charsets
MECAB=off: Enable MeCab japanese analyzer
SSL=on: SSL protocol support
THREADS=on: Threading support
====> Options available for the single DB: you have to select exactly one of them
PGSQL=on: PostgreSQL database support
MYSQL=off: MySQL database support
SQLITE=off: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.53_4 29 Nov 2014 14:33:16 |
rene |
Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months |
4.53_4 22 Nov 2014 22:32:46 |
crees |
Fix some USE_PGSQL that were missed before
Submitted by: antoine |
4.53_4 25 Oct 2014 16:49:19 |
antoine |
Deprecate ports broken for more than 6 months |
4.53_4 30 Aug 2014 18:18:14 |
tijl |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc |
4.53_3 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
4.53_3 13 Apr 2014 11:56:13 |
rene |
- Remove optional dependency on expired japanese/chasen
- Use modern LIB_DEPENDS
- Use option helpers (aspell detection is broken upstream)
- Stage support (untested)
- Bump PORTREVISION
- BROKEN: does not link (10.0 amd64):
cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing
-I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\"
-DDPS_VAR_DIR=\"/var/dpsearch\"
-DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/search.cgi
search_cgi-search.o ./.libs/libdpsearch.so -L/usr/local/lib
./.libs/libdpcharset.so -lpthread -lm -lz -Wl,--rpath
-Wl,/prefix/dpsearch-4.53_2/lib
cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing
-I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\"
-DDPS_VAR_DIR=\"/var/dpsearch\"
-DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/storedoc.cgi
storedoc_cgi-storedoc.o ./.libs/libdpsearch.so -L/usr/local/lib
./.libs/libdpcharset.so -lpthread -lm -lz -Wl,--rpath
-Wl,/prefix/dpsearch-4.53_2/lib
./.libs/libdpcharset.so: undefined reference to `dps_minimove_backward'
./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit8'
./.libs/libdpsearch.so: undefined reference to `DpsSQLValue'
./.libs/libdpsearch.so: undefined reference to `DpsSQLResInit'
./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit4'
./.libs/libdpsearch.so: undefined reference to `DpsSQLFree'
./.libs/libdpcharset.so: undefined reference to `dps_minimove_forward'
./.libs/libdpsearch.so: undefined reference to `DpsSQLNumRows'
./.libs/libdpsearch.so: undefined reference to `_DpsSQLQuery'
cc: error: linker command failed with exit code 1 (use -v to see invocation) |
4.53_2 15 Mar 2014 08:12:20 |
miwi |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
4.53_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
4.53_2 24 Jun 2013 20:16:33 |
antoine |
Unbreak after PORT_OPTIONS conversion |
4.53_2 07 Feb 2013 12:37:48 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr |
4.53_2 05 Oct 2012 16:30:22 |
bapt |
Convert to new options framework |
4.53_2 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
4.53_2 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
4.53_2 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
4.53_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
4.53_1 14 Mar 2011 08:40:07 |
wen |
- Bump PORTREVISION to chase the update of dns/libidn |
4.53 06 Mar 2011 23:19:02 |
pav |
- Chase libextractor shlib raise
Reported by: pointyhat
Pointy hat to: vd |
4.53 31 Jan 2010 08:38:35 |
lwhsu |
- Update to 4.53
PR: ports/143140
Submitted by: Maxim Zakharov <maxime AT maxime.net.ru> |
4.52 27 Apr 2009 01:39:22 |
amdmi3 |
- Update to 4.52
PR: 133997
Submitted by: Maxim Zakharov <maxime at maxime dot net dot ru> |
4.51 13 Jan 2009 11:31:06 |
beech |
- Update to 4.51
- Respect NOPORTDOCS
PR: ports/130490
Submitted by: Maxim Zakharov <maxime@maxime.net.ru> |
4.50_1 29 Dec 2008 22:38:49 |
amdmi3 |
- Chase japanese/chasen-base shlib version bump
- While here, fix misspelled *_DEPENDS, improve APACHE dependency handling, fix
plist |
4.50 21 Aug 2008 06:18:49 |
rafan |
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 ) |
4.50 07 Aug 2008 22:24:01 |
miwi |
- Update to 4.50
PR: 126341
Submitted by: Maxim Zakharov <maxime@maxime.net.ru> |
4.50 29 Jul 2008 15:45:45 |
pav |
- Update to 4.50
PR: ports/126072
Submitted by: Maxim Zakharov <maxime@maxime.net.ru> |
4.49 15 Feb 2008 08:59:15 |
beech |
- 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> |
4.48 27 Oct 2007 22:46:35 |
miwi |
- Update to 4.48
PR: 117570
Submitted by: Maxime Zakharov <maxime@maxime.net.ru> |
4.47 12 Jul 2007 19:35:26 |
miwi |
- Update to 4.47
- Fix build after objformat removal [1]
PR: 114497
Submitted by: Maxime Zakharov <maxime@datapark.ru>
miwi |
4.46 21 Apr 2007 17:39:38 |
miwi |
- Update to 4.46
PR: 111985
Submitted by: Maxim Zakharov <maxime@sochi.net.ru> |
4.45.1 26 Mar 2007 10:02:33 |
miwi |
- Update to 4.45.1
PR: 110841
Submitted by: Maxim Zakharov <maxime@sochi.net.ru> |
4.44 23 Jan 2007 16:16:01 |
miwi |
- Update to 4.44
PR: ports/108245
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> (maintainer) |
4.43 01 Nov 2006 09:52:00 |
miwi |
- Update to 4.43
PR: ports/104933
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.42 06 Sep 2006 08:04:41 |
rafan |
- Update to 4.42
PR: ports/102911
Submitted by: Maxime Zakharov <maxime at sochi.net.ru> |
4.41 15 Aug 2006 01:11:33 |
clsung |
- 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> |
4.41 25 Jul 2006 11:37:02 |
miwi |
- Update to 4.41
PR: ports/100753
Submitted by: Maxime Zakharov <maxime(at)sochi.net.ru>
Approved by: krion (mentor), maintainer |
4.40.1 26 May 2006 17:31:20 |
pav |
- Update to 4.40.1
PR: ports/97927
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.38 18 Mar 2006 14:23:08 |
pav |
- Update to 4.38
PR: ports/94575
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.37_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
4.37 12 Feb 2006 01:27:30 |
lawrance |
Update to 4.37.
PR: ports/93116
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> (maintainer) |
4.35 04 Dec 2005 00:18:15 |
clement |
- 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 |
4.35 03 Dec 2005 19:24:50 |
tdb |
- Update to 4.35
PR: 89882
Submitted by: Maxime Zakharov <maxime@sochi.net.ru>
Approved by: clement (mentor) |
4.34 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
4.34 15 Nov 2005 06:52:12 |
ade |
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. |
4.34 12 Nov 2005 18:52:22 |
pav |
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 |
4.34 02 Nov 2005 02:45:21 |
mnag |
Update to 4.34
PR: 88329
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.33 16 Sep 2005 11:14:28 |
sem |
- Update to 4.33
- Add aspell support (off by default)
PR: ports/86205
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.32 31 Jul 2005 11:21:19 |
sem |
- Update to 4.32
PR: ports/84380
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.31 27 Jun 2005 16:19:59 |
jylefort |
- Update to 4.31 [1]
- Improve pkg-message
[1]:
PR: ports/82560
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.29 03 Jun 2005 20:18:13 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
4.29 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.29 11 Apr 2005 20:28:36 |
ahze |
- Update to 4.29
PR: ports/78652
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.29 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.28 31 Jan 2005 00:35:56 |
girgen |
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) |
4.28 20 Jan 2005 00:07:16 |
pav |
- Update to 4.28
PR: ports/76441
Submitted by: Maxime Zakharov <maxime@sochi.net.ru> |
4.26_1 23 Dec 2004 08:25:47 |
nork |
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 |
4.26 05 Nov 2004 13:02:21 |
arved |
Update to 4.26
PR: 72746
Submitted by: Maxim Zakharov |
4.25 04 Nov 2004 17:21:35 |
leeym |
- update to dpsearch-4.25
- replace spaces with tabs
- utilize DATADIR and PORTDIR |
4.21 03 Nov 2004 15:00:00 |
arved |
Add a database dependency for PACKAGE_BUILDING |
4.21 26 Oct 2004 15:26:43 |
krion |
Chase libraries for new devel/libidn version. |
4.21 14 Oct 2004 08:56:13 |
edwin |
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> |