[77852] trunk/dports/devel/glade

devans at macports.org devans at macports.org
Thu Apr 14 17:31:50 PDT 2011


Revision: 77852
          http://trac.macports.org/changeset/77852
Author:   devans at macports.org
Date:     2011-04-14 17:31:50 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
glade: add license, update description, replaced by glade3, closes #29127.

Modified Paths:
--------------
    trunk/dports/devel/glade/Portfile

Removed Paths:
-------------
    trunk/dports/devel/glade/files/

Modified: trunk/dports/devel/glade/Portfile
===================================================================
--- trunk/dports/devel/glade/Portfile	2011-04-14 23:59:04 UTC (rev 77851)
+++ trunk/dports/devel/glade/Portfile	2011-04-15 00:31:50 UTC (rev 77852)
@@ -5,57 +5,28 @@
 
 name                glade
 version             2.12.2
-revision            2
-set branch          [join [lrange [split ${version} .] 0 1] .]
+revision            3
+license             GPL-2
+
+replaced_by         glade3
+
 categories          devel gnome
 platforms           darwin
 maintainers         nomaintainer
 
-description         Glade is a free user interface builder for GTK+ and GNOME.
+description         Glade is a RAD tool to enable quick & easy development of user interfaces \
+                    for the GTK+ toolkit and the GNOME desktop environment.
 
-long_description    Glade is a free user interface builder for GTK+ \
-                    and GNOME. It is released under the GNU General \
-                    Public License (GPL).
+long_description    ${description} This version is outdated and has been replaced by port 'glade3'.
 
 homepage            http://glade.gnome.org/
-master_sites        gnome:sources/${name}/${branch}/
-use_bzip2           yes
 
-checksums           sha1    a43d89b147296244ba4b2efc67e8772d5155afff
-
-patchfiles          patch-glade-gbwidgets-gbclist.c.diff \
-                    patch-glade-glade_menu_editor.c.diff \
-                    patch-glade-glade_keys_dialog.c.diff \
-                    patch-glade-glade_project_view.h.diff
-
-depends_build       port:pkgconfig \
-                    port:gettext \
-                    port:rarian \
-                    port:gconf
-
-depends_lib         port:gtk2 \
-                    port:libxml2 \
-                    port:libgnomecanvas \
-                    port:libgnomeui \
-                    port:libbonoboui \
-                    port:libgail-gnome
-
-# libgail-gnome is not universal
+distfiles
 universal_variant   no
 
-configure.cppflags-append -L${prefix}/lib
-
-configure.args      --disable-gnome-db
-
-variant gnomedb description {Enable GNOME DB support} {
-    configure.args-delete --disable-gnome-db
-    depends_lib-append port:libgnomedb
+pre-configure {
+	ui_error "This port is outdated and has been replaced by port 'glade3'.  Please install that port instead."
+        return -code error
 }
 
-notes "
-Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\"
-"
-
-livecheck.type      regex
-livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/571db78c/attachment.html>


More information about the macports-changes mailing list