Obtained from: The Arla Project http://www.stacken.kth.se/projekt/arla/
Import of arla (free clone of AFS client)
This commit is contained in:
parent
7c14c37f5a
commit
ddda9e2b61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13065
20
net/arla/Makefile
Normal file
20
net/arla/Makefile
Normal file
@ -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"
|
1
net/arla/distinfo
Normal file
1
net/arla/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (arla-0.9.tar.gz) = 4be66ba6a29696cf702d1f58c5abe40f
|
11
net/arla/files/patch-aa
Normal file
11
net/arla/files/patch-aa
Normal file
@ -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");
|
||||
}
|
1
net/arla/pkg-comment
Normal file
1
net/arla/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A free AFS client implementation.
|
20
net/arla/pkg-descr
Normal file
20
net/arla/pkg-descr
Normal file
@ -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
|
||||
|
39
net/arla/pkg-plist
Normal file
39
net/arla/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user