pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rdiscount Initial import of ruby-rdiscou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/663d004dfcfa
branches:  trunk
changeset: 366984:663d004dfcfa
user:      nils <nils%pkgsrc.org@localhost>
date:      Mon Aug 21 11:56:15 2017 +0000

description:
Initial import of ruby-rdiscount, version 2.2.0.1, into pkgsrc.

RDiscount converts documents in Markdown syntax to HTML.
It uses the excellent Discount processor by David Loren Parsons
for this purpose, and thereby inherits Discount's numerous useful
extensions to the Markdown language.

diffstat:

 textproc/ruby-rdiscount/DESCR    |   4 ++
 textproc/ruby-rdiscount/Makefile |  20 ++++++++++++++
 textproc/ruby-rdiscount/PLIST    |  57 ++++++++++++++++++++++++++++++++++++++++
 textproc/ruby-rdiscount/distinfo |   6 ++++
 4 files changed, 87 insertions(+), 0 deletions(-)

diffs (103 lines):

diff -r 09c9d87467bf -r 663d004dfcfa textproc/ruby-rdiscount/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rdiscount/DESCR     Mon Aug 21 11:56:15 2017 +0000
@@ -0,0 +1,4 @@
+RDiscount converts documents in Markdown syntax to HTML.
+It uses the excellent Discount processor by David Loren Parsons
+for this purpose, and thereby inherits Discount's numerous useful
+extensions to the Markdown language.
diff -r 09c9d87467bf -r 663d004dfcfa textproc/ruby-rdiscount/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rdiscount/Makefile  Mon Aug 21 11:56:15 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/08/21 11:56:15 nils Exp $
+
+DISTNAME=              rdiscount-2.2.0.1
+PKGNAME=               ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=            textproc
+
+MAINTAINER=            nils%NetBSD.org@localhost
+HOMEPAGE=              http://dafoster.net/projects/rdiscount/
+COMMENT=               Converts documents in Markdown syntax to HTML
+LICENSE=               modified-bsd
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+post-install:
+       ${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/rdiscount.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${RUBY_PKGPREFIX}-rdiscount.1
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 09c9d87467bf -r 663d004dfcfa textproc/ruby-rdiscount/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rdiscount/PLIST     Mon Aug 21 11:56:15 2017 +0000
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/21 11:56:15 nils Exp $
+bin/rdiscount${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/rdiscount.${RUBY_DLEXT}
+${GEM_LIBDIR}/BUILDING
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/rdiscount
+${GEM_LIBDIR}/ext/Csio.c
+${GEM_LIBDIR}/ext/VERSION
+${GEM_LIBDIR}/ext/amalloc.c
+${GEM_LIBDIR}/ext/amalloc.h
+${GEM_LIBDIR}/ext/basename.c
+${GEM_LIBDIR}/ext/blocktags
+${GEM_LIBDIR}/ext/config.h
+${GEM_LIBDIR}/ext/css.c
+${GEM_LIBDIR}/ext/cstring.h
+${GEM_LIBDIR}/ext/docheader.c
+${GEM_LIBDIR}/ext/dumptree.c
+${GEM_LIBDIR}/ext/emmatch.c
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/flags.c
+${GEM_LIBDIR}/ext/generate.c
+${GEM_LIBDIR}/ext/github_flavoured.c
+${GEM_LIBDIR}/ext/html5.c
+${GEM_LIBDIR}/ext/markdown.c
+${GEM_LIBDIR}/ext/markdown.h
+${GEM_LIBDIR}/ext/mkdio.c
+${GEM_LIBDIR}/ext/mkdio.h
+${GEM_LIBDIR}/ext/mktags.c
+${GEM_LIBDIR}/ext/pgm_options.c
+${GEM_LIBDIR}/ext/pgm_options.h
+${GEM_LIBDIR}/ext/rdiscount.c
+${GEM_LIBDIR}/ext/resource.c
+${GEM_LIBDIR}/ext/setup.c
+${GEM_LIBDIR}/ext/tags.c
+${GEM_LIBDIR}/ext/tags.h
+${GEM_LIBDIR}/ext/toc.c
+${GEM_LIBDIR}/ext/version.c
+${GEM_LIBDIR}/ext/xml.c
+${GEM_LIBDIR}/ext/xmlpage.c
+${GEM_LIBDIR}/lib/markdown.rb
+${GEM_LIBDIR}/lib/rdiscount.rb
+${GEM_LIBDIR}/lib/rdiscount.${RUBY_DLEXT}
+${GEM_LIBDIR}/man/markdown.7
+${GEM_LIBDIR}/man/rdiscount.1
+${GEM_LIBDIR}/man/rdiscount.1.ronn
+${GEM_LIBDIR}/rdiscount.gemspec
+${GEM_LIBDIR}/test/benchmark.rb
+${GEM_LIBDIR}/test/benchmark.txt
+${GEM_LIBDIR}/test/markdown_test.rb
+${GEM_LIBDIR}/test/rdiscount_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+man/man1/${RUBY_PKGPREFIX}-rdiscount.1
+@pkgdir lib/ruby/gems/2.2.0/build_info
diff -r 09c9d87467bf -r 663d004dfcfa textproc/ruby-rdiscount/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rdiscount/distinfo  Mon Aug 21 11:56:15 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/21 11:56:15 nils Exp $
+
+SHA1 (rdiscount-2.2.0.1.gem) = 1fb5666607a1c0925d909e05d83a873d751bf3e3
+RMD160 (rdiscount-2.2.0.1.gem) = f2bfa0b406f6e182b7c41da89e94e23724961a5a
+SHA512 (rdiscount-2.2.0.1.gem) = 81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
+Size (rdiscount-2.2.0.1.gem) = 68096 bytes



Home | Main Index | Thread Index | Old Index