Initial import.

This commit is contained in:
Michal Pasternak 2004-01-01 19:26:22 +00:00 committed by Thomas Klausner
parent af267e437c
commit 1d68252cdd
4 changed files with 45 additions and 0 deletions

4
interbase-docs/DESCR Normal file
View file

@ -0,0 +1,4 @@
Documentation for InterBase 6.0 in PDF format.
SQL Statement and Function Reference in HTML is located on:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_60_sqlref

28
interbase-docs/Makefile Normal file
View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 19:26:22 mpasternak Exp $
#
DISTNAME= 60All
PKGNAME= interbase-docs-6.0
WRKSRC= ${WRKDIR}
CATEGORIES= databases
MASTER_SITES= http://www.ibphoenix.com/downloads/
EXTRACT_SUFX= .zip
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.firebirdsql.org/index.php?op=doc&id=userdoc
COMMENT= Documentation for InterBase 6.0 in PDF format
NO_BIN_ON_CDROM= "I am not sure if we can redistribute it"
NO_SRC_ON_CDROM= ${NO_BIN_ON_CDROM}
NO_BUILD= # defined
ID6_DIR= ${PREFIX}/share/doc/${PKGNAME}
ID6_FILES= apiguide.pdf datadef.pdf devguide.pdf embedsql.pdf \
getstart.pdf langref.pdf opguide.pdf
do-install:
${INSTALL_DATA_DIR} ${ID6_DIR}
for a in ${ID6_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$a ${ID6_DIR}/$$a; done
.include "../../mk/bsd.pkg.mk"

9
interbase-docs/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 19:26:22 mpasternak Exp $
share/doc/interbase-docs-6.0/apiguide.pdf
share/doc/interbase-docs-6.0/datadef.pdf
share/doc/interbase-docs-6.0/devguide.pdf
share/doc/interbase-docs-6.0/embedsql.pdf
share/doc/interbase-docs-6.0/getstart.pdf
share/doc/interbase-docs-6.0/langref.pdf
share/doc/interbase-docs-6.0/opguide.pdf
@dirrm share/doc/interbase-docs-6.0

4
interbase-docs/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 19:26:22 mpasternak Exp $
SHA1 (60All.zip) = 3bfc1cb3111eb6178c4d7fda033f0dfa705523ce
Size (60All.zip) = 9312390 bytes