aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-reverse_markdown
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2015-11-19 01:59:11 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2015-11-19 01:59:11 +0000
commitc7d632d596cb99e63b6bc70b48540b14d2c86109 (patch)
tree1b8e9e3c87ed53565eff27f8c3285d0eb4ccd2e2 /textproc/rubygem-reverse_markdown
parentdb32dd417ae376e9a11f50d0d5cf286b8a42dd02 (diff)
downloadports-c7d632d596cb99e63b6bc70b48540b14d2c86109.tar.gz
ports-c7d632d596cb99e63b6bc70b48540b14d2c86109.zip
Map simple html back into markdown, e.g. if you want
to import existing html data in a markdown based application. WWW: https://github.com/xijo/reverse_markdown PR: ports/204662 Submitted by: mose <mose@gandi.net>
Notes
Notes: svn path=/head/; revision=401911
Diffstat (limited to 'textproc/rubygem-reverse_markdown')
-rw-r--r--textproc/rubygem-reverse_markdown/Makefile21
-rw-r--r--textproc/rubygem-reverse_markdown/distinfo2
-rw-r--r--textproc/rubygem-reverse_markdown/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-reverse_markdown/Makefile b/textproc/rubygem-reverse_markdown/Makefile
new file mode 100644
index 000000000000..48a42441b99f
--- /dev/null
+++ b/textproc/rubygem-reverse_markdown/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= reverse_markdown
+PORTVERSION= 1.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mose@mose.com
+COMMENT= Convert html code into markdown
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-nokogiri>=1.6.6.2:${PORTSDIR}/textproc/rubygem-nokogiri
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/reverse_markdown
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-reverse_markdown/distinfo b/textproc/rubygem-reverse_markdown/distinfo
new file mode 100644
index 000000000000..1d4b55f5236e
--- /dev/null
+++ b/textproc/rubygem-reverse_markdown/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/reverse_markdown-1.0.0.gem) = c58c171047410b786b774e4f5268ebbc8e78e80f84bb50f7e1c33ebc01c6ca0c
+SIZE (rubygem/reverse_markdown-1.0.0.gem) = 20992
diff --git a/textproc/rubygem-reverse_markdown/pkg-descr b/textproc/rubygem-reverse_markdown/pkg-descr
new file mode 100644
index 000000000000..39b4d43ea8eb
--- /dev/null
+++ b/textproc/rubygem-reverse_markdown/pkg-descr
@@ -0,0 +1,4 @@
+Map simple html back into markdown, e.g. if you want
+to import existing html data in a markdown based application.
+
+WWW: https://github.com/xijo/reverse_markdown