From a_rankine@optusnet.com.au  Tue May  2 10:17:54 2006
Return-Path: <a_rankine@optusnet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 83D4216A402
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 10:17:54 +0000 (UTC)
	(envelope-from a_rankine@optusnet.com.au)
Received: from mail25.syd.optusnet.com.au (mail25.syd.optusnet.com.au [211.29.133.166])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E7A2743D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 10:17:53 +0000 (GMT)
	(envelope-from a_rankine@optusnet.com.au)
Received: from claude.girtby.info (c211-30-182-34.rivrw1.nsw.optusnet.com.au [211.30.182.34])
	by mail25.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k42AHpYx003153
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 2 May 2006 20:17:52 +1000
Received: by claude.girtby.info (Postfix, from userid 504)
	id 755D92E338; Tue,  2 May 2006 20:17:51 +1000 (EST)
Message-Id: <20060502101751.755D92E338@claude.girtby.info>
Date: Tue,  2 May 2006 20:17:51 +1000 (EST)
From: Alastair Rankine <arsptr@optusnet.com.au>
Reply-To: Alastair Rankine <arsptr@optusnet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/rubygem-bluecloth BlueCloth is a Ruby implementation of Markdown
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96651
>Category:       ports
>Synopsis:       New port: www/rubygem-bluecloth BlueCloth is a Ruby implementation of Markdown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 10:20:16 GMT 2006
>Closed-Date:    Mon May 08 13:23:05 GMT 2006
>Last-Modified:  Mon May 08 13:23:05 GMT 2006
>Originator:     Alastair Rankine
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD claude.girtby.info 6.1-RC FreeBSD 6.1-RC #0: Sun Apr 23 17:20:13 EST 2006 root@claude.girtby.info:/usr/obj/usr/src/sys/CLAUDE i386


	
>Description:

This is a new port submission for Bluecloth.

BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers.

>How-To-Repeat:

>Fix:

--- bluecloth 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# Ports collection makefile for:	rubygem-bluecloth
X#
X# $FreeBSD: ports/www/rubygem-redcloth/Makefile,v 1.5 2006/01/21 20:25:07 pav Exp $
X
X# http://www.deveiate.org/projects/BlueCloth
X
XPORTNAME=	bluecloth
XPORTVERSION=	1.0.0
XDISTNAME=	BlueCloth-${PORTVERSION}
XCATEGORIES=	www rubygems
XMASTER_SITES=	http://www.deveiate.org/code/
X
XMAINTAINER=	arsptr@optusnet.com.au
XCOMMENT=	BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers.
X
XPLIST_SUB+=	DISTNAME="${DISTNAME}"
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
X.include <bsd.port.post.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (rubygem/BlueCloth-1.0.0.gem) = 280cb5e30ae432724b52455e62de011a
XSHA256 (rubygem/BlueCloth-1.0.0.gem) = 40d34cc8c87654fdf10da4a23d31f2c7e4855175a5f8625f8229f3c842d85486
XSIZE (rubygem/BlueCloth-1.0.0.gem) = 66199
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XBlueCloth is a Ruby implementation of Markdown, a text-to-HTML
Xconversion tool for web writers.
X
XMarkdown allows you to write using an easy-to-read, easy-to-write
Xplain text format, then convert it to structurally valid XHTML (or
XHTML).
X
XWWW: http://www.deveiate.org/projects/BlueCloth
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
X%%CACHE_DIR%%/%%DISTNAME%%.gem
X%%GEMS_DIR%%/%%DISTNAME%%/bin/bluecloth
X%%GEMS_DIR%%/%%DISTNAME%%/lib/bluecloth.rb
X%%GEMS_DIR%%/%%DISTNAME%%/CHANGES
X%%GEMS_DIR%%/%%DISTNAME%%/LICENSE
X%%GEMS_DIR%%/%%DISTNAME%%/README
X%%GEMS_DIR%%/%%DISTNAME%%/install.rb
X%%GEMS_DIR%%/%%DISTNAME%%/test.rb
X%%GEMS_DIR%%/%%DISTNAME%%/utils.rb
X%%GEMS_DIR%%/%%DISTNAME%%/tests/00_Class.tests.rb
X%%GEMS_DIR%%/%%DISTNAME%%/tests/05_Markdown.tests.rb
X%%GEMS_DIR%%/%%DISTNAME%%/tests/10_Bug.tests.rb
X%%GEMS_DIR%%/%%DISTNAME%%/tests/15_Contrib.tests.rb
X%%GEMS_DIR%%/%%DISTNAME%%/tests/bctestcase.rb
X%%GEMS_DIR%%/%%DISTNAME%%/tests/data/antsugar.txt
X%%GEMS_DIR%%/%%DISTNAME%%/tests/data/ml-announce.txt
X%%GEMS_DIR%%/%%DISTNAME%%/tests/data/re-overflow.txt
X%%GEMS_DIR%%/%%DISTNAME%%/tests/data/re-overflow2.txt
X%%SPEC_DIR%%/%%DISTNAME%%.gemspec
X@dirrm %%GEMS_DIR%%/%%DISTNAME%%/tests/data
X@dirrm %%GEMS_DIR%%/%%DISTNAME%%/tests
X@dirrm %%GEMS_DIR%%/%%DISTNAME%%/lib
X@dirrm %%GEMS_DIR%%/%%DISTNAME%%/bin
X@dirrm %%GEMS_DIR%%/%%DISTNAME%%
END-of-pkg-plist
exit
--- bluecloth ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sat May 6 10:16:49 UTC 2006 
State-Changed-Why:  
You missed the documentation from the pkg-plist: 

