From owner-svn-ports-head@FreeBSD.ORG Sun Apr 5 18:26:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05C8CE3B; Sun, 5 Apr 2015 18:26:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8EB4C4D; Sun, 5 Apr 2015 18:26:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35IQMKk080054; Sun, 5 Apr 2015 18:26:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35IQLaX080050; Sun, 5 Apr 2015 18:26:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504051826.t35IQLaX080050@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Apr 2015 18:26:21 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 18:26:23 -0000 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 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