aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-wikicloth
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-05-09 15:27:10 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-05-09 15:27:10 +0000
commit258d54f71796b690da4a5a9d2dd664956f5bf6f2 (patch)
treeeda57ecc29a4f0d305645432604e42f6e484bf3a /textproc/rubygem-wikicloth
parentba4d3c29851bec9507b9f344c5291ab33e6dcea9 (diff)
downloadports-258d54f71796b690da4a5a9d2dd664956f5bf6f2.tar.gz
ports-258d54f71796b690da4a5a9d2dd664956f5bf6f2.zip
new port: textproc/rubygem-wikicloth
Ruby parser for the MediaWiki markup language WWW: https://github.com/nricciar/wikicloth PR: 199925 Differential Revision: https://reviews.freebsd.org/D2495 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
Notes
Notes: svn path=/head/; revision=385898
Diffstat (limited to 'textproc/rubygem-wikicloth')
-rw-r--r--textproc/rubygem-wikicloth/Makefile24
-rw-r--r--textproc/rubygem-wikicloth/distinfo2
-rw-r--r--textproc/rubygem-wikicloth/pkg-descr10
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/rubygem-wikicloth/Makefile b/textproc/rubygem-wikicloth/Makefile
new file mode 100644
index 000000000000..60066c5f61ad
--- /dev/null
+++ b/textproc/rubygem-wikicloth/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= wikicloth
+PORTVERSION= 0.8.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby parser for the MediaWiki markup language
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder \
+ rubygem-expression_parser>0:${PORTSDIR}/math/rubygem-expression_parser \
+ rubygem-htmlentities>0:${PORTSDIR}/textproc/rubygem-htmlentities \
+ rubygem-nokogiri>0:${PORTSDIR}/textproc/rubygem-nokogiri \
+ rubygem-twitter-text>0:${PORTSDIR}/textproc/rubygem-twitter-text
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-wikicloth/distinfo b/textproc/rubygem-wikicloth/distinfo
new file mode 100644
index 000000000000..9453b86d21c8
--- /dev/null
+++ b/textproc/rubygem-wikicloth/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/wikicloth-0.8.3.gem) = 502e688579cfb6c408d353c26608d4495561c20a807697592eab8ef472c8e830
+SIZE (rubygem/wikicloth-0.8.3.gem) = 123904
diff --git a/textproc/rubygem-wikicloth/pkg-descr b/textproc/rubygem-wikicloth/pkg-descr
new file mode 100644
index 000000000000..72cd8659dd9f
--- /dev/null
+++ b/textproc/rubygem-wikicloth/pkg-descr
@@ -0,0 +1,10 @@
+Ruby parser for the MediaWiki markup language, supporting:
+
+- Variables and templates
+- Links
+- Markup
+- Disabling of wiki markup
+- References
+- HTML sanitization
+
+WWW: https://github.com/nricciar/wikicloth