Revision: 104745 https://trac.macports.org/changeset/104745 Author: cal@macports.org Date: 2013-04-01 15:33:47 -0700 (Mon, 01 Apr 2013) Log Message: ----------- oaf: whitespace only Modified Paths: -------------- trunk/dports/gnome/oaf/Portfile Modified: trunk/dports/gnome/oaf/Portfile =================================================================== --- trunk/dports/gnome/oaf/Portfile 2013-04-01 22:31:07 UTC (rev 104744) +++ trunk/dports/gnome/oaf/Portfile 2013-04-01 22:33:47 UTC (rev 104745) @@ -1,38 +1,44 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name oaf -version 0.6.10 -revision 1 -set branch [join [lrange [split ${version} .] 0 1] .] -description Object Activation Framework for GNOME1 -long_description OAF is the Object Activation Framework, a much more \ - powerful replacement for gnorba in the GNOME 1.4 \ - development platform. It's used by Nautilus (and \ - optionally by Bonobo by other GNOME applications) \ - for advanced object query and activation capabilities. -maintainers nomaintainer -categories gnome -license GPL-2+ -platforms darwin -homepage http://www.gnome.org/ -master_sites gnome:sources/${name}/${branch}/ -checksums md5 8cae2c1a692922f91827cad435136e2c -depends_build port:perl5 port:byacc -depends_lib port:orbit port:libxml port:popt +name oaf +version 0.6.10 +revision 1 +set branch [join [lrange [split ${version} .] 0 1] .] +description Object Activation Framework for GNOME1 +long_description \ + OAF is the Object Activation Framework, a much more powerful replacement \ + for gnorba in the GNOME 1.4 development platform. It's used by Nautilus \ + (and optionally by Bonobo by other GNOME applications) for advanced object \ + query and activation capabilities. +maintainers nomaintainer +categories gnome +license GPL-2+ +platforms darwin +homepage http://www.gnome.org/ +master_sites gnome:sources/${name}/${branch}/ +checksums md5 8cae2c1a692922f91827cad435136e2c +depends_build port:perl5 \ + port:byacc + +depends_lib port:orbit \ + port:libxml \ + port:popt + # orbit is not universal -universal_variant no +universal_variant no -patchfiles patch_configure patch_oaf.m4 -configure.args --mandir=${prefix}/share/man \ - ac_cv_path_INTLTOOL_PERL=${prefix}/bin/perl5 \ - --with-glib-prefix=${prefix} \ - --with-orbit-prefix=${prefix} \ - ac_cv_path_ORBIT_IDL=${prefix}/bin/orbit-idl \ - ac_cv_prog_XML_CONFIG=${prefix}/bin/xml-config -configure.cppflags-append "-L${prefix}/lib" +patchfiles patch_configure patch_oaf.m4 +configure.args --mandir=${prefix}/share/man \ + ac_cv_path_INTLTOOL_PERL=${prefix}/bin/perl5 \ + --with-glib-prefix=${prefix} \ + --with-orbit-prefix=${prefix} \ + ac_cv_path_ORBIT_IDL=${prefix}/bin/orbit-idl \ + ac_cv_prog_XML_CONFIG=${prefix}/bin/xml-config +configure.cppflags-append \ + "-L${prefix}/lib" -livecheck.type gnome +livecheck.type gnome
participants (1)
-
cal@macports.org