diff options
Diffstat (limited to 'databases/ruby-sqlite')
-rw-r--r-- | databases/ruby-sqlite/Makefile | 51 | ||||
-rw-r--r-- | databases/ruby-sqlite/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-sqlite/pkg-descr | 9 | ||||
-rw-r--r-- | databases/ruby-sqlite/pkg-plist | 83 |
4 files changed, 0 insertions, 145 deletions
diff --git a/databases/ruby-sqlite/Makefile b/databases/ruby-sqlite/Makefile deleted file mode 100644 index ce44d540c71e..000000000000 --- a/databases/ruby-sqlite/Makefile +++ /dev/null @@ -1,51 +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= 2.2.3 -CATEGORIES= databases ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ${PORTNAME}-ruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby interface to the SQLite DB engine version 2 - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 - -USE_BZIP2= yes -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -CONFIGURE_WRKSRC= ${WRKSRC}/ext -BUILD_WRKSRC= ${WRKSRC}/ext -INSTALL_WRKSRC= ${WRKSRC}/ext -INSTALL_TARGET= site-install - -DOCS= ChangeLog LICENSE api/* doc/* - -post-extract: - ${LN} -s ../lib ${WRKSRC}/ext/ - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/databases/ruby-sqlite/distinfo b/databases/ruby-sqlite/distinfo deleted file mode 100644 index 452c68ca6ed1..000000000000 --- a/databases/ruby-sqlite/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/sqlite-ruby-2.2.3.tar.bz2) = 3239619a27fb81ec54cf390fb0d385614f58ff67ad8779b776b1664d95716b6e -SIZE (ruby/sqlite-ruby-2.2.3.tar.bz2) = 56898 diff --git a/databases/ruby-sqlite/pkg-descr b/databases/ruby-sqlite/pkg-descr deleted file mode 100644 index 5811e055f266..000000000000 --- a/databases/ruby-sqlite/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -sqlite-ruby provides an interface for the SQLite DB engine version 2. -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-sqlite/pkg-plist b/databases/ruby-sqlite/pkg-plist deleted file mode 100644 index 5d1dac9367bc..000000000000 --- a/databases/ruby-sqlite/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/sqlite_api.so -%%RUBY_SITELIBDIR%%/sqlite.rb -%%RUBY_SITELIBDIR%%/sqlite/database.rb -%%RUBY_SITELIBDIR%%/sqlite/parsed_statement.rb -%%RUBY_SITELIBDIR%%/sqlite/pragmas.rb -%%RUBY_SITELIBDIR%%/sqlite/resultset.rb -%%RUBY_SITELIBDIR%%/sqlite/statement.rb -%%RUBY_SITELIBDIR%%/sqlite/translator.rb -%%RUBY_SITELIBDIR%%/sqlite/version.rb -@dirrm %%RUBY_SITELIBDIR%%/sqlite -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/blank.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/API.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Database.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Database/FunctionProxy.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/AbortException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/AuthorizationException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/BusyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/CantOpenException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/ConstraintException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/CorruptException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/DatabaseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/EmptyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/FormatException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/FullException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/IOErrorException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/InternalException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/InterruptException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/LockedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/MismatchException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/MisuseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/NotADatabaseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/NotFoundException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/OutOfMemoryException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/PermissionsException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/ProtocolException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/RangeException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/ReadOnlyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/SQLException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/SchemaChangedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/TooBigException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions/UnsupportedOSFeatureException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/ParsedStatement.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Pragmas.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/ResultSet.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/ResultSet/FieldsContainer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/ResultSet/TypesContainer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Statement.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Translator.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite/Version.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.yml -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/README.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/ext/sqlite-api_c.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/database_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/parsed_statement_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/pragmas_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/resultset_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/statement_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/translator_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite/version_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/ext -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/faq -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite/ResultSet -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite/Exceptions -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite/Database -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |