[52796] trunk/dports/graphics/agave/Portfile
devans at macports.org
devans at macports.org
Tue Jun 23 00:47:39 PDT 2009
Revision: 52796
http://trac.macports.org/changeset/52796
Author: devans at macports.org
Date: 2009-06-23 00:47:38 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
agave:
* update to version 0.4.5
* update description, dependencies, configuration
* update/install gconf schemas post-activate
* fix livecheck, add mode line, lint.
Modified Paths:
--------------
trunk/dports/graphics/agave/Portfile
Modified: trunk/dports/graphics/agave/Portfile
===================================================================
--- trunk/dports/graphics/agave/Portfile 2009-06-23 07:23:43 UTC (rev 52795)
+++ trunk/dports/graphics/agave/Portfile 2009-06-23 07:47:38 UTC (rev 52796)
@@ -1,28 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
+
name agave
-version 0.4.3
-revision 1
+version 0.4.5
categories graphics gnome
+platforms darwin
maintainers nomaintainer
description Generate a variety of colorschemes from a single starting color.
-long_description \
- Agave (formerly GNOME Colorscheme) is a very simple application for the \
- GNOME desktop that allows you to generate a variety of colorschemes from \
- a single starting color. It is free software licensed under the \
- open-source GPL License.
+long_description \
+ Agave is a very simple application for the GNOME desktop that allows you \
+ to generate a variety of colorschemes from a single starting color. It is \
+ free software licensed under the open-source GPL License.
homepage http://home.gna.org/colorscheme
master_sites http://download.gna.org/colorscheme/releases
-checksums md5 8ce75dd2f508a0eef544a2c98dc93e39
+
+checksums md5 d243dd5d3ea25d0646248386bfe0310d \
+ sha1 ffb990573793baa20f0c8e76022f33fe68a8d618 \
+ rmd160 b6b7fb3ad7b70ad9d5550c84d1ba8c38bb004dcd
+
use_bzip2 yes
-depends_lib port:gnome-bindings-cxx port:boost
+
+depends_build port:pkgconfig \
+ port:intltool \
+ port:p5-xml-parser \
+ port:gnome-doc-utils
+
+depends_lib port:gtkmm \
+ port:libglademm \
+ port:gconfmm \
+ port:libgnomeui \
+ port:cppunit \
+ port:boost
+
patchfiles src_core_compat-round.cc.patch
-configure.args --disable-scrollkeeper
+configure.args --disable-scrollkeeper \
+ --disable-schemas-install
+
post-activate {
system "scrollkeeper-update"
+ system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}
livecheck.check regex
-livecheck.regex "agave-(.+?)\\.tar"
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/bc37f86a/attachment.html>
More information about the macports-changes
mailing list