summaryrefslogtreecommitdiff
path: root/databases/useracc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:07:31 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:07:31 +0000
commit22c103538de2ec24d80e08defad83369aa1ce7bf (patch)
treea6f2a7206ed15636a9707073c87627ad58716f17 /databases/useracc
parentNew port: USB FM Radio Control utility (diff)
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>
Notes
Notes: svn path=/head/; revision=90334
Diffstat (limited to 'databases/useracc')
-rw-r--r--databases/useracc/Makefile20
-rw-r--r--databases/useracc/distinfo1
-rw-r--r--databases/useracc/files/patch-src::useracc.c11
-rw-r--r--databases/useracc/pkg-descr8
-rw-r--r--databases/useracc/pkg-plist2
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