Opened 18 years ago

Last modified 15 years ago

#8453 closed submission

NEW: SAHANA Disaster Management System — at Version 8

Reported by: janaka@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: snc@…, markd@…, janaka@…
Port: sahana2

Description (last modified by nerdling (Jeremy Lavergne))

# $Id$
PortSystem 1.0

name            sahana2
version         0.2.0-beta-1
categories      www php
maintainers     janaka@opensource.lk
description     Sahana is a web based disaster management system
long_description    Sahana is an integrated set of pluggable, web based disaster \
                management applications that provide solutions to large-scale \
                humanitarian problems in the aftermath of a disaster.

homepage        http://www.sahana.lk
master_sites        sourceforge:sahana
distname        sahana2-${version}
checksums       md5 08ded67d106351b2d55ff362e0791c15
platforms       darwin freebsd

depends_lib port:apache2 port:php5 port:mysql5

variant apache {
    depends_lib-append  port:apache
    depends_lib-delete  port:apache2
}

variant php4 {
    depends_lib-append      port:php4
    depends_lib-delete  port:php5
}

variant mysql3 conflicts mysql4 postgresql7 postgresql8 {
    depends_lib-append  port:mysql
}

variant mysql4 conflicts mysql3 postgresql7 postgresql8 {
    depends_lib-append  port:mysql4
    depends_lib-delete  port:mysql5
}

variant postgresql7 conflicts mysql3 mysql4 postgresql8 {
    depends_lib-append  port:postgresql7
    depends_lib-delete  port:mysql5
}

variant postgresql8 conflicts mysql3 mysql4 postgresql7 {
    depends_lib-append  port:postgresql8
    depends_lib-delete  port:mysql5
}

use_configure   no
build           {}

set docpath ${destroot}${prefix}/www/data
set worksrcpath ${workpath}/sahana-phase2

destroot {
    xinstall -d -m 0755 ${docpath}/sahana-phase2
    eval file copy [glob ${worksrcpath}/*] ${docpath}/sahana-phase2
    file attributes ${docpath}/sahana-phase2/www/tmp -permissions 040777
}

Change History (10)

Changed 18 years ago by janaka@…

Attachment: Portfile added

Sahana2 Portfile

comment:1 Changed 18 years ago by markd@…

Cc: markd@… added

Sorry this has been so long. I see 0.4 is out. Would you like to update the portfile before it is committed?

comment:2 Changed 18 years ago by markd@…

Type: defectenhancement

comment:3 Changed 17 years ago by roederja

Cc: janaka@… added

comment:4 Changed 17 years ago by nox@…

Cc: markd@… added; markd@… removed
Milestone: Port Submissions
Priority: ExpectedNormal
Summary: SAHANA Disaster Management System port submissionNEW: SAHANA Disaster Management System
Version: 1.2

Changed 15 years ago by nerdling (Jeremy Lavergne)

Attachment: Portfile.2 added

updated to 0.4.0, fixed lint nitpicks

comment:5 Changed 15 years ago by nerdling (Jeremy Lavergne)

Cc: snc@… added
Description: modified (diff)

Gentlemen, do we have a maintainer timeout?

comment:6 Changed 15 years ago by nerdling (Jeremy Lavergne)

Port: sahana2 added
Version: 1.7.0

comment:7 Changed 15 years ago by nerdling (Jeremy Lavergne)

Description: modified (diff)

comment:8 Changed 15 years ago by nerdling (Jeremy Lavergne)

Description: modified (diff)
Note: See TracTickets for help on using tickets.