A small extension to prawn that simplifies embedding JavaScript in your PDF files

WWW:    http://freelancing-god.github.com/ts/en/
This commit is contained in:
Philip M. Gollucci 2010-12-17 03:47:54 +00:00
parent 2fae617857
commit 9e522c635a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266471
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/prawn-js-0.7.1.gem) = a07cfc83996fb3907bd99355845ad362cdfbd51adcab6b2968dc1f3b9b8b1a6a
SIZE (rubygem/prawn-js-0.7.1.gem) = 7168

View File

@ -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/