From hrkfrd@googlemail.com  Sun Jun 29 14:59:05 2008
Return-Path: <hrkfrd@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 872F4106567C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2008 14:59:05 +0000 (UTC)
	(envelope-from hrkfrd@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157])
	by mx1.freebsd.org (Postfix) with ESMTP id 10FA98FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2008 14:59:04 +0000 (UTC)
	(envelope-from hrkfrd@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id l26so732249fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2008 07:59:04 -0700 (PDT)
Received: by 10.86.65.9 with SMTP id n9mr4786503fga.76.1214749955062;
        Sun, 29 Jun 2008 07:32:35 -0700 (PDT)
Received: from megawr.ath.cx ( [87.122.75.25])
        by mx.google.com with ESMTPS id e11sm6936213fga.4.2008.06.29.07.32.33
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 29 Jun 2008 07:32:34 -0700 (PDT)
Received: from megawr.ath.cx (localhost [127.0.0.1])
	by megawr.ath.cx (8.14.2/8.14.2) with ESMTP id m5TEWXa0050171
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2008 16:32:33 +0200 (CEST)
	(envelope-from henrik@megawr.ath.cx)
Received: (from henrik@localhost)
	by megawr.ath.cx (8.14.2/8.14.2/Submit) id m5TEWXAF050170;
	Sun, 29 Jun 2008 16:32:33 +0200 (CEST)
	(envelope-from henrik)
Message-Id: <200806291432.m5TEWXAF050170@megawr.ath.cx>
Date: Sun, 29 Jun 2008 16:32:33 +0200 (CEST)
From: Henrik Friedrichsen <hrkfrd@googlemail.com>
Reply-To: Henrik Friedrichsen <hrkfrd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net-p2p/hrktorrent a console torrent client using rb_libtorrent
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125102
>Category:       ports
>Synopsis:       New port: net-p2p/hrktorrent a console torrent client using rb_libtorrent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 29 15:00:13 UTC 2008
>Closed-Date:    Sat Jul 19 23:18:55 UTC 2008
>Last-Modified:  Sat Jul 19 23:20:01 UTC 2008
>Originator:     Henrik Friedrichsen
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dsp.megawr.ath.cx 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Jun 15 12:30:12 CEST 2008 root@dsp.megawr.ath.cx:/usr/src/sys/i386/compile/KRAFTWERK i386

>Description:
hrktorrent is a light console torrent client using rasterbar's libtorrent. It supports DHT and an IPFilter.

WWW: http://henrik.unit5.ca/hrktorrent/
>How-To-Repeat:
	
>Fix:

	

--- hrktorrent.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	hrktorrent
#	hrktorrent/files
#	hrktorrent/files/patch-vars.mk
#	hrktorrent/Makefile
#	hrktorrent/distinfo
#	hrktorrent/pkg-descr
#	hrktorrent/pkg-message
#
echo c - hrktorrent
mkdir -p hrktorrent > /dev/null 2>&1
echo c - hrktorrent/files
mkdir -p hrktorrent/files > /dev/null 2>&1
echo x - hrktorrent/files/patch-vars.mk
sed 's/^X//' >hrktorrent/files/patch-vars.mk << 'END-of-hrktorrent/files/patch-vars.mk'
X--- vars.mk.orig	2008-06-29 16:18:44.000000000 +0200
X+++ vars.mk	2008-06-29 16:18:52.000000000 +0200
X@@ -4,5 +4,5 @@
X OBJ		= main.o core.o settings.o utils.o ipfilter.o
X OUT		= hrktorrent
X CXXFLAGS	+= `pkg-config --cflags libtorrent`
X-LIBS		= `pkg-config --libs libtorrent` -lpthread
X+LIBS		= `pkg-config --libs libtorrent` -pthread
X
END-of-hrktorrent/files/patch-vars.mk
echo x - hrktorrent/Makefile
sed 's/^X//' >hrktorrent/Makefile << 'END-of-hrktorrent/Makefile'
X# Ports collection makefile for:	hrktorrent
X# Date created:				Jun 29, 2008
X# Whom:					hrkfrd@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	hrktorrent
XPORTVERSION=	0.3.2
XCATEGORIES=	net-p2p
XMASTER_SITES=	http://henrik.unit5.ca/hrktorrent/
X
XMAINTAINER=	hrkfrd@gmail.com
XCOMMENT=	A light console torrent client using rasterbar's libtorrent
X
XLIB_DEPENDS=	torrent.1:${PORTSDIR}/net-p2p/rblibtorrent
X
XUSE_BZIP2=	yes
X
XPLIST_FILES=    bin/hrktorrent \
X		share/examples/hrktorrent/hrktorrent.rc
XPLIST_DIRS=	share/examples/hrktorrent
X
XMAN1=		hrktorrent.1
XMANCOMPRESSED=	no
X
Xpost-install:
X	@${STRIP_CMD} ${PREFIX}/bin/hrktorrent
X	@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
X		${PKGDIR}/pkg-message
X
X.include <bsd.port.mk>
END-of-hrktorrent/Makefile
echo x - hrktorrent/distinfo
sed 's/^X//' >hrktorrent/distinfo << 'END-of-hrktorrent/distinfo'
XMD5 (hrktorrent-0.3.2.tar.bz2) = 17809a039c8dead47d65dd8b029f052a
XSHA256 (hrktorrent-0.3.2.tar.bz2) = 2de5ab866edfa0eb4b819b05f5be0ab7fc79ea5fbd5b266e40ded1c11f1fedf8
XSIZE (hrktorrent-0.3.2.tar.bz2) = 7637
END-of-hrktorrent/distinfo
echo x - hrktorrent/pkg-descr
sed 's/^X//' >hrktorrent/pkg-descr << 'END-of-hrktorrent/pkg-descr'
Xhrktorrent is a light console torrent client using rasterbar's libtorrent.
XIt supports the IPFilter and DHT implementation of libtorrent.
XIt is aimed to be light and fast.
X
XWWW: http://henrik.unit5.ca/hrktorrent/
END-of-hrktorrent/pkg-descr
echo x - hrktorrent/pkg-message
sed 's/^X//' >hrktorrent/pkg-message << 'END-of-hrktorrent/pkg-message'
X-----------------------------------------------------------------
XA default hrktorrent.rc config has been installed to:
X PREFIX/share/examples/hrktorrent.rc
XCopy it to ~/.hrktorrent/ and modify it. 
XTo use the IPFilter, move the rulefile the same dir and name it:
X ipfilter.dat.
X-----------------------------------------------------------------
END-of-hrktorrent/pkg-message
exit
--- hrktorrent.sh ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sat Jul 19 13:20:20 UTC 2008 
State-Changed-Why:  
Howdy, 

The build failed, Could you please take a look at it? 

http://amd64.miwibox.org//index.php?action=describe_port&id=1446 
http://i386.miwibox.org/index.php?action=describe_port&id=1509 

Thanks! 



http://www.freebsd.org/cgi/query-pr.cgi?pr=125102 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jul 19 23:18:54 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125102 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125102: commit references a PR
Date: Sat, 19 Jul 2008 23:19:04 +0000 (UTC)

 miwi        2008-07-19 23:18:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p              Makefile 
   Added files:
     net-p2p/hrktorrent   Makefile distinfo pkg-descr pkg-message 
     net-p2p/hrktorrent/files patch-vars.mk 
   Log:
   hrktorrent is a light console torrent client using rasterbar's libtorrent.
   It supports the IPFilter and DHT implementation of libtorrent.
   It is aimed to be light and fast.
   
   WWW: http://henrik.unit5.ca/hrktorrent/
   
   PR:             ports/125102
   Submitted by:   hrkfrd at gmail.com
   
   Revision  Changes    Path
   1.63      +1 -0      ports/net-p2p/Makefile
   1.1       +33 -0     ports/net-p2p/hrktorrent/Makefile (new)
   1.1       +3 -0      ports/net-p2p/hrktorrent/distinfo (new)
   1.1       +9 -0      ports/net-p2p/hrktorrent/files/patch-vars.mk (new)
   1.1       +5 -0      ports/net-p2p/hrktorrent/pkg-descr (new)
   1.1       +7 -0      ports/net-p2p/hrktorrent/pkg-message (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
