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:
parent
7f4d806128
commit
5d308fec02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236357
@ -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
|
||||
|
22
print/rubygem-prawn-format/Makefile
Normal file
22
print/rubygem-prawn-format/Makefile
Normal 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>
|
3
print/rubygem-prawn-format/distinfo
Normal file
3
print/rubygem-prawn-format/distinfo
Normal 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
|
4
print/rubygem-prawn-format/pkg-descr
Normal file
4
print/rubygem-prawn-format/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
rubygem-prawn-format is an extension of Prawn that allows
|
||||
inline formatting.
|
||||
|
||||
WWW: http://rubyforge.org/projects/prawn/
|
Loading…
Reference in New Issue
Block a user