[26560] trunk/dports/devel/swig/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 05:10:09 PDT 2007


Revision: 26560
          http://trac.macosforge.org/projects/macports/changeset/26560
Author:   jwa at macports.org
Date:     2007-06-28 05:10:08 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
adding livecheck, whitespace changes

Modified Paths:
--------------
    trunk/dports/devel/swig/Portfile

Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile	2007-06-28 10:16:35 UTC (rev 26559)
+++ trunk/dports/devel/swig/Portfile	2007-06-28 12:10:08 UTC (rev 26560)
@@ -8,7 +8,15 @@
 
 description	Tool to wrap C/C++ libraries in high-level languages.
 long_description	\
-SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.  SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported languages also includes non-scripting languages such as Java and OCAML. SWIG is most commonly used to create high-level interpreted programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software.  SWIG may be freely used, distributed, and modified for commercial and noncommercial use.
+    SWIG is a software development tool that connects programs written in C \
+    and C++ with a variety of high-level programming languages. SWIG is \
+    primarily used with common scripting languages such as Perl, Python, \
+    Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported languages \
+    also includes non-scripting languages such as Java and OCAML. SWIG is \
+    most commonly used to create high-level interpreted programming \
+    environments, user interfaces, and as a tool for testing and \
+    prototyping C/C++ software. SWIG may be freely used, distributed, and \
+    modified for commercial and noncommercial use.
 
 homepage	http://www.swig.org/
 platforms	darwin
@@ -19,5 +27,8 @@
 build.target
 
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
+
+livecheck.check     sourceforge
+livecheck.regex     <title>${name} ${name}-(.*) released.*</title>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/2fcf3501/attachment.html


More information about the macports-changes mailing list