Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 May 2006 20:17:51 +1000 (EST)
From:      Alastair Rankine <arsptr@optusnet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96651: New port: www/rubygem-bluecloth BlueCloth is a Ruby implementation of Markdown
Message-ID:  <20060502101751.755D92E338@claude.girtby.info>
Resent-Message-ID: <200605021020.k42AKHoU047002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 10:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060502101751.755D92E338>