Ruby library for rendering safe templates which cannot affect the

security of the server they are rendered on.

WWW: http://www.liquidmarkup.org/

PR:		ports/141946
Submitted by:	peter.schuller at infidyne.com
This commit is contained in:
Martin Wilke 2009-12-24 22:14:56 +00:00
parent dc7cef4d1e
commit 8dcc339761
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246560
4 changed files with 30 additions and 0 deletions

View file

@ -1053,6 +1053,7 @@
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-htmltools
SUBDIR += rubygem-ini
SUBDIR += rubygem-liquid
SUBDIR += rubygem-markaby
SUBDIR += rubygem-nokogiri
SUBDIR += rubygem-opml

View file

@ -0,0 +1,22 @@
# Ports collection makefile for: liquid
# Date created: 24 Dec 2009
# Whom: peter.schuller@infidyne.com
#
# $FreeBSD$
PORTNAME= liquid
PORTVERSION= 2.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= http://gemcutter.org/gems/
MAINTAINER= peter.schuller@infidyne.com
COMMENT= Library for rendering safe templates
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
# we care about not passing -A
FETCH_ARGS= -pRr
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (rubygem/liquid-2.0.0.gem) = 35d03e24c3a951fb463157fa4c227d07
SHA256 (rubygem/liquid-2.0.0.gem) = 6f43a0eba19e46ec222f98dee76f318cecb770d68fc76b2160a611029fa71acb
SIZE (rubygem/liquid-2.0.0.gem) = 22016

View file

@ -0,0 +1,4 @@
Ruby library for rendering safe templates which cannot affect the
security of the server they are rendered on.
WWW: http://www.liquidmarkup.org/