summaryrefslogtreecommitdiffstats
path: root/extras/MacOSX/Portfile
blob: 1262a44daea04c6da91605b4b0edc8cf11e70351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id$

PortSystem          1.0

name                glusterfs
version             2.0.0rc8
categories          fuse
maintainers         amar@gluster.com
description         GlusterFS
long_description    GlusterFS is a cluster file system, flexible to tune it for your needs.
homepage            http://www.gluster.org/
platforms           darwin
master_sites        http://ftp.gluster.com/pub/gluster/glusterfs/2.0/2.0.0

configure.args      --disable-bdb
checksums           md5 33c2d02344d4fab422e80cfb637e0b48

post-destroot {
    file mkdir ${destroot}/Library/LaunchDaemons/
    file copy ${worksrcpath}/extras/glusterfs-server.plist \
        ${destroot}/Library/LaunchDaemons/com.gluster.glusterfs.plist

    file mkdir ${destroot}/sbin/
    file copy ${worksrcpath}/xlators/mount/fuse/utils/mount_glusterfs \
	${destroot}/sbin/
}
td>6-18/+18 * Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-076-6/+6 * Fix mismatch in size of used buffer to prevent an infinite loopPavan Sondur2009-05-291-1/+1 * apache/2.2/mod_glusterfs: port to use new glusterfs_readdir interface.Raghavendra G2009-05-161-5/+5 * mod_glusterfs/apache/2.2: fix segmentation faultRaghavendra G2009-04-301-1/+1 * mod_glusterfs/lighttpd/1.4: port to use virtual mountpoints.Raghavendra G2009-04-232-17/