aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/createtorrent
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-01-08 04:23:50 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-01-08 04:23:50 +0800
commitb502f877455909fec09ebc7f9c5c4ab10084e844 (patch)
treea2475243caf404b607e471816ce386ed7fe44a7e /net-p2p/createtorrent
parent08b3bcb6f622f703b1cce4e5da8ed83ec4429cf4 (diff)
downloadfreebsd-ports-graphics-b502f877455909fec09ebc7f9c5c4ab10084e844.tar.gz
freebsd-ports-graphics-b502f877455909fec09ebc7f9c5c4ab10084e844.tar.zst
freebsd-ports-graphics-b502f877455909fec09ebc7f9c5c4ab10084e844.zip
Add createtorrent 1.1.0, create BitTorrent files from the command line.
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 00000000000..87500d6fd33
--- /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 00000000000..b58f8757b97
--- /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 00000000000..52ab4e08120
--- /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