Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27592/10.4-pangocairo/unstable/main/finkinfo/devel

Modified Files:
      Tag: pangocairo-branch
        bashcritic-10.4.info bashcritic-10.5.info ecj.info 
        findbugs.info openmpi.info scons.info 
Added Files:
      Tag: pangocairo-branch
        lazarus.info qscintilla2-qt4-x11.info xmkmf-10.4.info 
        xmkmf-10.5.info 
Log Message:
some syncing public <-> pangocairo


Index: bashcritic-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/bashcritic-10.4.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- bashcritic-10.4.info        3 Nov 2007 20:25:22 -0000       1.1.2.2
+++ bashcritic-10.4.info        21 Apr 2008 03:10:31 -0000      1.1.2.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: bashcritic
-Version: 0.3.0
+Version: 0.3.3
 Revision: 1
 Type: perl (5.8.6)
 Distribution: 10.4
@@ -9,9 +9,9 @@
 Homepage: https://trac.id.ethz.ch/projects/bashcritic/
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 
-Source: https://trac.id.ethz.ch/projects/bashcritic/downloads/4
-Source-MD5: 4f5f4a78e5625f596eaea54f095fd5c0
-SourceRename: %n-%v.tar.gz
+Source: https://trac.id.ethz.ch/projects/bashcritic/downloads/13
+Source-MD5: 3cc172c85a3ab4117dd09aae9c5735da
+SourceRename: %n-%v.tar.bz2
 
 Depends: system-perl%type_pkg[perl], (%type_pkg[perl] = 586) file-slurp-pm, 
(%type_pkg[perl] = 586) list-moreutils-pm586, (%type_pkg[perl] = 586) 
version-pm586
 

--- NEW FILE: qscintilla2-qt4-x11.info ---
Package: qscintilla2-qt4-x11
Version: 2.2
Revision: 1
GCC: 4.0
Source: 
http://www.riverbankcomputing.com/Downloads/QScintilla2/QScintilla-gpl-%v.tar.gz
Source-MD5: a6056c444494f3f849020d241f86c286
Depends: %N-shlibs (>= %v-%r)
BuildDepends: freetype219, glib2-dev, libgettext3-dev, libiconv-dev, libpng3, 
qt4-x11
BuildDependsOnly: true
CompileScript: <<
 #!/bin/sh -ev
 cd Qt4
 %p/lib/qt4-x11/bin/qmake qscintilla.pro
 perl -pi -e 's|install_name\t|install_name\t%p\/lib\/qt4-x11\/lib\/|' Makefile
 make
<<
InstallScript: <<
  #!/bin/sh -ev
  cd Qt4
  INSTALL_ROOT=%d make install
  <<
SplitOff: <<
 Package: %N-shlibs
 Depends: freetype219-shlibs, glib2-shlibs, libgettext3-shlibs, libiconv, 
libpng3-shlibs, qt4-x11-core-shlibs, qt4-x11-gui-shlibs
 Files: lib/qt4-x11/lib/libqscintilla2.3*dylib
 Shlibs: %p/lib/qt4-x11/lib/libqscintilla2.3.dylib 3.0.0 %n (>= 2.2-1)
 DocFiles: LICENSE* NEWS README ChangeLog GPL_EXCEPTION* OPENSOURCE-NOTICE.TXT
<<
Description: Qt port Scintilla C++ editor class
DocFiles: LICENSE* NEWS README ChangeLog GPL_EXCEPTION* OPENSOURCE-NOTICE.TXT
License: GPL
Homepage: http://www.river-bank.demon.co.uk
Maintainer:  Murali Vadivelu <[EMAIL PROTECTED]>

