From 703bbb782630b13db9404cf2c4e9907b02370792 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 26 Jun 2003 03:47:13 +0000 Subject: Add ruby-sqlite, (another) Ruby interface to the SQLite DB engine. --- databases/rubygem-sqlite3/Makefile | 36 ++++++++++++++++++++++++++++++++++++ databases/rubygem-sqlite3/distinfo | 1 + databases/rubygem-sqlite3/pkg-descr | 9 +++++++++ databases/rubygem-sqlite3/pkg-plist | 10 ++++++++++ 4 files changed, 56 insertions(+) create mode 100644 databases/rubygem-sqlite3/Makefile create mode 100644 databases/rubygem-sqlite3/distinfo create mode 100644 databases/rubygem-sqlite3/pkg-descr create mode 100644 databases/rubygem-sqlite3/pkg-plist (limited to 'databases/rubygem-sqlite3') diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile new file mode 100644 index 000000000000..e15082239aa7 --- /dev/null +++ b/databases/rubygem-sqlite3/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: sqlite-ruby +# Date created: 26 June 2003 +# Whom: Akinori MUSHA aka knu +# +# $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 diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo new file mode 100644 index 000000000000..2a94d58e50cd --- /dev/null +++ b/databases/rubygem-sqlite3/distinfo @@ -0,0 +1 @@ +MD5 (ruby/sqlite-ruby-1.0.tar.gz) = cc22e5ce8b3ddcb3de27eb4d7eaa23bc diff --git a/databases/rubygem-sqlite3/pkg-descr b/databases/rubygem-sqlite3/pkg-descr new file mode 100644 index 000000000000..433dc455feb5 --- /dev/null +++ b/databases/rubygem-sqlite3/pkg-descr @@ -0,0 +1,9 @@ +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 +WWW: http://sqlite-ruby.sourceforge.net/ diff --git a/databases/rubygem-sqlite3/pkg-plist b/databases/rubygem-sqlite3/pkg-plist new file mode 100644 index 000000000000..a569f9720d7f --- /dev/null +++ b/databases/rubygem-sqlite3/pkg-plist @@ -0,0 +1,10 @@ +%%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%% -- cgit v1.2.3