- ruby-sqlite3 -> rubygem-sqlite3

PR:		ports/103291
Submitted by:	Geraud CONTINSOUZAS <geraud_AT_gcu dot info>
This commit is contained in:
Cheng-Lung Sung 2007-02-08 10:03:07 +00:00
parent 3169b10ff7
commit 8ffcad95aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184565
6 changed files with 3 additions and 173 deletions

2
MOVED
View File

@ -2807,3 +2807,5 @@ net/openldap22-client||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported
net/openldap22-sasl-client||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
net/openldap22-sasl-server||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
net/openldap22-server||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
irc/xchat-systray-plugin||2007-02-07|Has expired: Functionality is now included in xchat
databases/ruby-sqlite3|databases/rubygem-sqlite3|2007-02-08|Moved to rubygem version

View File

@ -475,9 +475,9 @@
SUBDIR += ruby-rdbc1
SUBDIR += ruby-search-namazu
SUBDIR += ruby-sqlite
SUBDIR += ruby-sqlite3
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-sqlite3
SUBDIR += slony1
SUBDIR += sqlclient
SUBDIR += sqlite2

View File

@ -1,44 +0,0 @@
# New ports collection makefile for: sqlite3-ruby
# Date created: 26 June 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= sqlite3
PORTVERSION= 1.2.1
CATEGORIES= databases ruby
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= sqlite-ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= stas@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
USE_BZIP2= yes
USE_RUBY= yes
USE_RUBY_SETUP= yes
CONFIGURE_ARGS= -- --with-sqlite3-dir="${LOCALBASE}"
DOCS= ChangeLog LICENSE README api/* doc/*
# XXX: exists untill it will be committed to bsd.port.mk
COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \
2>&1) && \
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \
${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \
${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' --
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/)
.endif
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (ruby/sqlite3-ruby-1.2.1.tar.bz2) = 7ec13981e20bab8af024db3c1df4a602
SHA256 (ruby/sqlite3-ruby-1.2.1.tar.bz2) = 7b1ebbf0597d5d020eae73ca21e358450db47691bab6a18ab8354f22bca36952
SIZE (ruby/sqlite3-ruby-1.2.1.tar.bz2) = 83105

View File

@ -1,9 +0,0 @@
sqlite3-ruby provides an interface for the SQLite DB engine version 3.
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: Jamis Buck (minam) <jgb3@email.byu.edu>
WWW: http://sqlite-ruby.rubyforge.org

View File

@ -1,116 +0,0 @@
%%RUBY_SITEARCHLIBDIR%%/sqlite3_api.so
%%RUBY_SITELIBDIR%%/sqlite3.rb
%%RUBY_SITELIBDIR%%/sqlite3/constants.rb
%%RUBY_SITELIBDIR%%/sqlite3/database.rb
%%RUBY_SITELIBDIR%%/sqlite3/driver/dl/api.rb
%%RUBY_SITELIBDIR%%/sqlite3/driver/dl/driver.rb
%%RUBY_SITELIBDIR%%/sqlite3/driver/native/driver.rb
%%RUBY_SITELIBDIR%%/sqlite3/errors.rb
%%RUBY_SITELIBDIR%%/sqlite3/pragmas.rb
%%RUBY_SITELIBDIR%%/sqlite3/resultset.rb
%%RUBY_SITELIBDIR%%/sqlite3/statement.rb
%%RUBY_SITELIBDIR%%/sqlite3/translator.rb
%%RUBY_SITELIBDIR%%/sqlite3/value.rb
%%RUBY_SITELIBDIR%%/sqlite3/version.rb
@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver/native
@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver/dl
@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver
@dirrm %%RUBY_SITELIBDIR%%/sqlite3
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/DL.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/DL/PtrData.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/Kernel.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/AbortException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/AuthorizationException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Blob.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/BusyException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/CantOpenException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Constants.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Constants/ColumnType.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Constants/ErrorCode.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Constants/TextRep.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/ConstraintException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/CorruptException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Database.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Database/FunctionProxy.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/DL.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/DL/API.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/DL/Driver.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/Native.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/Native/Driver.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/EmptyException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Error.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Exception.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/FormatException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/FullException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/IOException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/InternalException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/InterruptException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/LockedException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/MemoryException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/MismatchException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/MisuseException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/NotADatabaseException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/NotFoundException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/PermissionException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Pragmas.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/ProtocolException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/RangeException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/ReadOnlyException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/ResultSet.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/ResultSet/FieldsContainer.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/ResultSet/TypesContainer.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/SQLException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/SchemaChangedException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Statement.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/TooBigException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Translator.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/UnsupportedException.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Value.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/SQLite3/Version.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/classes/String.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/created.rid
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/faq/faq.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/faq/faq.rb
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/faq/faq.yml
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/constants_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/database_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/driver/dl/api_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/driver/dl/driver_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/driver/native/driver_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/errors_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/pragmas_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/resultset_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/statement_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/translator_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/value_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/version_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/files/lib/sqlite3_rb.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/fr_class_index.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/fr_file_index.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/fr_method_index.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/index.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api/rdoc-style.css
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/driver/native
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/driver/dl
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/files/lib/sqlite3/driver
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/files/lib/sqlite3
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/files/lib
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/files
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/faq
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3/ResultSet
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/Native
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver/DL
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3/Driver
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3/Database
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3/Constants
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/SQLite3
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes/DL
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api/classes
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/api
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%