--- NEW FILE: xmkmf-10.5.info ---
Package: xmkmf
Version: 1.0.2
Revision: 1002
Distribution: 10.5
Description: X11 legacy build tools
License: BSD
Maintainer: Dave Morrison  <[EMAIL PROTECTED]>
Source:  mirror:sourceforge:fink/imake-%v.tar.bz2
Source2: mirror:sourceforge:fink/xorg-cf-files-%v.tar.bz2
Source-MD5:  02fea5a02ba2857c7d81820c8e8b8e6f
Source2-MD5: 5f62dd5545b782c74f6e4e70d0e6552c 
PatchScript: <<
  perl -pi -e 's|/usr/local|/usr/X11|' ../xorg-cf-files-%v/site.def
<<
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
#!/bin/sh -ev
  ./configure %c
  make 
  cd ../xorg-cf-files-%v
  ./configure %c 
  perl -pi -e 's|%p|/usr/X11|' site.def 
<<
InstallScript: <<
#!/bin/sh -ev
  make install DESTDIR=%d
  cd ../xorg-cf-files-%v
  make install DESTDIR=%d
  mkdir %i/lib/%n
  mv %i/bin %i/lib/%n
<<
DocFiles: COPYING ChangeLog README
Homepage: http://xorg.freedesktop.org/
DescDetail: <<
 Under 10.5, this package provides the xmkmf script and the imake executable
 and their supporting config files that are no longer supplied with the
 X11R7 release from x.org.

 Under 10.4, this package simply gives symlinks to the files in /usr/X11R6
 (so that .info files which work in both 10.4 and 10.5 can easily be
 constructed).

 Thanks to Martin Costabel and Benjamin Reed for earlier versions.
<<
DescUsage: <<
 In order to use xmkmf and imake to compile legacy packages (under 10.4
 or 10.5), one should have a BuildDepends on the present package, and supply
    export PATH=%p/lib/xmkmf/bin:$PATH 
 in the CompileScript and InstallScript of the packages.

 Failing to do this runs the risk that some users may not have xmkmf and/or
 imake available at build time.
<<
DescPackaging: <<
 The revision number of the 10.5 version is kept higher than that of the 10.4
 version so that users who are upgrading from 10.4 to 10.5 will have this
 package replaced by the correct, new version.
<<


Index: ecj.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ecj.info,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- ecj.info    30 Jun 2006 00:34:54 -0000      1.3
+++ ecj.info    21 Apr 2008 03:10:32 -0000      1.3.2.1
@@ -1,40 +1,56 @@
 Package: ecj
-Version: 3.1.2
-Revision: 1023
+Version: 3.2.2
+Revision: 1
 Description: Eclipse Compiler for Java
-Type: java
+Type: java (1.5)
 License: OSI-Approved
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: system-java (>= 1.4-1)
-BuildDepends: system-java-dev (>= 1.4-1)
+Depends: system-java (>= 1.5-0)
+BuildDepends: <<
+       ant-base,
+       system-java-dev (>= 1.5-0)
+<<
 
 CustomMirror: <<
-       nam-US: http://ranger.befunk.com/fink
-       nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
-       nam-CA: http://www.southofheaven.net/befunk
+       asi-CN: http://download.actuatechina.com/eclipse/eclipse/downloads/drops
+       asi-TW: http://ftp.cs.pu.edu.tw/pub/eclipse/downloads/drops
+       eur-MK: http://eclipse.netcetera.com.mk/downloads/drops
+       eur-MK: http://eclipse.panton.com.mk/downloads/drops
+       nam-US: 
http://ftp.us.xemacs.org/pub/mirrors/eclipse/eclipse/downloads/drops
+       nam-US: 
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops
 <<
-Source: mirror:custom:%n-%v.tar.bz2
 NoSourceDirectory: true
-Source-MD5: c5790d3f1b5cc4f120ec0ce385672408
+Source: mirror:custom:R-%v-200702121330/%nsrc.zip
+Source-MD5: f9d7b548658c84231b00fada8d4b4f1b
+SourceRename: %n-%v.zip
 
 CompileScript: <<
