diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-08 10:03:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-08 10:03:07 +0000 |
commit | 8ffcad95aa9c37dd2ed42afd3b3e6adcaecd8694 (patch) | |
tree | 976fa73981a6f1d1ae5771c0732b07d2837fa8d1 /databases/ruby-sqlite3 | |
parent | - databases/ruby-sqlite3 -> databases/rubygem-sqlite3 (diff) |
- ruby-sqlite3 -> rubygem-sqlite3
PR: ports/103291
Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info>
Diffstat (limited to 'databases/ruby-sqlite3')
-rw-r--r-- | databases/ruby-sqlite3/Makefile | 44 | ||||
-rw-r--r-- | databases/ruby-sqlite3/distinfo | 3 | ||||
-rw-r--r-- | databases/ruby-sqlite3/pkg-descr | 9 | ||||
-rw-r--r-- | databases/ruby-sqlite3/pkg-plist | 116 |
4 files changed, 0 insertions, 172 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile deleted file mode 100644 index b7384ab585e4..000000000000 --- a/databases/ruby-sqlite3/Makefile +++ /dev/null @@ -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> diff --git a/databases/ruby-sqlite3/distinfo b/databases/ruby-sqlite3/distinfo deleted file mode 100644 index fc26bee49097..000000000000 --- a/databases/ruby-sqlite3/distinfo +++ /dev/null @@ -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 diff --git a/databases/ruby-sqlite3/pkg-descr b/databases/ruby-sqlite3/pkg-descr deleted file mode 100644 index 7cca1fe5102f..000000000000 --- a/databases/ruby-sqlite3/pkg-descr +++ /dev/null @@ -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 diff --git a/databases/ruby-sqlite3/pkg-plist b/databases/ruby-sqlite3/pkg-plist deleted file mode 100644 index 027e6302c78c..000000000000 --- a/databases/ruby-sqlite3/pkg-plist +++ /dev/null @@ -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%% |