aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-sqlite3')
-rw-r--r--databases/rubygem-sqlite3/Makefile36
-rw-r--r--databases/rubygem-sqlite3/distinfo2
-rw-r--r--databases/rubygem-sqlite3/pkg-descr9
-rw-r--r--databases/rubygem-sqlite3/pkg-plist10
4 files changed, 0 insertions, 57 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
deleted file mode 100644
index e15082239aa7..000000000000
--- a/databases/rubygem-sqlite3/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: sqlite-ruby
-# Date created: 26 June 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sqlite
-PORTVERSION= 1.0
-CATEGORIES= databases ruby
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}-ruby
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= Ruby interface to the SQLite DB engine
-
-LIB_DEPENDS= sqlite.2:${.CURDIR}/../sqlite
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-INSTALL_TARGET= site-install
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}/
- ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo
deleted file mode 100644
index 6dd3fda20bbf..000000000000
--- a/databases/rubygem-sqlite3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/sqlite-ruby-1.0.tar.gz) = cc22e5ce8b3ddcb3de27eb4d7eaa23bc
-SIZE (ruby/sqlite-ruby-1.0.tar.gz) = 13823
diff --git a/databases/rubygem-sqlite3/pkg-descr b/databases/rubygem-sqlite3/pkg-descr
deleted file mode 100644
index 433dc455feb5..000000000000
--- a/databases/rubygem-sqlite3/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-sqlite-ruby provides an interface for the SQLite DB engine. This
-differs from the DBD::SQLite module in that it is more complete, and
-from the ruby DBI version of SQLite in that it is SQLite specific, so
-you can do things that would otherwise be more difficult via DBI. If
-you want portability between backends, use DBI. If you want ease of
-use with SQLite, use this.
-
-Author: minam <jgb3@email.byu.edu>
-WWW: http://sqlite-ruby.sourceforge.net/
diff --git a/databases/rubygem-sqlite3/pkg-plist b/databases/rubygem-sqlite3/pkg-plist
deleted file mode 100644
index a569f9720d7f..000000000000
--- a/databases/rubygem-sqlite3/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/_sqlite.so
-%%RUBY_SITELIBDIR%%/sqlite.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dbdef.sql
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/define_db.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pragma.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/queries.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%