1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

rubygem-prawn-format is an extension of Prawn that allows

inline formatting.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/135837
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-06-20 12:04:07 +00:00
parent 7f4d806128
commit 5d308fec02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236357
4 changed files with 30 additions and 0 deletions

View File

@ -308,6 +308,7 @@
SUBDIR += rubygem-colortools
SUBDIR += rubygem-pdfwriter
SUBDIR += rubygem-prawn
SUBDIR += rubygem-prawn-format
SUBDIR += rubygem-prawn-layout
SUBDIR += scribus
SUBDIR += sgf2tex

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-prawn-format
# Date created: 19 June, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
PORTNAME= prawn-format
PORTVERSION= 0.2.0.1
CATEGORIES= print rubygems
MASTER_SITES= RF/prawn
MAINTAINER= wenheping@gmail.com
COMMENT= An extension of Prawn that allows inline formatting
BUILD_DEPENDS= rubygem-prawn-core>=0:${PORTSDIR}/print/rubygem-prawn-core
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/prawn-format-0.2.0.1.gem) = acc651d1e3d6eebf11fc9a0dbc512b60
SHA256 (rubygem/prawn-format-0.2.0.1.gem) = 5f7a5e1e6a477e7937e9ac265ae75ce14f9fec81eda7bd77c95f52fa77118dcc
SIZE (rubygem/prawn-format-0.2.0.1.gem) = 91648

View File

@ -0,0 +1,4 @@
rubygem-prawn-format is an extension of Prawn that allows
inline formatting.
WWW: http://rubyforge.org/projects/prawn/