unbreak sysutils/fusefs-chironfs
- replace GOOGLE_CODE with a mirror - add LICENSE - pass maintainership to submitter PR: 216977 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
This commit is contained in:
parent
ef0c0f747f
commit
3efd51f6f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434248
2 changed files with 13 additions and 10 deletions
|
@ -3,15 +3,15 @@
|
|||
|
||||
PORTNAME= chironfs
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/chironfs/
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= portmaster@BSDforge.com
|
||||
COMMENT= FUSE based filesystem with replication at the filesystem level
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
LICENSE= GPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
Chiron FS is a FUSE based filesystem which implements replication at the
|
||||
FILESYSTEM LEVEL like RAID 1 does at the DEVICE LEVEL. The replicated
|
||||
filesystems may be of any kind you want the only requisite is that you
|
||||
mount it. No need for special configuration files, the setup is as simple
|
||||
as one mount command (or one line in fstab).
|
||||
Chiron FS is a FUSE based filesystem which implements
|
||||
replication at the FILESYSTEM LEVEL like RAID 1 does at
|
||||
the DEVICE LEVEL.
|
||||
|
||||
WWW: http://code.google.com/p/chironfs/
|
||||
The replicated filesystems may be of any kind you want.
|
||||
The only requisite is that you mount it.
|
||||
No need for special configuration files. The setup is as
|
||||
simple as one mount command (or one line in fstab).
|
||||
|
||||
WWW: http://BSDforge.com/projects/sysutils/fusefs-chironfs/
|
||||
|
|
Loading…
Reference in a new issue