=== Checking filesystem state 
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 
1837629        4 drwxr-xr-x    3 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0 
1837630        4 drwxr-xr-x    4 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc 
1837631        4 -rw-r--r--    1 root             wheel                  29 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/created.rid 
1837632       12 -rw-r--r--    1 root             wheel                4314 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/rdoc-style.css 
1837633        4 drwxr-xr-x    3 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/files 
1837711        4 drwxr-xr-x    2 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/files/lib 
1837712        8 -rw-r--r--    1 root             wheel                4000 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/files/lib/bluecloth_rb.html 
1837634        4 drwxr-xr-x    4 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes 
1837635        4 drwxr-xr-x    2 root             wheel                1024 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src 
1837636        8 -rw-r--r--    1 root             wheel                3188 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000001.html 
1837637       16 -rw-r--r--    1 root             wheel                7195 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000002.html 
1837638        4 -rw-r--r--    1 root             wheel                1162 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000003.html 
1837639        8 -rw-r--r--    1 root             wheel                2081 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000004.html 
1837640        8 -rw-r--r--    1 root             wheel                3134 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000005.html 
1837641        8 -rw-r--r--    1 root             wheel                2653 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000006.html 
1837642        8 -rw-r--r--    1 root             wheel                3964 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000007.html 
1837643        8 -rw-r--r--    1 root             wheel                2329 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000008.html 
1837644        8 -rw-r--r--    1 root             wheel                4014 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000009.html 
1837645        4 -rw-r--r--    1 root             wheel                1727 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000010.html 
1837646        8 -rw-r--r--    1 root             wheel                2101 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000011.html 
1837647        4 -rw-r--r--    1 root             wheel                1190 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000012.html 
1837648        8 -rw-r--r--    1 root             wheel                2909 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000013.html 
1837692        8 -rw-r--r--    1 root             wheel                3881 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000014.html 
1837693        4 -rw-r--r--    1 root             wheel                2038 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000015.html 
1837694        8 -rw-r--r--    1 root             wheel                3509 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000016.html 
1837695        4 -rw-r--r--    1 root             wheel                1642 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000017.html 
1837696        8 -rw-r--r--    1 root             wheel                3625 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000018.html 
1837697       12 -rw-r--r--    1 root             wheel                4460 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000019.html 
1837698        8 -rw-r--r--    1 root             wheel                3380 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000020.html 
1837699       32 -rw-r--r--    1 root             wheel               16094 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000021.html 
1837700        4 -rw-r--r--    1 root             wheel                1401 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000022.html 
1837701       16 -rw-r--r--    1 root             wheel                7895 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000023.html 
1837702       20 -rw-r--r--    1 root             wheel                8545 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000024.html 
1837703        4 -rw-r--r--    1 root             wheel                1667 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000025.html 
1837704        4 -rw-r--r--    1 root             wheel                1269 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000026.html 
1837705       20 -rw-r--r--    1 root             wheel                8581 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000027.html 
1837706        4 -rw-r--r--    1 root             wheel                1152 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000028.html 
1837707        4 -rw-r--r--    1 root             wheel                 921 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.src/M000029.html 
1837708        4 drwxr-xr-x    3 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth 
1837709        4 drwxr-xr-x    2 root             wheel                 512 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth/FormatError.src 
1837710        4 -rw-r--r--    1 root             wheel                1705 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth/FormatError.src/M000030.html 
1837714        8 -rw-r--r--    1 root             wheel                3349 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth/FormatError.html 
1837713       88 -rw-r--r--    1 root             wheel               44813 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/classes/BlueCloth.html 
1837715        4 -rw-r--r--    1 root             wheel                 666 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/fr_file_index.html 
1837716        4 -rw-r--r--    1 root             wheel                 742 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/fr_class_index.html 
1837717        8 -rw-r--r--    1 root             wheel                3134 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/fr_method_index.html 
1837718        4 -rw-r--r--    1 root             wheel                 752 May  6 10:16 usr/local/lib/ruby/gems/1.8/doc/BlueCloth-1.0.0/rdoc/index.html 
Deleting ruby18-gems-0.8.11 
pkg_delete: unable to completely remove directory '/usr/local/lib/ruby/gems/1.8/doc' 
pkg_delete: unable to completely remove directory '/usr/local/lib/ruby/gems/1.8' 
pkg_delete: unable to completely remove directory '/usr/local/lib/ruby/gems' 
pkg_delete: couldn't entirely delete package (perhaps the packing list is 

Please fix and resend. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat May 6 10:16:49 UTC 2006 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96651 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Mon May 8 13:22:55 UTC 2006 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96651 
>Unformatted:
