diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cpu/Makefile | 25 | ||||
-rw-r--r-- | sysutils/cpu/distinfo | 1 | ||||
-rw-r--r-- | sysutils/cpu/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/cpu/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0b71e8a8d60a..9bd9a9943943 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -61,6 +61,7 @@ SUBDIR += cotty SUBDIR += cpbk SUBDIR += cpdup + SUBDIR += cpu SUBDIR += cpuburn SUBDIR += crashme SUBDIR += cronolog diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile new file mode 100644 index 000000000000..4ae768878e87 --- /dev/null +++ b/sysutils/cpu/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cpu +# Date created: 15 November 2003 +# Whom: Hye-Shik Chang <perky@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cpu +PORTVERSION= 1.4.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cpu + +MAINTAINER= perky@FreeBSD.org +COMMENT= Change Password Utility for LDAP + +GNU_CONFIGURE= yes +USE_OPENLDAP= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE} + +MAN5= cpu.conf.5 +MAN8= cpu.8 cpu-ldap.8 + +.include <bsd.port.mk> diff --git a/sysutils/cpu/distinfo b/sysutils/cpu/distinfo new file mode 100644 index 000000000000..cb82bb509a13 --- /dev/null +++ b/sysutils/cpu/distinfo @@ -0,0 +1 @@ +MD5 (cpu-1.4.2.tar.gz) = cfbad78c8c54faa7143793c2f88b0ce4 diff --git a/sysutils/cpu/pkg-descr b/sysutils/cpu/pkg-descr new file mode 100644 index 000000000000..79b899743f9c --- /dev/null +++ b/sysutils/cpu/pkg-descr @@ -0,0 +1,7 @@ +CPU is an LDAP user management tool written in C and loosely based +on FreeBSD's pw(8). The goal of CPU is to be a suitable replacement +of the useradd/usermod/userdel utilities for administrators using +an LDAP backend and wishing to have a suite of command line tools +for doing the administration. + +WWW: http://cpu.sourceforge.net/ diff --git a/sysutils/cpu/pkg-plist b/sysutils/cpu/pkg-plist new file mode 100644 index 000000000000..2b32692db6ec --- /dev/null +++ b/sysutils/cpu/pkg-plist @@ -0,0 +1,7 @@ +bin/cpu +etc/cpu.conf +lib/libcputil.a +lib/libcputil.la +lib/libcputil.so.0 +%%DATADIR%%/cpu.conf.doc +%%DATADIR%%/test.ldif |