aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-08-03 14:49:58 +0800
committerbapt <bapt@FreeBSD.org>2011-08-03 14:49:58 +0800
commit047181690e9d6adb26a2e03554a58fe031245a0e (patch)
tree28efbaa7679828d8b43700979a00e29df79fa3c6 /print
parente724df9cc3076e24d36d042fede552b3d187d0e0 (diff)
downloadfreebsd-ports-graphics-047181690e9d6adb26a2e03554a58fe031245a0e.tar.gz
freebsd-ports-graphics-047181690e9d6adb26a2e03554a58fe031245a0e.tar.zst
freebsd-ports-graphics-047181690e9d6adb26a2e03554a58fe031245a0e.zip
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/ruby-pdflib/Makefile69
-rw-r--r--print/ruby-pdflib/distinfo2
-rw-r--r--print/ruby-pdflib/pkg-descr5
-rw-r--r--print/ruby-pdflib/pkg-plist19
5 files changed, 0 insertions, 96 deletions
diff --git a/print/Makefile b/print/Makefile
index 2edf73d2165..152cd17497b 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -300,7 +300,6 @@
SUBDIR += rtf2latex2e
SUBDIR += ruby-gnomeprint
SUBDIR += ruby-panda
- SUBDIR += ruby-pdflib
SUBDIR += rubygem-color
SUBDIR += rubygem-colortools
SUBDIR += rubygem-pdfwriter
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile
deleted file mode 100644
index 4274a853fef..00000000000
--- a/print/ruby-pdflib/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# New ports collection makefile for: Ruby/PDFlib
-# Date created: 21 February 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdflib
-PORTVERSION= 0.71
-PORTREVISION= 5
-CATEGORIES= print ruby
-MASTER_SITES= http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/pdflib/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A Ruby extension library to access PDFlib
-
-DEPRECATED= Doesn't work with Ruby 1.9
-EXPIRATION_DATE= 2011-08-03
-
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- png.6:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff \
- pdf.8:${PORTSDIR}/print/pdflib
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-INSTALL_TARGET= site-install
-
-RUBY_RD_FILES= pdflib-api.rd pdflib-api-jp.rd
-
-DOCS_EN= ChangeLog README \
- ${RUBY_RD_FILES:N*-jp.rd} \
- ${RUBY_RD_HTML_FILES:N*-jp.html}
-DOCS_JA= ChangeLog.jp README.jp \
- ${RUBY_RD_FILES:M*-jp.rd} \
- ${RUBY_RD_HTML_FILES:M*-jp.html}
-
-EXAMPLES_EN= hello.rb pdfclock.rb pdfgraph.rb \
- pdfimage.rb text2pdf.rb
-EXAMPLES_JA= jtext2pdf.rb
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja
-.for f in ${EXAMPLES_EN}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_MODEXAMPLESDIR}/
-.endfor
-.for f in ${EXAMPLES_JA}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_MODEXAMPLESDIR}/ja/
-.endfor
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
-.endfor
-.endif
-
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not build with ruby 1.9
-.endif
-.include <bsd.port.post.mk>
diff --git a/print/ruby-pdflib/distinfo b/print/ruby-pdflib/distinfo
deleted file mode 100644
index bb7f4391e67..00000000000
--- a/print/ruby-pdflib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/ruby-pdflib-0.71.tar.gz) = 209962bd92c4703e565dbdb1ceecf78882cb2129d324f00a6090be458aadb4c4
-SIZE (ruby/ruby-pdflib-0.71.tar.gz) = 15090
diff --git a/print/ruby-pdflib/pkg-descr b/print/ruby-pdflib/pkg-descr
deleted file mode 100644
index ef4d9ef3057..00000000000
--- a/print/ruby-pdflib/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Ruby/PDFlib is a Ruby extension library to access PDFlib, a library
-for dynamically generating PDF files.
-
-Author: TAKAHASHI Hitoshi <thitoshi@nh.scphys.kyoto-u.ac.jp>
-WWW: http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/pdf-en.html
diff --git a/print/ruby-pdflib/pkg-plist b/print/ruby-pdflib/pkg-plist
deleted file mode 100644
index d8a6805009f..00000000000
--- a/print/ruby-pdflib/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/pdflib.so
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/pdflib-api.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/pdflib-api.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/ChangeLog.jp
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.jp
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/pdflib-api-jp.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/pdflib-api-jp.rd
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pdfclock.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pdfgraph.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pdfimage.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/text2pdf.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/jtext2pdf.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%