Author: ranger
Date: Wed Jan 10 22:45:05 2007
New Revision: 574

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=574&repname=user%3a+ranger>
Log:
never ended up using it, not sure it really is safe

Added:
    trunk/experimental/10.3/main/finkinfo/languages/swig1.3.info
    trunk/experimental/10.3/main/finkinfo/languages/swig1.3.patch
    trunk/experimental/10.4/main/finkinfo/languages/swig1.3.info
    trunk/experimental/10.4/main/finkinfo/languages/swig1.3.patch
    trunk/experimental/common/main/finkinfo/languages/swig1.3.info
    trunk/experimental/common/main/finkinfo/languages/swig1.3.patch

Added: trunk/experimental/10.3/main/finkinfo/languages/swig1.3.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.3/main/finkinfo/languages/swig1.3.info&rev=574&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/languages/swig1.3.info (added)
+++ trunk/experimental/10.3/main/finkinfo/languages/swig1.3.info Wed Jan 10 
22:45:05 2007
@@ -1,0 +1,52 @@
+Package: swig1.3
+Version: 1.3.31
+Revision: 11
+Description: Tool that connects C, C++ programs with high-level languages
+License: BSD
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+Depends: <<
+       python | python-nox (>= 2.2.1-8),
+       expat1-shlibs,
+       guile16-shlibs,
+       ruby18-shlibs,
+       tcltk-shlibs
+<<
+BuildDepends: <<
+       python | python-nox (>= 2.2.1-8),
+       expat1,
+       guile16,
+       ruby18,
+       tcltk,
+       guile16-dev,
+       ruby18-dev,
+       tcltk-dev
+<<
+GCC: 3.3
+
+Source: mirror:sourceforge:swig/swig-%v.tar.gz
+Source-MD5: 4a0bae63e3713e89b26db7209b6a7e05
+UpdateConfigGuessInDirs: Tools/config
+Patch: %n.patch
+
+ConfigureParams: 
--with-javaincl=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
--with-ruby=%p/bin/ruby1.8 --with-perl5=/usr/bin/perl --without-gcj 
--without-mzscheme --with-php4=/usr/bin/php --without-ocaml --without-pike 
--without-chicken --without-csharp --without-lua --without-allegrocl 
--without-clisp --without-r --disable-dependency-tracking --program-suffix=-1.3 
--with-guile-config=%p/bin/guile-1.6-config
+
+InstallScript: <<
+       make install DESTDIR="%d"
+       mkdir -p %i/share/doc/%n
+       cp -R Examples %i/share/doc/%n
+       (cd Doc; cp README %i/share/doc/%n/README.doc; cp -R Devel 
%i/share/doc/%n; cp -R Manual %i/share/doc/%n)
+<<
+DocFiles: ANNOUNCE CHANGES* FUTURE INSTALL LICENSE NEW README TODO
+
+Homepage: http://www.swig.org/
+DescDetail: <<
+SWIG is a software development tool that connects programs written in C,
+C++, and Objective-C with a variety of high-level programming languages.
+SWIG is primarily used with common scripting languages such as Perl, 
+Python, Tcl/Tk, Ruby, and Guile but has also been extended to include
+languages such as Java and Eiffel. SWIG is most commonly used to create
+high-level interpreted programming environments and as a tool
+for building user interfaces.
+<<
+

Added: trunk/experimental/10.3/main/finkinfo/languages/swig1.3.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.3/main/finkinfo/languages/swig1.3.patch&rev=574&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/languages/swig1.3.patch (added)
+++ trunk/experimental/10.3/main/finkinfo/languages/swig1.3.patch Wed Jan 10 
22:45:05 2007
@@ -1,0 +1,12 @@
+
+--- swig-1.3.31/configure      2006-11-20 17:31:44.000000000 -0500
++++ swig-1.3.31-new/configure  2006-11-22 12:53:56.000000000 -0500
+@@ -7170,7 +7170,7 @@
+ echo $ECHO_N "checking for Guile library... $ECHO_C" >&6
+   dirs="$GUILELIB"
+   for i in $dirs ; do
+-      if test -r $i/libguile.so; then
++      if test -r $i/libguile.dylib; then
+           echo "$as_me:$LINENO: result: $i" >&5
+ echo "${ECHO_T}$i" >&6
+           GUILELIB="$i"

Added: trunk/experimental/10.4/main/finkinfo/languages/swig1.3.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/languages/swig1.3.info&rev=574&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/languages/swig1.3.info (added)
+++ trunk/experimental/10.4/main/finkinfo/languages/swig1.3.info Wed Jan 10 
22:45:05 2007
@@ -1,0 +1,52 @@
+Package: swig1.3
+Version: 1.3.31
+Revision: 1021
+Description: Tool that connects C, C++ programs with high-level languages
+License: BSD
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+Depends: <<
+       python | python-nox (>= 2.2.1-8),
+       expat1-shlibs,
+       guile16-shlibs (>= 1.6.7-1010),
+       ruby18-shlibs,
+       tcltk-shlibs
+<<
+BuildDepends: <<
+       python | python-nox (>= 2.2.1-8),
+       expat1,
+       guile16 (>= 1.6.7-1010),
+       ruby18,
+       tcltk,
+       guile16-dev (>= 1.6.7-1010),
+       ruby18-dev,
+       tcltk-dev
+<<
+GCC: 4.0
+
+Source: mirror:sourceforge:swig/swig-%v.tar.gz
+Source-MD5: 4a0bae63e3713e89b26db7209b6a7e05
+UpdateConfigGuessInDirs: Tools/config
+Patch: %n.patch
+
+ConfigureParams: 
--with-javaincl=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
--with-ruby=%p/bin/ruby1.8 --with-perl5=/usr/bin/perl --without-gcj 
--without-mzscheme --with-php4=/usr/bin/php --without-ocaml --without-pike 
--without-chicken --without-csharp --without-lua --without-allegrocl 
--without-clisp --without-r --disable-dependency-tracking --program-suffix=-1.3 
--with-guile-config=%p/bin/guile-1.6-config
+
+InstallScript: <<
+       make install DESTDIR="%d"
+       mkdir -p %i/share/doc/%n
+       cp -R Examples %i/share/doc/%n
+       (cd Doc; cp README %i/share/doc/%n/README.doc; cp -R Devel 
%i/share/doc/%n; cp -R Manual %i/share/doc/%n)
+<<
+DocFiles: ANNOUNCE CHANGES* FUTURE INSTALL LICENSE NEW README TODO
+
+Homepage: http://www.swig.org/
+DescDetail: <<
+SWIG is a software development tool that connects programs written in C,
+C++, and Objective-C with a variety of high-level programming languages.
+SWIG is primarily used with common scripting languages such as Perl, 
+Python, Tcl/Tk, Ruby, and Guile but has also been extended to include
+languages such as Java and Eiffel. SWIG is most commonly used to create
+high-level interpreted programming environments and as a tool
+for building user interfaces.
+<<
+

