[23363] trunk/dports/gnustep

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 29 17:01:21 PDT 2007


Revision: 23363
          http://trac.macosforge.org/projects/macports/changeset/23363
Author:   yves at macports.org
Date:     2007-03-29 17:01:20 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
Add ProjectManager suite to gnustep

Modified Paths:
--------------
    trunk/dports/gnustep/TalkSoup/Portfile
    trunk/dports/gnustep/gnustep/Portfile
    trunk/dports/gnustep/gnustep-make-cocoa/Portfile

Added Paths:
-----------
    trunk/dports/gnustep/HighlighterKit/
    trunk/dports/gnustep/HighlighterKit/Portfile
    trunk/dports/gnustep/KeyArcher/
    trunk/dports/gnustep/KeyArcher/Portfile
    trunk/dports/gnustep/ProjectManager/
    trunk/dports/gnustep/ProjectManager/Portfile
    trunk/dports/gnustep/ProjectManager/files/
    trunk/dports/gnustep/ProjectManager/files/patch-GNUstepAppLauncher.h
    trunk/dports/gnustep/WizardKit/
    trunk/dports/gnustep/WizardKit/Portfile
    trunk/dports/gnustep/plconv/
    trunk/dports/gnustep/plconv/Portfile

Added: trunk/dports/gnustep/HighlighterKit/Portfile
===================================================================
--- trunk/dports/gnustep/HighlighterKit/Portfile	                        (rev 0)
+++ trunk/dports/gnustep/HighlighterKit/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -0,0 +1,22 @@
+# $Id: Portfile,v 1.6 2006/07/15 16:07:52 rhwood Exp $
+PortSystem  1.0
+PortGroup   gnustep 1.0
+
+name		HighlighterKit	
+version		0.1
+maintainers	yves at macports.org
+homepage	http://home.gna.org/pmanager
+
+description	Syntax highlighting framework
+long_description \
+    HighlighterKit is a framework to allow easy incorporation \
+    of syntax highlighting features into your application.
+
+master_sites    http://download.gna.org/pmanager/0.2/
+checksums	    md5 ad0fb97126da238cbfdb1a7eb0a5f7e4
+
+depends_lib     port:gnustep-gui
+
+array set gnustep.post_flags {
+    .   "-lobjc -lgnustep-base -lgnustep-gui"
+}


Property changes on: trunk/dports/gnustep/HighlighterKit/Portfile
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/dports/gnustep/KeyArcher/Portfile
===================================================================
--- trunk/dports/gnustep/KeyArcher/Portfile	                        (rev 0)
+++ trunk/dports/gnustep/KeyArcher/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -0,0 +1,15 @@
+# $Id: Portfile,v 1.6 2006/07/15 16:07:52 rhwood Exp $
+PortSystem  1.0
+PortGroup   gnustep 1.0
+
+name		KeyArcher	
+version		0.1
+maintainers	yves at macports.org
+homepage	http://home.gna.org/pmanager
+
+description	An interactive keyed-archive explorer.
+long_description \
+    ${description}
+
+master_sites    http://download.gna.org/pmanager/0.2/
+checksums	    md5 f4ded05bf452e17ce932aecb72a220a6


Property changes on: trunk/dports/gnustep/KeyArcher/Portfile
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/dports/gnustep/ProjectManager/Portfile
===================================================================
--- trunk/dports/gnustep/ProjectManager/Portfile	                        (rev 0)
+++ trunk/dports/gnustep/ProjectManager/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -0,0 +1,22 @@
+# $Id: Portfile,v 1.6 2006/07/15 16:07:52 rhwood Exp $
+PortSystem  1.0
+PortGroup   gnustep 1.0
+
+name		ProjectManager	
+version		0.2
+maintainers	yves at macports.org
+homepage	http://home.gna.org/pmanager
+
+description	Integrated Development Environment (IDE) for GNUstep
+long_description \
+    ${description}
+
+master_sites    http://download.gna.org/pmanager/0.2/
+checksums	    md5 554e36b28bfcac8ab2dd8e3974efa137
+
+depends_lib     port:HighlighterKit \
+                port:KeyArcher \
+                port:WizardKit \
+                port:plconv
+
+patchfiles      patch-GNUstepAppLauncher.h


