Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
databases/rdb/DESCR Normal file
View File

@@ -0,0 +1,4 @@
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.

23
databases/rdb/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.14 2013/05/31 12:39:56 wiz Exp $
DISTNAME= RDB-2.6d
PKGNAME= rdb-2.6.4
PKGREVISION= 3
CATEGORIES= databases
MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/
MAINTAINER= njohnston@globaltetrahedron.com
HOMEPAGE= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/
COMMENT= Relational database system that uses standard filters via pipes
WRKSRC= ${WRKDIR}/rdb
NO_BUILD= yes
USE_TOOLS+= perl:run
REPLACE_PERL+= column compute dataent etbl headchg jointbl lst2tbl mergetbl
REPLACE_PERL+= mktbl ptbl rdb rdbt repair reporttbl row search sorttbl
REPLACE_PERL+= subtotal summ tbl2lst uniqtbl valid
INSTALLATION_DIRS+= bin
.include "../../mk/bsd.pkg.mk"

23
databases/rdb/PLIST Normal file
View File

@@ -0,0 +1,23 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/20 17:22:16 agc Exp $
bin/column
bin/compute
bin/dataent
bin/etbl
bin/headchg
bin/jointbl
bin/lst2tbl
bin/mergetbl
bin/mktbl
bin/ptbl
bin/rdb
bin/rdbt
bin/repair
bin/reporttbl
bin/row
bin/search
bin/sorttbl
bin/subtotal
bin/summ
bin/tbl2lst
bin/uniqtbl
bin/valid

6
databases/rdb/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.3 2010/01/29 17:30:09 joerg Exp $
SHA1 (RDB-2.6d.tar.gz) = d7c01391eb8035236630357d77c580fcdd2ed3dd
RMD160 (RDB-2.6d.tar.gz) = fd28dc86934ff35bb6e18bee196dafdf1248ae15
Size (RDB-2.6d.tar.gz) = 214540 bytes
SHA1 (patch-aa) = bd4eb68ea7a0c0a3b040f25500a09ca159c204ce

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-aa,v 1.2 2010/01/29 17:30:09 joerg Exp $
Generalise to use ${PREFIX}
--- Makefile 2001/12/20 17:05:40 1.1
+++ Makefile 2001/12/20 17:05:56
@@ -1,6 +1,6 @@
# RBD Makefile - installation only
-INSTALL_DIR = /usr/local/bin
+INSTALL_DIR = ${DESTDIR}${PREFIX}/bin
PERL_SCRIPTS = \
column compute dataent etbl headchg jointbl lst2tbl \