summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /graphics
parentUpdate dependency to bash2 in preparation for removing bash1. (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes: svn path=/head/; revision=129234
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/ruby-libexif/Makefile52
-rw-r--r--graphics/ruby-libexif/distinfo2
-rw-r--r--graphics/ruby-libexif/files/patch-aa10
-rw-r--r--graphics/ruby-libexif/files/patch-ab9
-rw-r--r--graphics/ruby-libexif/pkg-descr4
-rw-r--r--graphics/ruby-libexif/pkg-plist9
7 files changed, 0 insertions, 87 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 5c5a27cb71ed..b93c8c24daa3 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -445,7 +445,6 @@
SUBDIR += ruby-imlib2
SUBDIR += ruby-libart
SUBDIR += ruby-libart2
- SUBDIR += ruby-libexif
SUBDIR += ruby-libpng
SUBDIR += ruby-ming
SUBDIR += ruby-opengl
diff --git a/graphics/ruby-libexif/Makefile b/graphics/ruby-libexif/Makefile
deleted file mode 100644
index 1d1362a4ade5..000000000000
--- a/graphics/ruby-libexif/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: ruby-libexif
-# Date created: 6 October 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libexif
-PORTVERSION= 0.1.2
-PORTREVISION= 1
-CATEGORIES= graphics ruby
-MASTER_SITES= http://tam.0xfa.com/ruby-libexif/pkg/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A Ruby extension library for libexif
-
-LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif
-
-BROKEN= "Does not compile"
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-INSTALL_TARGET= site-install
-
-RUBY_RD_FILES= exif.rd.en exif.rd.ja
-
-DOCS_EN= ChangeLog README \
- ${RUBY_RD_FILES:M*.rd.en} \
- ${RUBY_RD_HTML_FILES:M*.en.html}
-DOCS_JA= ${RUBY_RD_FILES:M*.rd.ja} \
- ${RUBY_RD_HTML_FILES:M*.ja.html}
-
-post-install: doc-install
-
-.include <bsd.port.mk>
-
-doc-install:
-.if !defined(NOPORTDOCS)
- ${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
diff --git a/graphics/ruby-libexif/distinfo b/graphics/ruby-libexif/distinfo
deleted file mode 100644
index d7d50a012307..000000000000
--- a/graphics/ruby-libexif/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/ruby-libexif-0.1.2.tar.gz) = 39374f7b99a55da6618bfa3c8e163f5c
-SIZE (ruby/ruby-libexif-0.1.2.tar.gz) = 18874
diff --git a/graphics/ruby-libexif/files/patch-aa b/graphics/ruby-libexif/files/patch-aa
deleted file mode 100644
index 22073bc55f39..000000000000
--- a/graphics/ruby-libexif/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- extconf.rb.orig Tue Apr 15 14:49:33 2003
-+++ extconf.rb Tue Apr 15 14:49:38 2003
-@@ -5,7 +5,6 @@
- def have_libexif_header
- have_header('libexif/exif-ifd.h') and
- have_header('libexif/exif-data.h') and
-- have_header('libexif/exif-note.h') and
- have_header('libexif/exif-utils.h') and
- have_header('libexif/exif-tag.h')
- end
diff --git a/graphics/ruby-libexif/files/patch-ab b/graphics/ruby-libexif/files/patch-ab
deleted file mode 100644
index 81a79acde8c8..000000000000
--- a/graphics/ruby-libexif/files/patch-ab
+++ /dev/null
@@ -1,9 +0,0 @@
---- exif.c.orig Tue Apr 15 14:50:52 2003
-+++ exif.c Tue Apr 15 14:50:57 2003
-@@ -10,7 +10,6 @@
- #include "ruby.h"
- #include <libexif/exif-ifd.h>
- #include <libexif/exif-data.h>
--#include <libexif/exif-note.h>
- #include <libexif/exif-utils.h>
- #include <libexif/exif-tag.h>
diff --git a/graphics/ruby-libexif/pkg-descr b/graphics/ruby-libexif/pkg-descr
deleted file mode 100644
index dc5ed4a1d63c..000000000000
--- a/graphics/ruby-libexif/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a Ruby extension library for libexif.
-
-Author: Ryuichi Tamura <r-tam@fsinet.or.jp>
-WWW: http://tam.0xfa.com/ruby-libexif/
diff --git a/graphics/ruby-libexif/pkg-plist b/graphics/ruby-libexif/pkg-plist
deleted file mode 100644
index 9dbc0195c4f6..000000000000
--- a/graphics/ruby-libexif/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/exif.so
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/exif.ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/exif.rd.ja
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/exif.en.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/exif.rd.en
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%