From nobody@FreeBSD.org  Fri Dec  4 04:53:04 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F08DA106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Dec 2009 04:53:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E097B8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Dec 2009 04:53:04 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nB44r43c057842
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Dec 2009 04:53:04 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nB44r4F5057841;
	Fri, 4 Dec 2009 04:53:04 GMT
	(envelope-from nobody)
Message-Id: <200912040453.nB44r4F5057841@www.freebsd.org>
Date: Fri, 4 Dec 2009 04:53:04 GMT
From: okeeblow <root@cooltrainer.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: sysutils/abgx360
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141159
>Category:       ports
>Synopsis:       New port: sysutils/abgx360
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 04 05:00:04 UTC 2009
>Closed-Date:    Sun Dec 13 00:24:42 UTC 2009
>Last-Modified:  Sun Dec 13 00:30:59 UTC 2009
>Originator:     okeeblow
>Release:        
>Organization:
>Environment:
>Description:
abgx360 is a program capable of verifying and repairing Xbox 360 backup
images to help you protect your investment in game media from
damage by accidents or children.

WWW: http://abgx360.net/

abgx360 understands the reverse-engineered Xbox 360 disc format and
has the ability to download hashes of copyrighted Microsoft data for
comparison and verification of your own disc images. Both of these
features may be unlawful under the DMCA or similar laws.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	abgx360
#	abgx360/Makefile
#	abgx360/distinfo
#	abgx360/pkg-descr
#
echo c - abgx360
mkdir -p abgx360 > /dev/null 2>&1
echo x - abgx360/Makefile
sed 's/^X//' >abgx360/Makefile << '1e850ca8f9fc0f7415f72bf2339963b0'
X# New ports collection makefile for:   abgx360
X# Date created:        21 November 2009
X# Whom:                okeeblow <root@cooltrainer.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	abgx360
XPORTVERSION=	1.0.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://abgx360.x-scene.com/
X
XMAINTAINER=	root@cooltrainer.org
XCOMMENT=	Verify and repair Xbox 360 backup images
X
XBUILD_DEPENDS=	curl:${PORTSDIR}/ftp/curl
X
XPLIST_FILES=	bin/abgx360
X
XGNU_CONFIGURE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin
X
X.include <bsd.port.mk>
1e850ca8f9fc0f7415f72bf2339963b0
echo x - abgx360/distinfo
sed 's/^X//' >abgx360/distinfo << 'ab3e00f83dac3c0db3d44b285eadea72'
XMD5 (abgx360-1.0.2.tar.gz) = db9164b3a7fb8d027d259810a0ab6bff
XSHA256 (abgx360-1.0.2.tar.gz) = 0b81c2a527c1ea49814a8f74285fb4ed0b1421f712eadd3de198caebbfe223d4
XSIZE (abgx360-1.0.2.tar.gz) = 260758
ab3e00f83dac3c0db3d44b285eadea72
echo x - abgx360/pkg-descr
sed 's/^X//' >abgx360/pkg-descr << 'dd5d5bca23e698d1c5e4df668b1fbf72'
Xabgx360 is a program capable of verifying and repairing Xbox 360 backup
Ximages to help you protect your investment in game media from
Xdamage by accidents or children.
X
XWWW: http://abgx360.net/
X
Xabgx360 understands the reverse-engineered Xbox 360 disc format and
Xhas the ability to download hashes of copyrighted Microsoft data for
Xcomparison and verification of your own disc images. Both of these
Xfeatures may be unlawful under the DMCA or similar laws.
dd5d5bca23e698d1c5e4df668b1fbf72
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Dec 4 10:59:28 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141159 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Dec 13 00:24:41 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141159: commit references a PR
Date: Sun, 13 Dec 2009 00:24:57 +0000 (UTC)

 miwi        2009-12-13 00:24:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/abgx360     Makefile distinfo pkg-descr 
   Log:
   abgx360 is a program capable of verifying and repairing Xbox 360 backup
   images to help you protect your investment in game media from
   damage by accidents or children.
   
   WWW: http://abgx360.net/
   
   PR:             ports/141159
   Submitted by:   okeeblow <root at cooltrainer.org>
   
   Revision  Changes    Path
   1.1149    +1 -0      ports/sysutils/Makefile
   1.1       +26 -0     ports/sysutils/abgx360/Makefile (new)
   1.1       +3 -0      ports/sysutils/abgx360/distinfo (new)
   1.1       +5 -0      ports/sysutils/abgx360/pkg-descr (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:
