Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24432/10.4/stable/main/finkinfo/devel

Modified Files:
        pasdoc.info 
Added Files:
        pasdoc-gui.info 
Log Message:
PasDoc: Update of cli and first version of gui.

--- NEW FILE: pasdoc-gui.info ---
Package: pasdoc-gui
Version: 0.13.0
Revision: 1
Description: Documentation tool for Pascal source code
License: GPL

BuildDepends: lazarus-aqua | lazarus-gtk2
Depends: graphviz, aspell

# Unpack Phase
Source: mirror:sourceforge:/pasdoc/PasDoc%%20Source/%v/pasdoc-%v-src.tar.gz
Source-MD5: 2f53b3657b8b2b2e6d7bdea3e61801bb
Source2: http://michael-ep3.physik.uni-halle.de/fink-sources/PasDoc.icns
Source2-MD5: 76a6786674c625df120dfc49a60a25ab

SourceDirectory: pasdoc

# Compile Phase
Compilescript: <<
  lazbuild source/packages/lazarus/pasdoc_package.lpk
  lazbuild source/gui/pasdoc_gui.lpi
# move and rename binary
  rm source/gui/pasdoc_gui.app/Contents/MacOS/pasdoc_gui
  mv source/gui/pasdoc_gui source/gui/pasdoc_gui.app/Contents/MacOS/PasDoc
# rename app bundle
  mv source/gui/pasdoc_gui.app source/gui/PasDoc.app
  sed -i 's|pasdoc_gui|PasDoc|g' source/gui/PasDoc.app/Contents/Info.plist
# move icon file and add it to Info.plist
  mv ../PasDoc.icns source/gui/PasDoc.app/Contents/Resources
  sed -i 's|<dict>|<dict> <key>CFBundleIconFile</key> 
<string>PasDoc</string>|g' source/gui/PasDoc.app/Contents/Info.plist
<<

# Install Phase
Installscript: <<
  echo 'Application and Doc files only.'
<<

AppBundles: source/gui/PasDoc.app

# Documentation
DocFiles: LICENSE docs/pasdoc.pdf docs/pasdoc.html docs/pasdoc.css

# Additional Info
DescDetail: <<
  PasDoc is a documentation tool for Pascal and ObjectPascal source code. 
  The documentation is generated from comments found in the source code.
  Available output formats are HTML, HtmlHelp, LaTeX, latex2rtf, simplexml.
  Type "pasdoc --help" to get a better feeling for how PasDoc works.
  Also, see the web page for more information about PasDoc.
<<

DescPort: <<
  Warnings: Font and Fontsize is not found:
  CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905
  FindCarbonFontID Error: ATSUFindFontFromName  failed with result -8796

  Todo:
  check for dependencies. graphviz is mentioned. 
<<

Homepage: http://pasdoc.sipsolutions.net/
Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>

Index: pasdoc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/pasdoc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pasdoc.info 5 Dec 2010 12:07:09 -0000       1.3
+++ pasdoc.info 8 Sep 2013 10:36:15 -0000       1.4
@@ -1,15 +1,15 @@
 Package: pasdoc
-Version: 0.12.1
+Version: 0.13.0
 Revision: 1
-Architecture: powerpc, i386, x86_64
 Description: Documentation tool for Pascal source code
 License: GPL
 
 BuildDepends: fpc
 
 # Unpack Phase
-Source: mirror:sourceforge:/%n/PasDoc%%20Sources/%v/%n-%v-src.tar.gz
-Source-MD5: 6a230cd5b253bbab886197742c0f43fa
+#https://downloads.sourceforge.net/project/pasdoc/files/PasDoc%20Source/0.13.0/pasdoc-0.13.0-src.tar.gz
+Source: mirror:sourceforge:/%n/PasDoc%%20Source/%v/%n-%v-src.tar.gz
+Source-MD5: 2f53b3657b8b2b2e6d7bdea3e61801bb
 SourceDirectory: pasdoc
 
 # Patch Phase
@@ -42,22 +42,5 @@
  Also, see the web page for more information about PasDoc.
 <<
 
-DescPort: <<
- 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/
 Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to