diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 09:07:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 09:07:31 +0800 |
commit | 2196117a4f12296032a57c6f6d3bef59cb531d35 (patch) | |
tree | f95aaa6a791c59e18ef97a5e7995eced5ba1cabc /databases/useracc | |
parent | 73d675a1609a5e3790f2566db0a640f5440d5aa6 (diff) | |
download | freebsd-ports-gnome-2196117a4f12296032a57c6f6d3bef59cb531d35.tar.gz freebsd-ports-gnome-2196117a4f12296032a57c6f6d3bef59cb531d35.tar.zst freebsd-ports-gnome-2196117a4f12296032a57c6f6d3bef59cb531d35.zip |
New port: special purpose database application
The useracc utility is a special purpose database application
to store and retrieve data about users in a distributed
environment. It is usable in situations where a single
numerical and/or a single non-numerical field for each index
(possibly a user name) are adequate.
PR: ports/46394
Submitted by: Konrad Heuer <kheuer@gwdg.de>
Diffstat (limited to 'databases/useracc')
-rw-r--r-- | databases/useracc/Makefile | 20 | ||||
-rw-r--r-- | databases/useracc/distinfo | 1 | ||||
-rw-r--r-- | databases/useracc/files/patch-src::useracc.c | 11 | ||||
-rw-r--r-- | databases/useracc/pkg-descr | 8 | ||||
-rw-r--r-- | databases/useracc/pkg-plist | 2 |
5 files changed, 42 insertions, 0 deletions
diff --git a/databases/useracc/Makefile b/databases/useracc/Makefile new file mode 100644 index 000000000000..00dbfd22a0e8 --- /dev/null +++ b/databases/useracc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: useracc +# Date created: December 20th, 2002 +# Whom: Konrad Heuer +# +# $FreeBSD$ +# + +PORTNAME= useracc +PORTVERSION= 3.1 +CATEGORIES= databases +MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \ + ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/ + +MAINTAINER= kheuer@gwdg.de +COMMENT= Special purpose database application + +MAN1= useracc.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/databases/useracc/distinfo b/databases/useracc/distinfo new file mode 100644 index 000000000000..aa81fc32c910 --- /dev/null +++ b/databases/useracc/distinfo @@ -0,0 +1 @@ +MD5 (useracc-3.1.tar.gz) = f0744a5bdb184483f304fdb927fd4ba9 diff --git a/databases/useracc/files/patch-src::useracc.c b/databases/useracc/files/patch-src::useracc.c new file mode 100644 index 000000000000..e9dcdc2d4b55 --- /dev/null +++ b/databases/useracc/files/patch-src::useracc.c @@ -0,0 +1,11 @@ +--- src/useracc.c.orig Sun Oct 5 18:05:29 2003 ++++ src/useracc.c Sun Oct 5 18:05:42 2003 +@@ -92,7 +92,7 @@ + #include <sys/wait.h> + #include <time.h> + #include <unistd.h> +-#include <varargs.h> ++#include <stdarg.h> + + + #define ACCFILE "useracc.dat" /* default user accounts file */ diff --git a/databases/useracc/pkg-descr b/databases/useracc/pkg-descr new file mode 100644 index 000000000000..e1af4253a82c --- /dev/null +++ b/databases/useracc/pkg-descr @@ -0,0 +1,8 @@ +The useracc utility is a special purpose database application to +store and retrieve data about users in a distributed environment. +It is usable in situations where a single numerical and/or a single +non-numerical field for each index (possibly a user name) are +adequate. + +Konrad Heuer +kheuer@gwdg.de diff --git a/databases/useracc/pkg-plist b/databases/useracc/pkg-plist new file mode 100644 index 000000000000..8d8424b267ce --- /dev/null +++ b/databases/useracc/pkg-plist @@ -0,0 +1,2 @@ +bin/useracc +etc/rc.d/useracc.sh.sample |