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

Added Files:
        pasdoc-gui.info pasdoc.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>

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

BuildDepends: fpc

# Unpack Phase
#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
Patchscript: <<
#!/bin/sh -ev
# 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
<<

# Compile Phase
Compilescript: make

# Install Phase
Installscript: <<
  mkdir -p %i/bin/
  install -c -m 755 bin/pasdoc %i/bin/
<<

# 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.
<<

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