aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-20 12:04:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-20 12:04:07 +0000
commit5d308fec021c7091d139147bca3c19388dbb1af8 (patch)
treef3f40b953c23e3933d19d23cda6d071848699c75 /print
parent7f4d8061287e570d572474ad29feed6fa6037390 (diff)
downloadports-5d308fec021c7091d139147bca3c19388dbb1af8.tar.gz
ports-5d308fec021c7091d139147bca3c19388dbb1af8.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-prawn-format/Makefile22
-rw-r--r--print/rubygem-prawn-format/distinfo3
-rw-r--r--print/rubygem-prawn-format/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 743266b32b85..736e23b19cdd 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -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
diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile
new file mode 100644
index 000000000000..5a0dc9f130a5
--- /dev/null
+++ b/print/rubygem-prawn-format/Makefile
@@ -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>
diff --git a/print/rubygem-prawn-format/distinfo b/print/rubygem-prawn-format/distinfo
new file mode 100644
index 000000000000..7676f1c981ba
--- /dev/null
+++ b/print/rubygem-prawn-format/distinfo
@@ -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
diff --git a/print/rubygem-prawn-format/pkg-descr b/print/rubygem-prawn-format/pkg-descr
new file mode 100644
index 000000000000..b60718863b54
--- /dev/null
+++ b/print/rubygem-prawn-format/pkg-descr
@@ -0,0 +1,4 @@
+rubygem-prawn-format is an extension of Prawn that allows
+inline formatting.
+
+WWW: http://rubyforge.org/projects/prawn/