[80538] trunk/dports/www
ryandesign at macports.org
ryandesign at macports.org
Thu Jul 14 03:57:50 PDT 2011
Revision: 80538
http://trac.macports.org/changeset/80538
Author: ryandesign at macports.org
Date: 2011-07-14 03:57:48 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
contao: new port, version 2.9.5; see #30148
Added Paths:
-----------
trunk/dports/www/contao/
trunk/dports/www/contao/Portfile
Added: trunk/dports/www/contao/Portfile
===================================================================
--- trunk/dports/www/contao/Portfile (rev 0)
+++ trunk/dports/www/contao/Portfile 2011-07-14 10:57:48 UTC (rev 80538)
@@ -0,0 +1,45 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+
+name contao
+version 2.9.5
+categories www php
+platforms darwin freebsd
+maintainers freebsd.org:miwi
+supported_archs noarch
+license LGPL-3+
+
+description Powerful web content management system
+
+long_description cantao webCMS is a powerful web content management system that \
+ specializes in accessibility (back end and front end) and uses XHTML \
+ and CSS to generate W3C/WAI compliant pages.
+
+depends_run port:php5-web \
+ port:php5-imagick \
+ port:php5-gd \
+ port:php5-mysql \
+ port:php5-xsl
+
+homepage http://www.contao.org/
+master_sites sourceforge:typolight
+
+checksums sha1 93c1fb67a396f057eb700ec181aaed839c10cb1d \
+ rmd160 0a7229382d50f1d08dd05c10274d08b0bdb1b12c
+
+use_configure no
+
+build {}
+
+set docpath ${destroot}${prefix}/www/data
+
+destroot {
+ xinstall -d -m 0755 ${docpath}
+ copy ${worksrcpath} ${docpath}/${name}
+}
+
+livecheck.type regex
+livecheck.url http://sourceforge.net/projects/typolight/files/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
Property changes on: trunk/dports/www/contao/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110714/8db5c5ad/attachment.html>
More information about the macports-changes
mailing list