diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /graphics/ruby-cairo | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/ruby-cairo')
-rw-r--r-- | graphics/ruby-cairo/Makefile | 36 | ||||
-rw-r--r-- | graphics/ruby-cairo/distinfo | 3 | ||||
-rw-r--r-- | graphics/ruby-cairo/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/ruby-cairo/pkg-plist | 16 |
4 files changed, 0 insertions, 58 deletions
diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile deleted file mode 100644 index 833df685b..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.2.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 130c5386b..000000000 --- a/graphics/ruby-cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rcairo-1.2.0.tar.gz) = d5b4da3a6aafd28cf2a0dcbdafb82b04 -SHA256 (rcairo-1.2.0.tar.gz) = f21a21cb30a07693980d5d40b9fc03554d15709a141751efe8d2f73636544b4d -SIZE (rcairo-1.2.0.tar.gz) = 47529 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 2916e53a0..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%%/pac.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pac2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/png.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scalable.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/text2.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%% |