pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap-doc Import databases/openldap-doc. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d3e0be8627c
branches:  trunk
changeset: 513602:1d3e0be8627c
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed May 31 18:18:38 2006 +0000

description:
Import databases/openldap-doc.  This package contains the OpenLDAP Admin guide
(in HTML).

diffstat:

 databases/openldap-doc/DESCR    |   4 ++++
 databases/openldap-doc/Makefile |  38 ++++++++++++++++++++++++++++++++++++++
 databases/openldap-doc/PLIST    |  19 +++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 50ed7a52c883 -r 1d3e0be8627c databases/openldap-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-doc/DESCR      Wed May 31 18:18:38 2006 +0000
@@ -0,0 +1,4 @@
+OpenLDAP is an open source implementation of the Lightweight Directory Access
+Protocol.  This package includes:
+
+* administration guide
diff -r 50ed7a52c883 -r 1d3e0be8627c databases/openldap-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-doc/Makefile   Wed May 31 18:18:38 2006 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/31 18:18:38 ghen Exp $
+
+DISTNAME=              openldap-2.3.23
+PKGNAME=               ${DISTNAME:S/-/-doc-/}
+CATEGORIES=            databases
+MASTER_SITES=          ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
+MASTER_SITES+=         http://ftp.openldap.org/pub/OpenLDAP/openldap-release/
+EXTRACT_SUFX=          .tgz
+
+MAINTAINER=            ghen%NetBSD.org@localhost
+HOMEPAGE=              http://www.openldap.org/
+COMMENT=               Lightweight Directory Access Protocol documentation
+
+DISTINFO_FILE=         ${.CURDIR}/../../databases/openldap/distinfo
+
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+
+DOCDIR=                        ${PREFIX}/share/doc/openldap
+IMAGES=                        config_dit.gif config_local.gif config_ref.gif
+IMAGES+=               config_repl.gif config_x500fe.gif config_x500ref.gif
+IMAGES+=               intro_dctree.gif intro_tree.gif replication.gif
+
+do-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}/admin
+       ${INSTALL_DATA_DIR} ${DOCDIR}/images
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/COPYRIGHT ${DOCDIR}/
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/LICENSE ${DOCDIR}/
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/README ${DOCDIR}/
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/images/LDAPlogo.gif ${DOCDIR}/images/
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/images/LDAPwww.gif ${DOCDIR}/images/
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/admin/guide.html ${DOCDIR}/admin/
+.for file in ${IMAGES}
+       ${INSTALL_DATA} ${WRKSRC}/doc/guide/admin/${file} ${DOCDIR}/admin/
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r 50ed7a52c883 -r 1d3e0be8627c databases/openldap-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-doc/PLIST      Wed May 31 18:18:38 2006 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/31 18:18:38 ghen Exp $
+share/doc/openldap/COPYRIGHT
+share/doc/openldap/LICENSE
+share/doc/openldap/README
+share/doc/openldap/admin/config_dit.gif
+share/doc/openldap/admin/config_local.gif
+share/doc/openldap/admin/config_ref.gif
+share/doc/openldap/admin/config_repl.gif
+share/doc/openldap/admin/config_x500fe.gif
+share/doc/openldap/admin/config_x500ref.gif
+share/doc/openldap/admin/guide.html
+share/doc/openldap/admin/intro_dctree.gif
+share/doc/openldap/admin/intro_tree.gif
+share/doc/openldap/admin/replication.gif
+share/doc/openldap/images/LDAPlogo.gif
+share/doc/openldap/images/LDAPwww.gif
+@dirrm share/doc/openldap/images
+@dirrm share/doc/openldap/admin
+@dirrm share/doc/openldap



Home | Main Index | Thread Index | Old Index