mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update to 1.3.1
- Add LICENSE - Update homepage PR: ports/185064 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
This commit is contained in:
parent
b936aebe3b
commit
2d32c128d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341078
3 changed files with 7 additions and 4 deletions
|
@ -2,16 +2,19 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= kramdown
|
PORTNAME= kramdown
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.3.1
|
||||||
CATEGORIES= textproc rubygems
|
CATEGORIES= textproc rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
|
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/kramdown
|
PLIST_FILES= bin/kramdown
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/kramdown-1.0.2.gem) = 730834b6d572ae67752f49e5670af51318a5da9a386ccbfd2a92ba29ec3a60dc
|
SHA256 (rubygem/kramdown-1.3.1.gem) = b3c74547bd6d2e0f1fa34e049c7fcf3322d4a9821a72f2fad85fe6f7745da4e2
|
||||||
SIZE (rubygem/kramdown-1.0.2.gem) = 214528
|
SIZE (rubygem/kramdown-1.3.1.gem) = 224768
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
|
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
|
||||||
syntax definition and supporting several common extensions.
|
syntax definition and supporting several common extensions.
|
||||||
|
|
||||||
WWW: http://kramdown.rubyforge.org/
|
WWW: http://kramdown.gettalong.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue