pkgsrc-WIP-changes archive

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

interbase-docs: restore



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Mon May 28 01:40:13 2018 +0900
Changeset:	a5c8e5e62c210814cea334eb3162c149210c7e35

Added Files:
	interbase-docs/DESCR
	interbase-docs/Makefile
	interbase-docs/PLIST
	interbase-docs/distinfo

Log Message:
interbase-docs: restore

mistake remove. unnecessary register username.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a5c8e5e62c210814cea334eb3162c149210c7e35

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 interbase-docs/DESCR    |  4 ++++
 interbase-docs/Makefile | 29 +++++++++++++++++++++++++++++
 interbase-docs/PLIST    |  8 ++++++++
 interbase-docs/distinfo |  5 +++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/interbase-docs/DESCR b/interbase-docs/DESCR
new file mode 100644
index 0000000000..c27e3da544
--- /dev/null
+++ b/interbase-docs/DESCR
@@ -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
diff --git a/interbase-docs/Makefile b/interbase-docs/Makefile
new file mode 100644
index 0000000000..007c0c6146
--- /dev/null
+++ b/interbase-docs/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.9 2012/09/30 05:32:10 asau Exp $
+#
+
+DISTNAME=		60All
+PKGNAME=		interbase-docs-6.0
+WRKSRC=			${WRKDIR}
+CATEGORIES=		databases
+MASTER_SITES=		http://www.ibphoenix.com/downloads/
+EXTRACT_SUFX=		.zip
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		http://www.firebirdsql.org/index.php?op=doc&id=userdoc
+COMMENT=		Documentation for InterBase 6.0 in PDF format
+
+RESTRICTED=		I am not sure if we can redistribute it
+NO_BIN_ON_CDROM=	${RESTRICTED}
+NO_SRC_ON_CDROM=	${RESTRICTED}
+NO_BUILD=		yes
+
+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} ${DESTDIR}${ID6_DIR}
+	for a in ${ID6_FILES}; do \
+		${INSTALL_DATA} ${WRKSRC}/$$a ${DESTDIR}${ID6_DIR}/$$a; done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/interbase-docs/PLIST b/interbase-docs/PLIST
new file mode 100644
index 0000000000..8261dd2ffe
--- /dev/null
+++ b/interbase-docs/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.2 2009/08/25 11:56:45 thomasklausner 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
diff --git a/interbase-docs/distinfo b/interbase-docs/distinfo
new file mode 100644
index 0000000000..2757a26141
--- /dev/null
+++ b/interbase-docs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.2 2005/09/28 06:41:22 rillig Exp $
+
+SHA1 (60All.zip) = 3bfc1cb3111eb6178c4d7fda033f0dfa705523ce
+RMD160 (60All.zip) = 04c2343b46c717d78127495fa2adc8698ea28703
+Size (60All.zip) = 9312390 bytes


Home | Main Index | Thread Index | Old Index