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>
This commit is contained in:
Marcelo Araujo 2015-11-19 01:59:11 +00:00
parent db32dd417a
commit c7d632d596
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401911
4 changed files with 28 additions and 0 deletions

View file

@ -1435,6 +1435,7 @@
SUBDIR += rubygem-rdiscount
SUBDIR += rubygem-rdtool
SUBDIR += rubygem-redcarpet
SUBDIR += rubygem-reverse_markdown
SUBDIR += rubygem-ri_cal
SUBDIR += rubygem-rich
SUBDIR += rubygem-rmmseg-cpp

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/reverse_markdown-1.0.0.gem) = c58c171047410b786b774e4f5268ebbc8e78e80f84bb50f7e1c33ebc01c6ca0c
SIZE (rubygem/reverse_markdown-1.0.0.gem) = 20992

View file

@ -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