summaryrefslogtreecommitdiff
path: root/databases/yasql
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-5/+8
their files via a custom do-install target.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-1/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07Reorder sections to more closely follow pkgsrc Makefile guidelines.jlam1-5/+5
2006-07-07Make this package PKGMANDIR-aware.jlam1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-08-16--prefix is already passed to GNU configure.grant1-2/+1
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-04-15Initial import of yasql-1.81 into the NetBSD packages collection.grant4-0/+63
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