FreshPorts -- The Place For Ports Sun, 6 Jul 2008 8:51 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
doodle 0.6.7_1 deskutils on this many watch lists=1 search for ports that depend on this port
Quickly search documents
Maintained by: jadawin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 Jun 2005 16:18:31


Doodle is a tool to quickly search the documents on a computer. Doodle
builds an index using meta-data contained in the documents and allows
fast searches on the resulting database. Doodle uses libextractor to
support obtaining meta-data from various file-formats. The database
used by doodle is a suffix tree, resulting in fast lookups. Doodle
supports approximate searches.

WWW: http://gnunet.org/doodle/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: textproc/libextractor, devel/gamin, devel/gettext

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


Configuration Options
     No options to configure

Master Sites:
http://gnunet.org/doodle/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:18:34
Original commit files touched by this commit  0.6.7_1
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)
12 Mar 2008 13:27:28
Original commit files touched by this commit  0.6.7
jadawin search for other commits by this committer
- Update maintainer address

Approved by:    thierry (mentor)
13 Dec 2007 08:38:54
Original commit files touched by this commit  0.6.7
rafan search for other commits by this committer
- Update to 0.6.7
- Pass maintainership to submitter

PR:             ports/118641
Submitted by:   Philippe Audeoud <jadawin at tuxaco.net>
23 Jul 2007 10:36:52
Original commit files touched by this commit  0.6.6_1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
19 May 2007 21:32:57
Original commit files touched by this commit  0.6.6_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}.
15 Apr 2007 20:15:42
Original commit files touched by this commit  0.6.6
gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
  letter d-e
25 Jan 2007 16:51:07
Original commit files touched by this commit  0.6.6
vd search for other commits by this committer
Upgrade deskutils/doodle from 0.6.5 to 0.6.6

New version reported by:        shaun (via portscout)
20 Nov 2006 22:03:24
Original commit files touched by this commit  0.6.5
miwi search for other commits by this committer
- Update to 0.6.5

PR:             ports/105695
Submitted by:   Thomas Abthorpe
03 Nov 2006 13:10:57
Original commit files touched by this commit  0.6.3_3
jylefort search for other commits by this committer
Drop maintainership
04 May 2006 22:41:12
Original commit files touched by this commit  0.6.3_3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.6.3_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:24:40
Original commit files touched by this commit  0.6.3_2
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.6.3_2
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.
06 Nov 2005 11:47:28
Original commit files touched by this commit  0.6.3_2
jylefort search for other commits by this committer
Chase the libextractor update.

Reported by:    pointyhat via kris
Ignored by:     kevlo
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.6.3_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
06 Sep 2005 15:24:00
Original commit files touched by this commit  0.6.3
jylefort search for other commits by this committer
Update to 0.6.3
22 Jul 2005 14:58:02
Original commit files touched by this commit  0.6.2
jylefort search for other commits by this committer
Fix build on 4.x

Reported by:    pointyhat via kris
26 Jun 2005 16:17:56
Original commit files touched by this commit  0.6.2
jylefort search for other commits by this committer
Add doodle.

Doodle is a tool to quickly search the documents on a computer. Doodle
builds an index using meta-data contained in the documents and allows
fast searches on the resulting database. Doodle uses libextractor to
support obtaining meta-data from various file-formats. The database
used by doodle is a suffix tree, resulting in fast lookups. Doodle
supports approximate searches.

WWW: http://gnunet.org/doodle/

Submitted by:   Tom McLaughlin <tmclaugh@sdf.lonestar.org>, myself

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 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
Traffic

Calculated hourly:
Port count 18752
Broken 146
Deprecated 98
Ignore 429
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 13
Set to expire 77
Interactive 79
new 24 hours 6
new 48 hours11
new 7 days38
new fortnight73
new month182

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.366 seconds.