summaryrefslogtreecommitdiffstats
path: root/graphics/ruby-cairo
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-05 14:05:15 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-05 14:05:15 +0800
commit79dd4cec82a630aea94670bdfac875661ffdc89a (patch)
tree58488c1fa497ea762e3ddf70d56b0f4a688f58bf /graphics/ruby-cairo
parent905a9b3ae89b84581964a39518c97872ba7d19d8 (diff)
downloadmarcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.gz
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.bz2
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.lz
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.xz
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.zst
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.zip
Remove those, they have been merged into offical ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5014 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/ruby-cairo')
-rw-r--r--graphics/ruby-cairo/Makefile36
-rw-r--r--graphics/ruby-cairo/distinfo2
-rw-r--r--graphics/ruby-cairo/pkg-descr3
-rw-r--r--graphics/ruby-cairo/pkg-plist16
4 files changed, 0 insertions, 57 deletions
diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile
deleted file mode 100644
index 080662ae8..000000000
--- a/graphics/ruby-cairo/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: rcairo
-# Date created: 16 October 2005
-# Whom: Mezz <mezz@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= cairo
-PORTVERSION= 1.0.0
-CATEGORIES= graphics ruby
-MASTER_SITES= http://cairographics.org/releases/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= r${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= mezz@FreeBSD.org
-COMMENT= Ruby binding for Cairo
-
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
-
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-DOCS= AUTHORS COPYING ChangeLog GPL NEWS README
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${RUBY_MODEXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/
- @${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/ruby-cairo/distinfo b/graphics/ruby-cairo/distinfo
deleted file mode 100644
index f9900d031..000000000
--- a/graphics/ruby-cairo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (rcairo-1.0.0.tar.gz) = e6c6442b24155146ba986dc7774e45e3
-SIZE (rcairo-1.0.0.tar.gz) = 42088
diff --git a/graphics/ruby-cairo/pkg-descr b/graphics/ruby-cairo/pkg-descr
deleted file mode 100644
index d8193052e..000000000
--- a/graphics/ruby-cairo/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Ruby/Cairo is a Ruby binding for Cairo.
-
-WWW: http://cairographics.org/
diff --git a/graphics/ruby-cairo/pkg-plist b/graphics/ruby-cairo/pkg-plist
deleted file mode 100644
index 142bf2ce1..000000000
--- a/graphics/ruby-cairo/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/cairo.so
-%%RUBY_SITEARCHLIBDIR%%/rb_cairo.h
-%%RUBY_SITELIBDIR%%/cairo.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pdf.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pdf2.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/png.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ps.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ps2.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/AUTHORS
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/GPL
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%