1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Add createtorrent 1.1.0, create BitTorrent files from the command line.

This commit is contained in:
Emanuel Haupt 2007-01-07 20:23:50 +00:00
parent 1249464961
commit 9a71827f91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181707
4 changed files with 44 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += btpeer
SUBDIR += btqueue
SUBDIR += cdonkey
SUBDIR += createtorrent
SUBDIR += ctorrent
SUBDIR += dcd
SUBDIR += dclib

View File

@ -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>

View File

@ -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

View File

@ -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