-#!/bin/sh -ev
+  
+  # Compile the Java sources
+  find org -name *.java > files
+  mkdir classes
+  javac -d classes -classpath %p/lib/ant/lib/ant.jar @files
+  rm -f files
 
-  ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml -DjavacSource=1.4 
-DjavacTarget=1.4
+  # Put the classes into a JAR
+  jar cf ecj.jar -C classes org
+
+  # Put the *.properties into the JAR
+  find org -name *.properties -exec jar uf ecj.jar '{}'  \;
+
+  # Put the *.rsc into the JAR
+  find org -name *.rsc -exec jar uf ecj.jar '{}'  \;
 <<
 
 InstallScript: <<
-#!/bin/sh -ev
-
   install -d -m 755 %i/bin
-cat <<END >%i/bin/ecj
-#!/bin/sh -e
-java -cp %p/share/java/%n/ecj.jar org.eclipse.jdt.internal.compiler.batch.Main 
"\$@"
-END
+  echo \#\!'/bin/sh -e' >> %i/bin/ecj
+  echo 'java -Xmx768M -cp %p/share/java/%n/ecj.jar 
org.eclipse.jdt.internal.compiler.batch.Main "$@"' >> %i/bin/ecj
   chmod 755 %i/bin/ecj
 <<
-JarFiles: jdtcoresrc/ecj.jar
+JarFiles: ecj.jar
+DocFiles: about.html
 
 Homepage: http://www.eclipse.org/
 DescDetail: Ecj is the Java bytecode compiler of the Eclipse Project.

Index: bashcritic-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/bashcritic-10.5.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- bashcritic-10.5.info        3 Nov 2007 20:25:22 -0000       1.1.2.2
+++ bashcritic-10.5.info        21 Apr 2008 03:10:32 -0000      1.1.2.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: bashcritic
-Version: 0.3.0
+Version: 0.3.3
 Revision: 101
 Type: perl (5.8.8)
 Distribution: 10.5
@@ -9,9 +9,9 @@
 Homepage: https://trac.id.ethz.ch/projects/bashcritic/
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 
-Source: https://trac.id.ethz.ch/projects/bashcritic/downloads/4
-Source-MD5: 4f5f4a78e5625f596eaea54f095fd5c0
-SourceRename: %n-%v.tar.gz
+Source: https://trac.id.ethz.ch/projects/bashcritic/downloads/13
+Source-MD5: 3cc172c85a3ab4117dd09aae9c5735da
+SourceRename: %n-%v.tar.bz2
 
 Depends: system-perl%type_pkg[perl], (%type_pkg[perl] = 586) file-slurp-pm, 
(%type_pkg[perl] = 586) list-moreutils-pm586, (%type_pkg[perl] = 586) 
version-pm586
 

Index: openmpi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/openmpi.info,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- openmpi.info        19 Mar 2008 18:55:35 -0000      1.1.2.6
+++ openmpi.info        21 Apr 2008 03:10:33 -0000      1.1.2.7
@@ -1,5 +1,5 @@
 Package: openmpi
-Version: 1.2.5
+Version: 1.2.6
 Revision: 1000
 GCC: 4.0
 Description: MPI implementation for parallel computing
@@ -10,7 +10,7 @@
 BuildConflicts: lammpi (<< 7.1.2-1000), lammpi-shlibs (<< 7.1.2-1000), 
lammpi-dev
 Conflicts: lammpi (<< 7.1.2-1000), lammpi-shlibs (<< 7.1.2-1000), lammpi-dev  
(<< 7.1.2-1000)
 Source: http://www.open-mpi.org/software/ompi/v1.2/downloads/openmpi-%v.tar.bz2
-Source-MD5: c6e82aab6cdcd425bf29217e8317d7dc
+Source-MD5: f126793b68e71f5ec4a192c40675af2d
 ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--sysconfdir=%p/etc/%n --sharedstatedir=%p/var/%n/shared 
