pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/adtool Import adtool from pkgsrc-wip. Packag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff8a0f0275ec
branches: trunk
changeset: 482623:ff8a0f0275ec
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Oct 30 21:11:56 2004 +0000
description:
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:
sysutils/adtool/DESCR | 4 ++++
sysutils/adtool/Makefile | 27 +++++++++++++++++++++++++++
sysutils/adtool/PLIST | 5 +++++
sysutils/adtool/distinfo | 5 +++++
sysutils/adtool/patches/patch-aa | 19 +++++++++++++++++++
5 files changed, 60 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r 0a05d83d9aa3 -r ff8a0f0275ec sysutils/adtool/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/adtool/DESCR Sat Oct 30 21:11:56 2004 +0000
@@ -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 -r 0a05d83d9aa3 -r ff8a0f0275ec sysutils/adtool/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/adtool/Makefile Sat Oct 30 21:11:56 2004 +0000
@@ -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@localhost
+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 -r 0a05d83d9aa3 -r ff8a0f0275ec sysutils/adtool/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/adtool/PLIST Sat Oct 30 21:11:56 2004 +0000
@@ -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 -r 0a05d83d9aa3 -r ff8a0f0275ec sysutils/adtool/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/adtool/distinfo Sat Oct 30 21:11:56 2004 +0000
@@ -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 -r 0a05d83d9aa3 -r ff8a0f0275ec sysutils/adtool/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/adtool/patches/patch-aa Sat Oct 30 21:11:56 2004 +0000
@@ -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:
Home |
Main Index |
Thread Index |
Old Index