aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-wikicloth081
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2018-02-15 16:59:19 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2018-02-15 16:59:19 +0000
commit20abeb677475a7af9404d9f99fe59df400984823 (patch)
treee3647963dc11c29bf9118c28d7995ff16782c4e5 /textproc/rubygem-wikicloth081
parent8b8778c682749c5e5ca8bc3e8fdd5799485cbdb9 (diff)
downloadports-20abeb677475a7af9404d9f99fe59df400984823.tar.gz
ports-20abeb677475a7af9404d9f99fe59df400984823.zip
Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
Notes
Notes: svn path=/head/; revision=461935
Diffstat (limited to 'textproc/rubygem-wikicloth081')
-rw-r--r--textproc/rubygem-wikicloth081/Makefile27
-rw-r--r--textproc/rubygem-wikicloth081/distinfo3
-rw-r--r--textproc/rubygem-wikicloth081/pkg-descr10
3 files changed, 40 insertions, 0 deletions
diff --git a/textproc/rubygem-wikicloth081/Makefile b/textproc/rubygem-wikicloth081/Makefile
new file mode 100644
index 000000000000..7dbbad32ea42
--- /dev/null
+++ b/textproc/rubygem-wikicloth081/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= wikicloth
+PORTVERSION= 0.8.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 081
+
+MAINTAINER= idefix@fechner.net
+COMMENT= Ruby parser for the MediaWiki markup language
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \
+ rubygem-expression_parser>=0:math/rubygem-expression_parser \
+ rubygem-htmlentities>=0:textproc/rubygem-htmlentities \
+ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
+ rubygem-twitter-text>=0:textproc/rubygem-twitter-text
+
+PORTSCOUT= limit:^0\.8\.1
+
+NO_ARCH= yes
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-wikicloth081/distinfo b/textproc/rubygem-wikicloth081/distinfo
new file mode 100644
index 000000000000..de07322d7cd3
--- /dev/null
+++ b/textproc/rubygem-wikicloth081/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518182366
+SHA256 (rubygem/wikicloth-0.8.1.gem) = 7ac8a9ca0a948cf472851e521afc6c2a6b04a8f91ef1d824ba6a61ffbd60e6ca
+SIZE (rubygem/wikicloth-0.8.1.gem) = 123904
diff --git a/textproc/rubygem-wikicloth081/pkg-descr b/textproc/rubygem-wikicloth081/pkg-descr
new file mode 100644
index 000000000000..72cd8659dd9f
--- /dev/null
+++ b/textproc/rubygem-wikicloth081/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