2006-05-21 Robin Cook <rcook AT wyrms.net>
* DETAILS: added PATCHLEVEL
diff --git a/gnome2-libs/tracker/DEPENDS b/gnome2-libs/tracker/DEPENDS
new file mode 100755
index 0000000..fef2b63
--- /dev/null
+++ b/gnome2-libs/tracker/DEPENDS
@@ -0,0 +1,15 @@
+depends glib2 &&
+depends dbus &&
+depends bzip2 &&
+depends zlib &&
+depends libvorbis &&
+depends gtk+2 &&
+depends libextractor &&
+depends mysql &&
+sub_depends mysql embedded &&
+
+optional_depends FAM \
+ "" \
+ "--disable-fam" \
+ "Use FAM if inotify not available?"
+
diff --git a/gnome2-libs/tracker/DETAILS b/gnome2-libs/tracker/DETAILS
new file mode 100755
index 0000000..47765e3
--- /dev/null
+++ b/gnome2-libs/tracker/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=tracker
+ VERSION=0.0.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.gnome.org/~jamiemcc/${SPELL}/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://freedesktop.org/wiki/Software/Tracker
+ ENTERED=20060524
+ KEYWORDS="search gnome2 libs"
+ SHORT="Metadata database and indexer framework"
+cat << EOF
+Tracker is a powerful desktop-neutral first class object database,
tag/metadata
+database, search tool and indexer.
+
+Tracker is also extremely fast and super efficient with your systems memory
when
+compared with some other competing frameworks
+
+It consists of a common object database that allows entities to have an
almost
+infinte number of properties, metadata (both embedded/harvested as well as
user
+definable), a comprehensive database of keywords/tags and links to other
+entities.
+
+It provides additional features for file based objects including context
linking
+and audit trails for a file object.
+
+It has the ability to index, store, harvest metadata. retrieve and search
all
+types of files and other first class objects.
+
+First class object support includes : Files, Documents, Music, Images,
Videos,
+Playlists*, Notes*, Applications*, Contacts*, Emails*, Conversations*,
+Appointments*, Tasks*, Bookmarks*, History* and Projects*
+
+(* these services are not currently indexed at the moment but will be in
later
+versions)
+EOF
diff --git a/gnome2-libs/tracker/HISTORY b/gnome2-libs/tracker/HISTORY
new file mode 100644
index 0000000..c495a2c
--- /dev/null
+++ b/gnome2-libs/tracker/HISTORY
@@ -0,0 +1,2 @@
+2006-05-24 Robin Cook <rcook AT wyrms.net>
+ * Initial Spell
diff --git a/gnome2-libs/tracker/tracker-0.0.4.tar.gz.sig
b/gnome2-libs/tracker/tracker-0.0.4.tar.gz.sig
new file mode 100644
index 0000000..3dd08c6
Binary files /dev/null and b/gnome2-libs/tracker/tracker-0.0.4.tar.gz.sig
differ
diff --git a/libs/libextractor/DETAILS b/libs/libextractor/DETAILS
index a228dea..aa22fe9 100755
--- a/libs/libextractor/DETAILS
+++ b/libs/libextractor/DETAILS
@@ -1,21 +1,29 @@
SPELL=libextractor
- VERSION=0.5.11
-
SOURCE_HASH='sha512:37b04783caa52c77d1b9d31ed55115864713bbd369bc106d3803473a7166dfa72374b2d1745c2974dc3ea88b01f35f1f364a00a8dc925812c0d686a78e34c381'
+ VERSION=0.5.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://gnunet.org/libextractor/download/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
WEB_SITE=http://www.ovmj.org/samanta/libextractor/
ENTERED=20050201
UPDATED=20050201
- LICENSE[0]=GPL
- BUILD_API=2
KEYWORDS="libs"
SHORT="A library used to extract meta-data from files"
cat << EOF
-libextractor is a library used to extract meta-data from files of arbitrary
type. It is designed to use helper-libraries to perform the actual
extraction, and to be trivially extendable by linking against external
extractors for additional file types.
+libextractor is a library used to extract meta-data from files of arbitrary
+type. It is designed to use helper-libraries to perform the actual
extraction,
+and to be trivially extendable by linking against external extractors for
+additional file types.
-The goal is to provide developers of file-sharing networks or WWW-indexing
bots with a universal library to obtain simple keywords to match against
queries. libextractor contains a shell-command "extract" that, similar to the
well-known "file" command, can extract meta-data from a file an print the
results to stdout.
+The goal is to provide developers of file-sharing networks or WWW-indexing
bots
+ with a universal library to obtain simple keywords to match against
queries.
+libextractor contains a shell-command "extract" that, similar to the
well-known
+"file" command, can extract meta-data from a file an print the results to
+stdout.
-Currently, libExtractor supports the following formats: HTML, PDF, PS, OLE2
(DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and
ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL,
RIFF (AVI), MPEG, QT and ASF.
-Also, various additional MIME types are detected.
+Currently, libExtractor supports the following formats: HTML, PDF, PS, OLE2
+(DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1
and
+ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL,
RIFF
+(AVI), MPEG, QT and ASF. Also, various additional MIME types are detected.
EOF
diff --git a/libs/libextractor/HISTORY b/libs/libextractor/HISTORY
index 0154faa..4165b7f 100644
--- a/libs/libextractor/HISTORY
+++ b/libs/libextractor/HISTORY
@@ -1,3 +1,8 @@
+2006-05-24 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.5.14
+ removed BUILD_API
+ cleaned up long description
+
2006-03-15 Sergey Lipnevich <sergey AT sourcemage.org>
* DETAILS: upgrade to 0.5.11.
diff --git a/libs/libextractor/libextractor-0.5.14.tar.gz.sig
b/libs/libextractor/libextractor-0.5.14.tar.gz.sig
new file mode 100644
index 0000000..de4e487
Binary files /dev/null and b/libs/libextractor/libextractor-0.5.14.tar.gz.sig
differ
[SM-Commit] GIT changes to test grimoire by Robin Cook
, (continued)