1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name contao |
---|
7 | version 2.9.5 |
---|
8 | categories www php |
---|
9 | platforms darwin freebsd |
---|
10 | maintainers freebsd.org:miwi |
---|
11 | supported_archs noarch |
---|
12 | license LGPL |
---|
13 | |
---|
14 | description Powerful web content management system |
---|
15 | |
---|
16 | long_description cantao webCMS is a powerful web content management system that \ |
---|
17 | specializes in accessibility (back end and front end) and uses XHTML \ |
---|
18 | and CSS to generate W3C/WAI compliant pages. |
---|
19 | |
---|
20 | depends_run port:php5-web \ |
---|
21 | port:php5-imagick \ |
---|
22 | port:php5-gd \ |
---|
23 | port:php5-mysql \ |
---|
24 | port:php5-xsl |
---|
25 | |
---|
26 | homepage http://www.contao.org/ |
---|
27 | master_sites sourceforge:typolight |
---|
28 | |
---|
29 | checksums sha1 93c1fb67a396f057eb700ec181aaed839c10cb1d \ |
---|
30 | rmd160 0a7229382d50f1d08dd05c10274d08b0bdb1b12c |
---|
31 | |
---|
32 | extract.mkdir yes |
---|
33 | |
---|
34 | use_configure no |
---|
35 | |
---|
36 | build {} |
---|
37 | |
---|
38 | set docpath ${destroot}${prefix}/www/data |
---|
39 | |
---|
40 | destroot { |
---|
41 | xinstall -d -m 0755 ${docpath} |
---|
42 | copy ${worksrcpath}/${name}-${version}/ ${docpath}/${name} |
---|
43 | } |
---|
44 | |
---|
45 | livecheck.type regex |
---|
46 | livecheck.url http://sourceforge.net/projects/typolight/files/ |
---|
47 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" |
---|