Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (0e35819c0fa1abb006425665a18fcbf79b01cc04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (0e35819c0fa1abb006425665a18fcbf79b01cc04)
  • Date: Sun, 10 Jun 2007 12:28:25 -0500

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

ChangeLog | 4 +
gnome2-apps/gnome-commander/DEPENDS | 35
++++++++++
gnome2-apps/gnome-commander/DETAILS | 18 +++++
gnome2-apps/gnome-commander/HISTORY | 4 +
gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig |binary
libs/libiptcdata/DETAILS | 21 ++++++
libs/libiptcdata/HISTORY | 3
libs/libiptcdata/libiptcdata-1.0.2.tar.gz.sig |binary
8 files changed, 85 insertions(+)

New commits:
commit 0e35819c0fa1abb006425665a18fcbf79b01cc04
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-commander: added two optional_depends

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

libiptcdata: new spell

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

gnome-commander: new spell

diff --git a/ChangeLog b/ChangeLog
index 3da735d..027a351 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-10 Robin Cook <rcook AT wyrms.net>
+ * new spell gnome2-apps/gnome-commander
+ * new spell libs/libiptcdata
+
2007-06-09 George Sherwood <george AT beernabeer.com>
* chat-im/centerim: Created new spell. Fork of centericq
* chat-libs/libotr: Added new spell.
diff --git a/gnome2-apps/gnome-commander/DEPENDS
b/gnome2-apps/gnome-commander/DEPENDS
new file mode 100755
index 0000000..f50c624
--- /dev/null
+++ b/gnome2-apps/gnome-commander/DEPENDS
@@ -0,0 +1,35 @@
+depends glib2 &&
+depends gtk+2 &&
+depends libgnome &&
+depends libgnomeui &&
+depends gnome-vfs2 &&
+
+optional_depends libexif \
+ "--with-libexif" \
+ "--without-libexif" \
+ "Enable libexif support?" &&
+
+optional_depends id3lib \
+ "--with-id3lib" \
+ "--without-id3lib" \
+ "Enable id3lib tag support?" &&
+
+optional_depends libgsf \
+ "--with-libgsf" \
+ "--without-libgsf" \
+ "Enable libgsf support?" &&
+
+optional_depends chmlib \
+ "--with-libchm" \
+ "--without-libchm" \
+ "Enable support for chm files?" &&
+
+optional_depends libiptcdata \
+ "--with-libiptcdata" \
+ "--without-libiptcdata" \
+ "Enable IPTC meta data support?" &&
+
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "Enable python plugins?"
diff --git a/gnome2-apps/gnome-commander/DETAILS
b/gnome2-apps/gnome-commander/DETAILS
new file mode 100755
index 0000000..8c95dc0
--- /dev/null
+++ b/gnome2-apps/gnome-commander/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gnome-commander
+ VERSION=1.2.4
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.nongnu.org
+ ENTERED=20070610
+ KEYWORDS="filemanager gnome2"
+ SHORT="2 pane grapical filemanager"
+cat << EOF
+GNOME Commander is a "two-pane" graphical filemanager for the Gnome desktop
+environment. GNOME Commander aims to fulfill the demands of more advanced
users
+who like to focus on file management, their work through special
applications
+and running smart commands.
+EOF
diff --git a/gnome2-apps/gnome-commander/HISTORY
b/gnome2-apps/gnome-commander/HISTORY
new file mode 100644
index 0000000..a23d3d1
--- /dev/null
+++ b/gnome2-apps/gnome-commander/HISTORY
@@ -0,0 +1,4 @@
+2007-06-10 Robin Cook <rcook AT wyrms.net>
+ * Initial version of spell
+ * DETAILS, DEPENDS
+
diff --git a/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
b/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
new file mode 100644
index 0000000..3b870f2
Binary files /dev/null and
b/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig differ
diff --git a/libs/libiptcdata/DETAILS b/libs/libiptcdata/DETAILS
new file mode 100755
index 0000000..fc5b575
--- /dev/null
+++ b/libs/libiptcdata/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libiptcdata
+ VERSION=1.0.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://libiptcdata.sourceforge.net/
+ ENTERED=20070610
+ KEYWORDS="libs"
+ SHORT="IPTC metadata library"
+cat << EOF
+ibiptcdata is a library, written in C, for manipulating the International
Press
+Telecommunications Council (IPTC) metadata stored within multimedia files
such
+as images. This metadata can include captions and keywords, often used by
+popular photo management applications. The library provides routines for
+parsing, viewing, modifying, and saving this metadata. The library is
licensed
+under the GNU Library General Public License (GNU LGPL). The libiptcdata
package
+also includes a command-line utility, iptc, for editing IPTC data in JPEG
files,
+as well as Python bindings.
+EOF
diff --git a/libs/libiptcdata/HISTORY b/libs/libiptcdata/HISTORY
new file mode 100644
index 0000000..9735722
--- /dev/null
+++ b/libs/libiptcdata/HISTORY
@@ -0,0 +1,3 @@
+2007-06-10 Robin Cook <rcook AT wyrms.net>
+ * Initial Spell
+ * DETAILS
diff --git a/libs/libiptcdata/libiptcdata-1.0.2.tar.gz.sig
b/libs/libiptcdata/libiptcdata-1.0.2.tar.gz.sig
new file mode 100644
index 0000000..5131e4a
Binary files /dev/null and b/libs/libiptcdata/libiptcdata-1.0.2.tar.gz.sig
differ




Archive powered by MHonArc 2.6.24.

Top of Page