[52571] trunk/dports/gnome
devans at macports.org
devans at macports.org
Thu Jun 18 18:32:27 PDT 2009
Revision: 52571
http://trac.macports.org/changeset/52571
Author: devans at macports.org
Date: 2009-06-18 18:32:27 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
new port: gnome-developer-tools 2.26.2.
Added Paths:
-----------
trunk/dports/gnome/gnome-developer-tools/
trunk/dports/gnome/gnome-developer-tools/Portfile
trunk/dports/gnome/gnome-developer-tools/files/
trunk/dports/gnome/gnome-developer-tools/files/README.gnome-developer-tools.txt.in
Added: trunk/dports/gnome/gnome-developer-tools/Portfile
===================================================================
--- trunk/dports/gnome/gnome-developer-tools/Portfile (rev 0)
+++ trunk/dports/gnome/gnome-developer-tools/Portfile 2009-06-19 01:32:27 UTC (rev 52571)
@@ -0,0 +1,57 @@
+# -*- 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 gnome-developer-tools
+version 2.26.2
+categories gnome
+maintainers devans openmaintainer
+description GNOME Developer Tools
+long_description \
+ GNOME Developer Tools is the suite of applications and documentation that is \
+ distributed with GNOME to help developers create GNOME applications.
+
+homepage http://live.gnome.org/TwoPointTwentyfive/DevelTools
+master_sites
+platforms darwin
+
+#
+# TODO
+#
+# The following modules are currently included GNOME Developer Tools
+# but have not yet been ported to MacPorts
+#
+# accerciser
+#
+# BROKEN PORTS
+#
+# The following ports are currently included in GNOME Developer
+# Tools and have been ported to MacPorts but are currently
+# broken and/or need to be updated
+#
+# None at this time
+#
+depends_lib \
+ port:anjuta \
+ port:devhelp \
+ port:gdl \
+ port:glade3 \
+ port:gnome-devel-docs
+
+distfiles
+use_configure no
+build { }
+
+destroot {
+ file mkdir ${destroot}${prefix}/share/doc/gnome
+ file copy ${filespath}/README.${name}.txt.in ${destroot}${prefix}/share/doc/gnome/README.${name}.txt
+ reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${prefix}/share/doc/gnome/README.${name}.txt
+}
+
+post-activate {
+ ui_msg "\nTo start gnome put \"exec gnome-session\" in your .xinitrc"
+ ui_msg "See also http://trac.macports.org/wiki/GNOME\n"
+}
+
+livecheck.check none
Property changes on: trunk/dports/gnome/gnome-developer-tools/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/gnome/gnome-developer-tools/files/README.gnome-developer-tools.txt.in
===================================================================
--- trunk/dports/gnome/gnome-developer-tools/files/README.gnome-developer-tools.txt.in (rev 0)
+++ trunk/dports/gnome/gnome-developer-tools/files/README.gnome-developer-tools.txt.in 2009-06-19 01:32:27 UTC (rev 52571)
@@ -0,0 +1,35 @@
+You have installed the MacPorts GNOME Developer Tools meta port!
+
+Further information is available from the web at:
+http://trac.macports.org/wiki/GNOME
+
+You can subscribe to the MacPorts Users mailing list at:
+http://lists.macosforge.org/mailman/listinfo/macports-users
+
+The mailing list is the best way to resolve MacPorts GNOME issues.
+
+Questions
+==========================================================================
+1) What is GNOME Developer Tools?
+
+2) How do I get GNOME running?
+
+Answers
+==========================================================================
+1) What is GNOME Developer Tools?
+
+GNOME Developer Tools is the set of applications and documentation
+that is shipped with GNOME to help developers create and maintain
+GNOME applications.
+
+--------------------------------------------------------------------------
+2) How do I get GNOME running?
+Place the following in your .xinitrc
+(copying the one from /etc/X11/xinit/ is advisable):
+
+# start the window manager
+PATH=@PREFIX@/bin:$PATH
+exec gnome-session
+
+See also:
+http://trac.macports.org/wiki/GNOME#RunningGNOME
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090618/96d4f9b5/attachment.html>
More information about the macports-changes
mailing list