From markun@onohara.to  Mon Jul 13 14:09:15 2009
Return-Path: <markun@onohara.to>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 01044106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jul 2009 14:09:15 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: from gate.onohara.to (gate.onohara.to [202.222.28.229])
	by mx1.freebsd.org (Postfix) with ESMTP id CC8188FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jul 2009 14:09:14 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: by gate.onohara.to (Postfix, from userid 1000)
	id 163A22845B; Mon, 13 Jul 2009 23:09:15 +0900 (JST)
Message-Id: <20090713140915.163A22845B@gate.onohara.to>
Date: Mon, 13 Jul 2009 23:09:15 +0900 (JST)
From: TERAMOTO Masahiro <markun@onohara.to>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/rubygem-htmlentities: HTML entity encoding and decoding for Ruby
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136713
>Category:       ports
>Synopsis:       [NEW PORT] textproc/rubygem-htmlentities: HTML entity encoding and decoding for Ruby
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 13 14:10:03 UTC 2009
>Closed-Date:    Mon Jul 13 22:13:25 UTC 2009
>Last-Modified:  Mon Jul 13 22:20:00 UTC 2009
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 6.4-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 6.4-RELEASE-p5 FreeBSD 6.4-RELEASE-p5 #0: Wed Jun 10 06:39:45 UTC 2009
>Description:
HTMLEntities is a simple library to facilitate encoding and decoding of
named (&yacute; and so on) or numerical (&#123; or &#x12a;) entities
in HTML and XHTML documents.

WWW:	http://rubyforge.org/projects/htmlentities/

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

--- rubygem-htmlentities-4.0.0.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:
#
#	rubygem-htmlentities
#	rubygem-htmlentities/pkg-descr
#	rubygem-htmlentities/Makefile
#	rubygem-htmlentities/pkg-plist
#	rubygem-htmlentities/distinfo
#
echo c - rubygem-htmlentities
mkdir -p rubygem-htmlentities > /dev/null 2>&1
echo x - rubygem-htmlentities/pkg-descr
sed 's/^X//' >rubygem-htmlentities/pkg-descr << '60ebc10ee307abb49d6e56c130ed7a1a'
XHTMLEntities is a simple library to facilitate encoding and decoding of
Xnamed (&yacute; and so on) or numerical (&#123; or &#x12a;) entities
Xin HTML and XHTML documents.
X
XWWW:	http://rubyforge.org/projects/htmlentities/
60ebc10ee307abb49d6e56c130ed7a1a
echo x - rubygem-htmlentities/Makefile
sed 's/^X//' >rubygem-htmlentities/Makefile << 'f1248c9dadcaa0fd2a26c33545e78265'
X# New ports collection makefile for:	rubygem-htmlentities
X# Date created:		2009-07-13
X# Whom:			TERAMOTO Masahiro <markun@onohara.to>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	htmlentities
XPORTVERSION=	4.0.0
XCATEGORIES=	textproc rubygems
XMASTER_SITES=	RF
X
XMAINTAINER=	markun@onohara.to
XCOMMENT=	HTML entity encoding and decoding for Ruby
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
f1248c9dadcaa0fd2a26c33545e78265
echo x - rubygem-htmlentities/pkg-plist
sed 's/^X//' >rubygem-htmlentities/pkg-plist << '333f9f02e45543129a16ce65e7cd01b6'
X@comment $FreeBSD$
333f9f02e45543129a16ce65e7cd01b6
echo x - rubygem-htmlentities/distinfo
sed 's/^X//' >rubygem-htmlentities/distinfo << 'd3b487eb673b1e83f96522f60e96ed53'
XMD5 (rubygem/htmlentities-4.0.0.gem) = 8490050367c95d63f83049852f7e93a8
XSHA256 (rubygem/htmlentities-4.0.0.gem) = 0dd025e8860ec45bff23b6241c1b15d1b56b6a1d835ecb3f843033ed2612c8da
XSIZE (rubygem/htmlentities-4.0.0.gem) = 11264
d3b487eb673b1e83f96522f60e96ed53
exit
--- rubygem-htmlentities-4.0.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jul 13 14:33:05 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136713 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 13 22:13:24 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136713: commit references a PR
Date: Mon, 13 Jul 2009 22:13:45 +0000 (UTC)

 miwi        2009-07-13 22:13:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/rubygem-htmlentities Makefile distinfo pkg-descr 
   Log:
   HTMLEntities is a simple library to facilitate encoding and decoding of
   named (&yacute; and so on) or numerical (&#123; or &#x12a;) entities
   in HTML and XHTML documents.
   
   WWW:    http://rubyforge.org/projects/htmlentities/
   
   PR:             ports/136713
   Submitted by:   TERAMOTO Masahiro <markun at onohara.to>
   
   Revision  Changes    Path
   1.1353    +1 -0      ports/textproc/Makefile
   1.1       +20 -0     ports/textproc/rubygem-htmlentities/Makefile (new)
   1.1       +3 -0      ports/textproc/rubygem-htmlentities/distinfo (new)
   1.1       +5 -0      ports/textproc/rubygem-htmlentities/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:
