From gslin@netnews.NCTU.edu.tw  Mon Sep 25 19:17:41 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D93816A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Sep 2006 19:17:41 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 175F043D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Sep 2006 19:17:41 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 33B6C3AD; Tue, 26 Sep 2006 03:17:40 +0800 (CST)
Message-Id: <20060925191740.33B6C3AD@netnews.NCTU.edu.tw>
Date: Tue, 26 Sep 2006 03:17:40 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] devel/p5-subatom: Produce an atom feed from subversion commits
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103644
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-subatom: Produce an atom feed from subversion commits
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 19:20:27 GMT 2006
>Closed-Date:    Thu Sep 28 01:57:36 GMT 2006
>Last-Modified:  Thu Sep 28 02:00:31 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
subatom is a small script to produce an Atom feed from subversion
commits. You can use this with a feed reader to see new commits to
your repository.

WWW:	http://search.cpan.org/dist/subatom/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-subatom-0.09.shar 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:
#
#	p5-subatom
#	p5-subatom/pkg-descr
#	p5-subatom/Makefile
#	p5-subatom/distinfo
#
echo c - p5-subatom
mkdir -p p5-subatom > /dev/null 2>&1
echo x - p5-subatom/pkg-descr
sed 's/^X//' >p5-subatom/pkg-descr << 'END-of-p5-subatom/pkg-descr'
Xsubatom is a small script to produce an Atom feed from subversion
Xcommits. You can use this with a feed reader to see new commits to
Xyour repository.
X
XWWW:	http://search.cpan.org/dist/subatom/
END-of-p5-subatom/pkg-descr
echo x - p5-subatom/Makefile
sed 's/^X//' >p5-subatom/Makefile << 'END-of-p5-subatom/Makefile'
X# New ports collection makefile for:	p5-subatom
X# Date created:		2006-09-26
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	subatom
XPORTVERSION=	0.09
XCATEGORIES=	devel
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/H/HD/HDM
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Produce an atom feed from subversion commits
X
XBUILD_DEPENDS=	${SITE_PERL}/XML/Atom/SimpleFeed.pm:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
XRUN_DEPENDS:=	${BUILD_DEPENDS}
X
XPERL_MODBUILD=	yes
XPLIST_FILES=	bin/subatom
X
XMAN1=		subatom.1
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800	# Inherited from textproc/XML-Atom-SimpleFeed
XIGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-subatom/Makefile
echo x - p5-subatom/distinfo
sed 's/^X//' >p5-subatom/distinfo << 'END-of-p5-subatom/distinfo'
XMD5 (subatom-0.09.tar.gz) = 21989e571cd75c97238122d1276ba7c3
XSHA256 (subatom-0.09.tar.gz) = 3816c54448d6f5c9b705b05fc15b1e281239ff7c01b03c6e95593989f822f5cd
XSIZE (subatom-0.09.tar.gz) = 7213
END-of-p5-subatom/distinfo
exit
--- p5-subatom-0.09.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 25 19:20:44 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103644 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Sep 28 01:57:34 UTC 2006 
State-Changed-Why:  
New port added with lastest version. Thank you. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103644: commit references a PR
Date: Thu, 28 Sep 2006 01:55:33 +0000 (UTC)

 clsung      2006-09-28 01:55:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-subatom     Makefile distinfo pkg-descr 
   Log:
   Add p5-subatom 0.12, produce an atom feed from subversion commits.
   
   PR:             ports/103644
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.2457    +1 -0      ports/devel/Makefile
   1.1       +32 -0     ports/devel/p5-subatom/Makefile (new)
   1.1       +3 -0      ports/devel/p5-subatom/distinfo (new)
   1.1       +5 -0      ports/devel/p5-subatom/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:
