aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-05 18:26:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-05 18:26:21 +0000
commit5e3e7144b7d7b9041b44378dbc904c5f9ee32986 (patch)
treecdeb35fc6bea77595a53e5a59100717006c8aa73 /print
parent5f2e229fb63cc3e37e726f9c5fc372309ba770af (diff)
downloadports-5e3e7144b7d7b9041b44378dbc904c5f9ee32986.tar.gz
ports-5e3e7144b7d7b9041b44378dbc904c5f9ee32986.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile2
-rw-r--r--print/rubygem-pdf-writer/Makefile (renamed from print/rubygem-pdfwriter/Makefile)10
-rw-r--r--print/rubygem-pdf-writer/distinfo (renamed from print/rubygem-pdfwriter/distinfo)0
-rw-r--r--print/rubygem-pdf-writer/pkg-descr (renamed from print/rubygem-pdfwriter/pkg-descr)2
4 files changed, 7 insertions, 7 deletions
diff --git a/print/Makefile b/print/Makefile
index d13964bd21ce..a230d1c00ea0 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -211,7 +211,7 @@
SUBDIR += rubygem-colortools
SUBDIR += rubygem-pdf-core
SUBDIR += rubygem-pdf-reader
- SUBDIR += rubygem-pdfwriter
+ SUBDIR += rubygem-pdf-writer
SUBDIR += rubygem-prawn
SUBDIR += rubygem-prawn-core
SUBDIR += rubygem-prawn-flexible-table
diff --git a/print/rubygem-pdfwriter/Makefile b/print/rubygem-pdf-writer/Makefile
index 226b94395b36..7a93d656682a 100644
--- a/print/rubygem-pdfwriter/Makefile
+++ b/print/rubygem-pdf-writer/Makefile
@@ -1,22 +1,22 @@
# $FreeBSD$
-PORTNAME= pdfwriter
+PORTNAME= pdf-writer
PORTVERSION= 1.1.8
CATEGORIES= print rubygems
MASTER_SITES= RG
-DISTNAME= pdf-writer-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby PDF document creation library
-RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \
- rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple
+LICENSE= MIT
-GEM_NAME= ${DISTNAME}
+RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \
+ rubygem-transaction-simple>=1.3:${PORTSDIR}/devel/rubygem-transaction-simple
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/techbook
.include <bsd.port.mk>
diff --git a/print/rubygem-pdfwriter/distinfo b/print/rubygem-pdf-writer/distinfo
index a8dba45cf49a..a8dba45cf49a 100644
--- a/print/rubygem-pdfwriter/distinfo
+++ b/print/rubygem-pdf-writer/distinfo
diff --git a/print/rubygem-pdfwriter/pkg-descr b/print/rubygem-pdf-writer/pkg-descr
index fe2cc1f5cf40..38e1cf1d2915 100644
--- a/print/rubygem-pdfwriter/pkg-descr
+++ b/print/rubygem-pdf-writer/pkg-descr
@@ -4,4 +4,4 @@ directory. The canonical documentation for PDF::Writer is "manual.pdf",
which can be generated using bin/techbook (just "techbook" for RubyGem users)
and the manual file "manual.pwd".
-WWW: http://rubygems.org/gems/pdfwriter/
+WWW: https://github.com/metaskills/pdf-writer