summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorPeter Hawkins <thepish@FreeBSD.org>1998-09-09 05:51:30 +0000
committerPeter Hawkins <thepish@FreeBSD.org>1998-09-09 05:51:30 +0000
commitddda9e2b6106f0fc7a5f617bcbee9a2545a4b37b (patch)
tree8b33c3ee4876c38dbecd95230c8c80a881f5f0a5 /net/arla
parentUse PLIST_SUB to avoid changing a few hundred lines in PLIST every time (diff)
Obtained from: The Arla Project http://www.stacken.kth.se/projekt/arla/
Import of arla (free clone of AFS client)
Notes
Notes: svn path=/head/; revision=13065
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/Makefile20
-rw-r--r--net/arla/distinfo1
-rw-r--r--net/arla/files/patch-aa11
-rw-r--r--net/arla/pkg-comment1
-rw-r--r--net/arla/pkg-descr20
-rw-r--r--net/arla/pkg-plist39
6 files changed, 92 insertions, 0 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
new file mode 100644
index 000000000000..bf70ac21d654
--- /dev/null
+++ b/net/arla/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: arla
+# Version required: 2.7.1ac-0.84
+# Date created: 09 Sep 1998
+# Whom: Peter Hawkins <thepish@FreeBSD.ORG>
+#
+# $Id: Makefile,v 1.3 1997/07/13 18:49:26 max Exp $
+#
+
+DISTNAME= arla-0.9
+PKGNAME= arla-0.9
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
+BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs
+
+MAINTAINER= thepish@freebsd.org
+
+CONFIGURE_ARGS= --prefix=$(PREFIX)
+HAS_CONFIGURE= YES
+
+.include "bsd.port.mk"
diff --git a/net/arla/distinfo b/net/arla/distinfo
new file mode 100644
index 000000000000..9a484ef3dfdd
--- /dev/null
+++ b/net/arla/distinfo
@@ -0,0 +1 @@
+MD5 (arla-0.9.tar.gz) = 4be66ba6a29696cf702d1f58c5abe40f
diff --git a/net/arla/files/patch-aa b/net/arla/files/patch-aa
new file mode 100644
index 000000000000..ac932b4e18e8
--- /dev/null
+++ b/net/arla/files/patch-aa
@@ -0,0 +1,11 @@
+--- arlad/arla.c.orig Wed Sep 9 12:05:00 1998
++++ arlad/arla.c Wed Sep 9 12:05:17 1998
+@@ -826,7 +826,7 @@
+ arla_warnx (ADEBWARN,
+ "getting ticket for %s: %s",
+ this_cell,
+- krb_get_err_text (ret));
++ "Cannot read ticket file");
+ } else if (cred_add_krb4(getuid(), &krbdata.c) == NULL) {
+ arla_warnx (ADEBWARN, "Could not insert tokens to arla");
+ }
diff --git a/net/arla/pkg-comment b/net/arla/pkg-comment
new file mode 100644
index 000000000000..99f414bcc8df
--- /dev/null
+++ b/net/arla/pkg-comment
@@ -0,0 +1 @@
+A free AFS client implementation.
diff --git a/net/arla/pkg-descr b/net/arla/pkg-descr
new file mode 100644
index 000000000000..a340f9510e30
--- /dev/null
+++ b/net/arla/pkg-descr
@@ -0,0 +1,20 @@
+Arla is a free AFS client implementation.
+
+The main goal of the Arla project is to make a fully functional client with all
+capabilities of commercial AFS. Other planned and implemented things are
+all the normal management tools and a server.
+
+Version 0.9 status:
+
+* Read/write support
+* Authentication (with kth-krb4)
+* Working filesystem on OpenBSD, FreeBSD, NetBSD, Linux and Solaris
+* Some administration programs (fs, vos and pts)
+
+For more information see http://www.stacken.kth.se/projekt/arla/
+
+This port requires kerberos
+
+Peter Hawkins
+thepish@freebsd.org
+
diff --git a/net/arla/pkg-plist b/net/arla/pkg-plist
new file mode 100644
index 000000000000..24ccd8dc6b77
--- /dev/null
+++ b/net/arla/pkg-plist
@@ -0,0 +1,39 @@
+lib/libsl.a
+lib/libeditline.a
+lib/liblwp.a
+lib/librx.a
+lib/librxdefclient.a
+lib/librxdefserver.a
+lib/libko.a
+lib/librxkad.a
+include/rx/rxkad.h
+include/vldb.h
+include/cb.h
+include/fs.h
+include/pts.h
+include/vldb.cs.h
+include/vldb.ss.h
+include/cb.cs.h
+include/cb.ss.h
+include/fs.cs.h
+include/fs.ss.h
+include/pts.cs.h
+include/pts.ss.h
+include/ubik.h
+include/ubik.cs.h
+include/ubik.ss.h
+bin/mount_xfs
+bin/umount_xfs
+bin/xfs_makedev
+bin/startarla
+bin/arlad
+etc/CellServDB.default
+etc/CellServDB
+etc/ThisCell.default
+etc/ThisCell
+etc/arla.conf.default
+etc/arla.conf
+bin/vos
+bin/fs
+bin/pts
+bin/udebug