diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-17 03:47:02 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-17 03:47:02 +0000 |
commit | d7d1de73b56cec7a7ac77c17c1cf8b8247330725 (patch) | |
tree | 81bbb182e80d90ff880f2544dc537db630b11efc | |
parent | 2afa42500c54360d4c841fa6a240ed64adf3d007 (diff) | |
download | ports-d7d1de73b56cec7a7ac77c17c1cf8b8247330725.tar.gz ports-d7d1de73b56cec7a7ac77c17c1cf8b8247330725.zip |
Notes
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/rubygem-prawn-flexible-table/Makefile | 21 | ||||
-rw-r--r-- | print/rubygem-prawn-flexible-table/distinfo | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-flexible-table/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 3b91fbecfa82..6003ca19b713 100644 --- a/print/Makefile +++ b/print/Makefile @@ -316,6 +316,7 @@ SUBDIR += rubygem-pdfwriter SUBDIR += rubygem-prawn SUBDIR += rubygem-prawn-core + SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile new file mode 100644 index 000000000000..dc829253a47a --- /dev/null +++ b/print/rubygem-prawn-flexible-table/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: rubygem-prawn-flexible-table +# Date created: December 16, 2010 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ + +PORTNAME= prawn-flexible-table +PORTVERSION= 0.1.2 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Create tables with *span attributes for each cell with Prawn + +RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/print/rubygem-prawn-flexible-table/distinfo b/print/rubygem-prawn-flexible-table/distinfo new file mode 100644 index 000000000000..d377ab5851a4 --- /dev/null +++ b/print/rubygem-prawn-flexible-table/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/prawn-flexible-table-0.1.2.gem) = 36c3101fb679437f76ff749d542b987b4e48677f6fd4d9c00bcb4bb1b50a89eb +SIZE (rubygem/prawn-flexible-table-0.1.2.gem) = 27136 diff --git a/print/rubygem-prawn-flexible-table/pkg-descr b/print/rubygem-prawn-flexible-table/pkg-descr new file mode 100644 index 000000000000..542e2a11068e --- /dev/null +++ b/print/rubygem-prawn-flexible-table/pkg-descr @@ -0,0 +1,4 @@ +An extension to Prawn that provides flexible table support, that means be able +to create tables with rowspan and colspan attributes for each cell + +WWW: https://github.com/blaxter/prawn-flexible-table |