Date: Sun, 5 Apr 2015 18:26:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383346 - in head/print: . rubygem-pdf-writer rubygem-pdfwriter Message-ID: <201504051826.t35IQLaX080050@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 5 18:26:21 2015 New Revision: 383346 URL: https://svnweb.freebsd.org/changeset/ports/383346 Log: - Move print/rubygem-pdfwriter to print/rubygem-pdf-writer - Add LICENSE - Update RUN_DEPENDS - Remove DISTNAME and GEM_NAME - Update WWW Added: head/print/rubygem-pdf-writer/ - copied from r383230, head/print/rubygem-pdfwriter/ Deleted: head/print/rubygem-pdfwriter/ Modified: head/print/Makefile head/print/rubygem-pdf-writer/Makefile head/print/rubygem-pdf-writer/pkg-descr Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Apr 5 18:26:15 2015 (r383345) +++ head/print/Makefile Sun Apr 5 18:26:21 2015 (r383346) @@ -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 Modified: head/print/rubygem-pdf-writer/Makefile ============================================================================== --- head/print/rubygem-pdfwriter/Makefile Sat Apr 4 16:23:55 2015 (r383230) +++ head/print/rubygem-pdf-writer/Makefile Sun Apr 5 18:26:21 2015 (r383346) @@ -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> Modified: head/print/rubygem-pdf-writer/pkg-descr ============================================================================== --- head/print/rubygem-pdfwriter/pkg-descr Sat Apr 4 16:23:55 2015 (r383230) +++ head/print/rubygem-pdf-writer/pkg-descr Sun Apr 5 18:26:21 2015 (r383346) @@ -4,4 +4,4 @@ directory. The canonical documentation f 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051826.t35IQLaX080050>