Bug 187987 - [NEW PORT] print/rubygem-pdf-core
Summary: [NEW PORT] print/rubygem-pdf-core
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 23:40 UTC by Michael Moll
Modified: 2014-03-29 15:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.73 KB, text/plain)
2014-03-26 23:40 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-26 23:40:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 23:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-03-29 14:53:42 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-29 14:53:43 UTC
Author: swills
Date: Sat Mar 29 14:53:39 2014
New Revision: 349528
URL: http://svnweb.freebsd.org/changeset/ports/349528
QAT: https://qat.redports.org/buildarchive/r349528/

Log:
  PDF::Core is a pure Ruby library to render PDF documents.
  
  It supports several PDF features, such as among others:
   * low-level annotation
   * istream objects and stream filters
   * NameTree
   * object repository
   * object serialization
   * indirect objects
   * page geometries
  
  It is used internally by Prawn (provided in the rubygems-prawn package),
  a Ruby PDF generation library.
  
  WWW: http://prawnpdf.org/
  
  PR:		ports/187987
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>

Added:
  head/print/rubygem-pdf-core/
  head/print/rubygem-pdf-core/Makefile   (contents, props changed)
  head/print/rubygem-pdf-core/distinfo   (contents, props changed)
  head/print/rubygem-pdf-core/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat Mar 29 14:51:31 2014	(r349527)
+++ head/print/Makefile	Sat Mar 29 14:53:39 2014	(r349528)
@@ -266,6 +266,7 @@
     SUBDIR += rubygem-afm
     SUBDIR += rubygem-color
     SUBDIR += rubygem-colortools
+    SUBDIR += rubygem-pdf-core
     SUBDIR += rubygem-pdf-reader
     SUBDIR += rubygem-pdfwriter
     SUBDIR += rubygem-prawn

Added: head/print/rubygem-pdf-core/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-pdf-core/Makefile	Sat Mar 29 14:53:39 2014	(r349528)
@@ -0,0 +1,16 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	pdf-core
+PORTVERSION=	0.2.5
+CATEGORIES=	print rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby library to render PDF documents
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/print/rubygem-pdf-core/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-pdf-core/distinfo	Sat Mar 29 14:53:39 2014	(r349528)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pdf-core-0.2.5.gem) = c722b89f261b381235b8e322a1d8a7fe7fcdd88e517e0da13ffce7ef07cc7c1d
+SIZE (rubygem/pdf-core-0.2.5.gem) = 40960

Added: head/print/rubygem-pdf-core/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-pdf-core/pkg-descr	Sat Mar 29 14:53:39 2014	(r349528)
@@ -0,0 +1,15 @@
+PDF::Core is a pure Ruby library to render PDF documents.
+
+It supports several PDF features, such as among others:
+ * low-level annotation
+ * istream objects and stream filters
+ * NameTree
+ * object repository
+ * object serialization
+ * indirect objects
+ * page geometries
+
+It is used internally by Prawn (provided in the rubygems-prawn package),
+a Ruby PDF generation library. 
+
+WWW: http://prawnpdf.org/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"