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: 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
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
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
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
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
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: 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.
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.
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.
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.
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.
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.
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
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.
-platform darwin {
- patchfiles-append patch-tk.c.diff
-}
+depends_lib-append port:tk
#5
19-11-2011 08:57 AM
Macports-changes member
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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: 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-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/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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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: 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-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/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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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: 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-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 \
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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: 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-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 \
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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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: 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-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 \
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
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: 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.
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.
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.
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.
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.
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.
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
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.
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
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. */
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.
---- 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}.
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 @@
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
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.
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: 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: 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: 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: 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-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 \
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
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
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: 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.
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.
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.
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.