pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/yasql Initial import of yasql-1.81 into the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d00421c2f9d2
branches:  trunk
changeset: 473016:d00421c2f9d2
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Apr 15 11:09:59 2004 +0000

description:
Initial import of yasql-1.81 into the NetBSD packages collection.

YASQL is an open source Oracle command line interface. YASQL features a
much kinder alternative to SQL*Plus's user interface. This is meant to
be a complete replacement for SQL*Plus when dealing with ad-hoc queries
and general database interfacing. It's main features are:

        * Full ReadLine support
        * Alternate output methods
        * Output of query results
        * Data Input and Binding
        * Command pipes
        * Tab completion
        * Easy top rownum listings
        * Enhanced Data Dictionary commands
        * Query editing
        * Query chaining
        * Basic scripting
        * Config file
        * Future extensibility

diffstat:

 databases/yasql/DESCR    |  18 ++++++++++++++++++
 databases/yasql/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 databases/yasql/PLIST    |   5 +++++
 databases/yasql/distinfo |   4 ++++
 4 files changed, 63 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r bc91e2a43777 -r d00421c2f9d2 databases/yasql/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/yasql/DESCR     Thu Apr 15 11:09:59 2004 +0000
@@ -0,0 +1,18 @@
+YASQL is an open source Oracle command line interface. YASQL features a
+much kinder alternative to SQL*Plus's user interface. This is meant to
+be a complete replacement for SQL*Plus when dealing with ad-hoc queries
+and general database interfacing. It's main features are:
+
+       * Full ReadLine support
+       * Alternate output methods
+       * Output of query results
+       * Data Input and Binding
+       * Command pipes
+       * Tab completion
+       * Easy top rownum listings
+       * Enhanced Data Dictionary commands
+       * Query editing
+       * Query chaining
+       * Basic scripting
+       * Config file
+       * Future extensibility
diff -r bc91e2a43777 -r d00421c2f9d2 databases/yasql/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/yasql/Makefile  Thu Apr 15 11:09:59 2004 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 11:09:59 grant Exp $
+
+DISTNAME=      yasql-1.81
+CATEGORIES=    databases
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=yasql/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://yasql.sourceforge.net/
+COMMENT=       Yet another SQLPlus replacement for Oracle
+
+USE_BUILDLINK3=        yes
+USE_PKGINSTALL=        yes
+GNU_CONFIGURE= yes
+NO_BUILD=      # defined
+
+CONFIGURE_ARGS+=--prefix=${PREFIX}
+CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+
+DEPENDS+=      p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle
+DEPENDS+=      p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
+DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+
+CONF_FILES+=   ${PREFIX}/share/examples/yasql/yasql.conf \
+               ${PKG_SYSCONFDIR}/yasql.conf
+
+post-configure:
+       @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} default
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/yasql ${PREFIX}/bin/yasql
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yasql
+       ${INSTALL_DATA} ${WRKSRC}/yasql.conf \
+               ${PREFIX}/share/examples/yasql/yasql.conf
+       ${INSTALL_MAN} ${WRKSRC}/yasql.1 ${PREFIX}/man/man1/yasql.1
+
+.include "../../mk/bsd.pkg.mk"
diff -r bc91e2a43777 -r d00421c2f9d2 databases/yasql/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/yasql/PLIST     Thu Apr 15 11:09:59 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/15 11:09:59 grant Exp $
+bin/yasql
+man/man1/yasql.1
+share/examples/yasql/yasql.conf
+@dirrm share/examples/yasql
diff -r bc91e2a43777 -r d00421c2f9d2 databases/yasql/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/yasql/distinfo  Thu Apr 15 11:09:59 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/15 11:09:59 grant Exp $
+
+SHA1 (yasql-1.81.tar.gz) = c2a50ddedaa539c6a8890ff7bd76289581ed6de6
+Size (yasql-1.81.tar.gz) = 105825 bytes



Home | Main Index | Thread Index | Old Index