Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15381/10.7/stable/main/finkinfo/sci
Modified Files:
xcircuit-testing.info xcircuit.info
Log Message:
New upstream xcircuitses
Index: xcircuit-testing.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xcircuit-testing.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- xcircuit-testing.info 14 Jan 2013 16:09:07 -0000 1.21
+++ xcircuit-testing.info 23 Jan 2013 22:28:01 -0000 1.22
@@ -1,18 +1,22 @@
+Info2: <<
Package: xcircuit-testing
-Version: 3.8.34
+Version: 3.8.36
Revision: 1
+Type: maj (3.8)
Depends: x11, x11-shlibs, tcltk, tcltk-shlibs
BuildDepends: tcltk-dev, x11-dev, fink (>=0.32)
RuntimeDepends: ghostscript | ghostscript-nox, app-defaults, ngspice
+
Conflicts: xcircuit
Replaces: xcircuit
Source: http://opencircuitdesign.com/xcircuit/archive/xcircuit-%v.tgz
-Source-MD5: f0ce53cb91c0909f100a3d2867a33a4e
+Source-MD5: 2697824a7dc28de1507b2d985c209c39
+
PatchFile: xcircuit.patch
PatchFile-MD5: 760c8f976dc5e8cb6c22c9b37229ba8d
-PatchScript: sed -e 's/@MAJOR_VERSION@/3.8/' %{PatchFile} | patch -p1
+PatchScript: sed -e 's/@MAJOR_VERSION@/%type_raw[maj]/' %{PatchFile} | patch
-p1
ConfigureParams: <<
--with-gnu-ld --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include
--with-ngspice=%p \
@@ -24,19 +28,19 @@
#!/bin/sh -ev
make install DESTDIR=%d
mkdir -p %i/share/man/man1
- mv %i/lib/xcircuit-3.8/man/xcircuit.1 %i/share/man/man1
- rm -r %i/lib/xcircuit-3.8/man
+ mv %i/lib/xcircuit-%type_raw[maj]/man/xcircuit.1 %i/share/man/man1
+ rm -r %i/lib/xcircuit-%type_raw[maj]/man
mkdir -p %i/etc/app-defaults
- mv %i/lib/xcircuit-3.8/app-defaults/XCircuit %i/etc/app-defaults
- rm -r %i/lib/xcircuit-3.8/app-defaults
- ./mkinstalldirs %i/lib/xcircuit-3.8/python
+ mv %i/lib/xcircuit-%type_raw[maj]/app-defaults/XCircuit
%i/etc/app-defaults
+ rm -r %i/lib/xcircuit-%type_raw[maj]/app-defaults
+ ./mkinstalldirs %i/lib/xcircuit-%type_raw[maj]/python
for i in spice gettext pagebbox ;
- do install -c -m 644 lib/python/$i.py
%i/lib/xcircuit-3.8/python ;
+ do install -c -m 644 lib/python/$i.py
%i/lib/xcircuit-%type_raw[maj]/python ;
done
<<
DocFiles: COPYRIGHT README* TODO CHANGES examples
-Shlibs: !%p/lib/xcircuit-3.8/xcircuit.dylib
+Shlibs: !%p/lib/xcircuit-%type_raw[maj]/xcircuit.dylib
Description: Circuit drawing app with schematic capture
DescDetail: <<
@@ -91,3 +95,4 @@
Maintainer: Alexander Hansen <[email protected]>
Homepage: http://opencircuitdesign.com/xcircuit/
License: GPL
+<<
Index: xcircuit.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xcircuit.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- xcircuit.info 2 Jan 2013 15:59:57 -0000 1.16
+++ xcircuit.info 23 Jan 2013 22:28:01 -0000 1.17
@@ -1,6 +1,8 @@
+Info2: <<
Package: xcircuit
-Version: 3.7.47
+Version: 3.7.48
Revision: 1
+Type: maj (3.7)
Depends: x11, x11-shlibs, tcltk, tcltk-shlibs
BuildDepends: tcltk-dev, x11-dev, fink (>=0.32)
@@ -10,11 +12,11 @@
Replaces: xcircuit-testing
Source: http://opencircuitdesign.com/xcircuit/archive/%n-%v.tgz
-Source-MD5: 761dcf969bbaf85055632aac77c812ef
+Source-MD5: efe537f908b12d30ef1aeebf77222fbf
PatchFile: %n.patch
PatchFile-MD5: 760c8f976dc5e8cb6c22c9b37229ba8d
-PatchScript: sed -e 's/@MAJOR_VERSION@/3.7/' %{PatchFile} | patch -p1
+PatchScript: sed -e 's/@MAJOR_VERSION@/%type_raw[maj]/' %{PatchFile} | patch
-p1
ConfigureParams: <<
--with-gnu-ld --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include
--with-ngspice=%p \
@@ -26,19 +28,19 @@
#!/bin/sh -ev
make install DESTDIR=%d
mkdir -p %i/share/man/man1
- mv %i/lib/xcircuit-3.7/man/xcircuit.1 %i/share/man/man1
- rm -r %i/lib/xcircuit-3.7/man
+ mv %i/lib/xcircuit-%type_raw[maj]/man/xcircuit.1 %i/share/man/man1
+ rm -r %i/lib/xcircuit-%type_raw[maj]/man
mkdir -p %i/etc/app-defaults
- mv %i/lib/xcircuit-3.7/app-defaults/XCircuit %i/etc/app-defaults
- rm -r %i/lib/xcircuit-3.7/app-defaults
- ./mkinstalldirs %i/lib/xcircuit-3.7/python
+ mv %i/lib/xcircuit-%type_raw[maj]/app-defaults/XCircuit
%i/etc/app-defaults
+ rm -r %i/lib/xcircuit-%type_raw[maj]/app-defaults
+ ./mkinstalldirs %i/lib/xcircuit-%type_raw[maj]/python
for i in spice gettext pagebbox ;
- do install -c -m 644 lib/python/$i.py
%i/lib/xcircuit-3.7/python ;
+ do install -c -m 644 lib/python/$i.py
%i/lib/xcircuit-%type_raw[maj]/python ;
done
<<
DocFiles: COPYRIGHT README* TODO CHANGES examples
-Shlibs: !%p/lib/xcircuit-3.7/xcircuit.dylib
+Shlibs: !%p/lib/xcircuit-%type_raw[maj]/xcircuit.dylib
Description: Circuit drawing app with schematic capture
DescDetail: <<
@@ -93,3 +95,4 @@
Maintainer: Alexander Hansen <[email protected]>
Homepage: http://opencircuitdesign.com/xcircuit/
License: GPL
+<<
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs