FreeBSD Bugzilla – Attachment 91236 Details for
Bug 128548
New port: textproc/rubygem-rdiscount - fast ruby Markdown library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
rubygem-rdiscount.shar
rubygem-rdiscount.shar (text/plain), 4.09 KB, created by
Daniel Roethlisberger
on 2008-11-02 21:30:01 UTC
(
hide
)
Description:
rubygem-rdiscount.shar
Filename:
MIME Type:
Creator:
Daniel Roethlisberger
Created:
2008-11-02 21:30:01 UTC
Size:
4.09 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 128548
: 91236
Working