New Port: gtk2-extra
Anant Narayanan
anant at kix.in
Tue Jan 30 00:44:12 PST 2007
Hi!
I'm new to this list; and so I don't know what the actual procedure for
introducing a new port is. Nevertheless, I am attaching the Portfile for
x11/gtk2-extra. GtkExtra is a set of useful widgets for Gtk+. The port
for gtk-extra (corresponding to Gtk+1) was already present; I just had
to change the version numbers and update the MD5.
If Matthew is not available or is unwilling to maintain this port; I
would be glad to do so.
Best Regards,
--
Anant
-------------- next part --------------
# $Id: Portfile 20497 2006-11-03 15:49:13Z blair at macports.org $
PortSystem 1.0
name gtk2-extra
version 2.1.1
categories x11 devel
platforms darwin
maintainers 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+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 sourceforge:scigraphica
distname gtk+extra-${version}
depends_lib lib:libgtk.2:gtk2
checksums gtk+extra-2.1.1.tar.gz md5 1a933ca1286829383a0554cc2deb9e04
pre-configure {
# Copy new versions of config.guess and config.sub for host detection
set src_dir ${portpath}/${workdir}/${name}-${version}
system "cp /usr/share/automake-1.6/config.guess ${src_dir}"
system "cp /usr/share/automake-1.6/config.sub ${src_dir}"
}
More information about the macports-dev
mailing list