summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlrelay
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 /databases/ruby-sqlrelay
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.
Diffstat (limited to 'databases/ruby-sqlrelay')
-rw-r--r--databases/ruby-sqlrelay/Makefile54
-rw-r--r--databases/ruby-sqlrelay/pkg-descr3
2 files changed, 0 insertions, 57 deletions
diff --git a/databases/ruby-sqlrelay/Makefile b/databases/ruby-sqlrelay/Makefile
deleted file mode 100644
index 53a6a228254f..000000000000
--- a/databases/ruby-sqlrelay/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: Ruby module for SQL Relay
-# Date created: 2 July 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ${SQLRELAY_PORTNAME}
-PORTVERSION= ${SQLRELAY_PORTVERSION}
-CATEGORIES= databases ruby
-MASTER_SITES= # none
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTFILES= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Ruby module to access to SQL Relay
-
-EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
-LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
-
-BROKEN= "Does not install"
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
-PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/sqlrelay.so
-USE_RUBY= yes
-USE_GMAKE= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-BUILD_WRKSRC= ${WRKSRC}/src/api/ruby
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
- --with-ruby-prefix="${LOCALBASE}"
-MAKE_ARGS= RUBY="${RUBY}"
-ALL_TARGET= sqlrelay.so
-
-.include "${.CURDIR}/../sqlrelay/Makefile.common"
-
-.if ${PORTVERSION} == 0.35
-PORTREVISION?= 1
-.endif
-
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
- ${RM} -f ${WRKSRC}/config.cache
- ${CP} ${TEMPLATES}/config.sub ${WRKSRC}
- ${CP} ${TEMPLATES}/config.guess ${WRKSRC}
-
-do-install:
- ${INSTALL_DATA} ${INSTALL_WRKSRC}/sqlrelay.so ${RUBY_SITEARCHLIBDIR}/
-
-.include <bsd.port.mk>
diff --git a/databases/ruby-sqlrelay/pkg-descr b/databases/ruby-sqlrelay/pkg-descr
deleted file mode 100644
index 7bac505eb64b..000000000000
--- a/databases/ruby-sqlrelay/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package provides a Ruby module to access to SQL Relay.
-
-WWW: http://www.firstworks.com/sqlrelay.html