Added: trunk/experimental/10.4/main/finkinfo/languages/swig1.3.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/languages/swig1.3.patch&rev=574&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/languages/swig1.3.patch (added)
+++ trunk/experimental/10.4/main/finkinfo/languages/swig1.3.patch Wed Jan 10 
22:45:05 2007
@@ -1,0 +1,12 @@
+
+--- swig-1.3.31/configure      2006-11-20 17:31:44.000000000 -0500
++++ swig-1.3.31-new/configure  2006-11-22 12:53:56.000000000 -0500
+@@ -7170,7 +7170,7 @@
+ echo $ECHO_N "checking for Guile library... $ECHO_C" >&6
+   dirs="$GUILELIB"
+   for i in $dirs ; do
+-      if test -r $i/libguile.so; then
++      if test -r $i/libguile.dylib; then
+           echo "$as_me:$LINENO: result: $i" >&5
+ echo "${ECHO_T}$i" >&6
+           GUILELIB="$i"

Added: trunk/experimental/common/main/finkinfo/languages/swig1.3.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/languages/swig1.3.info&rev=574&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/languages/swig1.3.info (added)
+++ trunk/experimental/common/main/finkinfo/languages/swig1.3.info Wed Jan 10 
22:45:05 2007
@@ -1,0 +1,31 @@
+Package: swig1.3
+Version: 1.3.31
+Revision: 1
+BuildDepends: python | python-nox (>= 2.2.1-8), expat1, guile16, ruby18, 
tcltk, guile16-dev, ruby18-dev, tcltk-dev
+Depends: python | python-nox (>= 2.2.1-8), expat1-shlibs, guile16-shlibs, 
ruby18-shlibs, tcltk-shlibs
+Source: mirror:sourceforge:swig/swig-%v.tar.gz
+Source-MD5: 4a0bae63e3713e89b26db7209b6a7e05
+Patch: %n.patch
+UpdateConfigGuessinDirs: Tools/config
+GCC: 3.3
+ConfigureParams: 
--with-javaincl=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
--with-ruby=%p/bin/ruby1.8 --with-perl5=/usr/bin/perl --without-gcj 
--without-mzscheme --with-php4=/usr/bin/php --without-ocaml --without-pike 
--without-chicken --without-csharp --without-lua --without-allegrocl 
--without-clisp --without-r --disable-dependency-tracking --program-suffix=-1.3 
--with-guile-config=%p/bin/guile-1.6-config
+InstallScript: <<
+       make install DESTDIR="%d"
+       mkdir -p %i/share/doc/%n
+       cp -R Examples %i/share/doc/%n
+       (cd Doc; cp README %i/share/doc/%n/README.doc; cp -R Devel 
%i/share/doc/%n; cp -R Manual %i/share/doc/%n)
+<<
+License: BSD
+DocFiles: ANNOUNCE CHANGES* FUTURE INSTALL LICENSE NEW README TODO
+Description: Tool that connects C, C++ programs with high-level languages
+DescDetail:<< 
+SWIG is a software development tool that connects programs written in C,
+C++, and Objective-C with a variety of high-level programming languages.
+SWIG is primarily used with common scripting languages such as Perl, 
+Python, Tcl/Tk, Ruby, and Guile but has also been extended to include
+languages such as Java and Eiffel. SWIG is most commonly used to create
+high-level interpreted programming environments and as a tool
+for building user interfaces. 
+<<
+Homepage: http://www.swig.org/
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Added: trunk/experimental/common/main/finkinfo/languages/swig1.3.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/languages/swig1.3.patch&rev=574&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/languages/swig1.3.patch (added)
+++ trunk/experimental/common/main/finkinfo/languages/swig1.3.patch Wed Jan 10 
22:45:05 2007
@@ -1,0 +1,12 @@
+diff -uNr swig-1.3.31/configure swig-1.3.31-new/configure
+--- swig-1.3.31/configure      2006-11-20 17:31:44.000000000 -0500
++++ swig-1.3.31-new/configure  2006-11-22 12:53:56.000000000 -0500
+@@ -7170,7 +7170,7 @@
+ echo $ECHO_N "checking for Guile library... $ECHO_C" >&6
+   dirs="$GUILELIB"
+   for i in $dirs ; do
+-      if test -r $i/libguile.so; then
++      if test -r $i/libguile.dylib; then
+           echo "$as_me:$LINENO: result: $i" >&5
+ echo "${ECHO_T}$i" >&6
+           GUILELIB="$i"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to