Index: head/sysutils/fusefs-chironfs/Makefile =================================================================== --- head/sysutils/fusefs-chironfs/Makefile (revision 434247) +++ head/sysutils/fusefs-chironfs/Makefile (revision 434248) @@ -1,32 +1,32 @@ # Created by: Yen-Ming Lee # $FreeBSD$ 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 LDFLAGS+= -L${LOCALBASE}/lib USES= fuse PLIST_FILES= bin/chironfs bin/chirctl man/man8/chironfs.8.gz PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,-liconv,${ICONV_LIB},' ${WRKSRC}/src/Makefile.* post-patch-DOCS-off: @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in .include Index: head/sysutils/fusefs-chironfs/pkg-descr =================================================================== --- head/sysutils/fusefs-chironfs/pkg-descr (revision 434247) +++ head/sysutils/fusefs-chironfs/pkg-descr (revision 434248) @@ -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/