[64011] trunk/dports/emulators

ryandesign at macports.org ryandesign at macports.org
Fri Feb 19 22:51:49 PST 2010


Revision: 64011
          http://trac.macports.org/changeset/64011
Author:   ryandesign at macports.org
Date:     2010-02-19 22:51:48 -0800 (Fri, 19 Feb 2010)
Log Message:
-----------
gelide: new port, version 0.1.3; see #23471

Added Paths:
-----------
    trunk/dports/emulators/gelide/
    trunk/dports/emulators/gelide/Portfile
    trunk/dports/emulators/gelide/files/
    trunk/dports/emulators/gelide/files/patch-docdir.diff

Added: trunk/dports/emulators/gelide/Portfile
===================================================================
--- trunk/dports/emulators/gelide/Portfile	                        (rev 0)
+++ trunk/dports/emulators/gelide/Portfile	2010-02-20 06:51:48 UTC (rev 64011)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    gelide
+version                 0.1.3
+categories              emulators
+maintainers             eldamar.se:samuel
+homepage                http://gelide.sourceforge.net/
+master_sites            sourceforge
+platforms               darwin
+
+description             configurable user interface for managing emulated systems
+
+long_description        Gelide is a configurable user interface which let you \
+                        manage any kind of emulated system (PC, console, arcade, etc).
+
+checksums               md5 a22e933646a28e01247938817a99a47d \
+                        sha1 2702239a0b4f3c876184f55ba13fb5e5e53d345f \
+                        rmd160 5ca6ed75239a3d7e57d32614fb8d75ee7e797d79
+
+depends_lib             port:gtkmm \
+                        port:gconfmm \
+                        port:libxml2 \
+                        port:libglademm \
+                        port:gnome-doc-utils \
+                        port:intltool
+
+patchfiles              patch-docdir.diff


Property changes on: trunk/dports/emulators/gelide/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/emulators/gelide/files/patch-docdir.diff
===================================================================
--- trunk/dports/emulators/gelide/files/patch-docdir.diff	                        (rev 0)
+++ trunk/dports/emulators/gelide/files/patch-docdir.diff	2010-02-20 06:51:48 UTC (rev 64011)
@@ -0,0 +1,22 @@
+--- Makefile.in.orig	2009-04-25 12:05:57.000000000 -0500
++++ Makefile.in	2010-02-20 00:27:56.000000000 -0600
+@@ -242,7 +242,7 @@
+ 
+ 
+ # Lugar de instalación de la documentación estandar
+-gelidedocdir = ${prefix}/doc/gelide
++gelidedocdir = ${prefix}/share/doc/gelide
+ # Archivos de documentación estandar a instalar
+ gelidedoc_DATA = \
+ 	README \
+--- doc/Makefile.in.orig	2009-04-25 12:05:56.000000000 -0500
++++ doc/Makefile.in	2010-02-20 00:46:49.000000000 -0600
+@@ -199,7 +199,7 @@
+ top_srcdir = @top_srcdir@
+ 
+ # Lugar de instalación de la documentación
+-gelidedocdir = ${prefix}/doc/gelide
++gelidedocdir = ${prefix}/share/doc/gelide
+ gelidedoc_DATA = \
+ 	Systems&Emulators-HowTo.es_ES.txt
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100219/d6f98e87/attachment-0001.html>


More information about the macports-changes mailing list