Property changes on: trunk/dports/gnustep/ProjectManager/Portfile
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/dports/gnustep/ProjectManager/files/patch-GNUstepAppLauncher.h
===================================================================
--- trunk/dports/gnustep/ProjectManager/files/patch-GNUstepAppLauncher.h	                        (rev 0)
+++ trunk/dports/gnustep/ProjectManager/files/patch-GNUstepAppLauncher.h	2007-03-30 00:01:20 UTC (rev 23363)
@@ -0,0 +1,17 @@
+--- ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.h.orig	2007-03-29 16:33:43.000000000 -0400
++++ ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.h	2007-03-29 16:34:22.000000000 -0400
+@@ -24,6 +24,14 @@
+ #import <Foundation/NSObject.h>
+ #import "../../ProjectModule.h"
+ 
++extern FILE *__stdinp;
++extern FILE *__stdoutp;
++extern FILE *__stderrp;
++#define	stdin	__stdinp
++#define	stdout	__stdoutp
++#define	stderr	__stderrp
++
++
+ @class NSMutableArray,
+        NSMutableDictionary,
+        NSTask,

Modified: trunk/dports/gnustep/TalkSoup/Portfile
===================================================================
--- trunk/dports/gnustep/TalkSoup/Portfile	2007-03-29 23:16:29 UTC (rev 23362)
+++ trunk/dports/gnustep/TalkSoup/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -27,6 +27,6 @@
 }
 
 post-patch {
-	reinplace "s|__APPLE__|__NON_MERCI__|g" \
+	reinplace "s|__APPLE__|NeXT_Foundation_LIBRARY|g" \
 		${worksrcpath}/Output/GNUstepOutput/Misc/NSObjectAdditions.m
 }

Added: trunk/dports/gnustep/WizardKit/Portfile
===================================================================
--- trunk/dports/gnustep/WizardKit/Portfile	                        (rev 0)
+++ trunk/dports/gnustep/WizardKit/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -0,0 +1,22 @@
+# $Id: Portfile,v 1.6 2006/07/15 16:07:52 rhwood Exp $
+PortSystem  1.0
+PortGroup   gnustep 1.0
+
+name		WizardKit	
+version		0.1
+maintainers	yves at macports.org
+homepage	http://home.gna.org/pmanager
+
+description	Wizard-style setup framework
+long_description \
+    WizardKit is a framework to allow easy construction \
+    of wizard-style setup and navigation panels.
+
+master_sites    http://download.gna.org/pmanager/0.2/
+checksums	    md5 ac6611f38ffe7d3b361c314d22b9951f
+
+depends_lib     port:gnustep-gui
+
+array set gnustep.post_flags {
+    .   "-lobjc -lgnustep-base -lgnustep-gui"
+}


Property changes on: trunk/dports/gnustep/WizardKit/Portfile
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/dports/gnustep/gnustep/Portfile
===================================================================
--- trunk/dports/gnustep/gnustep/Portfile	2007-03-29 23:16:29 UTC (rev 23362)
+++ trunk/dports/gnustep/gnustep/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -5,7 +5,7 @@
 
 name        gnustep
 version     1.13.0
-revision    5
+revision    6
 platforms   darwin
 maintainers yves at macports.org
 
@@ -45,6 +45,7 @@
 variant devel {
     depends_lib-append \
         port:ProjectCenter \
+        port:ProjectManager \
         port:Renaissance \
         port:gnustep-dl2
 }

Modified: trunk/dports/gnustep/gnustep-make-cocoa/Portfile
===================================================================
--- trunk/dports/gnustep/gnustep-make-cocoa/Portfile	2007-03-29 23:16:29 UTC (rev 23362)
+++ trunk/dports/gnustep/gnustep-make-cocoa/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -18,7 +18,7 @@
 master_sites gnustep:core
 
 distname        gnustep-make-${version}
-checksums       md5 1883a6387405e51ff4c384fb5cc547a7
+checksums       md5 1d7a434e751c58c6390055c14ada302b
 
 configure.pre_args  --prefix=${prefix}/GNUstep/Cocoa
 configure.args \

Added: trunk/dports/gnustep/plconv/Portfile
===================================================================
--- trunk/dports/gnustep/plconv/Portfile	                        (rev 0)
+++ trunk/dports/gnustep/plconv/Portfile	2007-03-30 00:01:20 UTC (rev 23363)
@@ -0,0 +1,19 @@
+# $Id: Portfile,v 1.6 2006/07/15 16:07:52 rhwood Exp $
+PortSystem  1.0
+PortGroup   gnustep 1.0
+
+name		plconv	
+version		0.1
+maintainers	yves at macports.org
+homepage	http://home.gna.org/pmanager
+
+description	Convert between different property list formats
+long_description \
+    The plconv tool allows you to freely and transparently \
+    convert between different property list formats \
+    supported by GNUstep.
+
+master_sites    http://download.gna.org/pmanager/0.2/
+checksums	    md5 aabe97b6471693bdf4d00320497b1301
+
+depends_lib     port:gnustep-base


Property changes on: trunk/dports/gnustep/plconv/Portfile
___________________________________________________________________
Name: svn:executable
   + *

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


More information about the macports-changes mailing list