Date: Sat, 9 May 2015 15:27:11 +0000 (UTC) From: Michael Moll <mmoll@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385898 - in head/textproc: . rubygem-wikicloth Message-ID: <201505091527.t49FRBQn052514@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmoll Date: Sat May 9 15:27:10 2015 New Revision: 385898 URL: https://svnweb.freebsd.org/changeset/ports/385898 Log: 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) Added: head/textproc/rubygem-wikicloth/ head/textproc/rubygem-wikicloth/Makefile (contents, props changed) head/textproc/rubygem-wikicloth/distinfo (contents, props changed) head/textproc/rubygem-wikicloth/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat May 9 15:19:27 2015 (r385897) +++ head/textproc/Makefile Sat May 9 15:27:10 2015 (r385898) @@ -1402,6 +1402,7 @@ SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-version_sorter + SUBDIR += rubygem-wikicloth SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt SUBDIR += rubygem-ya2yaml Added: head/textproc/rubygem-wikicloth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-wikicloth/Makefile Sat May 9 15:27:10 2015 (r385898) @@ -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> Added: head/textproc/rubygem-wikicloth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-wikicloth/distinfo Sat May 9 15:27:10 2015 (r385898) @@ -0,0 +1,2 @@ +SHA256 (rubygem/wikicloth-0.8.3.gem) = 502e688579cfb6c408d353c26608d4495561c20a807697592eab8ef472c8e830 +SIZE (rubygem/wikicloth-0.8.3.gem) = 123904 Added: head/textproc/rubygem-wikicloth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-wikicloth/pkg-descr Sat May 9 15:27:10 2015 (r385898) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505091527.t49FRBQn052514>