summaryrefslogtreecommitdiff
path: root/sysutils/adtool
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-30 21:11:56 +0000
committerminskim <minskim@pkgsrc.org>2004-10-30 21:11:56 +0000
commit5e30fb767ce05247e4111cc0950ffde8cc2b953d (patch)
tree3e0cd2056ab1a95565382dcfb64fc6e1f7c72b34 /sysutils/adtool
parent455da108b0ce9729b98741ee3f1d71de9c7bd922 (diff)
downloadpkgsrc-5e30fb767ce05247e4111cc0950ffde8cc2b953d.tar.gz
Import adtool from pkgsrc-wip. Packaged by xtraeme@.
adtool is a Unix command line utility for Active Directory administration. Features include user and group creation, deletion, modification, password setting and directory query and search capabilities.
Diffstat (limited to 'sysutils/adtool')
-rw-r--r--sysutils/adtool/DESCR4
-rw-r--r--sysutils/adtool/Makefile27
-rw-r--r--sysutils/adtool/PLIST5
-rw-r--r--sysutils/adtool/distinfo5
-rw-r--r--sysutils/adtool/patches/patch-aa19
5 files changed, 60 insertions, 0 deletions
diff --git a/sysutils/adtool/DESCR b/sysutils/adtool/DESCR
new file mode 100644
index 00000000000..1eeccca2b8b
--- /dev/null
+++ b/sysutils/adtool/DESCR
@@ -0,0 +1,4 @@
+adtool is a Unix command line utility for Active Directory
+administration. Features include user and group creation, deletion,
+modification, password setting and directory query and search
+capabilities.
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile
new file mode 100644
index 00000000000..a7a52b3e1f0
--- /dev/null
+++ b/sysutils/adtool/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/30 21:11:56 minskim Exp $
+#
+
+DISTNAME= adtool-1.2
+CATEGORIES= sysutils
+MASTER_SITES= http://c128.org/adtool/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://c128.org/adtool/
+COMMENT= Active Directory administration utility for Unix
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+USE_PKGINSTALL= yes
+USE_PKGLOCALEDIR= yes
+
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+EGDIR= ${PREFIX}/share/examples/adtool
+CONF_FILES= ${EGDIR}/adtool.cfg.dist ${PKG_SYSCONFDIR}/adtool.cfg
+
+.include "../../databases/openldap/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/adtool/PLIST b/sysutils/adtool/PLIST
new file mode 100644
index 00000000000..2a5c3f7536f
--- /dev/null
+++ b/sysutils/adtool/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/30 21:11:56 minskim Exp $
+bin/adtool
+man/man1/adtool.1
+share/examples/adtool/adtool.cfg.dist
+@dirrm share/examples/adtool
diff --git a/sysutils/adtool/distinfo b/sysutils/adtool/distinfo
new file mode 100644
index 00000000000..12cc6404096
--- /dev/null
+++ b/sysutils/adtool/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/30 21:11:56 minskim Exp $
+
+SHA1 (adtool-1.2.tar.gz) = fab5a640c8fe60a10c916e3f1c0d1d0a3ba2c974
+Size (adtool-1.2.tar.gz) = 202328 bytes
+SHA1 (patch-aa) = e2dc489cfd6cc67da2782d134d331521bb2ba581
diff --git a/sysutils/adtool/patches/patch-aa b/sysutils/adtool/patches/patch-aa
new file mode 100644
index 00000000000..c06bd7602e8
--- /dev/null
+++ b/sysutils/adtool/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/10/30 21:11:56 minskim Exp $
+
+--- src/etc/Makefile.in.orig 2003-09-30 15:33:27.000000000 +0200
++++ src/etc/Makefile.in 2003-09-30 15:34:45.000000000 +0200
+@@ -147,12 +147,12 @@
+ sysconfDATA_INSTALL = $(INSTALL_DATA)
+ install-sysconfDATA: $(sysconf_DATA)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/examples/adtool
+ @list='$(sysconf_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f="`echo $$p | sed -e 's|^.*/||'`"; \
+ echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
+- $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
++ $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(prefix)/share/examples/adtool/$$f; \
+ done
+
+ uninstall-sysconfDATA: