pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/hsqldb18 Import hsqldb18-1.8.0.10 as databas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a8462f6b106
branches:  trunk
changeset: 624948:8a8462f6b106
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Oct 04 14:38:49 2013 +0000

description:
Import hsqldb18-1.8.0.10 as databases/hsqldb18.

HSQLDB (HyperSQL DataBase) is the leading SQL relational database
engine written in Java. It offers a small, fast multithreaded and
transactional database engine with in-memory and disk-based tables
and supports embedded and server modes.

This package contains library file (hsqldb.jar) only, and it is
old and should be used only for LibreOffice package.

diffstat:

 databases/hsqldb18/DESCR    |   7 +++++++
 databases/hsqldb18/Makefile |  30 ++++++++++++++++++++++++++++++
 databases/hsqldb18/PLIST    |   2 ++
 databases/hsqldb18/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 7e2bfed24d13 -r 8a8462f6b106 databases/hsqldb18/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/hsqldb18/DESCR  Fri Oct 04 14:38:49 2013 +0000
@@ -0,0 +1,7 @@
+HSQLDB (HyperSQL DataBase) is the leading SQL relational database
+engine written in Java. It offers a small, fast multithreaded and
+transactional database engine with in-memory and disk-based tables
+and supports embedded and server modes.
+
+This package contains library file (hsqldb.jar) only, and it is
+old and should be used only for LibreOffice package.
diff -r 7e2bfed24d13 -r 8a8462f6b106 databases/hsqldb18/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/hsqldb18/Makefile       Fri Oct 04 14:38:49 2013 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2013/10/04 14:38:49 ryoon Exp $
+
+DISTNAME=      hsqldb_1_8_0_10
+PKGNAME=       ${DISTNAME:S/hsqldb_/hsqldb18-/:S/_/./g}
+CATEGORIES=    databases
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hsqldb/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      http://hsqldb.org/
+COMMENT=       Relational database management system witten in pure Java
+LICENSE=       modified-bsd
+
+WRKSRC=                ${WRKDIR}/hsqldb
+
+USE_JAVA=      run
+USE_JAVA2=     yes
+USE_TOOLS+=    pax
+NO_BUILD=      yes
+
+HSQLDB_DIR=    lib/java/hsqldb18
+
+INSTALLATION_DIRS=     ${HSQLDB_DIR}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/lib/hsqldb.jar \
+               ${DESTDIR}${PREFIX}/${HSQLDB_DIR}
+
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7e2bfed24d13 -r 8a8462f6b106 databases/hsqldb18/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/hsqldb18/PLIST  Fri Oct 04 14:38:49 2013 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2013/10/04 14:38:49 ryoon Exp $
+lib/java/hsqldb18/hsqldb.jar
diff -r 7e2bfed24d13 -r 8a8462f6b106 databases/hsqldb18/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/hsqldb18/distinfo       Fri Oct 04 14:38:49 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/10/04 14:38:49 ryoon Exp $
+
+SHA1 (hsqldb_1_8_0_10.zip) = 7168b0f40aa5c72267899601c116d2348d2f56ec
+RMD160 (hsqldb_1_8_0_10.zip) = 8b25da02fbc2702a43cc88b0af8eaeb41c0f75a0
+Size (hsqldb_1_8_0_10.zip) = 3519470 bytes



Home | Main Index | Thread Index | Old Index