--localstatedir=%p/var/%n/local --libdir=%p/lib/%n --includedir=%p/include 
--infodir=%p/share/info --mandir=%p/share/man/%n --enable-shared 
--enable-static --disable-dependency-tracking FFLAGS=-O3
 InstallScript: <<
 #!/bin/sh -ev

Index: scons.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/scons.info,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- scons.info  19 Jul 2007 22:23:26 -0000      1.1.2.1
+++ scons.info  21 Apr 2008 03:10:33 -0000      1.1.2.2
@@ -1,10 +1,10 @@
 Package: scons
-Version: 0.97
+Version: 0.97.0d20071212
 Revision: 1
 BuildDependsOnly: true
 Maintainer: Vincent Beffara <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: de530fa29e83f3b6efb618873398fa31
+Source-MD5: d06327b77552ac0153bb8f93b27b7f13
 CompileScript: <<
   /usr/bin/python setup.py build
 <<

--- NEW FILE: xmkmf-10.4.info ---
Package: xmkmf
Version: 1.0.2
Revision: 2
Distribution: 10.4
Description: X11 legacy build tools
License: BSD
Maintainer: Dave Morrison  <[EMAIL PROTECTED]>
Type: nosource
CompileScript: <<
#!/bin/sh -ev
 echo "The 10.4 version of the xmkmf package provides symlinks to binaries" > 
LICENSE
 echo "which are installed by X11R6.  Those binaries are, in turn, licensed" >> 
LICENSE
 echo "under the BSD license." >> LICENSE
<<
InstallScript: <<
#!/bin/sh -ev
  mkdir -p %i/lib/%n/bin
  ln -s /usr/X11R6/bin/ccmakedep %i/lib/%n/bin
  ln -s /usr/X11R6/bin/cleanlinks %i/lib/%n/bin
  ln -s /usr/X11R6/bin/imake %i/lib/%n/bin
  ln -s /usr/X11R6/bin/makeg %i/lib/%n/bin
  ln -s /usr/X11R6/bin/mergelib %i/lib/%n/bin
  ln -s /usr/X11R6/bin/mkdirhier %i/lib/%n/bin
  ln -s /usr/X11R6/bin/mkhtmlindex %i/lib/%n/bin
  ln -s /usr/X11R6/bin/revpath %i/lib/%n/bin
  ln -s /usr/X11R6/bin/xmkmf %i/lib/%n/bin
<<
DocFiles: LICENSE
Homepage: http://xorg.freedesktop.org/
DescDetail: <<
 Under 10.5, this package provides the xmkmf script and the imake executable
 and their supporting config files that are no longer supplied with the
 X11R7 release from x.org.

 Under 10.4, this package simply gives symlinks to the files in /usr/X11R6
 (so that .info files which work in both 10.4 and 10.5 can easily be
 constructed).

 Thanks to Martin Costabel and Benjamin Reed for earlier versions.
<<
DescUsage: <<
 In order to use xmkmf and imake to compile legacy packages (under 10.4
 or 10.5), one should have a BuildDepends on the present package, and supply
    export PATH=%p/lib/xmkmf/bin:$PATH 
 in the CompileScript and InstallScript of the packages.

 Failing to do this runs the risk that some users may not have xmkmf and/or
 imake available at build time.
<<
DescPackaging: <<
 The revision number of the 10.5 version is kept higher than that of the 10.4
 version so that users who are upgrading from 10.4 to 10.5 will have this
 package replaced by the correct, new version.
<<

