Macports-changes Archive

List Statistics

  • Total Threads: 7876
  • Total Posts: 6445
  #1  
12-11-2011 05:54 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \



  #2  
12-11-2011 05:56 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native



  #3  
14-11-2011 10:46 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native



  #4  
16-11-2011 07:31 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk



  #5  
19-11-2011 08:57 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer



  #6  
20-11-2011 11:31 PM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi



  #7  
21-11-2011 11:31 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \



  #8  
22-11-2011 04:23 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes




  #9  
25-11-2011 04:07 PM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native



  #10  
26-11-2011 02:14 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch




  #11  
26-11-2011 10:50 PM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch



Revision: 87583
http://trac.macports.org/changeset/87583
Author:
Date: 2011-11-26 14:50:44 -0800 (Sat, 26 Nov 2011)
Log Message:
-----------
My ports: drop maintainer

Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
trunk/dports/irc/irssi-devel/Portfile
trunk/dports/mail/mu/Portfile
trunk/dports/mail/muttils/Portfile
trunk/dports/math/ent/Portfile
trunk/dports/net/djbdns/Portfile
trunk/dports/office/rednotebook/Portfile
trunk/dports/print/cups-pdf/Portfile
trunk/dports/python/py-asn1/Portfile
trunk/dports/python/py-bitstring/Portfile
trunk/dports/python/py-buzhug/Portfile
trunk/dports/python/py-freebase/Portfile
trunk/dports/python/py-genshi/Portfile
trunk/dports/python/py-httplib2/Portfile
trunk/dports/python/py-keyczar/Portfile
trunk/dports/python/py-postgresql/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-mx-base/Portfile
trunk/dports/python/py26-numexpr/Portfile
trunk/dports/python/py26-openbabel/Portfile
trunk/dports/python/py26-pgsql/Portfile
trunk/dports/python/py26-pyfsevents/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py27-mx-base/Portfile
trunk/dports/python/py27-numexpr/Portfile
trunk/dports/python/py31-lxml/Portfile
trunk/dports/python/py32-lxml/Portfile
trunk/dports/security/openpgpsdk/Portfile
trunk/dports/sysutils/daemontools/Portfile
trunk/dports/textproc/rst2pdf/Portfile
trunk/dports/www/ajp-wsgi/Portfile
trunk/dports/www/links/Portfile
trunk/dports/www/mediawiki/Portfile
trunk/dports/www/mod_python26/Portfile

Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/devel/quickfix/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
license Permissive
# http://www.quickfixengine.org/quickfix/doc/html/license.html
categories devel finance
-maintainers blb openmaintainer
+maintainers nomaintainer
description FIX engine implementation
long_description \
QuickFIX is a full-featured open source FIX engine, currently compatible \

Modified: trunk/dports/irc/irssi-devel/Portfile
===================================================================
--- trunk/dports/irc/irssi-devel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/irc/irssi-devel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 5205
categories irc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description modular IRC client
long_description \
Irssi is a modular IRC client that currently has only text mode user \

Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/mu/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 0.9.6
license GPL-3
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Command-line tools to index and search email (aka maildir-utils)
long_description \
mu is a set of command-line tools for Linux/Unix that enable you to \

Modified: trunk/dports/mail/muttils/Portfile
===================================================================
--- trunk/dports/mail/muttils/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/muttils/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
epoch 1
license GPL-2
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Utilities for console mail clients
long_description \
This package provides utilities for use with console mail clients, eg. \

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/math/ent/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 20080128
categories math security
license public-domain
-maintainers blb
+maintainers nomaintainer
description Entropy calculator
long_description \
ent applies various tests to sequences of bytes stored in files and \

Modified: trunk/dports/net/djbdns/Portfile
===================================================================
--- trunk/dports/net/djbdns/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/net/djbdns/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 2
categories net
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description D.J. Bernstein's DNS tools
long_description \
DJBDNS is a collection of Domain Name System tools. It includes several \

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/office/rednotebook/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.2.0
categories office
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Diary and journal application
long_description \
RedNotebook is a graphical diary and journal helping you keep track of \

