Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Wed, 24 May 2006 23:36:25 -0500

GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/nautilus2/DEPENDS | 16 ++++++++--
gnome2-libs/nautilus2/HISTORY | 2 +
gnome2-libs/tracker/DEPENDS | 15 +++++++++
gnome2-libs/tracker/DETAILS | 36
+++++++++++++++++++++++
gnome2-libs/tracker/HISTORY | 2 +
gnome2-libs/tracker/tracker-0.0.4.tar.gz.sig |binary
libs/libextractor/DETAILS | 24 ++++++++++-----
libs/libextractor/HISTORY | 5 +++
libs/libextractor/libextractor-0.5.14.tar.gz.sig |binary
9 files changed, 89 insertions(+), 11 deletions(-)

New commits:
commit 90838192f84014abd06e91c09b554f53977c5a17
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

nautilus2: added missing \'s

commit 2a0d628ef082c67f5d39998328a180cd3c0c2b05
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

tracker: new spell added

commit 92cafd4f9236fea1296c9952e0e0cbaad11db584
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libextractor: updated to 0.5.14

commit d7d5667372d6bdab0368e85da20e78dcf775b257
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

nautilus2: added tracker and beagle as optional depends

diff --git a/gnome2-libs/nautilus2/DEPENDS b/gnome2-libs/nautilus2/DEPENDS
index 47e0d8b..861cb3d 100755
--- a/gnome2-libs/nautilus2/DEPENDS
+++ b/gnome2-libs/nautilus2/DEPENDS
@@ -8,6 +8,16 @@ depends scrollkeeper &&
depends libexif &&
depends esound &&

-optional_depends "vorbis-tools" "" "" "for ogg audio playback" &&
-optional_depends "MPG123" "" "" "for mp3 audio playback" &&
-optional_depends "sox" "" "" "for more audio playback"
+optional_depends vorbis-tools "" "" "for ogg audio playback" &&
+optional_depends MPG123 "" "" "for mp3 audio playback" &&
+optional_depends sox "" "" "for more audio playback" &&
+
+optional_depends tracker \
+ "--enable-tracker" \
+ "--disable-tracker" \
+ "Enable tracker support?" &&
+
+optional_depends beagle \
+ "--enable-tracker" \
+ "--disable-tracker" \
+ "Enable beagle support?"
diff --git a/gnome2-libs/nautilus2/HISTORY b/gnome2-libs/nautilus2/HISTORY
index b03c9d1..0f78b16 100644
--- a/gnome2-libs/nautilus2/HISTORY
+++ b/gnome2-libs/nautilus2/HISTORY
@@ -1,5 +1,7 @@
2006-05-24 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added esound (bug #11934)
+ added tracker as optional depends
+ added beagle as optional depends

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




Archive powered by MHonArc 2.6.24.

Top of Page