diff options
| author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-26 15:17:56 +0000 |
|---|---|---|
| committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-26 15:17:56 +0000 |
| commit | 89e567e0eb5901b66dc5da7e77f3eae153f5e054 (patch) | |
| tree | eb0fe511ba107f83ab46b9d3d64fbf9890d12c85 /deskutils/doodle/files/patch-src_doodle_semaphore.c | |
| parent | 1: Remove USE_X_PREFIX, imlib2 can be image processing library without x11. (diff) | |
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
Diffstat (limited to 'deskutils/doodle/files/patch-src_doodle_semaphore.c')
| -rw-r--r-- | deskutils/doodle/files/patch-src_doodle_semaphore.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/doodle/files/patch-src_doodle_semaphore.c b/deskutils/doodle/files/patch-src_doodle_semaphore.c new file mode 100644 index 000000000000..97127f82a782 --- /dev/null +++ b/deskutils/doodle/files/patch-src_doodle_semaphore.c @@ -0,0 +1,10 @@ +--- src/doodle/semaphore.c.orig Sun Jun 26 15:20:32 2005 ++++ src/doodle/semaphore.c Sun Jun 26 15:20:45 2005 +@@ -36,7 +36,6 @@ + #include <semaphore.h> + #endif + #if SOMEBSD +-# include <pthread_np.h> + #endif + #if SOMEBSD || OSX + # include <sys/file.h> |
