Update to 2.0.0
This commit is contained in:
parent
7cbf0d7841
commit
8f05ea31f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421055
@ -1,28 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= origami
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Ruby framework to parse analyze and forge PDF documents
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem shebangfix
|
||||
SHEBANG_FILES= samples/actions/launch/calc.rb \
|
||||
samples/actions/launch/winparams.rb \
|
||||
samples/actions/named/named.rb \
|
||||
samples/actions/samba/smbrelay.rb \
|
||||
samples/actions/triggerevents/trigger.rb \
|
||||
samples/actions/webbug/webbug-browser.rb \
|
||||
samples/actions/webbug/webbug-js.rb \
|
||||
samples/actions/webbug/webbug-reader.rb \
|
||||
samples/digsig/signed.rb
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (rubygem/origami-1.2.7.gem) = d09be435180644e108ec269da24d69c888e32148a7f1a1bab994093cc3a65a35
|
||||
SIZE (rubygem/origami-1.2.7.gem) = 245248
|
||||
TIMESTAMP = 1472466617
|
||||
SHA256 (rubygem/origami-2.0.0.gem) = 7ef8523a5f7e73a189365a30db4b007e12c65d10e9b682ce52f8657fc39169af
|
||||
SIZE (rubygem/origami-2.0.0.gem) = 256512
|
||||
|
@ -11,4 +11,4 @@ documents.
|
||||
attachments...
|
||||
- A GTK interface to quickly browse into the document contents.
|
||||
|
||||
WWW: http://code.google.com/p/origami-pdf/
|
||||
WWW: https://github.com/gdelugre/origami
|
||||
|
@ -1,7 +1,5 @@
|
||||
bin/pdf2graph
|
||||
bin/pdf2pdfa
|
||||
bin/pdf2ruby
|
||||
bin/pdfcocoon
|
||||
bin/pdfcop
|
||||
bin/pdfdecompress
|
||||
bin/pdfdecrypt
|
||||
|
Loading…
Reference in New Issue
Block a user