diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-17 11:47:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-17 11:47:54 +0800 |
commit | a8a3951fae400e22a7a003739f5e73988aa3d54e (patch) | |
tree | 1e69afeb4cdbc66d813e7942f70743b453589715 /print | |
parent | 146a451a6dc912656a0186b96a7f5a919facc647 (diff) | |
download | freebsd-ports-gnome-a8a3951fae400e22a7a003739f5e73988aa3d54e.tar.gz freebsd-ports-gnome-a8a3951fae400e22a7a003739f5e73988aa3d54e.tar.zst freebsd-ports-gnome-a8a3951fae400e22a7a003739f5e73988aa3d54e.zip |
A small extension to prawn that simplifies embedding JavaScript in your PDF files
WWW: http://freelancing-god.github.com/ts/en/
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/rubygem-prawn-js/Makefile | 21 | ||||
-rw-r--r-- | print/rubygem-prawn-js/distinfo | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-js/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index b5edde30e6da..ae1832d7d547 100644 --- a/print/Makefile +++ b/print/Makefile @@ -319,6 +319,7 @@ SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format SUBDIR += rubygem-prawn-graph + SUBDIR += rubygem-prawn-js SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += scribus diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile new file mode 100644 index 000000000000..d0e20846c6a2 --- /dev/null +++ b/print/rubygem-prawn-js/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: rubygem-prawn-js +# Date created: December 16, 2010 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ + +PORTNAME= prawn-js +PORTVERSION= 0.7.1 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simplifies embedding JavaScript in your PDF files + +RUN_DEPENDS= rubygem-prawn-core>=0.6.1:${PORTSDIR}/print/rubygem-prawn-core + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/print/rubygem-prawn-js/distinfo b/print/rubygem-prawn-js/distinfo new file mode 100644 index 000000000000..e33eea9047df --- /dev/null +++ b/print/rubygem-prawn-js/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/prawn-js-0.7.1.gem) = a07cfc83996fb3907bd99355845ad362cdfbd51adcab6b2968dc1f3b9b8b1a6a +SIZE (rubygem/prawn-js-0.7.1.gem) = 7168 diff --git a/print/rubygem-prawn-js/pkg-descr b/print/rubygem-prawn-js/pkg-descr new file mode 100644 index 000000000000..5208294cdcd6 --- /dev/null +++ b/print/rubygem-prawn-js/pkg-descr @@ -0,0 +1,3 @@ +A small extension to prawn that simplifies embedding JavaScript in your PDF files + +WWW: http://freelancing-god.github.com/ts/en/ |