--- NEW FILE: lazarus.info ---
Package: lazarus
Version: 0.9.24
Revision: 1
Architecture: powerpc, i386
Builddepends: gdk-pixbuf, gtk+, glib
Depends: fpc (>= 2.2.1), gtk-doc, gdk-pixbuf-shlibs, glib-shlibs, gtk+-shlibs, 
gtk-engines
Recommends: fpc-doc
Source: http://michael-ep3.physik.uni-halle.de/fink-sources/lazarus-%v-0.tar.gz
Source-MD5: bdb0221240d776e4bc32733f2872e2b1
SourceDirectory: lazarus
Source2: http://michael-ep3.physik.uni-halle.de/fink-sources/fpcbuild.tar.bz2
Source2-MD5: 6f9b138d3f8afb65c291ca9087eb3d64
Patchscript: <<
#!/bin/sh -ev

  chmod 755 .

  sed -i.bak 's|1\.\.14|1\.\.15|g'                                            
ide/include/unix/lazbaseconf.inc
  sed -i.bak "s|'/usr/share/fpcsrc'|'/usr/share/fpcsrc','%p/share/fpcsrc'|g"  
ide/include/unix/lazbaseconf.inc

  sed -i.bak 's|1\.\.7|1\.\.8|g'                                                
   ide/include/unix/lazbaseconf.inc
  sed -i.bak 
"s|'/usr/share/lazarus',|'/usr/share/lazarus','%p/share/lazarus',|g"  
ide/include/unix/lazbaseconf.inc

<<
CompileScript: <<
#!/bin/sh -ev

# ** Start compiling Lazarus **

  make all CPU_TARGET=%m

# ** End compiling Lazarus **

<<
InstallScript: <<
#!/bin/sh -ev

# ** Start installing Lazarus **

  make install INSTALL_PREFIX=%i CPU_TARGET=%m

# ** fix the symbolic links **

  ln -sf ../share/lazarus/lazarus      %i/bin/lazarus-ide
  ln -sf ../share/lazarus/startlazarus %i/bin/startlazarus
  ln -sf ../share/lazarus/lazbuild     %i/bin/lazbuild

# ** Copy the sources of the rtl, packages and utils of FreePascal **

  install -m 755 -d %i/share/fpcsrc/rtl
  install -m 755 -d %i/share/fpcsrc/packages
  install -m 755 -d %i/share/fpcsrc/utils
  install -m 755 -d %i/share/fpcsrc/fv

  mv %b/../fpc_2.2.1/rtl        %i/share/fpcsrc
  mv %b/../fpc_2.2.1/packages   %i/share/fpcsrc
  mv %b/../fpc_2.2.1/utils      %i/share/fpcsrc
  mv %b/../fpc_2.2.1/fv         %i/share/fpcsrc

# ** End installing Lazarus **
#
<<
License: GPL/LGPL
Description: Free Pascal IDE
DescDetail: <<
Lazarus is an open-source development system that builds on the Free Pascal 
compiler by adding an integrated development environment (IDE) 
that includes a syntax-highlighting code editor and visual form designer, 
as well as a component library that is highly compatible with Delphi's 
Visual Component Library (VCL).  The Lazarus Component Library (LCL) 
includes  equivalents for many of the familiar VCL controls such as 
forms, buttons, text boxes and so on that are used to create 
applications with a graphical user interface (GUI).
<<
DescUsage: <<
 To start lazarus type "lazarus-ide" in the X11 xterm.
 To build a .lpr project use "lazbuild project-file-name.lpr".
<<
DescPort: <<
 stabs debugging is not supported under 10.5.
 Expect numerous warnings when linking:
 unknown stabs type 0xE0 ...
<<
Homepage: http://wiki.freepascal.org/Main_Page
Maintainer: Karl-Michael Schindler <[EMAIL PROTECTED]>

Index: findbugs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -d -r1.4.2.6 -r1.4.2.7
--- findbugs.info       2 Mar 2008 18:31:56 -0000       1.4.2.6
+++ findbugs.info       21 Apr 2008 03:10:32 -0000      1.4.2.7
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.2
+Version: 1.3.3
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: ee430177d2e916c74bb2bd287d134fed
+Source-MD5: 495d142c5644654cde05d116e7a0b253
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to