mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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:
parent
2fae617857
commit
9e522c635a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266471
@ -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
|
||||
|
21
print/rubygem-prawn-js/Makefile
Normal file
21
print/rubygem-prawn-js/Makefile
Normal 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>
|
2
print/rubygem-prawn-js/distinfo
Normal file
2
print/rubygem-prawn-js/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/prawn-js-0.7.1.gem) = a07cfc83996fb3907bd99355845ad362cdfbd51adcab6b2968dc1f3b9b8b1a6a
|
||||
SIZE (rubygem/prawn-js-0.7.1.gem) = 7168
|
3
print/rubygem-prawn-js/pkg-descr
Normal file
3
print/rubygem-prawn-js/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user