Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2008 22:25:56 +0100 (CET)
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@roe.ch
Subject:   ports/128548: New port: textproc/rubygem-rdiscount - fast ruby Markdown library
Message-ID:  <200811022125.mA2LPu84046145@marvin.ustcor.roe.ch>
Resent-Message-ID: <200811022130.mA2LU1Ys063033@freefall.freebsd.org>

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

>Number:         128548
>Category:       ports
>Synopsis:       New port: textproc/rubygem-rdiscount - fast ruby Markdown library
>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:   Sun Nov 02 21:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 7.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD marvin.ustcor.roe.ch 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Wed Oct 1 10:10:12 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Introducing textproc/rdiscount:

Ruby wrapper around David Loren Parsons' discount, a fast,
BSD-licensed c implementation of John Gruber's Markdown plus
some aspects of SmartyPants.  Markdown is a text-to-HTML
conversion language for web writers, inspired by the format
of plain-text e-mail messages.  Markdown allows you to write
in an easy-to-read, easy-to-write plain text format, then
convert it to structurally valid XHTML (or HTML).

WWW: http://github.com/rtomayko/rdiscount/
>How-To-Repeat:
>Fix:
--- rubygem-rdiscount.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-rdiscount
#	rubygem-rdiscount/Makefile
#	rubygem-rdiscount/distinfo
#	rubygem-rdiscount/pkg-descr
#	rubygem-rdiscount/pkg-plist
#
echo c - rubygem-rdiscount
mkdir -p rubygem-rdiscount > /dev/null 2>&1
echo x - rubygem-rdiscount/Makefile
sed 's/^X//' >rubygem-rdiscount/Makefile << 'END-of-rubygem-rdiscount/Makefile'
X# Ports collection makefile for:	rubygem-rdiscount
X# Date created:				2008-11-02
X# Whom:					Daniel Roethlisberger <daniel@roe.ch>
X#
X# $FreeBSD$
X
XPORTNAME=	rdiscount
XPORTVERSION=	1.2.10
XCATEGORIES=	textproc rubygems
XMASTER_SITES=	${MASTER_SITE_RUBYFORGE}
XMASTER_SITE_SUBDIR=	gems
X
XMAINTAINER=	daniel@roe.ch
XCOMMENT=	A fast Markdown converter for ruby based on discount
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
X
X.include <bsd.port.mk>
END-of-rubygem-rdiscount/Makefile
echo x - rubygem-rdiscount/distinfo
sed 's/^X//' >rubygem-rdiscount/distinfo << 'END-of-rubygem-rdiscount/distinfo'
XMD5 (rubygem/rdiscount-1.2.10.gem) = 6c1b220c136d215440eb1552f8f56dd1
XSHA256 (rubygem/rdiscount-1.2.10.gem) = dab826a59aeb021a600661ba4987e4a28e3955ffa14b5e6adafbf46cc1beebd2
XSIZE (rubygem/rdiscount-1.2.10.gem) = 31232
END-of-rubygem-rdiscount/distinfo
echo x - rubygem-rdiscount/pkg-descr
sed 's/^X//' >rubygem-rdiscount/pkg-descr << 'END-of-rubygem-rdiscount/pkg-descr'
XRuby wrapper around David Loren Parsons' discount, a fast,
XBSD-licensed c implementation of John Gruber's Markdown plus
Xsome aspects of SmartyPants.  Markdown is a text-to-HTML
Xconversion language for web writers, inspired by the format
Xof plain-text e-mail messages.  Markdown allows you to write
Xin an easy-to-read, easy-to-write plain text format, then
Xconvert it to structurally valid XHTML (or HTML).
X
XWWW: http://github.com/rtomayko/rdiscount/
END-of-rubygem-rdiscount/pkg-descr
echo x - rubygem-rdiscount/pkg-plist
sed 's/^X//' >rubygem-rdiscount/pkg-plist << 'END-of-rubygem-rdiscount/pkg-plist'
X%%GEM_CACHE%%
X%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
X%%GEM_DOC_DIR%%/rdoc/files/lib/markdown_rb.html
X%%GEM_DOC_DIR%%/rdoc/files/lib/rdiscount_rb.html
X%%GEM_DOC_DIR%%/rdoc/files/COPYING.html
X%%GEM_DOC_DIR%%/rdoc/classes/RDiscount.src/M000001.html
X%%GEM_DOC_DIR%%/rdoc/classes/RDiscount.html
X%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
X%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
X%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
X%%GEM_DOC_DIR%%/rdoc/index.html
X%%GEM_DOC_DIR%%/rdoc/created.rid
X%%GEM_LIB_DIR%%/README.markdown
X%%GEM_LIB_DIR%%/COPYING
X%%GEM_LIB_DIR%%/Rakefile
X%%GEM_LIB_DIR%%/test/benchmark.rb
X%%GEM_LIB_DIR%%/test/benchmark.txt
X%%GEM_LIB_DIR%%/test/markdown_test.rb
X%%GEM_LIB_DIR%%/test/rdiscount_test.rb
X%%GEM_LIB_DIR%%/lib/markdown.rb
X%%GEM_LIB_DIR%%/lib/rdiscount.rb
X%%GEM_LIB_DIR%%/lib/rdiscount.so
X%%GEM_LIB_DIR%%/ext/extconf.rb
X%%GEM_LIB_DIR%%/ext/docheader.c
X%%GEM_LIB_DIR%%/ext/dumptree.c
X%%GEM_LIB_DIR%%/ext/generate.c
X%%GEM_LIB_DIR%%/ext/markdown.c
X%%GEM_LIB_DIR%%/ext/mkdio.c
X%%GEM_LIB_DIR%%/ext/rbstrio.c
X%%GEM_LIB_DIR%%/ext/rdiscount.c
X%%GEM_LIB_DIR%%/ext/resource.c
X%%GEM_LIB_DIR%%/ext/amalloc.h
X%%GEM_LIB_DIR%%/ext/config.h
X%%GEM_LIB_DIR%%/ext/cstring.h
X%%GEM_LIB_DIR%%/ext/markdown.h
X%%GEM_LIB_DIR%%/ext/mkdio.h
X%%GEM_LIB_DIR%%/ext/rbstrio.h
X%%GEM_LIB_DIR%%/ext/mkmf.log
X%%GEM_LIB_DIR%%/ext/Makefile
X%%GEM_LIB_DIR%%/ext/docheader.o
X%%GEM_LIB_DIR%%/ext/dumptree.o
X%%GEM_LIB_DIR%%/ext/generate.o
X%%GEM_LIB_DIR%%/ext/markdown.o
X%%GEM_LIB_DIR%%/ext/mkdio.o
X%%GEM_LIB_DIR%%/ext/rbstrio.o
X%%GEM_LIB_DIR%%/ext/rdiscount.o
X%%GEM_LIB_DIR%%/ext/resource.o
X%%GEM_LIB_DIR%%/ext/rdiscount.so
X%%GEM_SPEC%%
X@dirrm %%GEM_LIB_DIR%%/test
X@dirrm %%GEM_LIB_DIR%%/lib
X@dirrm %%GEM_LIB_DIR%%/ext
X@dirrm %%GEM_LIB_DIR%%
X@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
X@dirrm %%GEM_DOC_DIR%%/rdoc/files
X@dirrm %%GEM_DOC_DIR%%/rdoc/classes/RDiscount.src
X@dirrm %%GEM_DOC_DIR%%/rdoc/classes
X@dirrm %%GEM_DOC_DIR%%/rdoc
X@dirrm %%GEM_DOC_DIR%%
END-of-rubygem-rdiscount/pkg-plist
exit
--- rubygem-rdiscount.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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