Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11075/unstable/main/finkinfo/devel

Modified Files:
        pasdoc.info 
Log Message:
pasdoc: update from upstream and some minor adjustments.

Index: pasdoc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pasdoc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pasdoc.info 2 Nov 2010 09:13:10 -0000       1.2
+++ pasdoc.info 5 Dec 2010 12:07:10 -0000       1.3
@@ -1,5 +1,5 @@
 Package: pasdoc
-Version: 0.12.0
+Version: 0.12.1
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Description: Documentation tool for Pascal source code
@@ -9,16 +9,15 @@
 
 # Unpack Phase
 Source: mirror:sourceforge:/%n/PasDoc%%20Sources/%v/%n-%v-src.tar.gz
-Source-MD5: f6e0450e2b40d5f330ae8422c6ec503a
+Source-MD5: 6a230cd5b253bbab886197742c0f43fa
 SourceDirectory: pasdoc
 
 # Patch Phase
 Patchscript: <<
 #!/bin/sh -ev
-# Mac OS X 10.5 and up need -gw for dwarf debug format
-# maybe, this will be fixed some time by upstream or fpc
-if [[ $(sw_vers -productVersion) > 10.4 ]]; then
-  sed -i 's|-gl|-gl\n-gw|g' pasdoc-fpc.cfg
+# Mac OS X 10.4 needs -gs for stabs debug format
+if [[ $(sw_vers -productVersion) = 10.4 ]]; then
+  sed -i 's|-gw|-gs|g' pasdoc-fpc.cfg
 fi
 <<
 
@@ -44,7 +43,20 @@
 <<
 
 DescPort: <<
- Still to do: pasdoc_gui?
+ Status: starting app.
+ Steps towards pasdoc_gui:
+  1) lazbuild pasdoc_package.lpk
+  2) lazbuild pasdoc_gui.lpi
+  but does not run properly until make bundle is clicked in lazarus.
+
+  Warnings: Font and Fontsize is not found:
+  FindCarbonFontID Error: ATSUFindFontFromName  failed with result -8796
+  TCarbonSpinEdit.GetPreferredSize Error: GetBestControlRect  failed with 
result -30599
+  FindCarbonFontID Error: ATSUFindFontFromName  failed with result -8796
+
+  Todo:
+  Make a nice bundle, i.e. icon, move binary into the bundle.
+  check for dependencies. graphviz is mentioned. 
 <<
 
 Homepage: http://pasdoc.sipsolutions.net/


------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to