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

Modified Files:
        gerbv.info pcb.info 
Added Files:
        gerbv-cairo.info 
Log Message:
New upstream gEDA (1.4.0)

Also includes:
 - pcb 20080202
 - gerbv 2.0.1
 - a Cairo-based gerbv variant


--- NEW FILE: gerbv-cairo.info ---
Info3: <<
Package: gerbv-cairo
Version: 2.0.1
Revision: 10

Conflicts: gerbv
Replaces: gerbv

Depends: <<
  atk1-shlibs,
  cairo-shlibs,
  freetype219-shlibs,
  glib2-shlibs (>= 2.12.0-1),
  glitz-shlibs,
  gtk+2,
  gtk+2-shlibs,
  libgettext3-shlibs,
  libiconv,
  libpng3-shlibs (>= 1:1.2.16-1),
  pango1-xft2,
  pango1-xft2-shlibs,
  x11
<<

BuildDepends: <<
  atk1, 
  cairo (>= 1.2.0-0),
  freetype219,
  glib2-dev (>= 2.12.0-1), 
  glitz,
  gtk+2-dev, 
  libgettext3-dev,
  libiconv-dev, 
  libpng3,
  pango1-xft2-dev,
  pkgconfig, 
  x11-dev
<<

Source: mirror:sourceforge:gerbv/gerbv-%v.tar.gz
Source-MD5: 5d07934966f262dcf3ef28a6039c2157

DocFiles: <<
  AUTHORS
  ChangeLog
  COPYING
  INSTALL
  NEWS
  README
  README-Pick-and-Place-search_parts.txt
  TODO
<<

ConfigureParams: --enable-cairo --disable-dependency-tracking 
--mandir=%p/share/man --with-freetype-prefix=%p/lib/freetype219  
--with-freetype-exec-prefix=%p/lib/freetype219 
PKG_CONFIG_PATH="%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"  
--disable-update-desktop-database --disable-update-mime-database

InstallScript: <<
  make install DESTDIR=%d
  install -d -m 755 %i/share/doc/%n
  cp -pr doc/* example %i/share/doc/%n
  rm %i/share/doc/%n/Makefile* %i/share/doc/%n/*/Makefile* 
%i/share/doc/%n/*/*/Makefile*
<<

