aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/createtorrent
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-01-07 20:23:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-01-07 20:23:50 +0000
commit9a71827f91d1aa7d9194dbef9ff4fb604f4e8a92 (patch)
tree251aa1137be409a870506181a29fcbf8105c9274 /net-p2p/createtorrent
parent1249464961ad5e296da02f1b82c09edfa4c058ff (diff)
downloadports-9a71827f91d1aa7d9194dbef9ff4fb604f4e8a92.tar.gz
ports-9a71827f91d1aa7d9194dbef9ff4fb604f4e8a92.zip
Notes
Diffstat (limited to 'net-p2p/createtorrent')
-rw-r--r--net-p2p/createtorrent/Makefile32
-rw-r--r--net-p2p/createtorrent/distinfo3
-rw-r--r--net-p2p/createtorrent/pkg-descr8
3 files changed, 43 insertions, 0 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile
new file mode 100644
index 000000000000..87500d6fd33d
--- /dev/null
+++ b/net-p2p/createtorrent/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: createtorrent
+# Date created: 7 Jan 2007
+# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= createtorrent
+PORTVERSION= 1.1.0
+CATEGORIES= net-p2p
+MASTER_SITES= http://www.createtorrent.com/ \
+ http://critical.ch/distfiles/ \
+ http://energy.critical.ch/distfiles/
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Create BitTorrent files from the command line
+
+GNU_CONFIGURE= yes
+USE_OPENSSL= yes
+
+PLIST_FILES= bin/createtorrent
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.x
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.post.mk>
diff --git a/net-p2p/createtorrent/distinfo b/net-p2p/createtorrent/distinfo
new file mode 100644
index 000000000000..b58f8757b97f
--- /dev/null
+++ b/net-p2p/createtorrent/distinfo
@@ -0,0 +1,3 @@
+MD5 (createtorrent-1.1.0.tar.gz) = 83629290d40acb501ac0da04253011e0
+SHA256 (createtorrent-1.1.0.tar.gz) = 2d27de72a28ade2bed18263a0570fe7d200f47ef60f0e7e4caa7ea7346bf03fc
+SIZE (createtorrent-1.1.0.tar.gz) = 77131
diff --git a/net-p2p/createtorrent/pkg-descr b/net-p2p/createtorrent/pkg-descr
new file mode 100644
index 000000000000..52ab4e081206
--- /dev/null
+++ b/net-p2p/createtorrent/pkg-descr
@@ -0,0 +1,8 @@
+CreateTorrent is a small and fast command line utility 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.
+
+WWW: http://www.createtorrent.com/
+
+- ehaupt
+ehaupt@FreeBSD.org