[darwinbuild-changes] [208] trunk/darwinxref/plugins-darwinports/Portfile.tcl

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:58:38 PDT 2006


Revision: 208
          http://trac.macosforge.org/projects/darwinbuild/changeset/208
Author:   kevin
Date:     2006-10-04 01:58:38 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- output the Portfile data

Added Paths:
-----------
    trunk/darwinxref/plugins-darwinports/Portfile.tcl

Added: trunk/darwinxref/plugins-darwinports/Portfile.tcl
===================================================================
--- trunk/darwinxref/plugins-darwinports/Portfile.tcl	                        (rev 0)
+++ trunk/darwinxref/plugins-darwinports/Portfile.tcl	2006-10-04 08:58:38 UTC (rev 208)
@@ -0,0 +1,10 @@
+DBPluginSetName Portfile
+DBPluginSetType property.project
+DBPluginSetDatatype data
+
+proc run {args} {
+	set project [lindex $args 0]
+	set build [DBGetCurrentBuild]
+	fconfigure stdout -encoding binary -translation binary
+	puts -nonewline [DBCopyPropData $build $project Portfile]
+}


Property changes on: trunk/darwinxref/plugins-darwinports/Portfile.tcl
___________________________________________________________________
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/d39c1e11/attachment.html


More information about the darwinbuild-changes mailing list