Ticket #12725: Portfile-gallery.diff
File Portfile-gallery.diff, 1.1 KB (added by chad@…, 17 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 2 2478 2007-03-02 05:16:40Z pipping@macports.org $1 # $Id: Portfile 28472 2007-09-01 09:05:24Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name gallery 6 version 2. 1.1a6 version 2.2.3 7 7 categories www 8 maintainers nomaintainer@macports.org8 maintainers ckieffer@gmail.com 9 9 10 10 description Gallery is a web based photo album written using PHP 11 11 long_description Gallery is a web based software product that lets you manage your \ … … 22 22 homepage http://gallery.menalto.com 23 23 master_sites sourceforge 24 24 distname gallery-${version}-full 25 checksums md5 0ff0857716a1473c319b6a468c47c87725 checksums md5 df5c1a6ecbf0b498417ceffc66fe5f3b 26 26 platforms darwin freebsd 27 27 28 28 depends_run port:jhead \ … … 31 31 port:ImageMagick \ 32 32 port:expat \ 33 33 port:fontconfig \ 34 port:g plghostscript \34 port:ghostscript \ 35 35 port:jasper \ 36 36 port:jbigkit \ 37 37 port:lcms \ … … 84 84 xinstall -m 755 -d ${destroot}${prefix}/www/data/gallery 85 85 eval file copy [glob ${workpath}/gallery2/*] ${docpath} 86 86 } 87