[22138] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 18 12:48:51 PST 2007


Revision: 22138
          http://trac.macosforge.org/projects/macports/changeset/22138
Author:   ryandesign at macports.org
Date:     2007-02-18 12:48:51 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
New port gtk2-extra 2.1.1 by Anant Narayanan based on gtk-extra 0.99.17 by Matthew C.

Modified Paths:
--------------
    trunk/dports/x11/gtk2-extra/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtk2-extra/

Copied: trunk/dports/x11/gtk2-extra (from rev 22133, trunk/dports/x11/gtk-extra)

Modified: trunk/dports/x11/gtk2-extra/Portfile
===================================================================
--- trunk/dports/x11/gtk-extra/Portfile	2007-02-18 19:20:22 UTC (rev 22133)
+++ trunk/dports/x11/gtk2-extra/Portfile	2007-02-18 20:48:51 UTC (rev 22138)
@@ -1,26 +1,28 @@
 # $Id$
 
 PortSystem		1.0
-name			gtk-extra
-version			0.99.17
+name			gtk2-extra
+version		2.1.1
 categories		x11 devel
 platforms		darwin
-maintainers		matthew.c at rogers.com
-description		Extra GTK+1 Widgets
+maintainers		anant at kix.in matthew.c at rogers.com
+description		Extra GTK+2 Widgets
 
 long_description	GtkExtra is a useful set of widgets for creating \
-			GUI's for the Xwindows system using GTK+. You can \
+			GUIs for the Xwindows system using GTK+2. You can \
 			use it complementary to GTK+ and it is written in \
 			C. It is also Free Software and released under the \
 			LGPL license.
 			
 homepage		http://gtkextra.sourceforge.net
-master_sites		${homepage}/src/
+master_sites		sourceforge:scigraphica
 distname		gtk+extra-${version}
 
-depends_lib		lib:libgtk.1:gtk1
+depends_lib		lib:libgtk.2:gtk2
 
-checksums		gtk+extra-0.99.17.tar.gz md5 390e622c12a5c7f7845ee144ae13ab93
+checksums		md5 1a933ca1286829383a0554cc2deb9e04 \
+			sha1 94d7ae9cb3aef05159cfff148265fc9ce0973980 \
+			rmd160 7134fe4c5aaaa45ee3a7e651f3c477ba7c477214
 
 pre-configure {
 	# Copy new versions of config.guess and config.sub for host detection
@@ -29,10 +31,3 @@
 	system "cp /usr/share/automake-1.6/config.sub ${src_dir}"
 
 }
-
-pre-build {
-	# Create an empty malloc.h file to provide missing header
-	# This header would define stuff that's in stdlib.h
-	set src_dir ${portpath}/${workdir}/${name}-${version}
-	system "touch ${src_dir}/malloc.h"
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070218/caf5b412/attachment.html


More information about the macports-changes mailing list