mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Update to 2.1.8
- Add LICENSE - Update WWW Changes: https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md
This commit is contained in:
parent
64e39e079e
commit
797d415588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387226
3 changed files with 7 additions and 5 deletions
|
@ -2,13 +2,15 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= rdiscount
|
PORTNAME= rdiscount
|
||||||
PORTVERSION= 2.1.7.1
|
PORTVERSION= 2.1.8
|
||||||
CATEGORIES= textproc rubygems
|
CATEGORIES= textproc rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Fast Markdown converter for ruby based on discount
|
COMMENT= Fast Markdown converter for ruby based on discount
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/rdiscount-2.1.7.1.gem) = 31e26bf4a71b18c2ca1872729cef3157614c2a3f4af69ca667bcd5b39fdee0bc
|
SHA256 (rubygem/rdiscount-2.1.8.gem) = 1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d
|
||||||
SIZE (rubygem/rdiscount-2.1.7.1.gem) = 66560
|
SIZE (rubygem/rdiscount-2.1.8.gem) = 67072
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Ruby wrapper around David Loren Parsons' discount, a fast,
|
Ruby wrapper around David Loren Parsons' discount, a fast,
|
||||||
BSD-licensed c implementation of John Gruber's Markdown plus
|
BSD-licensed C implementation of John Gruber's Markdown plus
|
||||||
some aspects of SmartyPants. Markdown is a text-to-HTML
|
some aspects of SmartyPants. Markdown is a text-to-HTML
|
||||||
conversion language for web writers, inspired by the format
|
conversion language for web writers, inspired by the format
|
||||||
of plain-text e-mail messages. Markdown allows you to write
|
of plain-text e-mail messages. Markdown allows you to write
|
||||||
in an easy-to-read, easy-to-write plain text format, then
|
in an easy-to-read, easy-to-write plain text format, then
|
||||||
convert it to structurally valid XHTML (or HTML).
|
convert it to structurally valid XHTML (or HTML).
|
||||||
|
|
||||||
WWW: https://github.com/rtomayko/rdiscount
|
WWW: http://dafoster.net/projects/rdiscount/
|
||||||
|
|
Loading…
Add table
Reference in a new issue