PostInstScript: <<
  [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
<<

PostRmScript: <<
  [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
<<

Description: Gerber (RS-274X) CAM file viewing tool
DescDetail: <<
Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files
are generated from PCB CAD systems and sent to PCB manufacturers
as a basis for the manufacturing process. 

gerbv now uses GTK+2 exclusively, and this version uses Cairo for rendering.

gerbv includes a scheme interpreter, which enables support for "project files"
to provide default settings every time the viewer is invoked.

If you have an RS-274D file, you need to convert it to RS-274X before viewing
it with gerbv. (Fortunately, almost all PCB layout programs output RS-274X
nowadays.)
<<

DescPackaging: <<
$LastChangedRevision: 483 $ in my local SVN repository.
<<

License: GPL
Homepage: http://gerbv.sourceforge.net/
Maintainer: Charles Lepple <[EMAIL PROTECTED]>

<<

Index: gerbv.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/gerbv.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gerbv.info  16 Jan 2008 04:09:40 -0000      1.4
+++ gerbv.info  10 Feb 2008 15:17:47 -0000      1.5
@@ -1,14 +1,12 @@
 Info3: <<
 Package: gerbv
-Version: 2.0.0
+Version: 2.0.1
 Revision: 10
 
 Depends: <<
   atk1-shlibs,
-#  cairo-shlibs,
-#  freetype219-shlibs,
+  desktop-file-utils,
   glib2-shlibs (>= 2.12.0-1),
-#  glitz-shlibs,
   gtk+2,
   gtk+2-shlibs,
   libgettext3-shlibs,
@@ -21,10 +19,7 @@
 
 BuildDepends: <<
   atk1, 
-#  cairo (>= 1.2.0-0),
-#  freetype219,
   glib2-dev (>= 2.12.0-1), 
-#  glitz,
   gtk+2-dev, 
   libgettext3-dev,
   libiconv-dev, 
@@ -35,7 +30,7 @@
 <<
 
 Source: mirror:sourceforge:gerbv/gerbv-%v.tar.gz
-Source-MD5: 04a4664f1fd434bab2e6718cc0420deb
+Source-MD5: 5d07934966f262dcf3ef28a6039c2157
 
 DocFiles: <<
   AUTHORS
@@ -48,8 +43,7 @@
   TODO
 <<
 
-# ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--with-freetype-prefix=%p/lib/freetype219  
--with-freetype-exec-prefix=%p/lib/freetype219 
PKG_CONFIG_PATH="%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
-ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--disable-cairo
+ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--disable-cairo --disable-update-desktop-database --disable-update-mime-database
 
 InstallScript: <<
   make install DESTDIR=%d
@@ -58,7 +52,15 @@
   rm %i/share/doc/%n/Makefile* %i/share/doc/%n/*/Makefile* 
%i/share/doc/%n/*/*/Makefile*
 <<
 
-Description: Gerber (RS-274D/RS274X) CAM file viewing tool
+PostInstScript: <<
+  [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
+<<
+
+PostRmScript: <<
+  [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
+<<
+
+Description: Gerber (RS-274X) CAM file viewing tool
 DescDetail: <<
 Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files
 are generated from PCB CAD systems and sent to PCB manufacturers
@@ -68,10 +70,14 @@
 
 gerbv includes a scheme interpreter, which enables support for "project files"
 to provide default settings every time the viewer is invoked.
+
+If you have an RS-274D file, you need to convert it to RS-274X before viewing
+it with gerbv. (Fortunately, almost all PCB layout programs output RS-274X
+nowadays.)
 <<
 
 DescPackaging: <<
-$LastChangedRevision: 467 $ in my local SVN repository.
+$LastChangedRevision: 483 $ in my local SVN repository.
 <<
 
 License: GPL

Index: pcb.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/pcb.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pcb.info    13 Sep 2007 03:55:27 -0000      1.8
+++ pcb.info    10 Feb 2008 15:17:47 -0000      1.9
@@ -1,9 +1,9 @@
 Package: pcb
 # Remember to change snapshot version below as well:
-Version: 1.99.20070912
-Revision: 1
+Version: 1.99.20080202
+Revision: 10
 
-Depends: libstroke-shlibs, app-defaults, tcltk, gtk+2-shlibs, glib2-shlibs, 
x11-shlibs, gd2-shlibs, libjpeg-shlibs, libpng3-shlibs, libgettext3-shlibs
+Depends: libstroke-shlibs, app-defaults, tcltk, gtk+2-shlibs, glib2-shlibs, 
x11-shlibs, gd2-shlibs, libjpeg-shlibs, libpng3-shlibs, libgettext3-shlibs, 
desktop-file-utils, shared-mime-info
 BuildDepends: libstroke, gawk, gtk+2-dev, x11-dev, atk1 (>= 1.6.0-1), 
glib2-dev (>= 2.4.0-1), pango1-xft2-dev (>= 1.4.0-1), gd2 (>= 2.0.33-3), 
libjpeg, libpng3, netpbm-bin, libgettext3-dev, libiconv-dev
 
 ### For documentation:
@@ -12,11 +12,10 @@
 
 Recommends: gerbv, gsch2pcb
 
-Source: mirror:sourceforge:pcb/pcb-20070912.tar.gz
-Source-MD5: b24334b19ec007d43ef7c581c473f6b0
-# Patch: %n.patch
+Source: mirror:sourceforge:pcb/pcb-20080202.tar.gz
+Source-MD5: 933eda642f3838b24d417224693f8386
 
-ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--disable-dependency-tracking --disable-doc
+ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--disable-dependency-tracking --disable-doc --disable-update-desktop-database 
--disable-update-mime-database
 
 InstallScript: <<
    make install DESTDIR=%d
@@ -25,9 +24,18 @@
    cp -p doc/*.{pdf,png,eps,gif} %i/share/doc/pcb
    cp -pr example tutorial/* %i/share/doc/pcb
    rm -f %i/share/doc/pcb/{example,example/libraries,}/Makefile*
-   rmdir %i/share/pcb-20070912
+   rmdir %i/share/pcb-20080202
 <<
 
+PostInstScript: <<
+  [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
+  [ -x %p/bin/update-mime-database ] && update-mime-database %p/share/mime || :
+<<
+
+PostRmScript: <<
+  [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
+  [ -x %p/bin/update-mime-database ] && update-mime-database %p/share/mime || :
+<<
 
 DocFiles: <<
     AUTHORS COPYING NEWS README
@@ -59,7 +67,7 @@
 Stroke support is included, but largely untested on OS X. You will probably
 need a 3-button mouse for this.
 
-$LastChangedRevision: 425 $ in my local SVN repository.
+$LastChangedRevision: 483 $ in my local SVN repository.
 <<
 
 License: GPL


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to