Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (3080ebe2467c164fcbb36049be678d6fcc2ed807)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (3080ebe2467c164fcbb36049be678d6fcc2ed807)
  • Date: Sat, 1 Dec 2007 14:24:46 -0600

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 3 +++
ftp/createtorrent/DEPENDS | 1 +
ftp/createtorrent/DETAILS | 16 ++++++++++++++++
ftp/createtorrent/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit 3080ebe2467c164fcbb36049be678d6fcc2ed807
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

ftp/createtorrent: new spell, light BitTorrent file creator

diff --git a/ChangeLog b/ChangeLog
index 46e10f2..9c3986b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-01 Elisamuel Resto <ryuji AT sourcemage.org>
+ * ftp/createtorrent: new spell, light BitTorrent file creator
+
2007-12-01 Ismael Luceno <ismael AT sourcemage.org>
* devel/codeblocks: new spell, wxwidgets based IDE

diff --git a/ftp/createtorrent/DEPENDS b/ftp/createtorrent/DEPENDS
new file mode 100755
index 0000000..9e8bba9
--- /dev/null
+++ b/ftp/createtorrent/DEPENDS
@@ -0,0 +1 @@
+depends openssl
diff --git a/ftp/createtorrent/DETAILS b/ftp/createtorrent/DETAILS
new file mode 100755
index 0000000..ab930e7
--- /dev/null
+++ b/ftp/createtorrent/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=createtorrent
+ VERSION=1.1.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.createtorrent.com/${SOURCE}
+
SOURCE_HASH=sha512:33d05bdd0510c3e7b151ef30fca26012dc5f3db0e9502d833995e82089200f33990a05a160ad9ae64213e29c25fda930162a387e0a59542f8690ef387dbedfcb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.createtorrent.com/";
+ LICENSE[0]=GPL
+ ENTERED=20071107
+ SHORT="Utility to create BitTorrent files"
+cat << EOF
+CreateTorrent is a small and fast command line utility for all Linux and Unix
+operating systems to create BitTorrent files easily. BitTorrent files can
+be created from either one file or a collection of files that are grouped
+together into a directory.
+EOF
diff --git a/ftp/createtorrent/HISTORY b/ftp/createtorrent/HISTORY
new file mode 100644
index 0000000..470e053
--- /dev/null
+++ b/ftp/createtorrent/HISTORY
@@ -0,0 +1,3 @@
+2007-11-07 Elisamuel Resto <ryuji AT mages.ath.cx>
+ * DEPENDS, DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (3080ebe2467c164fcbb36049be678d6fcc2ed807), Elisamuel Resto, 12/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page