Modified: trunk/dports/print/cups-pdf/Portfile
===================================================================
--- trunk/dports/print/cups-pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/print/cups-pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 2.6.1
categories print textproc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Provides a print-to-PDF feature through CUPS
long_description \
This software is designed to produce PDF files in a heterogeneous \

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-asn1/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
version 0.0.13
categories-append devel crypto
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Implementation of ASN.1 types and codecs in Python
long_description \
This project is dedicated to implementation of ASN.1 types (concrete \

Modified: trunk/dports/python/py-bitstring/Portfile
===================================================================
--- trunk/dports/python/py-bitstring/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-bitstring/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append devel
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Module to simplify handling of binary data
long_description \
bitstring is a pure Python module that makes the creation, manipulation \

Modified: trunk/dports/python/py-buzhug/Portfile
===================================================================
--- trunk/dports/python/py-buzhug/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-buzhug/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Pure-python database engine
long_description \
buzhug is a fast, pure-Python database engine, using a syntax that Python \

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-freebase/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to freebase.com API
long_description \
Freebase.com has an open API that can be used to access and update \

Modified: trunk/dports/python/py-genshi/Portfile
===================================================================
--- trunk/dports/python/py-genshi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-genshi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append textproc www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python toolkit for generation of output for the web
long_description \
Genshi is a Python library that provides an integrated set of components \

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-httplib2/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
categories python devel net
license MIT
platforms darwin
-maintainers akitada blb ram openmaintainer
+maintainers akitada ram openmaintainer

description A comprehensive HTTP client library in Python
long_description A comprehensive HTTP client library that supports \

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-keyczar/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
version 0.7b
categories-append devel crypto
license Apache-2
-maintainers blb
+maintainers nomaintainer
description Easy to use cryptographic toolkit
long_description \
Keyczar is an open source cryptographic toolkit designed to make it \

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-postgresql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.0.3
categories-append devel databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to PostgreSQL
long_description \
py-postgresql is a project dedicated to improving the Python interfaces \

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-tweepy/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel net
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description A python library for the Twitter API.
long_description \
${description} OAuth, complete coverage, streaming API

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py26-openbabel/Portfile
===================================================================
--- trunk/dports/python/py26-openbabel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-openbabel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 2.2.3
categories-append science devel
license GPL-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python 2.6 interface to OpenBabel
long_description ${description}


Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py26-pgsql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pgsql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories-append databases
# License is not word-for-word BSD but for distributions purposes, equivalent
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description python DB-API 2.0 compliant interface to postgresql
long_description \
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \

Modified: trunk/dports/python/py26-pyfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -4,7 +4,7 @@
PortGroup python26 1.0
name py26-pyfsevents
version 0.2b1
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to Mac OS X's FSEvents
long_description \
pyfsevents is a C extension providing a Python interface for Mac OS X \

Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py27-numexpr/Portfile
===================================================================
--- trunk/dports/python/py27-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py31-lxml/Portfile
===================================================================
--- trunk/dports/python/py31-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py31-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/python/py32-lxml/Portfile
===================================================================
--- trunk/dports/python/py32-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py32-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/security/openpgpsdk/Portfile
===================================================================
--- trunk/dports/security/openpgpsdk/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/security/openpgpsdk/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 1
categories security devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description OpenPGP library SDK
long_description \
The OpenPGP SDK project provides an open source library, written in C, \

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/sysutils/daemontools/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories sysutils
platforms darwin
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description collection of tools for managing UNIX services
long_description \
daemontools is an extensive collection of tools for managing UNIX \

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 0.16
categories textproc python
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Create PDF from reStructuredText
long_description ${description}


Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 1.1
categories www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description WSGI server/gateway implementing AJP
long_description \
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/links/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -17,7 +17,7 @@
checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \
rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc

-maintainers landonf blb
+maintainers landonf
use_bzip2 yes

depends_lib port:openssl port:bzip2 port:zlib

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mediawiki/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
supported_archs noarch
description The wiki engine used by Wikipedia
long_description \

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python26/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mod_python26/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 3.3.1
categories www python
license Apache-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Apache2 module that embeds Python within the server.
long_description \
Mod_python is an Apache 2 module that embeds the Python interpreter \



  #12  
28-11-2011 08:34 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch



Revision: 87583
http://trac.macports.org/changeset/87583
Author:
Date: 2011-11-26 14:50:44 -0800 (Sat, 26 Nov 2011)
Log Message:
-----------
My ports: drop maintainer

Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
trunk/dports/irc/irssi-devel/Portfile
trunk/dports/mail/mu/Portfile
trunk/dports/mail/muttils/Portfile
trunk/dports/math/ent/Portfile
trunk/dports/net/djbdns/Portfile
trunk/dports/office/rednotebook/Portfile
trunk/dports/print/cups-pdf/Portfile
trunk/dports/python/py-asn1/Portfile
trunk/dports/python/py-bitstring/Portfile
trunk/dports/python/py-buzhug/Portfile
trunk/dports/python/py-freebase/Portfile
trunk/dports/python/py-genshi/Portfile
trunk/dports/python/py-httplib2/Portfile
trunk/dports/python/py-keyczar/Portfile
trunk/dports/python/py-postgresql/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-mx-base/Portfile
trunk/dports/python/py26-numexpr/Portfile
trunk/dports/python/py26-openbabel/Portfile
trunk/dports/python/py26-pgsql/Portfile
trunk/dports/python/py26-pyfsevents/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py27-mx-base/Portfile
trunk/dports/python/py27-numexpr/Portfile
trunk/dports/python/py31-lxml/Portfile
trunk/dports/python/py32-lxml/Portfile
trunk/dports/security/openpgpsdk/Portfile
trunk/dports/sysutils/daemontools/Portfile
trunk/dports/textproc/rst2pdf/Portfile
trunk/dports/www/ajp-wsgi/Portfile
trunk/dports/www/links/Portfile
trunk/dports/www/mediawiki/Portfile
trunk/dports/www/mod_python26/Portfile

Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/devel/quickfix/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
license Permissive
# http://www.quickfixengine.org/quickfix/doc/html/license.html
categories devel finance
-maintainers blb openmaintainer
+maintainers nomaintainer
description FIX engine implementation
long_description \
QuickFIX is a full-featured open source FIX engine, currently compatible \

Modified: trunk/dports/irc/irssi-devel/Portfile
===================================================================
--- trunk/dports/irc/irssi-devel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/irc/irssi-devel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 5205
categories irc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description modular IRC client
long_description \
Irssi is a modular IRC client that currently has only text mode user \

Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/mu/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 0.9.6
license GPL-3
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Command-line tools to index and search email (aka maildir-utils)
long_description \
mu is a set of command-line tools for Linux/Unix that enable you to \

Modified: trunk/dports/mail/muttils/Portfile
===================================================================
--- trunk/dports/mail/muttils/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/muttils/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
epoch 1
license GPL-2
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Utilities for console mail clients
long_description \
This package provides utilities for use with console mail clients, eg. \

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/math/ent/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 20080128
categories math security
license public-domain
-maintainers blb
+maintainers nomaintainer
description Entropy calculator
long_description \
ent applies various tests to sequences of bytes stored in files and \

Modified: trunk/dports/net/djbdns/Portfile
===================================================================
--- trunk/dports/net/djbdns/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/net/djbdns/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 2
categories net
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description D.J. Bernstein's DNS tools
long_description \
DJBDNS is a collection of Domain Name System tools. It includes several \

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/office/rednotebook/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.2.0
categories office
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Diary and journal application
long_description \
RedNotebook is a graphical diary and journal helping you keep track of \

Modified: trunk/dports/print/cups-pdf/Portfile
===================================================================
--- trunk/dports/print/cups-pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/print/cups-pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 2.6.1
categories print textproc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Provides a print-to-PDF feature through CUPS
long_description \
This software is designed to produce PDF files in a heterogeneous \

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-asn1/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
version 0.0.13
categories-append devel crypto
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Implementation of ASN.1 types and codecs in Python
long_description \
This project is dedicated to implementation of ASN.1 types (concrete \

Modified: trunk/dports/python/py-bitstring/Portfile
===================================================================
--- trunk/dports/python/py-bitstring/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-bitstring/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append devel
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Module to simplify handling of binary data
long_description \
bitstring is a pure Python module that makes the creation, manipulation \

Modified: trunk/dports/python/py-buzhug/Portfile
===================================================================
--- trunk/dports/python/py-buzhug/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-buzhug/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Pure-python database engine
long_description \
buzhug is a fast, pure-Python database engine, using a syntax that Python \

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-freebase/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to freebase.com API
long_description \
Freebase.com has an open API that can be used to access and update \

Modified: trunk/dports/python/py-genshi/Portfile
===================================================================
--- trunk/dports/python/py-genshi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-genshi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append textproc www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python toolkit for generation of output for the web
long_description \
Genshi is a Python library that provides an integrated set of components \

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-httplib2/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
categories python devel net
license MIT
platforms darwin
-maintainers akitada blb ram openmaintainer
+maintainers akitada ram openmaintainer

description A comprehensive HTTP client library in Python
long_description A comprehensive HTTP client library that supports \

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-keyczar/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
version 0.7b
categories-append devel crypto
license Apache-2
-maintainers blb
+maintainers nomaintainer
description Easy to use cryptographic toolkit
long_description \
Keyczar is an open source cryptographic toolkit designed to make it \

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-postgresql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.0.3
categories-append devel databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to PostgreSQL
long_description \
py-postgresql is a project dedicated to improving the Python interfaces \

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-tweepy/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel net
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description A python library for the Twitter API.
long_description \
${description} OAuth, complete coverage, streaming API

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py26-openbabel/Portfile
===================================================================
--- trunk/dports/python/py26-openbabel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-openbabel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 2.2.3
categories-append science devel
license GPL-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python 2.6 interface to OpenBabel
long_description ${description}


Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py26-pgsql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pgsql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories-append databases
# License is not word-for-word BSD but for distributions purposes, equivalent
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description python DB-API 2.0 compliant interface to postgresql
long_description \
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \

Modified: trunk/dports/python/py26-pyfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -4,7 +4,7 @@
PortGroup python26 1.0
name py26-pyfsevents
version 0.2b1
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to Mac OS X's FSEvents
long_description \
pyfsevents is a C extension providing a Python interface for Mac OS X \

Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py27-numexpr/Portfile
===================================================================
--- trunk/dports/python/py27-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py31-lxml/Portfile
===================================================================
--- trunk/dports/python/py31-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py31-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/python/py32-lxml/Portfile
===================================================================
--- trunk/dports/python/py32-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py32-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/security/openpgpsdk/Portfile
===================================================================
--- trunk/dports/security/openpgpsdk/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/security/openpgpsdk/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 1
categories security devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description OpenPGP library SDK
long_description \
The OpenPGP SDK project provides an open source library, written in C, \

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/sysutils/daemontools/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories sysutils
platforms darwin
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description collection of tools for managing UNIX services
long_description \
daemontools is an extensive collection of tools for managing UNIX \

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 0.16
categories textproc python
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Create PDF from reStructuredText
long_description ${description}


Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 1.1
categories www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description WSGI server/gateway implementing AJP
long_description \
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/links/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -17,7 +17,7 @@
checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \
rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc

-maintainers landonf blb
+maintainers landonf
use_bzip2 yes

depends_lib port:openssl port:bzip2 port:zlib

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mediawiki/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
supported_archs noarch
description The wiki engine used by Wikipedia
long_description \

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python26/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mod_python26/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 3.3.1
categories www python
license Apache-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Apache2 module that embeds Python within the server.
long_description \
Mod_python is an Apache 2 module that embeds the Python interpreter \


Revision: 87599
http://trac.macports.org/changeset/87599
Author:
Date: 2011-11-28 00:34:31 -0800 (Mon, 28 Nov 2011)
Log Message:
-----------
avr-libc, buffer, le, tclap: changed maintainer email + added openmaintainer; added license info

Modified Paths:
--------------
trunk/dports/cross/avr-libc/Portfile
trunk/dports/devel/tclap/Portfile
trunk/dports/editors/le/Portfile
trunk/dports/sysutils/buffer/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/cross/avr-libc/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -6,8 +6,9 @@
name avr-libc
version 1.7.1
categories cross
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license BSD

description C library for the AVR microcontroller.
long_description AVR Libc is a Free Software project whose goal is \

Modified: trunk/dports/devel/tclap/Portfile
===================================================================
--- trunk/dports/devel/tclap/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/devel/tclap/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.2.1
categories devel
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license MIT

description Templatized C++ Command Line Parser


Modified: trunk/dports/editors/le/Portfile
===================================================================
--- trunk/dports/editors/le/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/editors/le/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.14.5
categories editors
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
homepage http://freshmeat.net/projects/leeditor
+license GPL-3

description Terminal based text editor


Modified: trunk/dports/sysutils/buffer/Portfile
===================================================================
--- trunk/dports/sysutils/buffer/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/sysutils/buffer/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,7 +7,8 @@
version 1.19
categories sysutils
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
+license GPL-2

description Reblocking buffer for tape writes




  #13  
29-11-2011 09:05 PM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch



Revision: 87583
http://trac.macports.org/changeset/87583
Author:
Date: 2011-11-26 14:50:44 -0800 (Sat, 26 Nov 2011)
Log Message:
-----------
My ports: drop maintainer

Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
trunk/dports/irc/irssi-devel/Portfile
trunk/dports/mail/mu/Portfile
trunk/dports/mail/muttils/Portfile
trunk/dports/math/ent/Portfile
trunk/dports/net/djbdns/Portfile
trunk/dports/office/rednotebook/Portfile
trunk/dports/print/cups-pdf/Portfile
trunk/dports/python/py-asn1/Portfile
trunk/dports/python/py-bitstring/Portfile
trunk/dports/python/py-buzhug/Portfile
trunk/dports/python/py-freebase/Portfile
trunk/dports/python/py-genshi/Portfile
trunk/dports/python/py-httplib2/Portfile
trunk/dports/python/py-keyczar/Portfile
trunk/dports/python/py-postgresql/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-mx-base/Portfile
trunk/dports/python/py26-numexpr/Portfile
trunk/dports/python/py26-openbabel/Portfile
trunk/dports/python/py26-pgsql/Portfile
trunk/dports/python/py26-pyfsevents/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py27-mx-base/Portfile
trunk/dports/python/py27-numexpr/Portfile
trunk/dports/python/py31-lxml/Portfile
trunk/dports/python/py32-lxml/Portfile
trunk/dports/security/openpgpsdk/Portfile
trunk/dports/sysutils/daemontools/Portfile
trunk/dports/textproc/rst2pdf/Portfile
trunk/dports/www/ajp-wsgi/Portfile
trunk/dports/www/links/Portfile
trunk/dports/www/mediawiki/Portfile
trunk/dports/www/mod_python26/Portfile

Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/devel/quickfix/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
license Permissive
# http://www.quickfixengine.org/quickfix/doc/html/license.html
categories devel finance
-maintainers blb openmaintainer
+maintainers nomaintainer
description FIX engine implementation
long_description \
QuickFIX is a full-featured open source FIX engine, currently compatible \

Modified: trunk/dports/irc/irssi-devel/Portfile
===================================================================
--- trunk/dports/irc/irssi-devel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/irc/irssi-devel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 5205
categories irc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description modular IRC client
long_description \
Irssi is a modular IRC client that currently has only text mode user \

Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/mu/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 0.9.6
license GPL-3
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Command-line tools to index and search email (aka maildir-utils)
long_description \
mu is a set of command-line tools for Linux/Unix that enable you to \

Modified: trunk/dports/mail/muttils/Portfile
===================================================================
--- trunk/dports/mail/muttils/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/muttils/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
epoch 1
license GPL-2
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Utilities for console mail clients
long_description \
This package provides utilities for use with console mail clients, eg. \

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/math/ent/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 20080128
categories math security
license public-domain
-maintainers blb
+maintainers nomaintainer
description Entropy calculator
long_description \
ent applies various tests to sequences of bytes stored in files and \

Modified: trunk/dports/net/djbdns/Portfile
===================================================================
--- trunk/dports/net/djbdns/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/net/djbdns/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 2
categories net
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description D.J. Bernstein's DNS tools
long_description \
DJBDNS is a collection of Domain Name System tools. It includes several \

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/office/rednotebook/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.2.0
categories office
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Diary and journal application
long_description \
RedNotebook is a graphical diary and journal helping you keep track of \

Modified: trunk/dports/print/cups-pdf/Portfile
===================================================================
--- trunk/dports/print/cups-pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/print/cups-pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 2.6.1
categories print textproc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Provides a print-to-PDF feature through CUPS
long_description \
This software is designed to produce PDF files in a heterogeneous \

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-asn1/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
version 0.0.13
categories-append devel crypto
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Implementation of ASN.1 types and codecs in Python
long_description \
This project is dedicated to implementation of ASN.1 types (concrete \

Modified: trunk/dports/python/py-bitstring/Portfile
===================================================================
--- trunk/dports/python/py-bitstring/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-bitstring/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append devel
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Module to simplify handling of binary data
long_description \
bitstring is a pure Python module that makes the creation, manipulation \

Modified: trunk/dports/python/py-buzhug/Portfile
===================================================================
--- trunk/dports/python/py-buzhug/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-buzhug/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Pure-python database engine
long_description \
buzhug is a fast, pure-Python database engine, using a syntax that Python \

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-freebase/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to freebase.com API
long_description \
Freebase.com has an open API that can be used to access and update \

Modified: trunk/dports/python/py-genshi/Portfile
===================================================================
--- trunk/dports/python/py-genshi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-genshi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append textproc www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python toolkit for generation of output for the web
long_description \
Genshi is a Python library that provides an integrated set of components \

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-httplib2/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
categories python devel net
license MIT
platforms darwin
-maintainers akitada blb ram openmaintainer
+maintainers akitada ram openmaintainer

description A comprehensive HTTP client library in Python
long_description A comprehensive HTTP client library that supports \

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-keyczar/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
version 0.7b
categories-append devel crypto
license Apache-2
-maintainers blb
+maintainers nomaintainer
description Easy to use cryptographic toolkit
long_description \
Keyczar is an open source cryptographic toolkit designed to make it \

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-postgresql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.0.3
categories-append devel databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to PostgreSQL
long_description \
py-postgresql is a project dedicated to improving the Python interfaces \

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-tweepy/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel net
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description A python library for the Twitter API.
long_description \
${description} OAuth, complete coverage, streaming API

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py26-openbabel/Portfile
===================================================================
--- trunk/dports/python/py26-openbabel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-openbabel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 2.2.3
categories-append science devel
license GPL-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python 2.6 interface to OpenBabel
long_description ${description}


Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py26-pgsql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pgsql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories-append databases
# License is not word-for-word BSD but for distributions purposes, equivalent
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description python DB-API 2.0 compliant interface to postgresql
long_description \
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \

Modified: trunk/dports/python/py26-pyfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -4,7 +4,7 @@
PortGroup python26 1.0
name py26-pyfsevents
version 0.2b1
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to Mac OS X's FSEvents
long_description \
pyfsevents is a C extension providing a Python interface for Mac OS X \

Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py27-numexpr/Portfile
===================================================================
--- trunk/dports/python/py27-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py31-lxml/Portfile
===================================================================
--- trunk/dports/python/py31-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py31-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/python/py32-lxml/Portfile
===================================================================
--- trunk/dports/python/py32-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py32-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/security/openpgpsdk/Portfile
===================================================================
--- trunk/dports/security/openpgpsdk/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/security/openpgpsdk/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 1
categories security devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description OpenPGP library SDK
long_description \
The OpenPGP SDK project provides an open source library, written in C, \

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/sysutils/daemontools/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories sysutils
platforms darwin
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description collection of tools for managing UNIX services
long_description \
daemontools is an extensive collection of tools for managing UNIX \

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 0.16
categories textproc python
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Create PDF from reStructuredText
long_description ${description}


Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 1.1
categories www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description WSGI server/gateway implementing AJP
long_description \
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/links/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -17,7 +17,7 @@
checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \
rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc

-maintainers landonf blb
+maintainers landonf
use_bzip2 yes

depends_lib port:openssl port:bzip2 port:zlib

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mediawiki/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
supported_archs noarch
description The wiki engine used by Wikipedia
long_description \

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python26/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mod_python26/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 3.3.1
categories www python
license Apache-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Apache2 module that embeds Python within the server.
long_description \
Mod_python is an Apache 2 module that embeds the Python interpreter \


Revision: 87599
http://trac.macports.org/changeset/87599
Author:
Date: 2011-11-28 00:34:31 -0800 (Mon, 28 Nov 2011)
Log Message:
-----------
avr-libc, buffer, le, tclap: changed maintainer email + added openmaintainer; added license info

Modified Paths:
--------------
trunk/dports/cross/avr-libc/Portfile
trunk/dports/devel/tclap/Portfile
trunk/dports/editors/le/Portfile
trunk/dports/sysutils/buffer/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/cross/avr-libc/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -6,8 +6,9 @@
name avr-libc
version 1.7.1
categories cross
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license BSD

description C library for the AVR microcontroller.
long_description AVR Libc is a Free Software project whose goal is \

Modified: trunk/dports/devel/tclap/Portfile
===================================================================
--- trunk/dports/devel/tclap/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/devel/tclap/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.2.1
categories devel
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license MIT

description Templatized C++ Command Line Parser


Modified: trunk/dports/editors/le/Portfile
===================================================================
--- trunk/dports/editors/le/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/editors/le/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.14.5
categories editors
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
homepage http://freshmeat.net/projects/leeditor
+license GPL-3

description Terminal based text editor


Modified: trunk/dports/sysutils/buffer/Portfile
===================================================================
--- trunk/dports/sysutils/buffer/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/sysutils/buffer/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,7 +7,8 @@
version 1.19
categories sysutils
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
+license GPL-2

description Reblocking buffer for tape writes



Revision: 87634
http://trac.macports.org/changeset/87634
Author:
Date: 2011-11-29 13:05:02 -0800 (Tue, 29 Nov 2011)
Log Message:
-----------
update pyside toolchain to latest version

Modified Paths:
--------------
trunk/dports/devel/apiextractor/Portfile
trunk/dports/devel/generatorrunner/Portfile
trunk/dports/python/py-pyside/Portfile
trunk/dports/python/py-shiboken/Portfile

Modified: trunk/dports/devel/apiextractor/Portfile
===================================================================
--- trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name apiextractor
-version 0.10.8
+version 0.10.9
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -16,9 +16,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 ddf42bdd6becae602feacf8a1b190425 \
- rmd160 71655f69b2baef4625f1b0762eb5734a28940717 \
- sha1 82042ba1687ba8e75d3f7ab95f0f259b459106dc
+checksums md5 89a3dd539e98fccd0b3f8da881f60395 \
+ rmd160 267dc1af326463bcae5ac9785ca281d92dd599e4 \
+ sha1 da6bc41731d3f650e4cab4d0f9be7c72875106f4
use_bzip2 yes
depends_lib-append port:qt4-mac port:libxml2 port:libxslt
configure.args-append -DBUILD_TESTS:BOOL=NO

Modified: trunk/dports/devel/generatorrunner/Portfile
===================================================================
--- trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name generatorrunner
-version 0.6.14
+version 0.6.15
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 6413d4417939c7347d0e13a1e6bc608c \
- rmd160 50bc1985d50a1d2404c4a9aaddd41e59d4da4ca9 \
- sha1 b9891515930213ba9d9301668d92d731ec534e9f
+checksums md5 88425f176ffc3810307edabc381415c6 \
+ rmd160 ba7140e46c910704e3d1f3057d24ec6a2d4490e8 \
+ sha1 2ed6a03228d20fb31cca6712c569c07dff325988
use_bzip2 yes
depends_lib-append port:qt4-mac port:apiextractor
configure.args-append -DBUILD_TESTS:BOOL=FALSE

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-pyside/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname pyside
name py-${realname}
-version 1.0.8
+version 1.0.9
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -23,9 +23,9 @@
license LGPL
master_sites http://www.pyside.org/files/

-checksums md5 131cc4d5c56b3b20bc99362f68f3f29d \
- rmd160 9f2346cbfb9296715de996f27635c5348feb8732 \
- sha1 04d4ddb0dbbd9af787d1e9b90647c780597c8592
+checksums md5 63d1104cf245d9eea307434c94e15443 \
+ rmd160 e8628950bf9285720dd6796b74b6a795a692ec90 \
+ sha1 99a29555e1214f4e359e1e7e8ffb07031c9bfc10
distname ${realname}-qt4.7+${version}
use_bzip2 yes


Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname shiboken
name py-${realname}
-version 1.0.9
+version 1.0.10
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 c33a25a64a06320e495e8b8775b8918c \
- rmd160 26a00f6c3b22fc5d5536548841804fe345d6c726 \
- sha1 8883bba303c42a7392e6115e047f4c3baedaccb9
+checksums md5 b98e7c35edef95a77594a6d1801c5875 \
+ rmd160 72d580dc2d376936ca7689a40e32e5e68cb6e4f6 \
+ sha1 8f7629f5f91bec17b8a02655438a99f129b931eb
distname ${realname}-${version}
use_bzip2 yes




  #14  
01-12-2011 09:19 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch



Revision: 87583
http://trac.macports.org/changeset/87583
Author:
Date: 2011-11-26 14:50:44 -0800 (Sat, 26 Nov 2011)
Log Message:
-----------
My ports: drop maintainer

Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
trunk/dports/irc/irssi-devel/Portfile
trunk/dports/mail/mu/Portfile
trunk/dports/mail/muttils/Portfile
trunk/dports/math/ent/Portfile
trunk/dports/net/djbdns/Portfile
trunk/dports/office/rednotebook/Portfile
trunk/dports/print/cups-pdf/Portfile
trunk/dports/python/py-asn1/Portfile
trunk/dports/python/py-bitstring/Portfile
trunk/dports/python/py-buzhug/Portfile
trunk/dports/python/py-freebase/Portfile
trunk/dports/python/py-genshi/Portfile
trunk/dports/python/py-httplib2/Portfile
trunk/dports/python/py-keyczar/Portfile
trunk/dports/python/py-postgresql/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-mx-base/Portfile
trunk/dports/python/py26-numexpr/Portfile
trunk/dports/python/py26-openbabel/Portfile
trunk/dports/python/py26-pgsql/Portfile
trunk/dports/python/py26-pyfsevents/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py27-mx-base/Portfile
trunk/dports/python/py27-numexpr/Portfile
trunk/dports/python/py31-lxml/Portfile
trunk/dports/python/py32-lxml/Portfile
trunk/dports/security/openpgpsdk/Portfile
trunk/dports/sysutils/daemontools/Portfile
trunk/dports/textproc/rst2pdf/Portfile
trunk/dports/www/ajp-wsgi/Portfile
trunk/dports/www/links/Portfile
trunk/dports/www/mediawiki/Portfile
trunk/dports/www/mod_python26/Portfile

Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/devel/quickfix/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
license Permissive
# http://www.quickfixengine.org/quickfix/doc/html/license.html
categories devel finance
-maintainers blb openmaintainer
+maintainers nomaintainer
description FIX engine implementation
long_description \
QuickFIX is a full-featured open source FIX engine, currently compatible \

Modified: trunk/dports/irc/irssi-devel/Portfile
===================================================================
--- trunk/dports/irc/irssi-devel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/irc/irssi-devel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 5205
categories irc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description modular IRC client
long_description \
Irssi is a modular IRC client that currently has only text mode user \

Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/mu/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 0.9.6
license GPL-3
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Command-line tools to index and search email (aka maildir-utils)
long_description \
mu is a set of command-line tools for Linux/Unix that enable you to \

Modified: trunk/dports/mail/muttils/Portfile
===================================================================
--- trunk/dports/mail/muttils/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/muttils/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
epoch 1
license GPL-2
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Utilities for console mail clients
long_description \
This package provides utilities for use with console mail clients, eg. \

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/math/ent/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 20080128
categories math security
license public-domain
-maintainers blb
+maintainers nomaintainer
description Entropy calculator
long_description \
ent applies various tests to sequences of bytes stored in files and \

Modified: trunk/dports/net/djbdns/Portfile
===================================================================
--- trunk/dports/net/djbdns/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/net/djbdns/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 2
categories net
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description D.J. Bernstein's DNS tools
long_description \
DJBDNS is a collection of Domain Name System tools. It includes several \

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/office/rednotebook/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.2.0
categories office
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Diary and journal application
long_description \
RedNotebook is a graphical diary and journal helping you keep track of \

Modified: trunk/dports/print/cups-pdf/Portfile
===================================================================
--- trunk/dports/print/cups-pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/print/cups-pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 2.6.1
categories print textproc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Provides a print-to-PDF feature through CUPS
long_description \
This software is designed to produce PDF files in a heterogeneous \

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-asn1/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
version 0.0.13
categories-append devel crypto
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Implementation of ASN.1 types and codecs in Python
long_description \
This project is dedicated to implementation of ASN.1 types (concrete \

Modified: trunk/dports/python/py-bitstring/Portfile
===================================================================
--- trunk/dports/python/py-bitstring/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-bitstring/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append devel
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Module to simplify handling of binary data
long_description \
bitstring is a pure Python module that makes the creation, manipulation \

Modified: trunk/dports/python/py-buzhug/Portfile
===================================================================
--- trunk/dports/python/py-buzhug/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-buzhug/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Pure-python database engine
long_description \
buzhug is a fast, pure-Python database engine, using a syntax that Python \

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-freebase/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to freebase.com API
long_description \
Freebase.com has an open API that can be used to access and update \

Modified: trunk/dports/python/py-genshi/Portfile
===================================================================
--- trunk/dports/python/py-genshi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-genshi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append textproc www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python toolkit for generation of output for the web
long_description \
Genshi is a Python library that provides an integrated set of components \

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-httplib2/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
categories python devel net
license MIT
platforms darwin
-maintainers akitada blb ram openmaintainer
+maintainers akitada ram openmaintainer

description A comprehensive HTTP client library in Python
long_description A comprehensive HTTP client library that supports \

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-keyczar/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
version 0.7b
categories-append devel crypto
license Apache-2
-maintainers blb
+maintainers nomaintainer
description Easy to use cryptographic toolkit
long_description \
Keyczar is an open source cryptographic toolkit designed to make it \

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-postgresql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.0.3
categories-append devel databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to PostgreSQL
long_description \
py-postgresql is a project dedicated to improving the Python interfaces \

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-tweepy/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel net
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description A python library for the Twitter API.
long_description \
${description} OAuth, complete coverage, streaming API

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py26-openbabel/Portfile
===================================================================
--- trunk/dports/python/py26-openbabel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-openbabel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 2.2.3
categories-append science devel
license GPL-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python 2.6 interface to OpenBabel
long_description ${description}


Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py26-pgsql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pgsql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories-append databases
# License is not word-for-word BSD but for distributions purposes, equivalent
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description python DB-API 2.0 compliant interface to postgresql
long_description \
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \

Modified: trunk/dports/python/py26-pyfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -4,7 +4,7 @@
PortGroup python26 1.0
name py26-pyfsevents
version 0.2b1
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to Mac OS X's FSEvents
long_description \
pyfsevents is a C extension providing a Python interface for Mac OS X \

Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py27-numexpr/Portfile
===================================================================
--- trunk/dports/python/py27-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py31-lxml/Portfile
===================================================================
--- trunk/dports/python/py31-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py31-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/python/py32-lxml/Portfile
===================================================================
--- trunk/dports/python/py32-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py32-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/security/openpgpsdk/Portfile
===================================================================
--- trunk/dports/security/openpgpsdk/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/security/openpgpsdk/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 1
categories security devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description OpenPGP library SDK
long_description \
The OpenPGP SDK project provides an open source library, written in C, \

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/sysutils/daemontools/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories sysutils
platforms darwin
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description collection of tools for managing UNIX services
long_description \
daemontools is an extensive collection of tools for managing UNIX \

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 0.16
categories textproc python
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Create PDF from reStructuredText
long_description ${description}


Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 1.1
categories www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description WSGI server/gateway implementing AJP
long_description \
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/links/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -17,7 +17,7 @@
checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \
rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc

-maintainers landonf blb
+maintainers landonf
use_bzip2 yes

depends_lib port:openssl port:bzip2 port:zlib

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mediawiki/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
supported_archs noarch
description The wiki engine used by Wikipedia
long_description \

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python26/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mod_python26/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 3.3.1
categories www python
license Apache-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Apache2 module that embeds Python within the server.
long_description \
Mod_python is an Apache 2 module that embeds the Python interpreter \


Revision: 87599
http://trac.macports.org/changeset/87599
Author:
Date: 2011-11-28 00:34:31 -0800 (Mon, 28 Nov 2011)
Log Message:
-----------
avr-libc, buffer, le, tclap: changed maintainer email + added openmaintainer; added license info

Modified Paths:
--------------
trunk/dports/cross/avr-libc/Portfile
trunk/dports/devel/tclap/Portfile
trunk/dports/editors/le/Portfile
trunk/dports/sysutils/buffer/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/cross/avr-libc/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -6,8 +6,9 @@
name avr-libc
version 1.7.1
categories cross
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license BSD

description C library for the AVR microcontroller.
long_description AVR Libc is a Free Software project whose goal is \

Modified: trunk/dports/devel/tclap/Portfile
===================================================================
--- trunk/dports/devel/tclap/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/devel/tclap/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.2.1
categories devel
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license MIT

description Templatized C++ Command Line Parser


Modified: trunk/dports/editors/le/Portfile
===================================================================
--- trunk/dports/editors/le/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/editors/le/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.14.5
categories editors
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
homepage http://freshmeat.net/projects/leeditor
+license GPL-3

description Terminal based text editor


Modified: trunk/dports/sysutils/buffer/Portfile
===================================================================
--- trunk/dports/sysutils/buffer/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/sysutils/buffer/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,7 +7,8 @@
version 1.19
categories sysutils
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
+license GPL-2

description Reblocking buffer for tape writes



Revision: 87634
http://trac.macports.org/changeset/87634
Author:
Date: 2011-11-29 13:05:02 -0800 (Tue, 29 Nov 2011)
Log Message:
-----------
update pyside toolchain to latest version

Modified Paths:
--------------
trunk/dports/devel/apiextractor/Portfile
trunk/dports/devel/generatorrunner/Portfile
trunk/dports/python/py-pyside/Portfile
trunk/dports/python/py-shiboken/Portfile

Modified: trunk/dports/devel/apiextractor/Portfile
===================================================================
--- trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name apiextractor
-version 0.10.8
+version 0.10.9
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -16,9 +16,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 ddf42bdd6becae602feacf8a1b190425 \
- rmd160 71655f69b2baef4625f1b0762eb5734a28940717 \
- sha1 82042ba1687ba8e75d3f7ab95f0f259b459106dc
+checksums md5 89a3dd539e98fccd0b3f8da881f60395 \
+ rmd160 267dc1af326463bcae5ac9785ca281d92dd599e4 \
+ sha1 da6bc41731d3f650e4cab4d0f9be7c72875106f4
use_bzip2 yes
depends_lib-append port:qt4-mac port:libxml2 port:libxslt
configure.args-append -DBUILD_TESTS:BOOL=NO

Modified: trunk/dports/devel/generatorrunner/Portfile
===================================================================
--- trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name generatorrunner
-version 0.6.14
+version 0.6.15
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 6413d4417939c7347d0e13a1e6bc608c \
- rmd160 50bc1985d50a1d2404c4a9aaddd41e59d4da4ca9 \
- sha1 b9891515930213ba9d9301668d92d731ec534e9f
+checksums md5 88425f176ffc3810307edabc381415c6 \
+ rmd160 ba7140e46c910704e3d1f3057d24ec6a2d4490e8 \
+ sha1 2ed6a03228d20fb31cca6712c569c07dff325988
use_bzip2 yes
depends_lib-append port:qt4-mac port:apiextractor
configure.args-append -DBUILD_TESTS:BOOL=FALSE

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-pyside/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname pyside
name py-${realname}
-version 1.0.8
+version 1.0.9
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -23,9 +23,9 @@
license LGPL
master_sites http://www.pyside.org/files/

-checksums md5 131cc4d5c56b3b20bc99362f68f3f29d \
- rmd160 9f2346cbfb9296715de996f27635c5348feb8732 \
- sha1 04d4ddb0dbbd9af787d1e9b90647c780597c8592
+checksums md5 63d1104cf245d9eea307434c94e15443 \
+ rmd160 e8628950bf9285720dd6796b74b6a795a692ec90 \
+ sha1 99a29555e1214f4e359e1e7e8ffb07031c9bfc10
distname ${realname}-qt4.7+${version}
use_bzip2 yes


Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname shiboken
name py-${realname}
-version 1.0.9
+version 1.0.10
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 c33a25a64a06320e495e8b8775b8918c \
- rmd160 26a00f6c3b22fc5d5536548841804fe345d6c726 \
- sha1 8883bba303c42a7392e6115e047f4c3baedaccb9
+checksums md5 b98e7c35edef95a77594a6d1801c5875 \
+ rmd160 72d580dc2d376936ca7689a40e32e5e68cb6e4f6 \
+ sha1 8f7629f5f91bec17b8a02655438a99f129b931eb
distname ${realname}-${version}
use_bzip2 yes



Revision: 87671
http://trac.macports.org/changeset/87671
Author:
Date: 2011-12-01 01:19:27 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
glib2, glib2-devel: avoid build (#32306) and runtime (#17530) errors when "python" is not version 2.5 through 2.7 inclusive

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2011-12-01 09:03:30 UTC (rev 87670)
+++ trunk/dports/devel/glib2/Portfile 2011-12-01 09:19:27 UTC (rev 87671)
@@ -8,7 +8,7 @@
conflicts glib2-devel
set my_name glib
version 2.30.2
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -66,6 +66,7 @@
configure.args --enable-static

configure.perl ${prefix}/bin/perl
+configure.python /usr/bin/python
configure.env-append PERL_PATH=${configure.perl} \
PKG_CONFIG=false \
ZLIB_CFLAGS="-I${prefix}/include" \
@@ -82,6 +83,7 @@
reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
+ reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/gio/gdbus-2.0/codegen/gdbus-codegen.in ${worksrcpath}/glib/gtester-report
}

post-configure {
@@ -106,6 +108,11 @@
configure.args-append --disable-dtrace
}

+platform darwin 8 {
+ depends_lib-append port:python27
+ configure.python ${prefix}/bin/python2.7
+}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2011-12-01 09:03:30 UTC (rev 87670)
+++ trunk/dports/devel/glib2-devel/Portfile 2011-12-01 09:19:27 UTC (rev 87671)
@@ -8,7 +8,7 @@
conflicts glib2
set my_name glib
version 2.29.92
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -66,6 +66,7 @@
configure.args --enable-static

configure.perl ${prefix}/bin/perl
+configure.python /usr/bin/python
configure.env-append PERL_PATH=${configure.perl} \
PKG_CONFIG=false \
ZLIB_CFLAGS="-I${prefix}/include" \
@@ -82,6 +83,7 @@
reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
+ reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/gio/gdbus-2.0/codegen/gdbus-codegen.in ${worksrcpath}/glib/gtester-report
}

post-configure {
@@ -106,6 +108,11 @@
configure.args-append --disable-dtrace
}

+platform darwin 8 {
+ depends_lib-append port:python27
+ configure.python ${prefix}/bin/python2.7
+}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar



  #15  
05-12-2011 08:04 PM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch



Revision: 87583
http://trac.macports.org/changeset/87583
Author:
Date: 2011-11-26 14:50:44 -0800 (Sat, 26 Nov 2011)
Log Message:
-----------
My ports: drop maintainer

Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
trunk/dports/irc/irssi-devel/Portfile
trunk/dports/mail/mu/Portfile
trunk/dports/mail/muttils/Portfile
trunk/dports/math/ent/Portfile
trunk/dports/net/djbdns/Portfile
trunk/dports/office/rednotebook/Portfile
trunk/dports/print/cups-pdf/Portfile
trunk/dports/python/py-asn1/Portfile
trunk/dports/python/py-bitstring/Portfile
trunk/dports/python/py-buzhug/Portfile
trunk/dports/python/py-freebase/Portfile
trunk/dports/python/py-genshi/Portfile
trunk/dports/python/py-httplib2/Portfile
trunk/dports/python/py-keyczar/Portfile
trunk/dports/python/py-postgresql/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-mx-base/Portfile
trunk/dports/python/py26-numexpr/Portfile
trunk/dports/python/py26-openbabel/Portfile
trunk/dports/python/py26-pgsql/Portfile
trunk/dports/python/py26-pyfsevents/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py27-mx-base/Portfile
trunk/dports/python/py27-numexpr/Portfile
trunk/dports/python/py31-lxml/Portfile
trunk/dports/python/py32-lxml/Portfile
trunk/dports/security/openpgpsdk/Portfile
trunk/dports/sysutils/daemontools/Portfile
trunk/dports/textproc/rst2pdf/Portfile
trunk/dports/www/ajp-wsgi/Portfile
trunk/dports/www/links/Portfile
trunk/dports/www/mediawiki/Portfile
trunk/dports/www/mod_python26/Portfile

Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/devel/quickfix/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
license Permissive
# http://www.quickfixengine.org/quickfix/doc/html/license.html
categories devel finance
-maintainers blb openmaintainer
+maintainers nomaintainer
description FIX engine implementation
long_description \
QuickFIX is a full-featured open source FIX engine, currently compatible \

Modified: trunk/dports/irc/irssi-devel/Portfile
===================================================================
--- trunk/dports/irc/irssi-devel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/irc/irssi-devel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 5205
categories irc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description modular IRC client
long_description \
Irssi is a modular IRC client that currently has only text mode user \

Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/mu/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 0.9.6
license GPL-3
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Command-line tools to index and search email (aka maildir-utils)
long_description \
mu is a set of command-line tools for Linux/Unix that enable you to \

Modified: trunk/dports/mail/muttils/Portfile
===================================================================
--- trunk/dports/mail/muttils/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/muttils/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
epoch 1
license GPL-2
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Utilities for console mail clients
long_description \
This package provides utilities for use with console mail clients, eg. \

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/math/ent/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 20080128
categories math security
license public-domain
-maintainers blb
+maintainers nomaintainer
description Entropy calculator
long_description \
ent applies various tests to sequences of bytes stored in files and \

Modified: trunk/dports/net/djbdns/Portfile
===================================================================
--- trunk/dports/net/djbdns/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/net/djbdns/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 2
categories net
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description D.J. Bernstein's DNS tools
long_description \
DJBDNS is a collection of Domain Name System tools. It includes several \

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/office/rednotebook/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.2.0
categories office
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Diary and journal application
long_description \
RedNotebook is a graphical diary and journal helping you keep track of \

Modified: trunk/dports/print/cups-pdf/Portfile
===================================================================
--- trunk/dports/print/cups-pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/print/cups-pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 2.6.1
categories print textproc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Provides a print-to-PDF feature through CUPS
long_description \
This software is designed to produce PDF files in a heterogeneous \

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-asn1/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
version 0.0.13
categories-append devel crypto
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Implementation of ASN.1 types and codecs in Python
long_description \
This project is dedicated to implementation of ASN.1 types (concrete \

Modified: trunk/dports/python/py-bitstring/Portfile
===================================================================
--- trunk/dports/python/py-bitstring/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-bitstring/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append devel
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Module to simplify handling of binary data
long_description \
bitstring is a pure Python module that makes the creation, manipulation \

Modified: trunk/dports/python/py-buzhug/Portfile
===================================================================
--- trunk/dports/python/py-buzhug/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-buzhug/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Pure-python database engine
long_description \
buzhug is a fast, pure-Python database engine, using a syntax that Python \

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-freebase/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to freebase.com API
long_description \
Freebase.com has an open API that can be used to access and update \

Modified: trunk/dports/python/py-genshi/Portfile
===================================================================
--- trunk/dports/python/py-genshi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-genshi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append textproc www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python toolkit for generation of output for the web
long_description \
Genshi is a Python library that provides an integrated set of components \

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-httplib2/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
categories python devel net
license MIT
platforms darwin
-maintainers akitada blb ram openmaintainer
+maintainers akitada ram openmaintainer

description A comprehensive HTTP client library in Python
long_description A comprehensive HTTP client library that supports \

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-keyczar/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
version 0.7b
categories-append devel crypto
license Apache-2
-maintainers blb
+maintainers nomaintainer
description Easy to use cryptographic toolkit
long_description \
Keyczar is an open source cryptographic toolkit designed to make it \

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-postgresql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.0.3
categories-append devel databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to PostgreSQL
long_description \
py-postgresql is a project dedicated to improving the Python interfaces \

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-tweepy/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel net
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description A python library for the Twitter API.
long_description \
${description} OAuth, complete coverage, streaming API

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py26-openbabel/Portfile
===================================================================
--- trunk/dports/python/py26-openbabel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-openbabel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 2.2.3
categories-append science devel
license GPL-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python 2.6 interface to OpenBabel
long_description ${description}


Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py26-pgsql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pgsql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories-append databases
# License is not word-for-word BSD but for distributions purposes, equivalent
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description python DB-API 2.0 compliant interface to postgresql
long_description \
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \

Modified: trunk/dports/python/py26-pyfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -4,7 +4,7 @@
PortGroup python26 1.0
name py26-pyfsevents
version 0.2b1
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to Mac OS X's FSEvents
long_description \
pyfsevents is a C extension providing a Python interface for Mac OS X \

Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py27-numexpr/Portfile
===================================================================
--- trunk/dports/python/py27-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py31-lxml/Portfile
===================================================================
--- trunk/dports/python/py31-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py31-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/python/py32-lxml/Portfile
===================================================================
--- trunk/dports/python/py32-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py32-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/security/openpgpsdk/Portfile
===================================================================
--- trunk/dports/security/openpgpsdk/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/security/openpgpsdk/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 1
categories security devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description OpenPGP library SDK
long_description \
The OpenPGP SDK project provides an open source library, written in C, \

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/sysutils/daemontools/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories sysutils
platforms darwin
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description collection of tools for managing UNIX services
long_description \
daemontools is an extensive collection of tools for managing UNIX \

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 0.16
categories textproc python
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Create PDF from reStructuredText
long_description ${description}


Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 1.1
categories www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description WSGI server/gateway implementing AJP
long_description \
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/links/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -17,7 +17,7 @@
checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \
rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc

-maintainers landonf blb
+maintainers landonf
use_bzip2 yes

depends_lib port:openssl port:bzip2 port:zlib

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mediawiki/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
supported_archs noarch
description The wiki engine used by Wikipedia
long_description \

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python26/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mod_python26/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 3.3.1
categories www python
license Apache-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Apache2 module that embeds Python within the server.
long_description \
Mod_python is an Apache 2 module that embeds the Python interpreter \


Revision: 87599
http://trac.macports.org/changeset/87599
Author:
Date: 2011-11-28 00:34:31 -0800 (Mon, 28 Nov 2011)
Log Message:
-----------
avr-libc, buffer, le, tclap: changed maintainer email + added openmaintainer; added license info

Modified Paths:
--------------
trunk/dports/cross/avr-libc/Portfile
trunk/dports/devel/tclap/Portfile
trunk/dports/editors/le/Portfile
trunk/dports/sysutils/buffer/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/cross/avr-libc/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -6,8 +6,9 @@
name avr-libc
version 1.7.1
categories cross
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license BSD

description C library for the AVR microcontroller.
long_description AVR Libc is a Free Software project whose goal is \

Modified: trunk/dports/devel/tclap/Portfile
===================================================================
--- trunk/dports/devel/tclap/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/devel/tclap/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.2.1
categories devel
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license MIT

description Templatized C++ Command Line Parser


Modified: trunk/dports/editors/le/Portfile
===================================================================
--- trunk/dports/editors/le/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/editors/le/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.14.5
categories editors
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
homepage http://freshmeat.net/projects/leeditor
+license GPL-3

description Terminal based text editor


Modified: trunk/dports/sysutils/buffer/Portfile
===================================================================
--- trunk/dports/sysutils/buffer/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/sysutils/buffer/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,7 +7,8 @@
version 1.19
categories sysutils
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
+license GPL-2

description Reblocking buffer for tape writes



Revision: 87634
http://trac.macports.org/changeset/87634
Author:
Date: 2011-11-29 13:05:02 -0800 (Tue, 29 Nov 2011)
Log Message:
-----------
update pyside toolchain to latest version

Modified Paths:
--------------
trunk/dports/devel/apiextractor/Portfile
trunk/dports/devel/generatorrunner/Portfile
trunk/dports/python/py-pyside/Portfile
trunk/dports/python/py-shiboken/Portfile

Modified: trunk/dports/devel/apiextractor/Portfile
===================================================================
--- trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name apiextractor
-version 0.10.8
+version 0.10.9
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -16,9 +16,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 ddf42bdd6becae602feacf8a1b190425 \
- rmd160 71655f69b2baef4625f1b0762eb5734a28940717 \
- sha1 82042ba1687ba8e75d3f7ab95f0f259b459106dc
+checksums md5 89a3dd539e98fccd0b3f8da881f60395 \
+ rmd160 267dc1af326463bcae5ac9785ca281d92dd599e4 \
+ sha1 da6bc41731d3f650e4cab4d0f9be7c72875106f4
use_bzip2 yes
depends_lib-append port:qt4-mac port:libxml2 port:libxslt
configure.args-append -DBUILD_TESTS:BOOL=NO

Modified: trunk/dports/devel/generatorrunner/Portfile
===================================================================
--- trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name generatorrunner
-version 0.6.14
+version 0.6.15
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 6413d4417939c7347d0e13a1e6bc608c \
- rmd160 50bc1985d50a1d2404c4a9aaddd41e59d4da4ca9 \
- sha1 b9891515930213ba9d9301668d92d731ec534e9f
+checksums md5 88425f176ffc3810307edabc381415c6 \
+ rmd160 ba7140e46c910704e3d1f3057d24ec6a2d4490e8 \
+ sha1 2ed6a03228d20fb31cca6712c569c07dff325988
use_bzip2 yes
depends_lib-append port:qt4-mac port:apiextractor
configure.args-append -DBUILD_TESTS:BOOL=FALSE

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-pyside/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname pyside
name py-${realname}
-version 1.0.8
+version 1.0.9
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -23,9 +23,9 @@
license LGPL
master_sites http://www.pyside.org/files/

-checksums md5 131cc4d5c56b3b20bc99362f68f3f29d \
- rmd160 9f2346cbfb9296715de996f27635c5348feb8732 \
- sha1 04d4ddb0dbbd9af787d1e9b90647c780597c8592
+checksums md5 63d1104cf245d9eea307434c94e15443 \
+ rmd160 e8628950bf9285720dd6796b74b6a795a692ec90 \
+ sha1 99a29555e1214f4e359e1e7e8ffb07031c9bfc10
distname ${realname}-qt4.7+${version}
use_bzip2 yes


Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname shiboken
name py-${realname}
-version 1.0.9
+version 1.0.10
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 c33a25a64a06320e495e8b8775b8918c \
- rmd160 26a00f6c3b22fc5d5536548841804fe345d6c726 \
- sha1 8883bba303c42a7392e6115e047f4c3baedaccb9
+checksums md5 b98e7c35edef95a77594a6d1801c5875 \
+ rmd160 72d580dc2d376936ca7689a40e32e5e68cb6e4f6 \
+ sha1 8f7629f5f91bec17b8a02655438a99f129b931eb
distname ${realname}-${version}
use_bzip2 yes



Revision: 87671
http://trac.macports.org/changeset/87671
Author:
Date: 2011-12-01 01:19:27 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
glib2, glib2-devel: avoid build (#32306) and runtime (#17530) errors when "python" is not version 2.5 through 2.7 inclusive

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2011-12-01 09:03:30 UTC (rev 87670)
+++ trunk/dports/devel/glib2/Portfile 2011-12-01 09:19:27 UTC (rev 87671)
@@ -8,7 +8,7 @@
conflicts glib2-devel
set my_name glib
version 2.30.2
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -66,6 +66,7 @@
configure.args --enable-static

configure.perl ${prefix}/bin/perl
+configure.python /usr/bin/python
configure.env-append PERL_PATH=${configure.perl} \
PKG_CONFIG=false \
ZLIB_CFLAGS="-I${prefix}/include" \
@@ -82,6 +83,7 @@
reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
+ reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/gio/gdbus-2.0/codegen/gdbus-codegen.in ${worksrcpath}/glib/gtester-report
}

post-configure {
@@ -106,6 +108,11 @@
configure.args-append --disable-dtrace
}

+platform darwin 8 {
+ depends_lib-append port:python27
+ configure.python ${prefix}/bin/python2.7
+}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2011-12-01 09:03:30 UTC (rev 87670)
+++ trunk/dports/devel/glib2-devel/Portfile 2011-12-01 09:19:27 UTC (rev 87671)
@@ -8,7 +8,7 @@
conflicts glib2
set my_name glib
version 2.29.92
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -66,6 +66,7 @@
configure.args --enable-static

configure.perl ${prefix}/bin/perl
+configure.python /usr/bin/python
configure.env-append PERL_PATH=${configure.perl} \
PKG_CONFIG=false \
ZLIB_CFLAGS="-I${prefix}/include" \
@@ -82,6 +83,7 @@
reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
+ reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/gio/gdbus-2.0/codegen/gdbus-codegen.in ${worksrcpath}/glib/gtester-report
}

post-configure {
@@ -106,6 +108,11 @@
configure.args-append --disable-dtrace
}

+platform darwin 8 {
+ depends_lib-append port:python27
+ configure.python ${prefix}/bin/python2.7
+}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar


Revision: 87773
http://trac.macports.org/changeset/87773
Author:
Date: 2011-12-05 12:04:51 -0800 (Mon, 05 Dec 2011)
Log Message:
-----------
subversion: version bump, update subversion and bindings ports to 1.7.2

Modified Paths:
--------------
trunk/dports/devel/subversion/Portfile
trunk/dports/devel/subversion-javahlbindings/Portfile
trunk/dports/devel/subversion-perlbindings/Portfile
trunk/dports/devel/subversion-python24bindings/Portfile
trunk/dports/devel/subversion-python25bindings/Portfile
trunk/dports/devel/subversion-python26bindings/Portfile
trunk/dports/devel/subversion-python27bindings/Portfile
trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion
-version 1.7.1
+version 1.7.2
categories devel
platforms darwin
maintainers geeklair.net:dluke blair
@@ -17,9 +17,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

depends_lib port:expat port:neon \
port:apr port:apr-util \

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-javahlbindings
-version 1.7.1
+version 1.7.2
categories devel java
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-perlbindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-perlbindings
-version 1.7.1
+version 1.7.2
categories devel perl
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python24bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python24bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers openmaintainer blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python25bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python25bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers openmaintainer blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python26bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python26bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python27bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python27bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python27bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python27bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-rubybindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-rubybindings
-version 1.7.1
+version 1.7.2
categories devel ruby
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion



  #16  
06-12-2011 12:26 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-doc/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup doc 0.6
+revision 1
categories textproc
platforms darwin
maintainers ryandesign
@@ -17,7 +18,10 @@
programming and documenting source code \
written in the Pure programming language.

-checksums sha1 bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
- rmd160 b83473beffdb5a0ce62565839275f3976ac12aac
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a9fdb421481b6e5db990cd5ca80b071c52dd051c \
+ sha256 93086d65f4c38fb2344c9cf5b781167da3d1c423a58a525ade12bb41f5c47203
+
depends_build-append path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/textproc/pure-xml/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup xml 0.6
-revision 1
+revision 2
categories textproc
platforms darwin
maintainers ryandesign
@@ -16,8 +16,11 @@
long_description ${name} is an interface to the libxml2 and \
libxslt libraries for Pure.

-checksums sha1 f36889c25dfbb381a0daed4a13bcbc4906db4779 \
- rmd160 2990e0fbf38ceaf7929f624575e63dc7293ce04a
+# 0.6 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
+ sha256 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7
+
depends_lib-append path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-gtk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup gtk 0.10
+revision 1
categories x11
platforms darwin
maintainers ryandesign
@@ -17,9 +18,12 @@
include the gtk (+gdk), glib, atk, cairo and \
pango libraries, each in their own Pure module

-checksums rmd160 030bd76fedf24941ef5c9c8a486eba51cb95c1c4 \
- sha256 6d5f0218cbdc65c102f5955ca7fb59fa76cc14e3726b50767ea89f524f64074e
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
+ sha256 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8
+
depends_lib-append path:lib/pure/ffi.dylib:pure-ffi \
path:lib/pkgconfig/atk.pc:atk \
path:lib/pkgconfig/cairo.pc:cairo \

Modified: trunk/dports/x11/pure-tk/Portfile
===================================================================
--- trunk/dports/x11/pure-tk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/x11/pure-tk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup tk 0.3
-revision 1
+revision 2
categories x11
platforms darwin
maintainers ryandesign
@@ -18,11 +18,10 @@
interpreter, set and retrieve variable values in the \
interpreter, and invoke Pure callbacks from Tcl/Tk.

-checksums rmd160 ab013c1d6c02875cbb6486ca95a567eb00b13af8 \
- sha256 e8974507afd941b733fa527e4e3ea9fb774ab526254161a5eb1190b5cc004d6b
+# 0.3 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

-depends_lib-append port:tk
+checksums rmd160 84ecff9000fd412f467ad0b6340968d031b7eec4 \
+ sha256 a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk


Revision: 87392
http://trac.macports.org/changeset/87392
Author:
Date: 2011-11-19 00:57:28 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
aqbanking, gwenhywfar: update licenses

Modified Paths:
--------------
trunk/dports/devel/aqbanking/Portfile
trunk/dports/devel/gwenhywfar/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/aqbanking/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -12,6 +12,7 @@
categories devel net finance
maintainers mk openmaintainer
platforms darwin
+license {GPL-2 OpenSSLException}

description a generic online banking interface
long_description aqbanking is a generic online banking interface mainly \

Modified: trunk/dports/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 06:25:15 UTC (rev 87391)
+++ trunk/dports/devel/gwenhywfar/Portfile 2011-11-19 08:57:28 UTC (rev 87392)
@@ -8,6 +8,7 @@
# this is specific to this port and *version* for downloading it
set release 31
platforms darwin
+license {LGPL-2.1 OpenSSLException}

categories devel net finance
maintainers mk openmaintainer


Revision: 87419
http://trac.macports.org/changeset/87419
Author:
Date: 2011-11-20 15:31:50 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
pure: update to 0.49; add upstream patch for gcc 4.2 compatibility; remove autoreconf which hasn't been needed since r73126
pure-docs: update to 0.49
pure-fastcgi: update to 0.5
pure-gen: update to 0.15
pure-gsl: update to 0.11
pure-midi: update to 0.5

See http://groups.google.com/group/pure-lang/msg/e9165f0c8ee2419a

Revision Links:
--------------
http://trac.macports.org/changeset/73126

Modified Paths:
--------------
trunk/dports/audio/pure-midi/Portfile
trunk/dports/devel/pure-gen/Portfile
trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
trunk/dports/lang/pure/Portfile
trunk/dports/lang/pure/files/patch-openbrowser.diff
trunk/dports/lang/pure-docs/Portfile
trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
trunk/dports/math/pure-gsl/Portfile
trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
trunk/dports/lang/pure/files/patch-interpreter.diff

Modified: trunk/dports/audio/pure-midi/Portfile
===================================================================
--- trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/audio/pure-midi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup midi 0.4
+pure.setup midi 0.5
categories audio
platforms darwin
maintainers ryandesign
@@ -16,7 +16,7 @@
long_description ${name} provides ${description} using the \
PortMidi library.

-checksums rmd160 34071a3f11bb6c48ffb83b8de7f2c5e526e473f9 \
- sha256 832b4c98c86be8e87ce7bc4a214d307bb35fe275499ddecebd89ccd4cb308e7a
+checksums rmd160 1a12a98c4d2f750d16516d328c64d195bf53990b \
+ sha256 bda671dc9656cdfd24fc1f80fbc2babc931e3b4ae65ee91ad6cf955f4b0a92b7

depends_lib-append port:portmidi

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gen 0.14
+pure.setup gen 0.15
categories devel
platforms darwin
maintainers ryandesign
@@ -14,8 +14,8 @@

long_description ${name} is ${description}.

-checksums rmd160 b3ab2f8eb9edd9a591dac732ccdd44e36b632806 \
- sha256 7f39d47f5601009f21896e46cc65f0d9a0fd97fc1449a119db685d00c8140375
+checksums rmd160 eb3dab4fede5f0d1896bfa618295c51664e9841f \
+ sha256 e51921028f09710564b973d4ecd279f8654a8943c5aed8ddde0355bbb8a67bc6

depends_build-append path:bin/ghc:ghc \
port:hs-language-c

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- pure-gen.pure.orig 2009-07-30 18:58:36.000000000 -0500
-+++ pure-gen.pure 2010-02-06 23:27:31.000000000 -0600
-@@ -6,7 +6,7 @@
+--- pure-gen.pure.orig 2011-11-15 12:07:50.000000000 -0600
++++ pure-gen.pure 2011-11-20 17:15:05.000000000 -0600
+@@ -8,7 +8,7 @@
an input file as well as all its includes, so the -fdirectives-only option
is required to keep those intact. This is pretty much tied to gcc right
now, but as dump-ast also uses gcc you'll need it anyway. */

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -5,7 +5,7 @@

name pure
# Keep the versions of pure and pure-docs in sync.
-version 0.48
+version 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -13,8 +13,6 @@
use_parallel_build yes
homepage http://pure-lang.googlecode.com/
master_sites ${homepage}files/
-distname pure-${version}
-dist_subdir pure

description functional programming language based on term rewriting

@@ -31,8 +29,8 @@
are licensed under LGPL-3, the interpreter is GPL-3, \
and the examples are BSD-licensed.

-checksums rmd160 644c235fa4f385edce0020d869194f68d621bf7a \
- sha256 c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2
+checksums rmd160 ab3e0db4b7243e0a998e1f1130145fd6786b16a3 \
+ sha256 7d8c27c9812dcad09a6aba0f9e114965993d446343ef49f17802e9896b65794e

if {${name} == ${subport}} {
depends_lib port:gmp \
@@ -47,7 +45,7 @@
# llvm is not universal
universal_variant no

- use_autoreconf yes
+ patchfiles patch-interpreter.diff

configure.args --without-elisp


Added: trunk/dports/lang/pure/files/patch-interpreter.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-interpreter.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-interpreter.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -0,0 +1,59 @@
+http://code.google.com/p/pure-lang/issues/detail?id=63
+--- interpreter.cc.orig 2011-11-15 13:51:56.000000000 -0600
++++ interpreter.cc 2011-11-20 16:56:56.000000000 -0600
+@@ -156,14 +156,14 @@
+ }
+
+ source_options[HOST] = true;
+- codegen_options.insert(pair("checks", checks));
+- codegen_options.insert(pair("const", consts));
+- codegen_options.insert(pair("fold", folding));
+- codegen_options.insert(pair("tc", use_fastcc));
+- codegen_options.insert(pair("warn", compat));
+- codegen_options.insert(pair("warn2", compat2));
++ codegen_options.insert(pair("checks", &checks));
++ codegen_options.insert(pair("const", &consts));
++ codegen_options.insert(pair("fold", &folding));
++ codegen_options.insert(pair("tc", &use_fastcc));
++ codegen_options.insert(pair("warn", &compat));
++ codegen_options.insert(pair("warn2", &compat2));
+ #if USE_BIGINT_PRAGMA
+- codegen_options.insert(pair("bigint", bigints));
++ codegen_options.insert(pair("bigint", &bigints));
+ #endif
+
+ nwrapped = 0; fptr = 0;
+@@ -1302,8 +1302,8 @@
+
+ bool interpreter::is_enabled(const string& optname)
+ {
+- map::iterator jt = codegen_options.find(optname);
+- if (jt != codegen_options.end()) return jt->second;
++ map::iterator jt = codegen_options.find(optname);
++ if (jt != codegen_options.end()) return *jt->second;
+ map::iterator it = source_options.find(optname);
+ if (it != source_options.end()) return it->second;
+ // Check the environment for a default.
+@@ -1354,9 +1354,9 @@
+
+ void interpreter::enable(const string& optname, bool flag)
+ {
+- map::iterator it = codegen_options.find(optname);
++ map::iterator it = codegen_options.find(optname);
+ if (it != codegen_options.end())
+- it->second = flag;
++ *it->second = flag;
+ else
+ source_options[optname] = flag;
+ }
+--- interpreter.hh.orig 2011-11-15 12:48:34.000000000 -0600
++++ interpreter.hh 2011-11-20 03:15:12.000000000 -0600
+@@ -540,7 +540,7 @@
+
+ // User-defined options (conditional compilation pragmas).
+ private:
+- map codegen_options;
++ map codegen_options;
+ map source_options;
+ public:
+ int source_level, skip_level;

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -12,9 +12,9 @@

http://docs.pure-lang.googlecode.com/hg/index.html

---- lexer.cc.orig 2011-10-15 10:23:26.000000000 -0500
-+++ lexer.cc 2011-10-19 21:22:16.000000000 -0500
-@@ -8098,7 +8098,7 @@
+--- lexer.cc.orig 2011-11-15 12:34:38.000000000 -0600
++++ lexer.cc 2011-11-20 03:08:36.000000000 -0600
+@@ -8498,7 +8498,7 @@
} else
cerr << "help: memory allocation error\n";
} else {
@@ -23,9 +23,9 @@
string helpcmd = string(browser) + " \"" + docname + "\"";
if (system(helpcmd.c_str()) == -1) perror("system");
}
---- pure.1.orig 2010-11-08 02:57:58.000000000 -0600
-+++ pure.1 2010-12-09 15:14:30.000000000 -0600
-@@ -110,9 +110,9 @@
+--- pure.1.orig 2011-11-14 06:54:37.000000000 -0600
++++ pure.1 2011-11-20 03:08:36.000000000 -0600
+@@ -116,9 +116,9 @@
.PP
The full version of this manual can be read inside the interpreter, by typing
.B help
@@ -38,7 +38,7 @@
.B PURE_HELP
or the
.B BROWSER
-@@ -153,7 +153,7 @@
+@@ -159,7 +159,7 @@
.TP
.B PURE_HELP
Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,8 @@
PortSystem 1.0
PortGroup pure 1.0

-# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
-pure.setup docs 0.48
+# Keep the versions of pure and pure-docs in sync.
+pure.setup docs 0.49
categories lang
platforms darwin
maintainers ryandesign
@@ -16,8 +16,8 @@

long_description ${name} is the set of ${description}.

-checksums rmd160 01ca23f835328d5b8a6458d92ad70619b964fdca \
- sha256 c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817
+checksums rmd160 581ff5486844cfe6c5d7f2704dd8a2489ff00efc \
+ sha256 5dda6ea4965fe728265e1b88dd5a7846f36a6e586270bf0d354434af3a9e4ff8

platform macosx {
patchfiles patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff 2011-11-20 23:31:50 UTC (rev 87419)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig 2011-10-20 04:33:17.000000000 -0500
-+++ _sources/pure.txt 2011-10-20 16:03:29.000000000 -0500
-@@ -817,7 +817,7 @@
+--- _sources/pure.txt.orig 2011-11-15 22:04:14.000000000 -0600
++++ _sources/pure.txt 2011-11-20 17:04:15.000000000 -0600
+@@ -1002,7 +1002,7 @@
.. envvar:: PURE_HELP

Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@

.. envvar:: PURE_INCLUDE

-@@ -6196,9 +6196,9 @@
+@@ -6409,9 +6409,9 @@
manuals of the addon modules available from the Pure website.

You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@

When invoked without arguments, the ``help`` command displays an overview of
the available documentation, from which you can follow the links to the
---- pure.html.orig 2011-10-20 04:33:17.000000000 -0500
-+++ pure.html 2011-10-20 16:03:29.000000000 -0500
-@@ -1009,7 +1009,7 @@
+--- pure.html.orig 2011-11-15 22:04:15.000000000 -0600
++++ pure.html 2011-11-20 17:04:15.000000000 -0600
+@@ -1208,7 +1208,7 @@

PURE_HELP¶

Command used to browse the Pure manual. This must be a browser capable of
@@ -33,7 +33,7 @@




-@@ -6215,7 +6215,7 @@
+@@ -6442,7 +6442,7 @@
format; this includes the present manual, the Pure Library Manual, as well as all
manuals of the addon modules available from the Pure website.


You need to have a html browser installed to make this work. By default, the

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup gsl 0.10
-revision 3
+pure.setup gsl 0.11
categories math science
platforms darwin
maintainers ryandesign
@@ -23,7 +22,7 @@
# 0.10 was stealth-updated 2011-10-20
dist_subdir ${name}/${version}_1

-checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
- sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+checksums rmd160 67a015ac2848f33857ee1fdee3067e8547c72485 \
+ sha256 785cac601a557dd7d926daa3017ddf6aa550f1aa0da047d7a7601d041aa6f191

depends_lib-append port:gsl

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:22:45 UTC (rev 87418)
+++ trunk/dports/www/pure-fastcgi/Portfile 2011-11-20 23:31:50 UTC (rev 87419)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0

-pure.setup fastcgi 0.4
+pure.setup fastcgi 0.5
categories www
platforms darwin
maintainers ryandesign
@@ -15,7 +15,7 @@
long_description ${name} lets you write FastCGI scripts in \
Pure, to be run by web servers like Apache.

-checksums rmd160 23fd1bdd6b6b3fa89bce70e810d48b4db54515b1 \
- sha256 de2780cd33955937fdfe1a383d0dfa8b97e2d7706f5eee56269a9c4e2934fe02
+checksums rmd160 88bea65b10a8f14484e59386e34208896f80285e \
+ sha256 f805d2c2d0db4438407b73e0835798bc6f79e5453ccfc0471230d54569c82356

depends_lib-append port:fcgi


Revision: 87432
http://trac.macports.org/changeset/87432
Author:
Date: 2011-11-21 03:31:38 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, BibTool, feh, giblib: ports abandoned; see #29808

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/graphics/feh/Portfile
trunk/dports/graphics/giblib/Portfile
trunk/dports/tex/BibTool/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
version 1.8
categories audio
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \

Modified: trunk/dports/graphics/feh/Portfile
===================================================================
--- trunk/dports/graphics/feh/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/feh/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -5,7 +5,7 @@
version 1.3.4
revision 4
categories graphics
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Fast lightweight image viewer
long_description \
Simple and fast image viewer using imlib2 with file list and \

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/graphics/giblib/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -6,7 +6,7 @@
revision 1
categories graphics devel
platforms darwin
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \

Modified: trunk/dports/tex/BibTool/Portfile
===================================================================
--- trunk/dports/tex/BibTool/Portfile 2011-11-21 10:26:24 UTC (rev 87431)
+++ trunk/dports/tex/BibTool/Portfile 2011-11-21 11:31:38 UTC (rev 87432)
@@ -4,7 +4,7 @@
name BibTool
version 2.52
categories tex
-maintainers cs.dartmouth.edu:tristan
+maintainers nomaintainer
description Tool for manipulating BibTeX databases.
long_description \
BibTeX provides an easy to use means to integrate citations and \


Revision: 87446
http://trac.macports.org/changeset/87446
Author:
Date: 2011-11-21 20:23:37 -0800 (Mon, 21 Nov 2011)
Log Message:
-----------
aacgain, cmus, easytag, easytag-devel, gtkpod, ices0, mpeg4ip: Allow mp4v2-devel to satisfy mp4v2 dependency

Modified Paths:
--------------
trunk/dports/audio/aacgain/Portfile
trunk/dports/audio/cmus/Portfile
trunk/dports/audio/easytag/Portfile
trunk/dports/audio/easytag-devel/Portfile
trunk/dports/audio/ices0/Portfile
trunk/dports/audio/mpeg4ip/Portfile
trunk/dports/multimedia/gtkpod/Portfile

Modified: trunk/dports/audio/aacgain/Portfile
===================================================================
--- trunk/dports/audio/aacgain/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/aacgain/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@

patchfiles patch-libfaad-common.h

-depends_lib port:mp4v2 port:faad2
+depends_lib path:lib/libmp4v2.dylib:mp4v2 port:faad2

platform darwin {
configure.cflags-append "-DHAS_LRINTF"

Modified: trunk/dports/audio/cmus/Portfile
===================================================================
--- trunk/dports/audio/cmus/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/cmus/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -35,7 +35,7 @@
CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y

variant aac description {Support aac files} {
- depends_lib-append port:faad2 port:mp4v2
+ depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
configure.args-delete CONFIG_AAC=n CONFIG_MP4=n
configure.args-append CONFIG_AAC=y CONFIG_MP4=y
}

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -30,7 +30,7 @@
port:gettext \
port:libvorbis \
port:flac \
- port:mp4v2 \
+ path:lib/libmp4v2.dylib:mp4v2 \
port:faad2 \
port:id3lib


Modified: trunk/dports/audio/easytag-devel/Portfile
===================================================================
--- trunk/dports/audio/easytag-devel/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/easytag-devel/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -60,7 +60,7 @@
}

variant mp4 { configure.args-delete --disable-mp4
- depends_lib-append port:mp4v2
+ depends_lib-append path:lib/libmp4v2.dylib:mp4v2
depends_build-append port:faad2
}


Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/ices0/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -23,7 +23,7 @@
port:lame \
port:libshout2 \
port:libxml2 \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-src-in_mp4.c.diff \
patch-r13773.diff

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/audio/mpeg4ip/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -28,7 +28,7 @@

depends_lib port:libsdl

-depends_run port:mp4v2
+depends_run path:lib/libmp4v2.dylib:mp4v2

patchfiles patch-bootstrap.diff \
patch-common-video-iso-mpeg4-include-globals_hpp.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 03:02:22 UTC (rev 87445)
+++ trunk/dports/multimedia/gtkpod/Portfile 2011-11-22 04:23:37 UTC (rev 87446)
@@ -22,7 +22,7 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libgpod \
port:libid3tag \
- port:mp4v2
+ path:lib/libmp4v2.dylib:mp4v2

use_autoconf yes



Revision: 87552
http://trac.macports.org/changeset/87552
Author:
Date: 2011-11-25 08:06:56 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
New port: cutter 1.1.9 - A unit testing framefork for C and C++.

Added Paths:
-----------
trunk/dports/devel/cutter/
trunk/dports/devel/cutter/Portfile

Added: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile (rev 0)
+++ trunk/dports/devel/cutter/Portfile 2011-11-25 16:06:56 UTC (rev 87552)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name cutter
+version 1.1.9
+categories devel
+maintainers clear-code.com:kou hum
+platforms darwin
+license LGPL-3+
+
+description A unit testing framefork for C and C++
+long_description Cutter is a xUnit family Unit Testing Framework for C and C++. \
+ It provides easy to write test API, useful output format for debugging \
+ and so on.
+
+homepage http://cutter.sourceforge.net/
+master_sites sourceforge
+checksums rmd160 221bbc951400cc514e1c4c5ca6b8a8e061c9e4ab \
+ sha256 425d58be4579ceb08f3a2f142616b5125fd3b5b2e284da8c0984b9f019e679c9
+
+depends_lib port:glib2 \
+ port:gtk-doc \
+ port:libsoup


Property changes on: trunk/dports/devel/cutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87570
http://trac.macports.org/changeset/87570
Author:
Date: 2011-11-25 18:14:33 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
base: Document supported_archs in man 7 portfile (closes #25189)

Modified Paths:
--------------
trunk/base/doc/portfile.7
trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570)
@@ -206,6 +206,28 @@
.br
.Sy Example:
.Dl platforms darwin
+.It Ic supported_archs
+The CPU architectures for which this port can be built. Archs currently
+supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not set,
+it is assumed that the port can build for all archs. If a port does not install
+any architecture-specific files, use the special value noarch.
+.br
+If the building architecture isn't among supported_archs, port fails with an
+error message except when building on x86_64 (resp. ppc64) and supported_archs
+contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Values:
+.Em i386 x86_64 ppc ppc64 noarch
+.br
+.Sy Default:
+.Em i386 x86_64 ppc ppc64
+.br
+.Sy Examples:
+.Dl supported_archs i386 x86_64
+.Dl supported_archs noarch
.It Ic homepage
Project homepage for the port.
.br

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:11:29 UTC (rev 87569)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml 2011-11-26 02:14:33 UTC (rev 87570)
@@ -199,6 +199,11 @@
install any architecture-specific files, use the special value
.

+ If the building architecture isn't among supported_archs, port
+ fails with an error message except when building on x86_64 (resp.
+ ppc64) and supported_archs contains i386 (resp. ppc). In this case, the
+ port will be built in 32 bit mode.

+
supported_archs i386 ppc
supported_archs noarch



Revision: 87583
http://trac.macports.org/changeset/87583
Author:
Date: 2011-11-26 14:50:44 -0800 (Sat, 26 Nov 2011)
Log Message:
-----------
My ports: drop maintainer

Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
trunk/dports/irc/irssi-devel/Portfile
trunk/dports/mail/mu/Portfile
trunk/dports/mail/muttils/Portfile
trunk/dports/math/ent/Portfile
trunk/dports/net/djbdns/Portfile
trunk/dports/office/rednotebook/Portfile
trunk/dports/print/cups-pdf/Portfile
trunk/dports/python/py-asn1/Portfile
trunk/dports/python/py-bitstring/Portfile
trunk/dports/python/py-buzhug/Portfile
trunk/dports/python/py-freebase/Portfile
trunk/dports/python/py-genshi/Portfile
trunk/dports/python/py-httplib2/Portfile
trunk/dports/python/py-keyczar/Portfile
trunk/dports/python/py-postgresql/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-mx-base/Portfile
trunk/dports/python/py26-numexpr/Portfile
trunk/dports/python/py26-openbabel/Portfile
trunk/dports/python/py26-pgsql/Portfile
trunk/dports/python/py26-pyfsevents/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py27-mx-base/Portfile
trunk/dports/python/py27-numexpr/Portfile
trunk/dports/python/py31-lxml/Portfile
trunk/dports/python/py32-lxml/Portfile
trunk/dports/security/openpgpsdk/Portfile
trunk/dports/sysutils/daemontools/Portfile
trunk/dports/textproc/rst2pdf/Portfile
trunk/dports/www/ajp-wsgi/Portfile
trunk/dports/www/links/Portfile
trunk/dports/www/mediawiki/Portfile
trunk/dports/www/mod_python26/Portfile

Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/devel/quickfix/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
license Permissive
# http://www.quickfixengine.org/quickfix/doc/html/license.html
categories devel finance
-maintainers blb openmaintainer
+maintainers nomaintainer
description FIX engine implementation
long_description \
QuickFIX is a full-featured open source FIX engine, currently compatible \

Modified: trunk/dports/irc/irssi-devel/Portfile
===================================================================
--- trunk/dports/irc/irssi-devel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/irc/irssi-devel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 5205
categories irc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description modular IRC client
long_description \
Irssi is a modular IRC client that currently has only text mode user \

Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/mu/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 0.9.6
license GPL-3
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Command-line tools to index and search email (aka maildir-utils)
long_description \
mu is a set of command-line tools for Linux/Unix that enable you to \

Modified: trunk/dports/mail/muttils/Portfile
===================================================================
--- trunk/dports/mail/muttils/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/mail/muttils/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
epoch 1
license GPL-2
categories mail
-maintainers blb openmaintainer
+maintainers nomaintainer
description Utilities for console mail clients
long_description \
This package provides utilities for use with console mail clients, eg. \

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/math/ent/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 20080128
categories math security
license public-domain
-maintainers blb
+maintainers nomaintainer
description Entropy calculator
long_description \
ent applies various tests to sequences of bytes stored in files and \

Modified: trunk/dports/net/djbdns/Portfile
===================================================================
--- trunk/dports/net/djbdns/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/net/djbdns/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 2
categories net
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description D.J. Bernstein's DNS tools
long_description \
DJBDNS is a collection of Domain Name System tools. It includes several \

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/office/rednotebook/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.2.0
categories office
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Diary and journal application
long_description \
RedNotebook is a graphical diary and journal helping you keep track of \

Modified: trunk/dports/print/cups-pdf/Portfile
===================================================================
--- trunk/dports/print/cups-pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/print/cups-pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 2.6.1
categories print textproc
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
description Provides a print-to-PDF feature through CUPS
long_description \
This software is designed to produce PDF files in a heterogeneous \

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-asn1/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
version 0.0.13
categories-append devel crypto
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Implementation of ASN.1 types and codecs in Python
long_description \
This project is dedicated to implementation of ASN.1 types (concrete \

Modified: trunk/dports/python/py-bitstring/Portfile
===================================================================
--- trunk/dports/python/py-bitstring/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-bitstring/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append devel
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Module to simplify handling of binary data
long_description \
bitstring is a pure Python module that makes the creation, manipulation \

Modified: trunk/dports/python/py-buzhug/Portfile
===================================================================
--- trunk/dports/python/py-buzhug/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-buzhug/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Pure-python database engine
long_description \
buzhug is a fast, pure-Python database engine, using a syntax that Python \

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-freebase/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to freebase.com API
long_description \
Freebase.com has an open API that can be used to access and update \

Modified: trunk/dports/python/py-genshi/Portfile
===================================================================
--- trunk/dports/python/py-genshi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-genshi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append textproc www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python toolkit for generation of output for the web
long_description \
Genshi is a Python library that provides an integrated set of components \

Modified: trunk/dports/python/py-httplib2/Portfile
===================================================================
--- trunk/dports/python/py-httplib2/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-httplib2/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
categories python devel net
license MIT
platforms darwin
-maintainers akitada blb ram openmaintainer
+maintainers akitada ram openmaintainer

description A comprehensive HTTP client library in Python
long_description A comprehensive HTTP client library that supports \

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-keyczar/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
version 0.7b
categories-append devel crypto
license Apache-2
-maintainers blb
+maintainers nomaintainer
description Easy to use cryptographic toolkit
long_description \
Keyczar is an open source cryptographic toolkit designed to make it \

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-postgresql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.0.3
categories-append devel databases
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to PostgreSQL
long_description \
py-postgresql is a project dedicated to improving the Python interfaces \

Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py-tweepy/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -8,7 +8,7 @@
revision 1
categories-append devel net
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description A python library for the Twitter API.
long_description \
${description} OAuth, complete coverage, streaming API

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py26-openbabel/Portfile
===================================================================
--- trunk/dports/python/py26-openbabel/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-openbabel/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 2.2.3
categories-append science devel
license GPL-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python 2.6 interface to OpenBabel
long_description ${description}


Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py26-pgsql/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pgsql/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories-append databases
# License is not word-for-word BSD but for distributions purposes, equivalent
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description python DB-API 2.0 compliant interface to postgresql
long_description \
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \

Modified: trunk/dports/python/py26-pyfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py26-pyfsevents/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -4,7 +4,7 @@
PortGroup python26 1.0
name py26-pyfsevents
version 0.2b1
-maintainers blb openmaintainer
+maintainers nomaintainer
description Python interface to Mac OS X's FSEvents
long_description \
pyfsevents is a C extension providing a Python interface for Mac OS X \

Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
revision 1
categories-append math
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Arbitrary-precision floating-point library for Python
long_description \
Mpmath is a pure-Python library for arbitrary-precision floating-point \

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-mx-base/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 3.2.1
license Permissive
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
-maintainers blb openmaintainer
+maintainers nomaintainer
description eGenix.com mx Extensions for Python - base package
long_description \
Collection of Python software tools which enhance Python's usability in \

Modified: trunk/dports/python/py27-numexpr/Portfile
===================================================================
--- trunk/dports/python/py27-numexpr/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py27-numexpr/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 1.4.2
categories-append math
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Multiple-operator array expression evaluator
long_description \
The numexpr package evaluates multiple-operator array expressions many \

Modified: trunk/dports/python/py31-lxml/Portfile
===================================================================
--- trunk/dports/python/py31-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py31-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/python/py32-lxml/Portfile
===================================================================
--- trunk/dports/python/py32-lxml/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/python/py32-lxml/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -9,7 +9,7 @@
categories python devel
platforms darwin
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description Powerful and Pythonic XML processing library
long_description lxml is a Pythonic binding for the libxml2 and libxslt \
libraries. It is unique in that it combines the speed and \

Modified: trunk/dports/security/openpgpsdk/Portfile
===================================================================
--- trunk/dports/security/openpgpsdk/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/security/openpgpsdk/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
revision 1
categories security devel
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description OpenPGP library SDK
long_description \
The OpenPGP SDK project provides an open source library, written in C, \

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/sysutils/daemontools/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -7,7 +7,7 @@
categories sysutils
platforms darwin
license public-domain
-maintainers blb openmaintainer
+maintainers nomaintainer
description collection of tools for managing UNIX services
long_description \
daemontools is an extensive collection of tools for managing UNIX \

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/textproc/rst2pdf/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
version 0.16
categories textproc python
license MIT
-maintainers blb openmaintainer
+maintainers nomaintainer
description Create PDF from reStructuredText
long_description ${description}


Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/ajp-wsgi/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 1.1
categories www
license BSD
-maintainers blb openmaintainer
+maintainers nomaintainer
description WSGI server/gateway implementing AJP
long_description \
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/links/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -17,7 +17,7 @@
checksums sha1 0f91e550a80a2bc358ce3bdf48a23504a0582b02 \
rmd160 343e28516248a94b95f12d6e20a40f1ae92535dc

-maintainers landonf blb
+maintainers landonf
use_bzip2 yes

depends_lib port:openssl port:bzip2 port:zlib

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mediawiki/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -6,7 +6,7 @@
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
license GPL-2+
-maintainers blb openmaintainer
+maintainers nomaintainer
supported_archs noarch
description The wiki engine used by Wikipedia
long_description \

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python26/Portfile 2011-11-26 21:35:12 UTC (rev 87582)
+++ trunk/dports/www/mod_python26/Portfile 2011-11-26 22:50:44 UTC (rev 87583)
@@ -5,7 +5,7 @@
version 3.3.1
categories www python
license Apache-2
-maintainers blb openmaintainer
+maintainers nomaintainer
description Apache2 module that embeds Python within the server.
long_description \
Mod_python is an Apache 2 module that embeds the Python interpreter \


Revision: 87599
http://trac.macports.org/changeset/87599
Author:
Date: 2011-11-28 00:34:31 -0800 (Mon, 28 Nov 2011)
Log Message:
-----------
avr-libc, buffer, le, tclap: changed maintainer email + added openmaintainer; added license info

Modified Paths:
--------------
trunk/dports/cross/avr-libc/Portfile
trunk/dports/devel/tclap/Portfile
trunk/dports/editors/le/Portfile
trunk/dports/sysutils/buffer/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/cross/avr-libc/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -6,8 +6,9 @@
name avr-libc
version 1.7.1
categories cross
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license BSD

description C library for the AVR microcontroller.
long_description AVR Libc is a Free Software project whose goal is \

Modified: trunk/dports/devel/tclap/Portfile
===================================================================
--- trunk/dports/devel/tclap/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/devel/tclap/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.2.1
categories devel
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
supported_archs noarch
+license MIT

description Templatized C++ Command Line Parser


Modified: trunk/dports/editors/le/Portfile
===================================================================
--- trunk/dports/editors/le/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/editors/le/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,8 +7,9 @@
version 1.14.5
categories editors
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
homepage http://freshmeat.net/projects/leeditor
+license GPL-3

description Terminal based text editor


Modified: trunk/dports/sysutils/buffer/Portfile
===================================================================
--- trunk/dports/sysutils/buffer/Portfile 2011-11-28 05:41:22 UTC (rev 87598)
+++ trunk/dports/sysutils/buffer/Portfile 2011-11-28 08:34:31 UTC (rev 87599)
@@ -7,7 +7,8 @@
version 1.19
categories sysutils
platforms darwin
-maintainers v9g.de:tvb377
+maintainers titus openmaintainer
+license GPL-2

description Reblocking buffer for tape writes



Revision: 87634
http://trac.macports.org/changeset/87634
Author:
Date: 2011-11-29 13:05:02 -0800 (Tue, 29 Nov 2011)
Log Message:
-----------
update pyside toolchain to latest version

Modified Paths:
--------------
trunk/dports/devel/apiextractor/Portfile
trunk/dports/devel/generatorrunner/Portfile
trunk/dports/python/py-pyside/Portfile
trunk/dports/python/py-shiboken/Portfile

Modified: trunk/dports/devel/apiextractor/Portfile
===================================================================
--- trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/apiextractor/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name apiextractor
-version 0.10.8
+version 0.10.9
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -16,9 +16,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 ddf42bdd6becae602feacf8a1b190425 \
- rmd160 71655f69b2baef4625f1b0762eb5734a28940717 \
- sha1 82042ba1687ba8e75d3f7ab95f0f259b459106dc
+checksums md5 89a3dd539e98fccd0b3f8da881f60395 \
+ rmd160 267dc1af326463bcae5ac9785ca281d92dd599e4 \
+ sha1 da6bc41731d3f650e4cab4d0f9be7c72875106f4
use_bzip2 yes
depends_lib-append port:qt4-mac port:libxml2 port:libxslt
configure.args-append -DBUILD_TESTS:BOOL=NO

Modified: trunk/dports/devel/generatorrunner/Portfile
===================================================================
--- trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/devel/generatorrunner/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0

name generatorrunner
-version 0.6.14
+version 0.6.15
categories devel
maintainers openmaintainer mmoll
license LGPL
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 6413d4417939c7347d0e13a1e6bc608c \
- rmd160 50bc1985d50a1d2404c4a9aaddd41e59d4da4ca9 \
- sha1 b9891515930213ba9d9301668d92d731ec534e9f
+checksums md5 88425f176ffc3810307edabc381415c6 \
+ rmd160 ba7140e46c910704e3d1f3057d24ec6a2d4490e8 \
+ sha1 2ed6a03228d20fb31cca6712c569c07dff325988
use_bzip2 yes
depends_lib-append port:qt4-mac port:apiextractor
configure.args-append -DBUILD_TESTS:BOOL=FALSE

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-pyside/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname pyside
name py-${realname}
-version 1.0.8
+version 1.0.9
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -23,9 +23,9 @@
license LGPL
master_sites http://www.pyside.org/files/

-checksums md5 131cc4d5c56b3b20bc99362f68f3f29d \
- rmd160 9f2346cbfb9296715de996f27635c5348feb8732 \
- sha1 04d4ddb0dbbd9af787d1e9b90647c780597c8592
+checksums md5 63d1104cf245d9eea307434c94e15443 \
+ rmd160 e8628950bf9285720dd6796b74b6a795a692ec90 \
+ sha1 99a29555e1214f4e359e1e7e8ffb07031c9bfc10
distname ${realname}-qt4.7+${version}
use_bzip2 yes


Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:04:32 UTC (rev 87633)
+++ trunk/dports/python/py-shiboken/Portfile 2011-11-29 21:05:02 UTC (rev 87634)
@@ -6,7 +6,7 @@

set realname shiboken
name py-${realname}
-version 1.0.9
+version 1.0.10
python.versions 25 26 27
python.default_version 27
categories python devel
@@ -21,9 +21,9 @@
platforms darwin
master_sites http://www.pyside.org/files/

-checksums md5 c33a25a64a06320e495e8b8775b8918c \
- rmd160 26a00f6c3b22fc5d5536548841804fe345d6c726 \
- sha1 8883bba303c42a7392e6115e047f4c3baedaccb9
+checksums md5 b98e7c35edef95a77594a6d1801c5875 \
+ rmd160 72d580dc2d376936ca7689a40e32e5e68cb6e4f6 \
+ sha1 8f7629f5f91bec17b8a02655438a99f129b931eb
distname ${realname}-${version}
use_bzip2 yes



Revision: 87671
http://trac.macports.org/changeset/87671
Author:
Date: 2011-12-01 01:19:27 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
glib2, glib2-devel: avoid build (#32306) and runtime (#17530) errors when "python" is not version 2.5 through 2.7 inclusive

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2011-12-01 09:03:30 UTC (rev 87670)
+++ trunk/dports/devel/glib2/Portfile 2011-12-01 09:19:27 UTC (rev 87671)
@@ -8,7 +8,7 @@
conflicts glib2-devel
set my_name glib
version 2.30.2
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -66,6 +66,7 @@
configure.args --enable-static

configure.perl ${prefix}/bin/perl
+configure.python /usr/bin/python
configure.env-append PERL_PATH=${configure.perl} \
PKG_CONFIG=false \
ZLIB_CFLAGS="-I${prefix}/include" \
@@ -82,6 +83,7 @@
reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
+ reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/gio/gdbus-2.0/codegen/gdbus-codegen.in ${worksrcpath}/glib/gtester-report
}

post-configure {
@@ -106,6 +108,11 @@
configure.args-append --disable-dtrace
}

+platform darwin 8 {
+ depends_lib-append port:python27
+ configure.python ${prefix}/bin/python2.7
+}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2011-12-01 09:03:30 UTC (rev 87670)
+++ trunk/dports/devel/glib2-devel/Portfile 2011-12-01 09:19:27 UTC (rev 87671)
@@ -8,7 +8,7 @@
conflicts glib2
set my_name glib
version 2.29.92
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign openmaintainer
@@ -66,6 +66,7 @@
configure.args --enable-static

configure.perl ${prefix}/bin/perl
+configure.python /usr/bin/python
configure.env-append PERL_PATH=${configure.perl} \
PKG_CONFIG=false \
ZLIB_CFLAGS="-I${prefix}/include" \
@@ -82,6 +83,7 @@
reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
+ reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/gio/gdbus-2.0/codegen/gdbus-codegen.in ${worksrcpath}/glib/gtester-report
}

post-configure {
@@ -106,6 +108,11 @@
configure.args-append --disable-dtrace
}

+platform darwin 8 {
+ depends_lib-append port:python27
+ configure.python ${prefix}/bin/python2.7
+}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar


Revision: 87773
http://trac.macports.org/changeset/87773
Author:
Date: 2011-12-05 12:04:51 -0800 (Mon, 05 Dec 2011)
Log Message:
-----------
subversion: version bump, update subversion and bindings ports to 1.7.2

Modified Paths:
--------------
trunk/dports/devel/subversion/Portfile
trunk/dports/devel/subversion-javahlbindings/Portfile
trunk/dports/devel/subversion-perlbindings/Portfile
trunk/dports/devel/subversion-python24bindings/Portfile
trunk/dports/devel/subversion-python25bindings/Portfile
trunk/dports/devel/subversion-python26bindings/Portfile
trunk/dports/devel/subversion-python27bindings/Portfile
trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion
-version 1.7.1
+version 1.7.2
categories devel
platforms darwin
maintainers geeklair.net:dluke blair
@@ -17,9 +17,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

depends_lib port:expat port:neon \
port:apr port:apr-util \

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-javahlbindings
-version 1.7.1
+version 1.7.2
categories devel java
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-perlbindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-perlbindings
-version 1.7.1
+version 1.7.2
categories devel perl
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python24bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python24bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers openmaintainer blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python25bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python25bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers openmaintainer blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python26bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python26bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-python27bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python27bindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-python27bindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-python27bindings
-version 1.7.1
+version 1.7.2
categories devel python
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile 2011-12-05 19:36:30 UTC (rev 87772)
+++ trunk/dports/devel/subversion-rubybindings/Portfile 2011-12-05 20:04:51 UTC (rev 87773)
@@ -3,7 +3,7 @@
PortSystem 1.0

name subversion-rubybindings
-version 1.7.1
+version 1.7.2
categories devel ruby
platforms darwin
maintainers geeklair.net:dluke blair
@@ -18,9 +18,9 @@
homepage http://subversion.apache.org/
master_sites apache:subversion
use_bzip2 yes
-checksums md5 8a4fa74385df85a9702141b6b68b8307 \
- sha1 4bfaa8e33e9eaf26a504117cd91b23805518071a \
- rmd160 cd076403c8e9dd0124a49235730f2c6f24605787
+checksums md5 1e5dfffd27be080672e5a042564368a8 \
+ sha1 8c0824aeb7f42da1ff4f7cd296877af7f59812bb \
+ rmd160 0d20e364c120da454f3139e95d3ec86c22e7e3c1

distname subversion-${version}
dist_subdir subversion


Revision: 87783
http://trac.macports.org/changeset/87783
Author:
Date: 2011-12-05 16:26:17 -0800 (Mon, 05 Dec 2011)
Log Message:
-----------
libhx: new port, version 3.12; see #32418

Added Paths:
-----------
trunk/dports/devel/libhx/
trunk/dports/devel/libhx/Portfile
trunk/dports/devel/libhx/files/
trunk/dports/devel/libhx/files/patch-src-Makefile.in.diff

Added: trunk/dports/devel/libhx/Portfile
===================================================================
--- trunk/dports/devel/libhx/Portfile (rev 0)
+++ trunk/dports/devel/libhx/Portfile 2011-12-06 00:26:17 UTC (rev 87783)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset:4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name libhx
+version 3.12
+categories devel
+platforms darwin
+maintainers nomaintainer
+
+description common structures and low-level operations library
+
+long_description libHX is a C library (with some C++ bindings \
+ available) that provides data structures \
+ and functions commonly needed, such as \
+ maps, deques, linked lists, string \
+ formatting and autoresizing, option and \
+ config file parsing, type checking casts \
+ and more. libHX aids in quickly writing \
+ up C and C++ data processing programs, by \
+ consolidating tasks that often happen to be \
+ open-coded, such as (simple) config file \
+ reading, option parsing, directory traversal, \
+ and others, into a library. The focus is on \
+ reducing the amount of time (and secondarily, \
+ the amount of code) a developer has to spend \
+ for otherwise implementing such.
+
+homepage http://libhx.sourceforge.net/
+master_sites sourceforge:project/libhx/libHX/${version}
+distname libHX-${version}
+use_xz yes
+
+checksums rmd160 2c704f7b9a1723d0a2bf5baab545d95109ea2a4d \
+ sha256 68287508eda091d822f2599aadab4eb362f8be4349d471b7c39ac209fcaecb4e
+
+patchfiles patch-src-Makefile.in.diff
+
+livecheck.regex /libHX-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/devel/libhx/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native

Added: trunk/dports/devel/libhx/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/devel/libhx/files/patch-src-Makefile.in.diff (rev 0)
+++ trunk/dports/devel/libhx/files/patch-src-Makefile.in.diff 2011-12-06 00:26:17 UTC (rev 87783)
@@ -0,0 +1,18 @@
+--- src/Makefile.in.orig 2011-12-02 19:37:22.000000000 -0600
++++ src/Makefile.in 2011-12-05 18:19:15.000000000 -0600
+@@ -433,15 +433,11 @@
+ rand.c string.c time.c ${mingw32_extra} ${proc_sources}
+
+ libHX_la_LIBADD = ${libdl_LIBS} ${libpthread_LIBS} ${librt_LIBS}
+-libHX_la_LDFLAGS = -version-info 28:0:0 \
+- -Wl,--version-script=${srcdir}/libHX.map
+
+ libHX_la_DEPENDENCIES = libHX.map
+ @MINGW32_TRUE@mingw32_extra = ux-file.c ux-mmap.c
+ @B_PROC_TRUE@proc_sources = proc.c
+ libHX_rtcheck_la_SOURCES = rtcheck.c
+-libHX_rtcheck_la_LDFLAGS = -avoid-version -module \
+- -Wl,--version-script=${srcdir}/libHX.map
+
+ tc_cast_CFLAGS = ${AM_CFLAGS} -std=c99
+ tc_cast_LDADD = libHX.la -lm



  #17  
06-12-2011 04:54 AM
Macports-changes member admin is online now
User
 

Revision: 87152
http://trac.macports.org/changeset/87152
Author:
Date: 2011-11-11 21:54:03 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
dbus-sharp, dbus-glib-sharp: modify descriptions to include the alternate names for this software: ndesk-dbus and ndesk-dbus-glib; see #15598

Modified Paths:
--------------
trunk/dports/devel/dbus-glib-sharp/Portfile
trunk/dports/devel/dbus-sharp/Portfile

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus-Glib
+description dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:45:20 UTC (rev 87151)
+++ trunk/dports/devel/dbus-sharp/Portfile 2011-11-12 05:54:03 UTC (rev 87152)
@@ -10,7 +10,7 @@
maintainers nomaintainer
license MIT

-description C# implementation of D-Bus
+description dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus

long_description ${description}. D-Bus is an inter-process communication \
framework that lets applications interface with the \


Revision: 87153
http://trac.macports.org/changeset/87153
Author:
Date: 2011-11-11 21:56:16 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
notify-sharp: new port, version 0.4.0

Added Paths:
-----------
trunk/dports/devel/notify-sharp/
trunk/dports/devel/notify-sharp/Portfile

Added: trunk/dports/devel/notify-sharp/Portfile
===================================================================
--- trunk/dports/devel/notify-sharp/Portfile (rev 0)
+++ trunk/dports/devel/notify-sharp/Portfile 2011-11-12 05:56:16 UTC (rev 87153)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name notify-sharp
+version 0.4.0
+categories devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license MIT
+
+description C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify
+
+long_description ${name} is a ${description}.
+
+homepage http://www.ndesk.org/NotifySharp
+master_sites freebsd
+
+checksums rmd160 35ae85d2f23a641988f7325edd343764c8f5e038 \
+ sha256 bb6649ad2e4bdd217f1dfbde3e550c2b8c1800641dbd0b66cef78155bfb86fcc
+
+depends_build port:pkgconfig
+
+depends_lib port:dbus-sharp \
+ port:dbus-glib-sharp \
+ port:gtk-sharp2 \
+ port:mono
+
+# mono is not universal
+universal_variant no
+
+#livecheck.type regex
+#livecheck.url ${homepage}/tags
+#livecheck.regex {tarball/([0-9.]+)"}


Property changes on: trunk/dports/devel/notify-sharp/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87222
http://trac.macports.org/changeset/87222
Author:
Date: 2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

Added Paths:
-----------
trunk/dports/devel/hub/
trunk/dports/devel/hub/Portfile

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile (rev 0)
+++ trunk/dports/devel/hub/Portfile 2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name hub
+version 1.6.1
+description git-wrapper for GitHub specific functionality
+long_description hub is a command line utility which adds GitHub knowledge to git.\
+ It can be used on its own or as a git wrapper.
+maintainers phw openmaintainer
+categories devel
+license MIT
+platforms darwin
+homepage http://defunkt.io/hub/
+master_sites ${homepage}
+distname hub
+distfiles standalone
+
+checksums rmd160 53070534d81ebeffd51366236c2a89a06472d091 \
+ sha256 835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+ xinstall ${distpath}/standalone ${workpath}
+ file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure no
+build {}
+destroot {
+ xinstall ${worksrcpath} ${destroot}${prefix}/bin
+ }
+
+livecheck.type regex
+livecheck.regex "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native


Revision: 87280
http://trac.macports.org/changeset/87280
Author:
Date: 2011-11-15 23:31:39 -0800 (Tue, 15 Nov 2011)
Log Message:
-----------
pure-audio, pure-csv, pure-doc, pure-ffi, pure-g2, pure-gl, pure-glpk, pure-gsl, pure-gtk, pure-octave, pure-rational, pure-readline, pure-sql3, pure-tk, pure-xml: follow upstream stealth updates; see http://groups.google.com/group/pure-lang/msg/ce834be59af4340a

Modified Paths:
--------------
trunk/dports/audio/pure-audio/Portfile
trunk/dports/databases/pure-sql3/Portfile
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-ffi/Portfile
trunk/dports/devel/pure-readline/Portfile
trunk/dports/graphics/pure-g2/Portfile
trunk/dports/graphics/pure-gl/Portfile
trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
trunk/dports/math/pure-glpk/Portfile
trunk/dports/math/pure-gsl/Portfile
trunk/dports/math/pure-octave/Portfile
trunk/dports/math/pure-rational/Portfile
trunk/dports/textproc/pure-doc/Portfile
trunk/dports/textproc/pure-xml/Portfile
trunk/dports/x11/pure-gtk/Portfile
trunk/dports/x11/pure-tk/Portfile

Removed Paths:
-------------
trunk/dports/x11/pure-tk/files/

Modified: trunk/dports/audio/pure-audio/Portfile
===================================================================
--- trunk/dports/audio/pure-audio/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/audio/pure-audio/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup audio 0.4
-revision 1
+revision 2
categories audio
platforms darwin
maintainers ryandesign
@@ -19,9 +19,12 @@
libsamplerate and a utility for real-time \
scheduling.

-checksums sha1 0536695bd6bf2575c0e083380759151adc12e71b \
- rmd160 f0b7e9039c5f7dbeccb3563c447a8d1dcb83a620
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 0328890a3f8198ccbc3492cf2b029188f1481d94 \
+ sha256 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82
+
depends_lib-append port:libsamplerate \
port:portaudio


Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/databases/pure-sql3/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup sql3 0.4
-revision 1
+revision 2
categories databases
platforms darwin
maintainers ryandesign
@@ -18,9 +18,12 @@
all of SQLite's features, including many that are \
not available through Pure's generic ODBC interface.

-checksums sha1 b664e4a0649f98f718bd2607be7c3e738baa175b \
- rmd160 5cb917ebc675f100e4796e59a2bb67fb8d2f82b5
+# 0.4 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
+ sha256 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+
depends_lib-append port:sqlite3

configure.ldflags-append -lgmp

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-csv/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup csv 1.5
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -18,5 +18,8 @@
and writing functions are loosely based on \
Python's CSV module

-checksums sha1 1ee2b7ef0fcb34915a68aea8b3a5d9de949634e7 \
- rmd160 e802668a14eeb17dde18db541c027e81a3959e8b
+# 1.5 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 135b4f778bcfbef8a8253d69e100d71d1bbd6260 \
+ sha256 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-ffi/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup ffi 0.12
-revision 1
+revision 2
categories devel
platforms darwin
maintainers ryandesign
@@ -22,9 +22,12 @@
may also be possible to call foreign \
languages other than C.

-checksums sha1 eefc9d4dbe63ff306bdbf02e874eaea7617ac653 \
- rmd160 bcea7b9c6ec6ee1ef5c2568e020bdbcdff255dd4
+# 0.12 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 a8c3e1370ac82f9c70c979e1e8c28faa7b0a0bee \
+ sha256 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d
+
depends_build-append port:pkgconfig

depends_lib-append port:libffi

Modified: trunk/dports/devel/pure-readline/Portfile
===================================================================
--- trunk/dports/devel/pure-readline/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/devel/pure-readline/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup readline 0.1
-revision 2
+revision 3
categories devel
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} provides ${description}.

-checksums sha1 2595a062ad15a912be8ed083926421a3f93636f7 \
- rmd160 022d29ea4cbf4df018632ceb9ee67f0f394530ad
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 c69a4dd2f7fd3584afd681df762ae71477fc6747 \
+ sha256 a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2
+
depends_lib-append port:readline

Modified: trunk/dports/graphics/pure-g2/Portfile
===================================================================
--- trunk/dports/graphics/pure-g2/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-g2/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup g2 0.2
+revision 1
categories graphics
platforms darwin
maintainers ryandesign
@@ -15,7 +16,10 @@

long_description ${name} provides ${description}.

-checksums rmd160 575945135012e00914b21054383030660706e43a \
- sha256 23f22aff16d3bde2344482d119c5a493b6d9b707053b2d0f16c243e46879082e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 e889689d71fa352a0f5da1ca8d0f0dadd21a8ec7 \
+ sha256 b99e54aa6cd3fe54affd18930b88a09727bb42f9af64ec23c286ddb48d8e24a1
+
depends_run-append port:g2

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gl 0.8
-revision 2
+revision 3
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,16 +16,14 @@

long_description ${name} provides ${description}.

-checksums md5 d8f02877006c4625a8364f94e61390f6 \
- sha1 7b6e6f2a014155ea927240679e525a02f2e99c74 \
- rmd160 0b1b386ab43411e353e9af461866a78c9f0d1005
+# 0.8 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
+ sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
+
depends_lib-append path:lib/libGL.dylib:mesa

-post-extract {
- file attributes ${worksrcpath}/examples/fractal.jpg -permissions a+r
-}
-
patchfiles patch-Makefile.diff

post-patch {

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff 2011-11-16 07:31:39 UTC (rev 87280)
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-06-06 04:15:17.000000000 -0500
-+++ Makefile 2009-06-21 17:47:37.000000000 -0500
-@@ -35,7 +35,6 @@
+--- Makefile.orig 2011-10-20 04:05:11.000000000 -0500
++++ Makefile 2011-11-16 01:00:58.000000000 -0600
+@@ -36,7 +36,6 @@
# OSX (untested)
DLL = .dylib
shared = -dynamiclib

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-glpk/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup glpk 0.2
-revision 1
+revision 2
categories math lang
platforms darwin
maintainers ryandesign
@@ -16,9 +16,12 @@

long_description ${name} provides ${description}.

-checksums sha1 223323d38a1f80ec51db4e348d13feae8894c82e \
- rmd160 7ead61be65db7bee911f3c55d7432cbb410b6d89
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 959da92dc921cddaee696eadd3818b24e0cc6d32 \
+ sha256 7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2
+
depends_lib-append port:glpk

patchfiles patch-Makefile.diff

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-gsl/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup gsl 0.10
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -20,7 +20,10 @@
for scientific programming, number crunching \
and signal processing applications.

-checksums sha1 e9f8df763468f0f22a5218cfe370066879da8e1a \
- rmd160 59d4a68abcada43d5eb5e0cbfecf3934c1067453
+# 0.10 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 6c329598b60720d27122a445db1de61eee42f499 \
+ sha256 03cc97ebb03974d7c3f665673f0c403c25c88f208e36f6a064122d6840c26b68
+
depends_lib-append port:gsl

Modified: trunk/dports/math/pure-octave/Portfile
===================================================================
--- trunk/dports/math/pure-octave/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-octave/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,7 +5,7 @@
PortGroup pure 1.0

pure.setup octave 0.2
-revision 2
+revision 3
categories math science
platforms darwin
maintainers ryandesign
@@ -15,7 +15,10 @@

long_description ${name} is ${description}.

-checksums sha1 2e0bdec4ec96f67360e88773d9b52d4e8ccf5532 \
- rmd160 45141e84a665974508b529204865cc3e07d04a8e
+# 0.2 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1

+checksums rmd160 d136a22879940bc08f7174601da50f276b30617f \
+ sha256 8b4618eff0c75efa9361361de2f7c43d53d50d8d80e5a39a45003b904a292824
+
depends_lib-append path:bin/octave:octave

Modified: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile 2011-11-16 06:30:34 UTC (rev 87279)
+++ trunk/dports/math/pure-rational/Portfile 2011-11-16 07:31:39 UTC (rev 87280)
@@ -5,6 +5,7 @@
PortGroup pure 1.0

pure.setup rational 0.1
+revision 1
categories math
platforms darwin
maintainers ryandesign
@@ -22,5 +23,8 @@
which contains the definition of Pure's rational type \
and implements the basic rational arithmetic.

-checksums sha1 f497c72736125eb5d645bcd2c4798a5609f49f58 \
- rmd160 0f55ceb8fcb9f5719b77108d205fd17139ed616d
+# 0.1 was stealth-updated 2011-10-20
+dist_subdir ${name}/${version}_1
+
+checksums rmd160 03fd1500d596aae4229b5e88b79037fecf5e7c32 \
+ sha256 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa

Modified: trunk/dports/textproc/pure-