mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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:
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
|
@ -1435,6 +1435,7 @@
|
||||||
SUBDIR += rubygem-rdiscount
|
SUBDIR += rubygem-rdiscount
|
||||||
SUBDIR += rubygem-rdtool
|
SUBDIR += rubygem-rdtool
|
||||||
SUBDIR += rubygem-redcarpet
|
SUBDIR += rubygem-redcarpet
|
||||||
|
SUBDIR += rubygem-reverse_markdown
|
||||||
SUBDIR += rubygem-ri_cal
|
SUBDIR += rubygem-ri_cal
|
||||||
SUBDIR += rubygem-rich
|
SUBDIR += rubygem-rich
|
||||||
SUBDIR += rubygem-rmmseg-cpp
|
SUBDIR += rubygem-rmmseg-cpp
|
||||||
|
|
21
textproc/rubygem-reverse_markdown/Makefile
Normal file
21
textproc/rubygem-reverse_markdown/Makefile
Normal 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>
|
2
textproc/rubygem-reverse_markdown/distinfo
Normal file
2
textproc/rubygem-reverse_markdown/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/reverse_markdown-1.0.0.gem) = c58c171047410b786b774e4f5268ebbc8e78e80f84bb50f7e1c33ebc01c6ca0c
|
||||||
|
SIZE (rubygem/reverse_markdown-1.0.0.gem) = 20992
|
4
textproc/rubygem-reverse_markdown/pkg-descr
Normal file
4
textproc/rubygem-reverse_markdown/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue