summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2007-12-01 16:16:10 -0400
committerElisamuel Resto2007-12-01 16:21:05 -0400
commit3080ebe2467c164fcbb36049be678d6fcc2ed807 (patch)
tree0c714fcf3a26b114e9478d735767cc9da521f070
parentd61c0f44f412815ccbcfef9c6393c42e174e1ca0 (diff)
ftp/createtorrent: new spell, light BitTorrent file creator
-rw-r--r--ChangeLog3
-rwxr-xr-xftp/createtorrent/DEPENDS1
-rwxr-xr-xftp/createtorrent/DETAILS16
-rw-r--r--ftp/createtorrent/HISTORY3
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46e10f2a78..9c3986bb4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-01 Elisamuel Resto <ryuji@sourcemage.org>
+ * ftp/createtorrent: new spell, light BitTorrent file creator
+
2007-12-01 Ismael Luceno <ismael@sourcemage.org>
* devel/codeblocks: new spell, wxwidgets based IDE
diff --git a/ftp/createtorrent/DEPENDS b/ftp/createtorrent/DEPENDS
new file mode 100755
index 0000000000..9e8bba9927
--- /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 0000000000..ab930e7de9
--- /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 0000000000..470e053075
--- /dev/null
+++ b/ftp/createtorrent/HISTORY
@@ -0,0 +1,3 @@
+2007-11-07 Elisamuel Resto <ryuji@mages.ath.cx>
+ * DEPENDS, DETAILS, HISTORY: spell created
+