aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-16 15:13:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-16 15:23:51 +0000
commit977ce354f0767e55526a8214bebba54bac3fec95 (patch)
tree545073ebb732c94f3946314cd288a89383527815 /print
parent7ed166cbef9bf25e7a026c9133bb9998d064a58a (diff)
downloadports-977ce354f0767e55526a8214bebba54bac3fec95.tar.gz
ports-977ce354f0767e55526a8214bebba54bac3fec95.zip
print/rubygem-pdf-core07: Remove obsoleted port
Use print/rubygem-pdf-core instead
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-pdf-core07/Makefile25
-rw-r--r--print/rubygem-pdf-core07/distinfo3
-rw-r--r--print/rubygem-pdf-core07/pkg-descr16
4 files changed, 0 insertions, 45 deletions
diff --git a/print/Makefile b/print/Makefile
index a9b740e9c0b7..26f37b03270c 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -207,7 +207,6 @@
SUBDIR += rubygem-color
SUBDIR += rubygem-color-tools
SUBDIR += rubygem-pdf-core
- SUBDIR += rubygem-pdf-core07
SUBDIR += rubygem-pdf-reader
SUBDIR += rubygem-pdf-writer
SUBDIR += rubygem-prawn
diff --git a/print/rubygem-pdf-core07/Makefile b/print/rubygem-pdf-core07/Makefile
deleted file mode 100644
index ad18c2c57926..000000000000
--- a/print/rubygem-pdf-core07/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Michael Moll <kvedulv at kvedulv.de>
-
-PORTNAME= pdf-core
-PORTVERSION= 0.7.0
-CATEGORIES= print rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 07
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Ruby library to render PDF documents
-
-LICENSE= GPLv2 GPLv3 RUBY
-LICENSE_COMB= dual
-LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
-LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
-LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.7\.
-
-.include <bsd.port.mk>
diff --git a/print/rubygem-pdf-core07/distinfo b/print/rubygem-pdf-core07/distinfo
deleted file mode 100644
index a66eb839244f..000000000000
--- a/print/rubygem-pdf-core07/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1489333717
-SHA256 (rubygem/pdf-core-0.7.0.gem) = c1afdbb79edaf7c9fea69fd4b8d3b2c68eeb7203ce4db0e80be5392e20e394a6
-SIZE (rubygem/pdf-core-0.7.0.gem) = 43008
diff --git a/print/rubygem-pdf-core07/pkg-descr b/print/rubygem-pdf-core07/pkg-descr
deleted file mode 100644
index c188e49650f0..000000000000
--- a/print/rubygem-pdf-core07/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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/
-WWW: https://github.com/prawnpdf/pdf-core