Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (8e4427f80fd9d92d5ab100636b3dd64d05ab9265)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (8e4427f80fd9d92d5ab100636b3dd64d05ab9265)
  • Date: Sun, 18 Jul 2010 07:54:06 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 3 +++
ftp/tucan/BUILD | 1 +
ftp/tucan/DEPENDS | 6 ++++++
ftp/tucan/DETAILS | 22 ++++++++++++++++++++++
ftp/tucan/HISTORY | 2 ++
ftp/tucan/PRE_BUILD | 4 ++++
6 files changed, 38 insertions(+)

New commits:
commit 8e4427f80fd9d92d5ab100636b3dd64d05ab9265
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

ftp/tucan: new spell for gtk file sharing manager

diff --git a/ChangeLog b/ChangeLog
index 85eceaa..39751c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-07-18 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * ftp/tucan: new spell, file sharing manager
+
2010-07-17 Ladislav Hagara <hgr AT vabo.cz>
* utils/since: new spell, display content of a file since the last
time

diff --git a/ftp/tucan/BUILD b/ftp/tucan/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/ftp/tucan/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ftp/tucan/DEPENDS b/ftp/tucan/DEPENDS
new file mode 100755
index 0000000..f2a99aa
--- /dev/null
+++ b/ftp/tucan/DEPENDS
@@ -0,0 +1,6 @@
+depends python &&
+depends pygtk2 &&
+depends pil &&
+depends tesseract &&
+depends librsvg2
+
diff --git a/ftp/tucan/DETAILS b/ftp/tucan/DETAILS
new file mode 100755
index 0000000..67b637c
--- /dev/null
+++ b/ftp/tucan/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=tucan
+ VERSION=0.3.9
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://forja.rediris.es/frs/download.php/1470/${SOURCE}
+ LICENSE[0]=GPL
+
SOURCE_HASH=sha512:c277564576d894b7738be9463f0bb2d403c35f991896738087bfad0358efe76f5161f978de5fba370ffbf4b74ceec821d1611d60634d219dfc3451ec09c61267
+ WEB_SITE=http://www.tucaneando.com
+ ENTERED=20100718
+ KEYWORDS="ftp,share,file"
+ SHORT="Open-source File sharing manager "
+cat << EOF
+Tucan Manager is a free file sharing application designed for 1-Click
Hosters.
+
+Fast and lightweight, Tucan is fully open-source and compatible with
Windows,
+GNU/Linux, and MacOSX.
+
+With Tucan's modular support for the principal Hosters, captcha resolution,
+interchangeable links, premium user accounts, and many other great features,
+you'll learn why users around the world are making the switch to free,
+open 1-Click Hosted file sharing.
+EOF
diff --git a/ftp/tucan/HISTORY b/ftp/tucan/HISTORY
new file mode 100644
index 0000000..e86f3e9
--- /dev/null
+++ b/ftp/tucan/HISTORY
@@ -0,0 +1,2 @@
+2010-07-18 Philippe "Puppet_Master" Caseiro
+ * PRE_BUILD, BUILD, DETAILS: spell created
diff --git a/ftp/tucan/PRE_BUILD b/ftp/tucan/PRE_BUILD
new file mode 100755
index 0000000..a23502b
--- /dev/null
+++ b/ftp/tucan/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:/usr/local:$INSTALL_ROOT/usr:" Makefile
+



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (8e4427f80fd9d92d5ab100636b3dd64d05ab9265), Puppet_Master, 07/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page