Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-01-22 | Fixed pkglint warnings. Because the Perl scripts are now installed with the | rillig | 1 | -3/+3 | |
correct interpreter, bumped PKGREVISION. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+2 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-04-17 | This does not need buildlink2, so switch to USE_PERL5. Also, add | snj | 1 | -3/+3 | |
NO_CONFIGURE. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-15 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2002-11-15 | Whitespace fixes. | jlam | 1 | -10/+10 | |
2001-12-20 | Initial import of rdb-2.6d into the NetBSD Packages Collection. | agc | 5 | -0/+67 | |
RDB is a fast, portable Relational Database Management System without arbitrary limits (other than memory and processor speed). It uses the "operator/stream" DBMS paradigm. The operators are Unix filters (i.e. they read STDIN and write STDOUT), so they can be connected by pipes. Provided in PR 15009 by natej@aol.net, modified by me to conform to NetBSD standards - use perl buildlink functionality, use REPLACE_PERL, modify PLIST to conform to standards, general cleanup to pass pkglint. |