Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
sysutils/adtool/DESCR Normal file
View File

@@ -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.

28
sysutils/adtool/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.15 2013/02/06 23:23:47 jperkin Exp $
#
DISTNAME= adtool-1.2
PKGREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://gp2x.org/adtool/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gp2x.org/adtool/
COMMENT= Active Directory administration utility for Unix
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PTHREAD_OPTS+= require
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/adtool
CONF_FILES= ${EGDIR}/adtool.cfg.dist ${PKG_SYSCONFDIR}/adtool.cfg
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

4
sysutils/adtool/PLIST Normal file
View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:00 joerg Exp $
bin/adtool
man/man1/adtool.1
share/examples/adtool/adtool.cfg.dist

7
sysutils/adtool/distinfo Normal file
View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.3 2006/01/30 16:17:06 joerg Exp $
SHA1 (adtool-1.2.tar.gz) = fab5a640c8fe60a10c916e3f1c0d1d0a3ba2c974
RMD160 (adtool-1.2.tar.gz) = 1afa9f6955c8b2b10f1cd2f73952aeb83d5af979
Size (adtool-1.2.tar.gz) = 202328 bytes
SHA1 (patch-aa) = e2dc489cfd6cc67da2782d134d331521bb2ba581
SHA1 (patch-ab) = f594933de70a596f3ea711175cc1577c0805d4a2

View File

@@ -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:

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-ab,v 1.1 2006/01/30 16:17:06 joerg Exp $
--- src/tools/Makefile.in.orig 2006-01-30 16:12:37.000000000 +0000
+++ src/tools/Makefile.in
@@ -119,7 +119,10 @@ target_alias = @target_alias@
INCLUDES = -I@top_srcdir@/src/lib
AM_CFLAGS = @CFLAGS@
-AM_LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
+AM_LDFLAGS = -lldap -llber -lldap_r ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} @LDFLAGS@
+.if ${OPSYS} != "DragonFly"
+AM_LDFLAGS += -lresolv
+.endif
bin_PROGRAMS = adtool