From blb at macports.org Thu Oct 1 00:04:48 2009 From: blb at macports.org (blb at macports.org) Date: Thu, 1 Oct 2009 00:04:48 -0700 (PDT) Subject: [58569] trunk/dports/mail/mixminion/Portfile Message-ID: <20091001070449.655E728B2580@beta.macosforge.org> Revision: 58569 http://trac.macports.org/changeset/58569 Author: blb at macports.org Date: 2009-10-01 00:04:43 -0700 (Thu, 01 Oct 2009) Log Message: ----------- mail/mixminion - whitespace Modified Paths: -------------- trunk/dports/mail/mixminion/Portfile Modified: trunk/dports/mail/mixminion/Portfile =================================================================== --- trunk/dports/mail/mixminion/Portfile 2009-10-01 06:59:22 UTC (rev 58568) +++ trunk/dports/mail/mixminion/Portfile 2009-10-01 07:04:43 UTC (rev 58569) @@ -1,18 +1,21 @@ # $Id$ -PortSystem 1.0 -PortGroup python24 1.0 +PortSystem 1.0 +PortGroup python24 1.0 +name mixminion +version 0.0.7.1 +categories mail +maintainers nomaintainer +description implementation of the Type III Anonymous Remailer protocol +long_description \ + Mixminion is the reference implementation of the Type III Anonymous \ + Remailer protocol in Python. -name mixminion -version 0.0.7.1 -categories mail -platforms darwin -maintainers nomaintainer -description implementation of the Type III Anonymous Remailer protocol -long_description Mixminion is the reference implementation of the Type III \ - Anonymous Remailer protocol in Python. +platforms darwin -homepage http://mixminion.net/ -master_sites ${homepage}/dist/ -distname Mixminion-${version} -checksums md5 a7ee96a22dd6246760556fa959a37380 +homepage http://mixminion.net/ +master_sites ${homepage}dist/ +distname Mixminion-${version} + +checksums md5 a7ee96a22dd6246760556fa959a37380 + -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Thu Oct 1 00:11:51 2009 From: blb at macports.org (blb at macports.org) Date: Thu, 1 Oct 2009 00:11:51 -0700 (PDT) Subject: [58570] trunk/dports/mail/mixminion/Portfile Message-ID: <20091001071152.964CE28B27C0@beta.macosforge.org> Revision: 58570 http://trac.macports.org/changeset/58570 Author: blb at macports.org Date: 2009-10-01 00:11:48 -0700 (Thu, 01 Oct 2009) Log Message: ----------- mail/mixminion - move to python 2.6 Modified Paths: -------------- trunk/dports/mail/mixminion/Portfile Modified: trunk/dports/mail/mixminion/Portfile =================================================================== --- trunk/dports/mail/mixminion/Portfile 2009-10-01 07:04:43 UTC (rev 58569) +++ trunk/dports/mail/mixminion/Portfile 2009-10-01 07:11:48 UTC (rev 58570) @@ -1,7 +1,7 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python26 1.0 name mixminion version 0.0.7.1 categories mail @@ -19,3 +19,15 @@ checksums md5 a7ee96a22dd6246760556fa959a37380 +post-destroot { + foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] { + ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile} + } + foreach mannum {1 5 8} { + foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man${mannum} *] { + ln -s ${python.prefix}/share/man/man${mannum}/${manfile} \ + ${destroot}${prefix}/share/man/man${mannum}/${manfile} + } + } +} + -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Thu Oct 1 00:16:14 2009 From: toby at macports.org (toby at macports.org) Date: Thu, 1 Oct 2009 00:16:14 -0700 (PDT) Subject: [58571] trunk/dports/sysutils/tmux/Portfile Message-ID: <20091001071614.EAED428B28A3@beta.macosforge.org> Revision: 58571 http://trac.macports.org/changeset/58571 Author: toby at macports.org Date: 2009-10-01 00:16:10 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Add a +screen variant to install screen-keys.conf as the default configuration. Modified Paths: -------------- trunk/dports/sysutils/tmux/Portfile Modified: trunk/dports/sysutils/tmux/Portfile =================================================================== --- trunk/dports/sysutils/tmux/Portfile 2009-10-01 07:11:48 UTC (rev 58570) +++ trunk/dports/sysutils/tmux/Portfile 2009-10-01 07:16:10 UTC (rev 58571) @@ -43,4 +43,10 @@ } } +variant screen description "behave more like screen" { + post-destroot { + xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf + } +} + livecheck.regex tmux tmux-(\[^ \]+) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Thu Oct 1 00:18:43 2009 From: toby at macports.org (toby at macports.org) Date: Thu, 1 Oct 2009 00:18:43 -0700 (PDT) Subject: [58572] trunk/dports/sysutils/tmux/Portfile Message-ID: <20091001071844.0C2AA28B2954@beta.macosforge.org> Revision: 58572 http://trac.macports.org/changeset/58572 Author: toby at macports.org Date: 2009-10-01 00:18:39 -0700 (Thu, 01 Oct 2009) Log Message: ----------- whitespace Modified Paths: -------------- trunk/dports/sysutils/tmux/Portfile Modified: trunk/dports/sysutils/tmux/Portfile =================================================================== --- trunk/dports/sysutils/tmux/Portfile 2009-10-01 07:16:10 UTC (rev 58571) +++ trunk/dports/sysutils/tmux/Portfile 2009-10-01 07:18:39 UTC (rev 58572) @@ -2,51 +2,51 @@ PortSystem 1.0 -name tmux -version 1.0 -revision 3 -categories sysutils -maintainers toby -description terminal multiplexer +name tmux +version 1.0 +revision 3 +categories sysutils +maintainers toby +description terminal multiplexer long_description \ - tmux is a \"terminal multiplexer\", it enables a number of terminals \ - (or windows) to be accessed and controlled from a single terminal. \ - tmux is intended to be a simple, modern, BSD-licensed alternative \ - to programs such as GNU screen. -homepage http://sourceforge.net/projects/tmux/ -platforms darwin -license BSD -master_sites sourceforge -checksums md5 716b12d9ea052f57d917bf2869d419df \ - sha1 62bbea17e54cdacb48442e25eddf0463ab69ba61 \ - rmd160 3176447bf21dd1d5559d256ee3786d13771c20af + tmux is a \"terminal multiplexer\", it enables a number of terminals \ + (or windows) to be accessed and controlled from a single terminal. \ + tmux is intended to be a simple, modern, BSD-licensed alternative \ + to programs such as GNU screen. +homepage http://sourceforge.net/projects/tmux/ +platforms darwin +license BSD +master_sites sourceforge +checksums md5 716b12d9ea052f57d917bf2869d419df \ + sha1 62bbea17e54cdacb48442e25eddf0463ab69ba61 \ + rmd160 3176447bf21dd1d5559d256ee3786d13771c20af -depends_lib port:ncurses +depends_lib port:ncurses -patchfiles GNUmakefile.diff \ - osdep-darwin.c.diff \ - server.c.diff \ - tmux.1.diff \ - tmux.h.diff +patchfiles GNUmakefile.diff \ + osdep-darwin.c.diff \ + server.c.diff \ + tmux.1.diff \ + tmux.h.diff post-configure { - reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h" - reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile" - reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile" - reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile" + reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h" + reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile" + reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile" + reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile" } post-destroot { - xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux - foreach file [glob ${worksrcpath}/examples/*] { - xinstall -m 0644 $file ${destroot}${prefix}/share/doc/tmux - } + xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux + foreach file [glob ${worksrcpath}/examples/*] { + xinstall -m 0644 $file ${destroot}${prefix}/share/doc/tmux + } } variant screen description "behave more like screen" { - post-destroot { - xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf - } + post-destroot { + xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf + } } livecheck.regex tmux tmux-(\[^ \]+) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Thu Oct 1 00:19:03 2009 From: blb at macports.org (blb at macports.org) Date: Thu, 1 Oct 2009 00:19:03 -0700 (PDT) Subject: [58573] trunk/dports/www/sitemap_gen/Portfile Message-ID: <20091001071903.8327F28B29B5@beta.macosforge.org> Revision: 58573 http://trac.macports.org/changeset/58573 Author: blb at macports.org Date: 2009-10-01 00:19:02 -0700 (Thu, 01 Oct 2009) Log Message: ----------- www/sitemap_gen - fix categories Modified Paths: -------------- trunk/dports/www/sitemap_gen/Portfile Modified: trunk/dports/www/sitemap_gen/Portfile =================================================================== --- trunk/dports/www/sitemap_gen/Portfile 2009-10-01 07:18:39 UTC (rev 58572) +++ trunk/dports/www/sitemap_gen/Portfile 2009-10-01 07:19:02 UTC (rev 58573) @@ -4,7 +4,7 @@ PortGroup python24 1.0 name sitemap_gen version 1.4 -categories-append www +categories www python platforms darwin maintainers google.com:mstokely description sitecopy website maintenance utility -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 00:53:54 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 00:53:54 -0700 (PDT) Subject: [58574] trunk/dports Message-ID: <20091001075357.4319C28B345A@beta.macosforge.org> Revision: 58574 http://trac.macports.org/changeset/58574 Author: portindex at macports.org Date: 2009-10-01 00:53:50 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6222 Ports successfully parsed: 6222 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 07:19:02 UTC (rev 58573) +++ trunk/dports/PortIndex 2009-10-01 07:53:50 UTC (rev 58574) @@ -4609,7 +4609,7 @@ milter-greylist 424 variants {postfix universal} portdir mail/milter-greylist description {milter-greylist standalone greylist milter} homepage http://hcpnet.free.fr/milter-greylist/ epoch 0 platforms darwin name milter-greylist depends_lib port:libmilter long_description {milter-greylist is a stand-alone milter written in C that implements the greylist filtering method} maintainers geeklair.net:dluke categories mail version 4.0 revision 0 mixminion 377 -portdir mail/mixminion description {implementation of the Type III Anonymous Remailer protocol} homepage http://mixminion.net/ epoch 0 platforms darwin depends_lib port:python24 name mixminion maintainers nomaintainer long_description {Mixminion is the reference implementation of the Type III Anonymous Remailer protocol in Python.} version 0.0.7.1 categories mail revision 0 +portdir mail/mixminion description {implementation of the Type III Anonymous Remailer protocol} homepage http://mixminion.net/ epoch 0 platforms darwin depends_lib port:python26 name mixminion maintainers nomaintainer long_description {Mixminion is the reference implementation of the Type III Anonymous Remailer protocol in Python.} version 0.0.7.1 categories mail revision 0 mpack 342 variants universal portdir mail/mpack description {mime mail packing and unpacking} homepage http://ftp.andrew.cmu.edu/pub/mpack/ epoch 0 platforms darwin name mpack maintainers nomaintainer long_description {mpack and munpack provide command line tools to pack and unpack multipart mime mail messages} categories mail version 1.6 revision 1 mpop 390 @@ -6563,7 +6563,7 @@ p5-graphviz 557 portdir perl/p5-graphviz description {Interface to the GraphViz graphing tool} homepage http://search.cpan.org/dist/GraphViz/ epoch 0 platforms darwin name p5-graphviz depends_lib {path:bin/perl:perl5 path:bin/dot:graphviz port:p5-ipc-run port:p5-graph port:p5-math-bezier} maintainers nomaintainer long_description {This modules provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using the {"dot"} and {"neato"} programs from the GraphViz project} categories perl version 2.04 revision 0 p5-gssapi 354 -portdir perl/p5-gssapi description {Perl extension providing access to the GSSAPIv2 library.} homepage http://search.cpan.org/dist/GSSAPI/ epoch 0 platforms darwin name p5-gssapi depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Perl extension providing access to the GSSAPIv2 library.}} categories perl version 0.24 revision 0 +portdir perl/p5-gssapi description {Perl extension providing access to the GSSAPIv2 library.} homepage http://search.cpan.org/dist/GSSAPI/ epoch 0 platforms darwin name p5-gssapi depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Perl extension providing access to the GSSAPIv2 library.}} categories perl version 0.26 revision 0 p5-gtk2 626 portdir perl/p5-gtk2 description {Bindings to Gtk+ library} homepage http://gtk2-perl.sourceforge.net/ epoch 0 platforms darwin name p5-gtk2 depends_lib {port:gtk2 port:p5-extutils-depends port:p5-extutils-pkgconfig port:p5-glib port:p5-cairo port:p5-pango} maintainers nomaintainer long_description {Perl bindings to the 2.x series of the Gtk+ graphical user interface library. This module allows you to write graphical user interfaces in a perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.} categories perl version 1.221 revision 0 p5-gtk2-gladexml 621 @@ -8947,7 +8947,7 @@ py26-clonedigger 449 portdir python/py26-clonedigger description {Clone Digger aimed to detect similar code in Python programs} homepage http://clonedigger.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-clonedigger maintainers nomaintainer long_description {Clone Digger is the tool for finding software clones. Currently only Python language is supported, Java support will be added soon.} version 1.0.3-beta categories python revision 0 py26-colormath 412 -portdir python/py26-colormath description {Simplify color math operations in python} homepage http://code.google.com/p/python-colormath/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-colormath maintainers {blb openmaintainer} long_description {The python-colormath is a python module that abstracts common color math operations} version 1.0.4 categories {python math} revision 0 +portdir python/py26-colormath description {Simplify color math operations in python} homepage http://code.google.com/p/python-colormath/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-colormath maintainers {blb openmaintainer} long_description {The python-colormath is a python module that abstracts common color math operations} version 1.0.5 categories {python math} revision 0 py26-configobj 1105 portdir python/py26-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python26 name py26-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with configuration files (like the 'reload' method) * Full Unicode support} depends_extract bin:unzip:unzip version 4.5.2 categories python revision 0 py26-coverage 558 @@ -10670,8 +10670,8 @@ variants universal portdir sysutils/timespan description {calculates time between two specified dates} homepage http://timespan.sourceforge.net/ epoch 0 platforms darwin name timespan long_description {Calculates time (days, hours, minutes, or seconds) between 1 Jan 1970 and the specified date or between two specified dates.} maintainers nomaintainer categories sysutils version 2.0 revision 0 tmpreaper 352 variants universal portdir sysutils/tmpreaper description {A utility for removing files based on last access time} homepage http://www.debian.org/ epoch 0 platforms {darwin freebsd} name tmpreaper long_description {{A utility for removing files based on last access time}} maintainers genetikayos.com:kayos categories sysutils version 1.6.5 revision 0 -tmux 497 -variants universal portdir sysutils/tmux description {terminal multiplexer} homepage http://sourceforge.net/projects/tmux/ epoch 0 platforms darwin name tmux depends_lib port:ncurses long_description {tmux is a {"terminal} multiplexer\", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.} maintainers toby categories sysutils version 1.0 revision 3 +tmux 506 +variants {screen universal} portdir sysutils/tmux description {terminal multiplexer} homepage http://sourceforge.net/projects/tmux/ epoch 0 platforms darwin name tmux depends_lib port:ncurses long_description {tmux is a {"terminal} multiplexer\", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.} maintainers toby categories sysutils version 1.0 revision 3 tree 522 portdir sysutils/tree description {display tree-view of directories with optional color/HTML output} homepage http://mama.indstate.edu/users/ice/tree/ epoch 0 platforms darwin name tree maintainers {simon openmaintainer} long_description {Tree is a simple utility that displays a tree-view of directories and files. It has options to use ANSI color escape-sequences or ASCII graphic characters, and can also output in HTML format. Tree was written by Steve Baker for Linux.} version 1.5.2.2 categories sysutils revision 0 truncate 276 @@ -11519,7 +11519,7 @@ sitecopy 526 variants universal portdir www/sitecopy description {sitecopy website maintenance utility} homepage http://www.manyfish.co.uk/sitecopy epoch 0 platforms darwin name sitecopy long_description {sitecopy allows you to easily maintain remote Web sites. The program will upload files to the server which have changed locally, and delete files from the server which have been removed locally, keeping the remote site synchronized. FTP and WebDAV are supported.} maintainers julian at hal-9k.de categories www version 0.16.6 revision 0 sitemap_gen 569 -portdir www/sitemap_gen description {sitecopy website maintenance utility} homepage https://www.google.com/webmasters/sitemaps/docs/en/about.html epoch 0 platforms darwin depends_lib port:python24 name sitemap_gen maintainers google.com:mstokely long_description {The sitemap_gen.py script analyzes your web server and generates one or more Sitemap files. These files are XML listings of content you make available on your web server. The files can then be directly submitted to Google. Written by opensource at google.com.} version 1.4 categories {python www} revision 0 +portdir www/sitemap_gen description {sitecopy website maintenance utility} homepage https://www.google.com/webmasters/sitemaps/docs/en/about.html epoch 0 platforms darwin depends_lib port:python24 name sitemap_gen maintainers google.com:mstokely long_description {The sitemap_gen.py script analyzes your web server and generates one or more Sitemap files. These files are XML listings of content you make available on your web server. The files can then be directly submitted to Google. Written by opensource at google.com.} version 1.4 categories {www python} revision 0 spawn-fcgi 304 variants universal portdir www/spawn-fcgi description {Program to spawn fast-cgi processes} homepage http://www.lighttpd.net/ epoch 0 platforms darwin name spawn-fcgi long_description {{Program to spawn fast-cgi processes}} maintainers {ryandesign openmaintainer} categories www version 1.6.3 revision 0 spidereyeballs 493 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 01:33:35 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 01:33:35 -0700 (PDT) Subject: [58575] trunk/dports/www/apache/Portfile Message-ID: <20091001083336.3879928B3C35@beta.macosforge.org> Revision: 58575 http://trac.macports.org/changeset/58575 Author: ryandesign at macports.org Date: 2009-10-01 01:33:34 -0700 (Thu, 01 Oct 2009) Log Message: ----------- apache: allow universal build by removing unsupported configure arg Modified Paths: -------------- trunk/dports/www/apache/Portfile Modified: trunk/dports/www/apache/Portfile =================================================================== --- trunk/dports/www/apache/Portfile 2009-10-01 07:53:50 UTC (rev 58574) +++ trunk/dports/www/apache/Portfile 2009-10-01 08:33:34 UTC (rev 58575) @@ -42,6 +42,8 @@ configure.args ${stdargs} +configure.universal_args-delete --disable-dependency-tracking + destroot.args root=${destroot} startupitem.create yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 01:36:24 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 01:36:24 -0700 (PDT) Subject: [58576] trunk/dports/www Message-ID: <20091001083625.3325428B41F2@beta.macosforge.org> Revision: 58576 http://trac.macports.org/changeset/58576 Author: ryandesign at macports.org Date: 2009-10-01 01:36:23 -0700 (Thu, 01 Oct 2009) Log Message: ----------- apache and apache2 conflict with one another Modified Paths: -------------- trunk/dports/www/apache/Portfile trunk/dports/www/apache2/Portfile Modified: trunk/dports/www/apache/Portfile =================================================================== --- trunk/dports/www/apache/Portfile 2009-10-01 08:33:34 UTC (rev 58575) +++ trunk/dports/www/apache/Portfile 2009-10-01 08:36:23 UTC (rev 58576) @@ -24,6 +24,9 @@ sha1 3bbd4c4bc648e6ad5b696bb83420533f4d23daf8 \ rmd160 74786c65c143af123f1d13e9d93dd5ff07e9a201 +# Both apache and apache2 want to install dbmmanage.1 and other manpages. +conflicts apache2 + platform darwin { if { ![variant_isset apache_layout] } { configure.args-append --with-layout=FreeBSD --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run Modified: trunk/dports/www/apache2/Portfile =================================================================== --- trunk/dports/www/apache2/Portfile 2009-10-01 08:33:34 UTC (rev 58575) +++ trunk/dports/www/apache2/Portfile 2009-10-01 08:36:23 UTC (rev 58576) @@ -32,6 +32,9 @@ port:openssl \ port:pcre +# Both apache and apache2 want to install dbmmanage.1 and other manpages. +conflicts apache + post-patch { reinplace -E "s/(User|Group) daemon/\\1 www/" ${worksrcpath}/docs/conf/httpd.conf.in } -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Thu Oct 1 02:18:38 2009 From: raimue at macports.org (raimue at macports.org) Date: Thu, 1 Oct 2009 02:18:38 -0700 (PDT) Subject: [58577] trunk/dports/net/tuntaposx Message-ID: <20091001091839.332D628B5069@beta.macosforge.org> Revision: 58577 http://trac.macports.org/changeset/58577 Author: raimue at macports.org Date: 2009-10-01 02:18:34 -0700 (Thu, 01 Oct 2009) Log Message: ----------- net/tuntaposx: Update to version 20090913, adapting patches. For Snow Leopard, build both i386 and x86_64 as the kernel can be run in 64-bit mode. Modified Paths: -------------- trunk/dports/net/tuntaposx/Portfile trunk/dports/net/tuntaposx/files/patch-src__tap__Makefile trunk/dports/net/tuntaposx/files/patch-src__tun__Makefile Modified: trunk/dports/net/tuntaposx/Portfile =================================================================== --- trunk/dports/net/tuntaposx/Portfile 2009-10-01 08:36:23 UTC (rev 58576) +++ trunk/dports/net/tuntaposx/Portfile 2009-10-01 09:18:34 UTC (rev 58577) @@ -3,8 +3,7 @@ PortSystem 1.0 name tuntaposx -version 20080804 -revision 1 +version 20090913 categories net maintainers febeling openmaintainer description Tun and tap virtual devices. @@ -15,16 +14,18 @@ master_sites sourceforge distname tuntap_${version}_src worksrcdir tuntap -checksums sha1 2315388ac0e7e090c0e5322fbffb3a9b044e55f5 +checksums sha1 1a9fb5e077c6d21b7715c8cb26f2ebdcbd681202 destroot.violate_mtree yes destroot.args BASE=${destroot}${prefix} patchfiles patch-src__tap__Makefile patch-src__tun__Makefile -# doesn't build 64-bit -configure.universal_archs-delete x86_64 ppc64 +configure { + if {[variant_isset darwin_10] && ![variant_isset universal]} { + # Kernel can be 32-bit or 64-bit, so build both + configure.cflags-append -arch i386 -arch x86_64 + } -configure { reinplace "s|CCP = g++|CCP = ${configure.cxx}|" ${worksrcpath}/src/tun/Makefile \ ${worksrcpath}/src/tap/Makefile reinplace "s|CC = gcc|CC = ${configure.cc}|" ${worksrcpath}/src/tun/Makefile \ @@ -58,3 +59,5 @@ ui_msg "**********************************************************************" } } + +platform darwin 10 {} Modified: trunk/dports/net/tuntaposx/files/patch-src__tap__Makefile =================================================================== --- trunk/dports/net/tuntaposx/files/patch-src__tap__Makefile 2009-10-01 08:36:23 UTC (rev 58576) +++ trunk/dports/net/tuntaposx/files/patch-src__tap__Makefile 2009-10-01 09:18:34 UTC (rev 58577) @@ -1,17 +1,16 @@ ---- src/tap/Makefile.orig 2008-07-22 13:42:09.000000000 -0700 -+++ src/tap/Makefile 2009-06-06 01:41:58.000000000 -0700 -@@ -23,12 +23,12 @@ - -I/System/Library/Frameworks/Kernel.framework/Headers \ - -I/System/Library/Frameworks/Kernel.framework/Headers/bsd - CFLAGS = -static -nostdinc -Wall -msoft-float -mlong-branch -force_cpusubtype_ALL -fno-builtin \ -- -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ \ -+ __CFLAGS__ \ +--- src/tap/Makefile.orig 2009-10-01 10:53:55.000000000 +0200 ++++ src/tap/Makefile 2009-10-01 10:54:22.000000000 +0200 +@@ -21,11 +21,11 @@ + + INCLUDE = -I.. -I/System/Library/Frameworks/Kernel.framework/Headers + CFLAGS = -Wall -mkernel -force_cpusubtype_ALL \ +- -fno-builtin -fno-stack-protector -arch ppc -arch i386 -arch x86_64 \ ++ -fno-builtin -fno-stack-protector __CFLAGS__ \ -DKERNEL -D__APPLE__ -DKERNEL_PRIVATE -DTUNTAP_VERSION=\"$(TUNTAP_VERSION)\" \ -DTAP_KEXT_VERSION=\"$(TAP_KEXT_VERSION)\" - CCFLAGS = $(CFLAGS) -nostdinc++ -fapple-kext -fno-exceptions -fno-rtti - LDFLAGS = -static -Wall -nostdlib -r -lcc_kext \ -- -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ -+ __CFLAGS__ + CCFLAGS = $(CFLAGS) +-LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext -arch ppc -arch i386 -arch x86_64 -Xlinker -kext ++LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext __CFLAGS__ -Xlinker -kext - CCP = g++ + CC = gcc Modified: trunk/dports/net/tuntaposx/files/patch-src__tun__Makefile =================================================================== --- trunk/dports/net/tuntaposx/files/patch-src__tun__Makefile 2009-10-01 08:36:23 UTC (rev 58576) +++ trunk/dports/net/tuntaposx/files/patch-src__tun__Makefile 2009-10-01 09:18:34 UTC (rev 58577) @@ -1,17 +1,16 @@ ---- src/tun/Makefile.orig 2008-07-22 13:42:09.000000000 -0700 -+++ src/tun/Makefile 2009-06-06 01:41:51.000000000 -0700 -@@ -23,12 +23,12 @@ - -I/System/Library/Frameworks/Kernel.framework/Headers \ - -I/System/Library/Frameworks/Kernel.framework/Headers/bsd - CFLAGS = -static -nostdinc -Wall -msoft-float -mlong-branch -force_cpusubtype_ALL -fno-builtin \ -- -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ \ -+ __CFLAGS__ \ +--- src/tun/Makefile.orig 2009-10-01 10:54:40.000000000 +0200 ++++ src/tun/Makefile 2009-10-01 10:55:02.000000000 +0200 +@@ -22,11 +22,11 @@ + + INCLUDE = -I.. -I/System/Library/Frameworks/Kernel.framework/Headers + CFLAGS = -Wall -mkernel -force_cpusubtype_ALL \ +- -fno-builtin -fno-stack-protector -arch ppc -arch i386 -arch x86_64 \ ++ -fno-builtin -fno-stack-protector __CFLAGS__ \ -DKERNEL -D__APPLE__ -DKERNEL_PRIVATE -DTUNTAP_VERSION=\"$(TUNTAP_VERSION)\" \ - -DTAP_KEXT_VERSION=\"$(TUN_KEXT_VERSION)\" - CCFLAGS = $(CFLAGS) -nostdinc++ -fapple-kext -fno-exceptions -fno-rtti - LDFLAGS = -static -Wall -nostdlib -r -lcc_kext \ -- -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ -+ __CFLAGS__ + -DTUN_KEXT_VERSION=\"$(TUN_KEXT_VERSION)\" + CCFLAGS = $(CFLAGS) +-LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext -arch ppc -arch i386 -arch x86_64 -Xlinker -kext ++LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext __CFLAGS__ -Xlinker -kext CCP = g++ CC = gcc -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 02:34:20 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 02:34:20 -0700 (PDT) Subject: [58578] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl Message-ID: <20091001093420.7C79E28B5254@beta.macosforge.org> Revision: 58578 http://trac.macports.org/changeset/58578 Author: ryandesign at macports.org Date: 2009-10-01 02:34:16 -0700 (Thu, 01 Oct 2009) Log Message: ----------- archcheck-1.0.tcl: "ppc" only turns into "ppc7400" on Leopard; fixes #21739 and 21740 Modified Paths: -------------- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-01 09:18:34 UTC (rev 58577) +++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-01 09:34:16 UTC (rev 58578) @@ -57,7 +57,7 @@ } set file_archs " [strsed [exec lipo -info ${file}] {s/.*://}] " foreach requested_arch ${requested_archs} { - if {${requested_arch} == "ppc"} { + if {9 == ${os.major} && ${requested_arch} == "ppc"} { set requested_arch ppc7400 } if {-1 == [string first " ${requested_arch} " ${file_archs}]} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 02:44:34 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 02:44:34 -0700 Subject: propchange - r58578 svn:log Message-ID: <20091001094434.9C0AE79EF00B@mail-out4.apple.com> Author: ryandesign at macports.org (original author: ryandesign at macports.org) Revision: 58578 Property Name: svn:log @@ -1 +1 @@ -archcheck-1.0.tcl: "ppc" only turns into "ppc7400" on Leopard; fixes #21739 and 21740 +archcheck-1.0.tcl: "ppc" only turns into "ppc7400" on Leopard; fixes #21739 and #21740 From portindex at macports.org Thu Oct 1 02:54:52 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 02:54:52 -0700 (PDT) Subject: [58579] trunk/dports Message-ID: <20091001095454.1341F28B5762@beta.macosforge.org> Revision: 58579 http://trac.macports.org/changeset/58579 Author: portindex at macports.org Date: 2009-10-01 02:54:51 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6222 Ports successfully parsed: 6222 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 09:34:16 UTC (rev 58578) +++ trunk/dports/PortIndex 2009-10-01 09:54:51 UTC (rev 58579) @@ -5846,8 +5846,8 @@ variants universal depends_build {port:autoconf port:automake port:libtool} portdir net/tsocks description {Transparent SOCKS proxying library} homepage http://giig.ugr.es/~rgarcia/tsocks/ epoch 0 platforms darwin name tsocks long_description {tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary.} maintainers gmail.com:darren.bane categories net version 1.8.4 revision 0 ttcp 514 variants universal portdir net/ttcp description {Benchmarking tool for analysing TCP and UDP performance} epoch 0 platforms darwin name ttcp maintainers fenner long_description {TTCP is a benchmarking tool for determining TCP and UDP performance between 2 systems. The program was created at the US Army Ballistics Research Lab (BRL) and is in the public domain. Feel free to distribute this program but please do leave the credit notices in the source and man page intact.} categories net version 1.10 revision 0 -tuntaposx 386 -variants universal portdir net/tuntaposx description {Tun and tap virtual devices.} homepage http://tuntaposx.sourceforge.net/ epoch 0 platforms darwin name tuntaposx long_description {Unix-style tun and tap virtual network interfaces for Mac OS X. You typically use these for VPN and OS virtualization.} maintainers {febeling openmaintainer} categories net version 20080804 revision 1 +tuntaposx 398 +variants {darwin_10 universal} portdir net/tuntaposx description {Tun and tap virtual devices.} homepage http://tuntaposx.sourceforge.net/ epoch 0 platforms darwin name tuntaposx long_description {Unix-style tun and tap virtual network interfaces for Mac OS X. You typically use these for VPN and OS virtualization.} maintainers {febeling openmaintainer} categories net version 20090913 revision 0 ucarp 770 variants universal portdir net/ucarp description {userland implementation of the CARP} homepage http://www.ucarp.org epoch 0 platforms darwin name ucarp depends_lib {lib:libiconv:libiconv lib:libintl:gettext} long_description {UCARP allows a pair of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to VRRP). Strong points of the CARP protocol include its very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts.} maintainers nomaintainer categories net version 1.1 revision 0 ucspi-tcp 652 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Thu Oct 1 03:18:06 2009 From: raimue at macports.org (raimue at macports.org) Date: Thu, 1 Oct 2009 03:18:06 -0700 (PDT) Subject: [58580] trunk/dports/net/tuntaposx/Portfile Message-ID: <20091001101807.ED47B28B5FB0@beta.macosforge.org> Revision: 58580 http://trac.macports.org/changeset/58580 Author: raimue at macports.org Date: 2009-10-01 03:18:03 -0700 (Thu, 01 Oct 2009) Log Message: ----------- net/tuntaposx: As it build for multiple archs on SL, use +universal. Discussion: http://lists.macosforge.org/pipermail/macports-dev/2009-October/010285.html Modified Paths: -------------- trunk/dports/net/tuntaposx/Portfile Modified: trunk/dports/net/tuntaposx/Portfile =================================================================== --- trunk/dports/net/tuntaposx/Portfile 2009-10-01 09:54:51 UTC (rev 58579) +++ trunk/dports/net/tuntaposx/Portfile 2009-10-01 10:18:03 UTC (rev 58580) @@ -4,6 +4,7 @@ name tuntaposx version 20090913 +revisionn 1 categories net maintainers febeling openmaintainer description Tun and tap virtual devices. @@ -21,17 +22,17 @@ patchfiles patch-src__tap__Makefile patch-src__tun__Makefile configure { - if {[variant_isset darwin_10] && ![variant_isset universal]} { - # Kernel can be 32-bit or 64-bit, so build both - configure.cflags-append -arch i386 -arch x86_64 - } - reinplace "s|CCP = g++|CCP = ${configure.cxx}|" ${worksrcpath}/src/tun/Makefile \ ${worksrcpath}/src/tap/Makefile reinplace "s|CC = gcc|CC = ${configure.cc}|" ${worksrcpath}/src/tun/Makefile \ ${worksrcpath}/src/tap/Makefile - reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/src/tun/Makefile \ - ${worksrcpath}/src/tap/Makefile + if {[variant_isset universal]} { + reinplace "s|__CFLAGS__|${configure.universal_cflags}|" ${worksrcpath}/src/tun/Makefile \ + ${worksrcpath}/src/tap/Makefile + } else { + reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/src/tun/Makefile \ + ${worksrcpath}/src/tap/Makefile + } } startupitem.create yes @@ -61,3 +62,8 @@ } platform darwin 10 {} +if {[variant_isset darwin_10]} { + # Kernel can be 32-bit or 64-bit, so build both + default_variants +universal + configure.universal_archs i386 x86_64 +} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 03:45:38 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 03:45:38 -0700 (PDT) Subject: [58581] trunk/dports/php Message-ID: <20091001104538.D27CA28B668E@beta.macosforge.org> Revision: 58581 http://trac.macports.org/changeset/58581 Author: ryandesign at macports.org Date: 2009-10-01 03:45:37 -0700 (Thu, 01 Oct 2009) Log Message: ----------- php5-odbc: new port, version 5.3.0; see #19091 Added Paths: ----------- trunk/dports/php/php5-odbc/ trunk/dports/php/php5-odbc/Portfile Added: trunk/dports/php/php5-odbc/Portfile =================================================================== --- trunk/dports/php/php5-odbc/Portfile (rev 0) +++ trunk/dports/php/php5-odbc/Portfile 2009-10-01 10:45:37 UTC (rev 58581) @@ -0,0 +1,27 @@ +# $Id$ + +PortSystem 1.0 +PortGroup php5extension 1.0 + +php5extension.setup odbc 5.3.0 bundled +php5extension.use_phpize no +categories-append databases +platforms darwin +maintainers ryandesign + +description a PHP interface for accessing databases via \ + Open DataBase Connectivity (ODBC) + +long_description ${description} + +checksums md5 846760cd655c98dfd86d6d97c3d964b0 \ + sha1 934700941d216c453376e3bf24347041cf12c6dc \ + rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f44 + +depends_lib-append port:unixodbc + +configure.args-append --enable-pdo \ + --with-unixODBC=shared,${prefix} \ + --with-pdo-odbc=shared,unixODBC,${prefix} + +use_parallel_build yes Property changes on: trunk/dports/php/php5-odbc/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 03:53:57 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 03:53:57 -0700 (PDT) Subject: [58582] trunk/dports Message-ID: <20091001105358.70DBD28B672E@beta.macosforge.org> Revision: 58582 http://trac.macports.org/changeset/58582 Author: portindex at macports.org Date: 2009-10-01 03:53:57 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6223 Ports successfully parsed: 6222 Ports failed: 1 Failed to parse file net/tuntaposx/Portfile: invalid command name "revisionn" Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 10:45:37 UTC (rev 58581) +++ trunk/dports/PortIndex 2009-10-01 10:53:57 UTC (rev 58582) @@ -5846,8 +5846,6 @@ variants universal depends_build {port:autoconf port:automake port:libtool} portdir net/tsocks description {Transparent SOCKS proxying library} homepage http://giig.ugr.es/~rgarcia/tsocks/ epoch 0 platforms darwin name tsocks long_description {tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary.} maintainers gmail.com:darren.bane categories net version 1.8.4 revision 0 ttcp 514 variants universal portdir net/ttcp description {Benchmarking tool for analysing TCP and UDP performance} epoch 0 platforms darwin name ttcp maintainers fenner long_description {TTCP is a benchmarking tool for determining TCP and UDP performance between 2 systems. The program was created at the US Army Ballistics Research Lab (BRL) and is in the public domain. Feel free to distribute this program but please do leave the credit notices in the source and man page intact.} categories net version 1.10 revision 0 -tuntaposx 398 -variants {darwin_10 universal} portdir net/tuntaposx description {Tun and tap virtual devices.} homepage http://tuntaposx.sourceforge.net/ epoch 0 platforms darwin name tuntaposx long_description {Unix-style tun and tap virtual network interfaces for Mac OS X. You typically use these for VPN and OS virtualization.} maintainers {febeling openmaintainer} categories net version 20090913 revision 0 ucarp 770 variants universal portdir net/ucarp description {userland implementation of the CARP} homepage http://www.ucarp.org epoch 0 platforms darwin name ucarp depends_lib {lib:libiconv:libiconv lib:libintl:gettext} long_description {UCARP allows a pair of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to VRRP). Strong points of the CARP protocol include its very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts.} maintainers nomaintainer categories net version 1.1 revision 0 ucspi-tcp 652 @@ -7448,6 +7446,8 @@ variants universal portdir php/php5-mssql description {a PHP interface to MSSQL using FreeTDS, including the mssql and pdo_dblib extensions} homepage http://www.php.net/mssql epoch 0 platforms darwin name php5-mssql depends_lib {path:bin/phpize:php5 port:freetds} long_description {{a PHP interface to MSSQL using FreeTDS, including the mssql and pdo_dblib extensions}} maintainers ryandesign categories {php databases} version 5.3.0 revision 0 php5-mysql 474 variants {mysqlnd mysql4 mysql5 universal} portdir php/php5-mysql description {a PHP interface to MySQL databases, including the mysql, mysqli and pdo_mysql extensions} homepage http://www.php.net/mysql epoch 0 platforms darwin name php5-mysql depends_lib {path:bin/phpize:php5 port:zlib} long_description {{a PHP interface to MySQL databases, including the mysql, mysqli and pdo_mysql extensions}} maintainers ryandesign categories {php databases} version 5.3.0 revision 0 +php5-odbc 429 +variants universal portdir php/php5-odbc description {a PHP interface for accessing databases via Open DataBase Connectivity (ODBC)} homepage http://www.php.net/odbc epoch 0 platforms darwin name php5-odbc depends_lib {path:bin/phpize:php5 port:unixodbc} long_description {{a PHP interface for accessing databases via Open DataBase Connectivity (ODBC)}} maintainers ryandesign categories {php databases} version 5.3.0 revision 0 php5-openssl 504 variants {macosx universal} portdir php/php5-openssl description {a PHP interface to OpenSSL signature-generation and -verification and data-encryption and -decryption functions} homepage http://www.php.net/openssl epoch 0 platforms darwin name php5-openssl depends_lib path:bin/phpize:php5 long_description {{a PHP interface to OpenSSL signature-generation and -verification and data-encryption and -decryption functions}} maintainers ryandesign categories {php devel security} version 5.3.0 revision 0 php5-oracle 460 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 03:54:53 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 03:54:53 -0700 (PDT) Subject: [58583] trunk/dports/net/tuntaposx/Portfile Message-ID: <20091001105453.BC4B928B678D@beta.macosforge.org> Revision: 58583 http://trac.macports.org/changeset/58583 Author: ryandesign at macports.org Date: 2009-10-01 03:54:53 -0700 (Thu, 01 Oct 2009) Log Message: ----------- tuntaposx: fix revision typo Modified Paths: -------------- trunk/dports/net/tuntaposx/Portfile Modified: trunk/dports/net/tuntaposx/Portfile =================================================================== --- trunk/dports/net/tuntaposx/Portfile 2009-10-01 10:53:57 UTC (rev 58582) +++ trunk/dports/net/tuntaposx/Portfile 2009-10-01 10:54:53 UTC (rev 58583) @@ -4,7 +4,7 @@ name tuntaposx version 20090913 -revisionn 1 +revision 1 categories net maintainers febeling openmaintainer description Tun and tap virtual devices. -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 04:53:46 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 04:53:46 -0700 (PDT) Subject: [58584] trunk/dports Message-ID: <20091001115348.876BC28B76B5@beta.macosforge.org> Revision: 58584 http://trac.macports.org/changeset/58584 Author: portindex at macports.org Date: 2009-10-01 04:53:42 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6223 Ports successfully parsed: 6223 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 10:54:53 UTC (rev 58583) +++ trunk/dports/PortIndex 2009-10-01 11:53:42 UTC (rev 58584) @@ -5846,6 +5846,8 @@ variants universal depends_build {port:autoconf port:automake port:libtool} portdir net/tsocks description {Transparent SOCKS proxying library} homepage http://giig.ugr.es/~rgarcia/tsocks/ epoch 0 platforms darwin name tsocks long_description {tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary.} maintainers gmail.com:darren.bane categories net version 1.8.4 revision 0 ttcp 514 variants universal portdir net/ttcp description {Benchmarking tool for analysing TCP and UDP performance} epoch 0 platforms darwin name ttcp maintainers fenner long_description {TTCP is a benchmarking tool for determining TCP and UDP performance between 2 systems. The program was created at the US Army Ballistics Research Lab (BRL) and is in the public domain. Feel free to distribute this program but please do leave the credit notices in the source and man page intact.} categories net version 1.10 revision 0 +tuntaposx 398 +variants {darwin_10 universal} portdir net/tuntaposx description {Tun and tap virtual devices.} homepage http://tuntaposx.sourceforge.net/ epoch 0 platforms darwin name tuntaposx long_description {Unix-style tun and tap virtual network interfaces for Mac OS X. You typically use these for VPN and OS virtualization.} maintainers {febeling openmaintainer} categories net version 20090913 revision 1 ucarp 770 variants universal portdir net/ucarp description {userland implementation of the CARP} homepage http://www.ucarp.org epoch 0 platforms darwin name ucarp depends_lib {lib:libiconv:libiconv lib:libintl:gettext} long_description {UCARP allows a pair of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to VRRP). Strong points of the CARP protocol include its very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts.} maintainers nomaintainer categories net version 1.1 revision 0 ucspi-tcp 652 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 05:02:21 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 05:02:21 -0700 (PDT) Subject: [58585] trunk/dports/php Message-ID: <20091001120221.BC5AF28B7989@beta.macosforge.org> Revision: 58585 http://trac.macports.org/changeset/58585 Author: ryandesign at macports.org Date: 2009-10-01 05:02:18 -0700 (Thu, 01 Oct 2009) Log Message: ----------- php5-dba: new port, version 5.3.0; see #20056 and #19091 Added Paths: ----------- trunk/dports/php/php5-dba/ trunk/dports/php/php5-dba/Portfile Added: trunk/dports/php/php5-dba/Portfile =================================================================== --- trunk/dports/php/php5-dba/Portfile (rev 0) +++ trunk/dports/php/php5-dba/Portfile 2009-10-01 12:02:18 UTC (rev 58585) @@ -0,0 +1,30 @@ +# $Id$ + +PortSystem 1.0 +PortGroup php5extension 1.0 + +php5extension.setup dba 5.3.0 bundled +categories-append databases +platforms darwin +maintainers ryandesign + +description a PHP interface for accessing DBM databases such as \ + BerkeleyDB + +long_description ${description} + +checksums md5 846760cd655c98dfd86d6d97c3d964b0 \ + sha1 934700941d216c453376e3bf24347041cf12c6dc \ + rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f44 + +use_parallel_build yes + +variant gdbm conflicts qdbm description {Add GDBM support} { + depends_lib-append port:gdbm + configure.args-append --with-gdbm=${prefix} +} + +variant qdbm conflicts gdbm description {Add QDBM support} { + depends_lib-append port:qdbm + configure.args-append --with-qdbm=${prefix} +} Property changes on: trunk/dports/php/php5-dba/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 05:14:50 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 05:14:50 -0700 (PDT) Subject: [58586] trunk/dports/lang Message-ID: <20091001121451.05D5928B7D6D@beta.macosforge.org> Revision: 58586 http://trac.macports.org/changeset/58586 Author: ryandesign at macports.org Date: 2009-10-01 05:14:46 -0700 (Thu, 01 Oct 2009) Log Message: ----------- php5, php5-devel: remove dbase variant. This functionality has been removed from php as of 5.3.0 and allegedly moved to PECL, though I can find no sign of it there Modified Paths: -------------- trunk/dports/lang/php5/Portfile trunk/dports/lang/php5-devel/Portfile Modified: trunk/dports/lang/php5/Portfile =================================================================== --- trunk/dports/lang/php5/Portfile 2009-10-01 12:02:18 UTC (rev 58585) +++ trunk/dports/lang/php5/Portfile 2009-10-01 12:14:46 UTC (rev 58586) @@ -172,11 +172,6 @@ }] } -variant dbase description {Add dBase file format support} { - configure.args-append \ - --enable-dbase -} - variant snmp conflicts macports_snmp description {Add SNMP support using Apple SNMP} { # This compiles PHP5 with SNMP linked against Apple's included NET-SNMP. configure.args-append \ Modified: trunk/dports/lang/php5-devel/Portfile =================================================================== --- trunk/dports/lang/php5-devel/Portfile 2009-10-01 12:02:18 UTC (rev 58585) +++ trunk/dports/lang/php5-devel/Portfile 2009-10-01 12:14:46 UTC (rev 58586) @@ -171,11 +171,6 @@ }] } -variant dbase description {Add dBase file format support} { - configure.args-append \ - --enable-dbase -} - variant snmp conflicts macports_snmp description {Add SNMP support using Apple SNMP} { # This compiles PHP5 with SNMP linked against Apple's included NET-SNMP. configure.args-append \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 05:40:14 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 05:40:14 -0700 (PDT) Subject: [58587] trunk/dports/php Message-ID: <20091001124015.B4C5128B8592@beta.macosforge.org> Revision: 58587 http://trac.macports.org/changeset/58587 Author: ryandesign at macports.org Date: 2009-10-01 05:40:10 -0700 (Thu, 01 Oct 2009) Log Message: ----------- php5-snmp: new port, version 5.3.0; see #19091 Added Paths: ----------- trunk/dports/php/php5-snmp/ trunk/dports/php/php5-snmp/Portfile Added: trunk/dports/php/php5-snmp/Portfile =================================================================== --- trunk/dports/php/php5-snmp/Portfile (rev 0) +++ trunk/dports/php/php5-snmp/Portfile 2009-10-01 12:40:10 UTC (rev 58587) @@ -0,0 +1,24 @@ +# $Id$ + +PortSystem 1.0 +PortGroup php5extension 1.0 + +php5extension.setup snmp 5.3.0 bundled +categories-append sysutils +platforms darwin +maintainers ryandesign + +description a PHP interface to the Simple Network Management \ + Protocol (SNMP) + +long_description ${description} + +checksums md5 846760cd655c98dfd86d6d97c3d964b0 \ + sha1 934700941d216c453376e3bf24347041cf12c6dc \ + rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f44 + +use_parallel_build yes + +depends_lib-append port:net-snmp + +configure.args-append --with-snmp=${prefix} Property changes on: trunk/dports/php/php5-snmp/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 05:54:02 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 05:54:02 -0700 (PDT) Subject: [58588] trunk/dports Message-ID: <20091001125403.8390528B8A6D@beta.macosforge.org> Revision: 58588 http://trac.macports.org/changeset/58588 Author: portindex at macports.org Date: 2009-10-01 05:54:01 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 12:40:10 UTC (rev 58587) +++ trunk/dports/PortIndex 2009-10-01 12:54:01 UTC (rev 58588) @@ -4348,10 +4348,10 @@ portdir lang/php-mode.el description {PHP mode for Emacs} homepage http://php-mode.sourceforge.net/ epoch 0 platforms darwin name php-mode.el depends_lib {{path:\${prefix}/bin/emacs:emacs}} maintainers billitch long_description {An Emacs major mode for editing PHP code. Features: Syntax coloring and {indenting;} Documentation browse and search {functions;} Support for Imenu and {SpeedBar;} Customization options} categories {lang editors} version 1.4.0 revision 0 php4 741 variants {darwin_10 macosx no_web apache apache2 apache20 fastcgi mysql4 mysql5 postgresql8 ldap gmp dbase imap pspell xslt readline t1lib universal} depends_build port:pkgconfig portdir lang/php4 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} depends_lib {port:libiconv port:expat port:gettext port:zlib port:openssl port:tiff port:libxml2 port:libtool port:mhash port:libmcrypt port:curl port:jpeg port:libpng port:freetype port:apache2} name php4 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} maintainers {jwa ryandesign} categories {lang php www} version 4.4.9 revision 7 -php5 792 -variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy dbase snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.0 revision 2 -php5-devel 806 -variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy dbase snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5-devel long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.1RC1 revision 0 +php5 786 +variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.0 revision 2 +php5-devel 800 +variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5-devel long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.1RC1 revision 0 php5-web 468 portdir lang/php5-web description {Meta-port for PHP web server support} homepage http://www.php.net/ epoch 0 platforms darwin name php5-web depends_lib path:bin/php:php5 maintainers ryandesign long_description {If you have a port for a web app that uses PHP, and you don't care (as you usually wouldn't) whether PHP is compiled as an Apache module or as a FastCGI binary, depend on php5-web so the user can choose.} categories {lang php www} version 5.3.0 revision 0 php52 916 @@ -7412,6 +7412,8 @@ variants universal portdir php/php5-calendar description {a PHP extension for converting between different calendar formats} homepage http://www.php.net/calendar epoch 0 platforms darwin name php5-calendar depends_lib path:bin/phpize:php5 long_description {{a PHP extension for converting between different calendar formats}} maintainers ryandesign categories {php devel} version 5.3.0 revision 0 php5-curl 483 variants universal portdir php/php5-curl description {a PHP interface to the curl library, which lets you download files from servers with a variety of protocols} homepage http://www.php.net/curl epoch 0 platforms darwin name php5-curl depends_lib {path:bin/phpize:php5 port:curl} long_description {{a PHP interface to the curl library, which lets you download files from servers with a variety of protocols}} maintainers ryandesign categories {php net www} version 5.3.0 revision 0 +php5-dba 392 +variants {gdbm qdbm universal} portdir php/php5-dba description {a PHP interface for accessing DBM databases such as BerkeleyDB} homepage http://www.php.net/dba epoch 0 platforms darwin name php5-dba depends_lib path:bin/phpize:php5 long_description {{a PHP interface for accessing DBM databases such as BerkeleyDB}} maintainers ryandesign categories {php databases} version 5.3.0 revision 0 php5-eaccelerator 841 variants {shared_memory sessions content_caching doc_comment_caching disassembler universal} portdir php/php5-eaccelerator description {php5 extension for PHP acceleration, optimization, and dynamic content caching} homepage http://eaccelerator.net/ epoch 0 platforms {darwin freebsd openbsd} name php5-eaccelerator depends_lib path:bin/phpize:php5 long_description {eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.} maintainers alakazam categories {php www devel} version 0.9.6-rc1 revision 0 php5-exif 362 @@ -7466,6 +7468,8 @@ portdir php/php5-readline description {obsolete port} homepage http://www.php.net/readline epoch 0 platforms darwin name php5-readline maintainers ryandesign long_description {php5-readline is obsolete and should be uninstalled. Its functionality has been integrated into php5.} version 5.3.0 categories php revision 1 php5-rrdtool 361 variants universal portdir php/php5-rrdtool description {PHP 5 glue for rrdtool} homepage http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.txt epoch 0 platforms darwin name php5-rrdtool depends_lib {path:bin/phpize:php5 port:rrdtool port:re2c} long_description {{PHP 5 glue for rrdtool}} maintainers markd categories {php net devel} version 1.0 revision 3 +php5-snmp 402 +variants universal portdir php/php5-snmp description {a PHP interface to the Simple Network Management Protocol (SNMP)} homepage http://www.php.net/snmp epoch 0 platforms darwin name php5-snmp depends_lib {path:bin/phpize:php5 port:net-snmp} long_description {{a PHP interface to the Simple Network Management Protocol (SNMP)}} maintainers ryandesign categories {php sysutils} version 5.3.0 revision 0 php5-soap 372 variants universal portdir php/php5-soap description {a PHP extension for writing SOAP clients and servers} homepage http://www.php.net/soap epoch 0 platforms darwin name php5-soap depends_lib {path:bin/phpize:php5 port:libxml2} long_description {{a PHP extension for writing SOAP clients and servers}} maintainers ryandesign categories {php net} version 5.3.0 revision 0 php5-sockets 368 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 05:57:22 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 05:57:22 -0700 (PDT) Subject: [58589] trunk/dports/lang/php5 Message-ID: <20091001125723.0ED1828B8C07@beta.macosforge.org> Revision: 58589 http://trac.macports.org/changeset/58589 Author: ryandesign at macports.org Date: 2009-10-01 05:57:22 -0700 (Thu, 01 Oct 2009) Log Message: ----------- php5: update to 5.3.0_3: * remove odbc support which is now in the php5-odbc port (#19091) * remove snmp support which is now in the php5-snmp port (#19091) * remove dba support which is now in the php5-dba port (#20056) * fix php-config --includes so it contains -I${prefix}/include (#20627) * move conf file from extras-conf to extra to match the rest of apache2's extra conf files (#21217) * prevent installation with the +apache2 variant when apache2 is not built with the +preforkmpm variant (#21281) * update suhosin patch to version 5.3.0-0.9.8 final (#21737) * fix intermittent open_basedir corruption issues (#21738) Modified Paths: -------------- trunk/dports/lang/php5/Portfile Added Paths: ----------- trunk/dports/lang/php5/files/patch-main-fopen_wrappers.c.diff trunk/dports/lang/php5/files/patch-scripts-php-config.in.diff Modified: trunk/dports/lang/php5/Portfile =================================================================== --- trunk/dports/lang/php5/Portfile 2009-10-01 12:54:01 UTC (rev 58588) +++ trunk/dports/lang/php5/Portfile 2009-10-01 12:57:22 UTC (rev 58589) @@ -6,7 +6,7 @@ conflicts php5-devel php52 epoch 1 version 5.3.0 -revision 2 +revision 3 set major [lindex [split ${version} .] 0] set my_name php${major} dist_subdir ${my_name} @@ -50,7 +50,9 @@ # Use -p1 to accommodate the Suhosin patch patch.pre_args -p1 patchfiles \ + patch-scripts-php-config.in.diff \ patch-ext-mysqlnd-mysqlnd_portability.h.diff \ + patch-main-fopen_wrappers.c.diff \ patch-bind.diff use_autoconf yes @@ -69,7 +71,6 @@ --disable-all \ --enable-bcmath \ --enable-ctype \ - --enable-dba \ --enable-dom \ --enable-fileinfo \ --enable-filter \ @@ -103,8 +104,7 @@ platform macosx { configure.args-append \ - --with-ldap=/usr \ - --with-iodbc=/usr + --with-ldap=/usr } variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {} @@ -128,6 +128,14 @@ # Build an Apache 2.2 module. Keep the options here in sync with those in the # relevant part of the post-destroot phase. variant apache2 conflicts apache no_web description {Add Apache 2.2 web server module} { + pre-extract { + # Checking for mod_cgi.so is a convenient way to verify apache2 is using its + # +preforkmpm variant. (+eventmpm and +workermpm instead provide mod_cgid.so.) + if {![file exists ${prefix}/apache2/modules/mod_cgi.so]} { + ui_error "To use ${name} with the +apache2 variant, apache2 must be installed with the +preforkmpm variant." + return -code error "incompatible apache2 installation" + } + } destroot.violate_mtree yes depends_lib-append \ port:apache2 @@ -149,6 +157,7 @@ foreach {old_variant new_port} { gmp gmp imap imap + macports_snmp snmp mssql mssql mysql3 mysql mysql4 mysql @@ -159,6 +168,7 @@ postgresql82 postgresql postgresql83 postgresql pspell pspell + snmp snmp sockets sockets sqlite sqlite tidy tidy @@ -172,20 +182,6 @@ }] } -variant snmp conflicts macports_snmp description {Add SNMP support using Apple SNMP} { - # This compiles PHP5 with SNMP linked against Apple's included NET-SNMP. - configure.args-append \ - --with-snmp=/usr -} - -variant macports_snmp conflicts snmp description {Add SNMP support using MacPorts SNMP} { - # This compiles PHP with SNMP linked against MacPorts' NET-SNMP. - depends_lib-append \ - port:net-snmp - configure.args-append \ - --with-snmp=${prefix} -} - variant ipc description {Add semaphore, shared memory and IPC functions} { configure.args-append \ --enable-shmop \ @@ -226,15 +222,16 @@ return -code error "incompatible Mac OS X version" } } - set suhosin_patch_version ${version}-0.9.8-BETA-1 + set suhosin_patch_version ${version}-0.9.8 set suhosin_patch suhosin-patch-${suhosin_patch_version}.patch.gz patch_sites-append http://download.suhosin.org/ patchfiles-append ${suhosin_patch} + patchfiles-delete patch-main-fopen_wrappers.c.diff checksums-append \ ${suhosin_patch} \ - md5 62dc36545b86bf86e44ada1fccc17d0a \ - sha1 8bad461c7b16febc1d2f6bcbf4c8e10428569591 \ - rmd160 d89fd850dbba853aa881454be7995e2d6dff2490 + md5 a23a3d54e177ac0ad30f78d928ba8177 \ + sha1 f2cdce64a9811a5712bcb038b8d4411f5817abfd \ + rmd160 d01333d55a8288506060053be31c00a24dd14836 } destroot.args \ @@ -247,17 +244,17 @@ # Copy the Apache 1 module. if { [variant_isset apache] } { xinstall -m 755 -d ${destroot}${prefix}/libexec/apache \ - ${destroot}${prefix}/etc/apache/extras-conf + ${destroot}${prefix}/etc/apache/extra xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/libexec/apache/ - xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extras-conf + xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extra } # Copy the Apache 2.2 module. if { [variant_isset apache2] } { xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \ - ${destroot}${prefix}/apache2/conf/extras-conf + ${destroot}${prefix}/apache2/conf/extra xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/apache2/modules/ - xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extras-conf + xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extra } if { [variant_isset fastcgi] } { Added: trunk/dports/lang/php5/files/patch-main-fopen_wrappers.c.diff =================================================================== --- trunk/dports/lang/php5/files/patch-main-fopen_wrappers.c.diff (rev 0) +++ trunk/dports/lang/php5/files/patch-main-fopen_wrappers.c.diff 2009-10-01 12:57:22 UTC (rev 58589) @@ -0,0 +1,13 @@ +Fix http://bugs.php.net/bug.php?id=48880 +Remove this patch when updating to php 5.3.1 +--- a/main/fopen_wrappers.c (revision 286601) ++++ b/main/fopen_wrappers.c (revision 286602) +@@ -93,7 +93,7 @@ + + p = (char **) (base + (size_t) mh_arg1); + +- if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN) { ++ if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN || stage == PHP_INI_STAGE_ACTIVATE || stage == PHP_INI_STAGE_DEACTIVATE) { + /* We're in a PHP_INI_SYSTEM context, no restrictions */ + *p = new_value; + return SUCCESS; Added: trunk/dports/lang/php5/files/patch-scripts-php-config.in.diff =================================================================== --- trunk/dports/lang/php5/files/patch-scripts-php-config.in.diff (rev 0) +++ trunk/dports/lang/php5/files/patch-scripts-php-config.in.diff 2009-10-01 12:57:22 UTC (rev 58589) @@ -0,0 +1,11 @@ +--- a/scripts/php-config.in.orig 2007-08-24 06:44:10.000000000 -0500 ++++ b/scripts/php-config.in 2009-08-10 16:33:49.000000000 -0500 +@@ -6,7 +6,7 @@ + version="@PHP_VERSION@" + vernum="@PHP_VERSION_ID@" + include_dir="@includedir@/php" +-includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib" ++includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib -I at prefix@/include" + ldflags="@PHP_LDFLAGS@" + libs="@EXTRA_LIBS@" + extension_dir='@EXTENSION_DIR@' -------------- next part -------------- An HTML attachment was scrubbed... URL: From avsm at macports.org Thu Oct 1 06:39:56 2009 From: avsm at macports.org (avsm at macports.org) Date: Thu, 1 Oct 2009 06:39:56 -0700 (PDT) Subject: [58590] trunk/dports/devel/caml-sqlite3/Portfile Message-ID: <20091001133956.BC85F28B976C@beta.macosforge.org> Revision: 58590 http://trac.macports.org/changeset/58590 Author: avsm at macports.org Date: 2009-10-01 06:39:51 -0700 (Thu, 01 Oct 2009) Log Message: ----------- update to caml-sqlite3-1.5.6 Modified Paths: -------------- trunk/dports/devel/caml-sqlite3/Portfile Modified: trunk/dports/devel/caml-sqlite3/Portfile =================================================================== --- trunk/dports/devel/caml-sqlite3/Portfile 2009-10-01 12:57:22 UTC (rev 58589) +++ trunk/dports/devel/caml-sqlite3/Portfile 2009-10-01 13:39:51 UTC (rev 58590) @@ -3,7 +3,7 @@ PortSystem 1.0 name caml-sqlite3 -version 1.5.1 +version 1.5.6 categories devel ml databases maintainers landonf stechert openmaintainer description OCaml bindings for SQLite 3 @@ -15,11 +15,10 @@ distname ocaml-sqlite3-${version} +checksums md5 12d7e7b5021ed871379eae7c05dfe2a0 \ + sha1 07c6ec985dc7d99b730d82d70f20ea6478dd6f4d \ + rmd160 4fa6fd912bc35472e7295705db5c37e4ae4d25ef -checksums md5 9e863ab1acd73eb884cc1982f450d363 \ - sha1 f74958d7bc835c3d5999aeb71047a18a2420459f \ - rmd160 524b199a862e131e9eb40a0886310c8d627249dc - depends_lib port:ocaml \ port:caml-findlib \ port:sqlite3 @@ -28,6 +27,8 @@ configure.args --with-sqlite3=${prefix} +use_parallel_build no + pre-destroot { set ocaml_site_path [exec ocamlfind printconf destdir] file mkdir ${destroot}/${ocaml_site_path} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 06:53:47 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 06:53:47 -0700 (PDT) Subject: [58591] trunk/dports/PortIndex Message-ID: <20091001135348.B0A0C28B9973@beta.macosforge.org> Revision: 58591 http://trac.macports.org/changeset/58591 Author: portindex at macports.org Date: 2009-10-01 06:53:46 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 13:39:51 UTC (rev 58590) +++ trunk/dports/PortIndex 2009-10-01 13:53:46 UTC (rev 58591) @@ -1047,7 +1047,7 @@ caml-sexplib 449 portdir devel/caml-sexplib description {Automated code generation for converting OCaml-values to S-expressions} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-sexplib depends_lib {port:ocaml port:caml-findlib port:caml-type-conv} maintainers {erickt openmaintainer} long_description {{Automated code generation for converting OCaml-values to S-expressions}} categories {devel ml} version 4.2.11 revision 0 caml-sqlite3 394 -variants universal portdir devel/caml-sqlite3 description {OCaml bindings for SQLite 3} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-sqlite3 depends_lib {port:ocaml port:caml-findlib port:sqlite3} long_description {{OCaml bindings for SQLite 3}} maintainers {landonf stechert openmaintainer} categories {devel ml databases} version 1.5.1 revision 0 +variants universal portdir devel/caml-sqlite3 description {OCaml bindings for SQLite 3} homepage http://www.ocaml.info/home/ocaml_sources.html epoch 0 platforms darwin name caml-sqlite3 depends_lib {port:ocaml port:caml-findlib port:sqlite3} long_description {{OCaml bindings for SQLite 3}} maintainers {landonf stechert openmaintainer} categories {devel ml databases} version 1.5.6 revision 0 caml-ssl 329 variants universal portdir devel/caml-ssl description {SSL bindings for OCaml} homepage http://savonet.sf.net epoch 0 platforms darwin name caml-ssl depends_lib port:ocaml long_description {SSL bindings for OCaml to use secure connections via the OpenSSL library.} maintainers avsm categories {devel ml} version 0.4.3 revision 0 caml-type-conv 353 @@ -4349,7 +4349,7 @@ php4 741 variants {darwin_10 macosx no_web apache apache2 apache20 fastcgi mysql4 mysql5 postgresql8 ldap gmp dbase imap pspell xslt readline t1lib universal} depends_build port:pkgconfig portdir lang/php4 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} depends_lib {port:libiconv port:expat port:gettext port:zlib port:openssl port:tiff port:libxml2 port:libtool port:mhash port:libmcrypt port:curl port:jpeg port:libpng port:freetype port:apache2} name php4 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} maintainers {jwa ryandesign} categories {lang php www} version 4.4.9 revision 7 php5 786 -variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.0 revision 2 +variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap macports_snmp mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell snmp sockets sqlite tidy ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.0 revision 3 php5-devel 800 variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5-devel long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.1RC1 revision 0 php5-web 468 -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Thu Oct 1 07:31:04 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Thu, 1 Oct 2009 07:31:04 -0700 (PDT) Subject: [58592] trunk/dports/perl/p5-template-toolkit Message-ID: <20091001143105.43D9228B9E29@beta.macosforge.org> Revision: 58592 http://trac.macports.org/changeset/58592 Author: narf_tm at macports.org Date: 2009-10-01 07:31:00 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Updated to 2.22. Thanks vitaly. Closes ticket #21056. Modified Paths: -------------- trunk/dports/perl/p5-template-toolkit/Portfile Removed Paths: ------------- trunk/dports/perl/p5-template-toolkit/files/ Modified: trunk/dports/perl/p5-template-toolkit/Portfile =================================================================== --- trunk/dports/perl/p5-template-toolkit/Portfile 2009-10-01 13:53:46 UTC (rev 58591) +++ trunk/dports/perl/p5-template-toolkit/Portfile 2009-10-01 14:31:00 UTC (rev 58592) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Template-Toolkit 2.19 +perl5.setup Template-Toolkit 2.22 maintainers nomaintainer platforms darwin @@ -20,37 +20,17 @@ homepage http://www.template-toolkit.org/ -checksums md5 5c886d392ca57a13ded91fa64834913c +checksums md5 d98277f6420e5da6b93d99a8db2b3934 \ + sha1 5e553cdb97a594e0d81c5bd7c9b5664f963ffa4f \ + rmd160 bcb15f3cf7de5f9ec6de31f9b427c22f30c1592e -depends_lib-append port:p5-appconfig \ - port:p5-file-homedir \ - port:p5-mac-carbon - -patchfiles patch-Makefile.PL - configure.post_args TT_PREFIX=${prefix}/share/tt2 \ TT_ACCEPT=y \ TT_QUIET=y -# During install (or destroot in DP's case), parts are expected to be -# installed already, earlier in the install; this step causes the install -# to use the destroot'd version, then we switch it back in post-destroot -post-configure { - reinplace "s|${prefix}|${destroot}${prefix}|g" \ - ${worksrcpath}/docs/ttree.cfg ${worksrcpath}/examples/ttree.cfg -} - -destroot.target-append tt2_install tt2_splash tt2_html_docs tt2_examples - post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} INSTALL README \ ${destroot}${prefix}/share/doc/${name} - reinplace "s|${destroot}${prefix}|${prefix}|g" \ - ${destroot}${prefix}/share/tt2/docs/ttree.cfg \ - ${destroot}${prefix}/share/tt2/examples/ttree.cfg } -variant DBI { - depends_lib-append port:p5-dbi -} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 07:54:27 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 07:54:27 -0700 (PDT) Subject: [58593] trunk/dports Message-ID: <20091001145429.7654A28BA1BF@beta.macosforge.org> Revision: 58593 http://trac.macports.org/changeset/58593 Author: portindex at macports.org Date: 2009-10-01 07:54:24 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 14:31:00 UTC (rev 58592) +++ trunk/dports/PortIndex 2009-10-01 14:54:24 UTC (rev 58593) @@ -7148,8 +7148,8 @@ portdir perl/p5-template-plugin-class description {allow calling of class methods on arbitrary classes} homepage http://search.cpan.org/dist/Template-Plugin-Class/ epoch 0 platforms darwin name p5-template-plugin-class depends_lib {path:bin/perl:perl5 port:p5-template-toolkit} maintainers {narf_tm openmaintainer} long_description {{allow calling of class methods on arbitrary classes}} categories perl version 0.14 revision 0 p5-template-timer 432 portdir perl/p5-template-timer description {Rudimentary profiling for Template Toolkit} homepage http://search.cpan.org/dist/Template-Timer/ epoch 0 platforms darwin name p5-template-timer depends_lib {path:bin/perl:perl5 port:p5-template-toolkit} maintainers {narf_tm openmaintainer} long_description {Template::Timer provides inline timings of the template processing througout your code.} categories perl version 1.00 revision 0 -p5-template-toolkit 722 -variants DBI portdir perl/p5-template-toolkit description {Template processing system modules} homepage http://www.template-toolkit.org/ epoch 0 platforms darwin name p5-template-toolkit depends_lib {path:bin/perl:perl5 port:p5-appconfig port:p5-file-homedir port:p5-mac-carbon} long_description {The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.} maintainers nomaintainer categories perl version 2.19 revision 0 +p5-template-toolkit 649 +portdir perl/p5-template-toolkit description {Template processing system modules} homepage http://www.template-toolkit.org/ epoch 0 platforms darwin name p5-template-toolkit depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.} categories perl version 2.22 revision 0 p5-term-gnuplot 422 portdir perl/p5-term-gnuplot description {Low-level graphics using Gnuplot drawing routines} homepage http://search.cpan.org/dist/Term-Gnuplot/ epoch 0 platforms darwin name p5-term-gnuplot depends_lib {path:bin/perl:perl5 port:libpng port:gd2 port:xorg-libX11} maintainers vinc17 long_description {Perl module to do low-level graphics using Gnuplot drawing routines.} categories {perl math} version 0.90380905 revision 1 p5-term-progressbar 463 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Thu Oct 1 09:52:50 2009 From: mww at macports.org (mww at macports.org) Date: Thu, 1 Oct 2009 09:52:50 -0700 (PDT) Subject: [58594] trunk/dports/net/samba3/Portfile Message-ID: <20091001165250.DC58B28BB2DD@beta.macosforge.org> Revision: 58594 http://trac.macports.org/changeset/58594 Author: mww at macports.org Date: 2009-10-01 09:52:46 -0700 (Thu, 01 Oct 2009) Log Message: ----------- version 3.2.15 Modified Paths: -------------- trunk/dports/net/samba3/Portfile Modified: trunk/dports/net/samba3/Portfile =================================================================== --- trunk/dports/net/samba3/Portfile 2009-10-01 14:54:24 UTC (rev 58593) +++ trunk/dports/net/samba3/Portfile 2009-10-01 16:52:46 UTC (rev 58594) @@ -4,8 +4,7 @@ PortGroup muniversal 1.0 name samba3 -version 3.2.14 -revision 1 +version 3.2.15 categories net platforms darwin maintainers mww openmaintainer @@ -20,9 +19,9 @@ ftp://us4.samba.org/pub/samba/stable/ \ ftp://ru.samba.org/pub/samba/stable/ distname samba-${version} -checksums md5 6c744ab876f2199ebc432d41ecf0b743 \ - sha1 4ee9f988e204466efd6f243bec8cc00534fcd135 \ - rmd160 2ada80cc29ee5337049515cb265b0a8b192ee229 +checksums md5 5a3bcc4927c9643b9f42970d0815b18f \ + sha1 52240aa9f2f5584f1978d788024fa2d6cb208e56 \ + rmd160 0046aeaf5b91c34bbc9a387c714caf41ca84d1ae depends_lib port:libiconv port:openssl port:popt port:cyrus-sasl2 # Parallel bug filed upstream: https://bugzilla.samba.org/show_bug.cgi?id=6278 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 10:13:08 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 10:13:08 -0700 (PDT) Subject: [58595] trunk/dports/python/py25-gst-python/Portfile Message-ID: <20091001171308.96E6B28BB734@beta.macosforge.org> Revision: 58595 http://trac.macports.org/changeset/58595 Author: rmsfisher at macports.org Date: 2009-10-01 10:13:07 -0700 (Thu, 01 Oct 2009) Log Message: ----------- python/py25-gst-python fix 21667 by removing python25 portgroup sugar Modified Paths: -------------- trunk/dports/python/py25-gst-python/Portfile Modified: trunk/dports/python/py25-gst-python/Portfile =================================================================== --- trunk/dports/python/py25-gst-python/Portfile 2009-10-01 16:52:46 UTC (rev 58594) +++ trunk/dports/python/py25-gst-python/Portfile 2009-10-01 17:13:07 UTC (rev 58595) @@ -2,7 +2,6 @@ # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign at macports.org $ PortSystem 1.0 -PortGroup python25 1.0 name py25-gst-python set my_name gst-python -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 10:54:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 10:54:16 -0700 (PDT) Subject: [58596] trunk/dports Message-ID: <20091001175418.5A1BF28BC0AE@beta.macosforge.org> Revision: 58596 http://trac.macports.org/changeset/58596 Author: portindex at macports.org Date: 2009-10-01 10:54:12 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 17:13:07 UTC (rev 58595) +++ trunk/dports/PortIndex 2009-10-01 17:54:12 UTC (rev 58596) @@ -5749,7 +5749,7 @@ s3cmd 494 portdir net/s3cmd description {Command line tool for managing Amazon S3 service} homepage http://s3tools.org/s3cmd epoch 0 platforms darwin depends_lib port:python25 name s3cmd maintainers alpha long_description {S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service) using a simple to use command line client. Supports rsync-like backup, GPG encryption, and more. Also supports management of Amazon's CloudFront content delivery network.} version 0.9.9 categories net revision 0 samba3 410 -variants {universal darwin_9} portdir net/samba3 description {SMB/CIFS implementation} homepage http://www.samba.org/ epoch 0 platforms darwin depends_lib {port:libiconv port:openssl port:popt port:cyrus-sasl2} name samba3 maintainers {mww openmaintainer} long_description {Samba is an software suite that provides seamless file and print services to SMB/CIFS clients} categories net version 3.2.14 revision 1 +variants {universal darwin_9} portdir net/samba3 description {SMB/CIFS implementation} homepage http://www.samba.org/ epoch 0 platforms darwin depends_lib {port:libiconv port:openssl port:popt port:cyrus-sasl2} name samba3 maintainers {mww openmaintainer} long_description {Samba is an software suite that provides seamless file and print services to SMB/CIFS clients} categories net version 3.2.15 revision 0 samba4 461 variants universal portdir net/samba4 description {SMB/CIFS server and client, ALPHA release} homepage http://www.samba.org/ epoch 0 platforms darwin name samba4 depends_lib {port:gnutls port:readline port:libiconv port:popt port:sqlite3 port:zlib port:gettext} long_description {Samba is an software suite that provides seamless file and print services to SMB/CIFS clients. This is an ALPHA release!} maintainers mww categories net version 4.0.0tp5 revision 0 sbd 464 @@ -8506,8 +8506,8 @@ variants universal depends_build {port:docbook-xml-4.1.2 port:docbook-xsl port:pkgconfig} portdir python/py25-goocanvas description {GooCanvas python bindings} homepage http://developer.berlios.de/projects/pygoocanvas/ epoch 0 platforms darwin depends_lib {port:goocanvas port:gtk2 port:py25-cairo port:py25-gobject port:py25-gtk} name py25-goocanvas maintainers nomaintainer long_description {GooCanvas python bindings} categories {python gnome} version 0.10.0 revision 0 py25-gsl 505 variants {numarray Numeric numpy} depends_build port:swig portdir python/py25-gsl description {Python interface to the GNU Scientific Library} homepage http://pygsl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:gsl port:py25-numpy} name py25-gsl long_description {Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.} maintainers {openmaintainer jochen} version 0.9.1 categories {python science} revision 1 -py25-gst-python 458 -portdir python/py25-gst-python description {GStreamer python bindings} homepage http://gstreamer.freedesktop.org/modules/gst-python.html epoch 0 platforms darwin depends_lib {port:py25-gtk port:gst-plugins-base} name py25-gst-python maintainers {rmsfisher openmaintainer} long_description {gst-python allows python programs built with the gnome toolkit to use gstreamer for multimedia input/output} version 0.10.16 categories {python gnome audio} revision 0 +py25-gst-python 477 +variants universal portdir python/py25-gst-python description {GStreamer python bindings} homepage http://gstreamer.freedesktop.org/modules/gst-python.html epoch 0 platforms darwin name py25-gst-python depends_lib {port:py25-gtk port:gst-plugins-base} long_description {gst-python allows python programs built with the gnome toolkit to use gstreamer for multimedia input/output} maintainers {rmsfisher openmaintainer} categories {python gnome audio} version 0.10.16 revision 0 py25-gtk 519 variants {darwin_9 universal} depends_build port:pkgconfig portdir python/py25-gtk description {PyGTK is the Python binding to GTK+ 2.x} homepage http://www.pygtk.org/ epoch 0 platforms darwin depends_lib {port:python25 port:atk port:gtk2 port:libglade2 port:py25-cairo port:py25-gobject} name py25-gtk long_description {PyGTK contains modules that allow you to use gtk in Python programs. At present, it is a fairly complete set of bindings.} maintainers nomaintainer categories {python x11} version 2.14.1 revision 0 py25-gtkglext 382 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Oct 1 13:38:48 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 1 Oct 2009 13:38:48 -0700 (PDT) Subject: [58597] trunk/dports/science/molden/Portfile Message-ID: <20091001203848.B332C28BEF6B@beta.macosforge.org> Revision: 58597 http://trac.macports.org/changeset/58597 Author: ryandesign at macports.org Date: 2009-10-01 13:38:45 -0700 (Thu, 01 Oct 2009) Log Message: ----------- molden: stealth update, and get the distfile date into the version field, like I did back in r52143 for dcraw Revision Links: -------------- http://trac.macports.org/changeset/52143 Modified Paths: -------------- trunk/dports/science/molden/Portfile Modified: trunk/dports/science/molden/Portfile =================================================================== --- trunk/dports/science/molden/Portfile 2009-10-01 17:54:12 UTC (rev 58596) +++ trunk/dports/science/molden/Portfile 2009-10-01 20:38:45 UTC (rev 58597) @@ -12,17 +12,17 @@ PortGroup xcodeversion 1.0 name molden -version 4.8 -revision 1 +version 4.8-20091001111300 +set version_number [lindex [split ${version} -] 0] categories science graphics maintainers openmaintainer jochen homepage http://www.cmbi.ru.nl/molden/molden.html -distname molden${version} -dist_subdir ${name}/${version}_${revision} +distname molden${version_number} +dist_subdir ${name}/${version} master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ -checksums md5 e0a2a1fb87239b80f843a70193fc3035 \ - sha1 2bf717da3cc237bf0f111e51457ad8239d97689b \ - rmd160 0fa15bbf567ed20e27393a92e1993c77ffa94338 +checksums md5 200ca14f13d89c8d477e9e0f2151c69d \ + sha1 697451c018df0ff60dae2e41a3c7d0c56ffcded5 \ + rmd160 6a7454d7bb9cbaab98522976ab51e6904689538c description Molecular graphics visualisation tool long_description Molden is a package for displaying Molecular Density from \ @@ -95,8 +95,6 @@ } } -set distfile_date 20090928135700 -livecheck.version ${version}-${distfile_date} livecheck.type regex livecheck.url http://www.ryandesign.com/macports/version.php/${name} livecheck.regex (.*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 13:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 13:53:50 -0700 (PDT) Subject: [58598] trunk/dports Message-ID: <20091001205351.B045B28BF4E4@beta.macosforge.org> Revision: 58598 http://trac.macports.org/changeset/58598 Author: portindex at macports.org Date: 2009-10-01 13:53:49 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 20:38:45 UTC (rev 58597) +++ trunk/dports/PortIndex 2009-10-01 20:53:49 UTC (rev 58598) @@ -9982,8 +9982,8 @@ variants universal portdir science/metaio description {LIGO Light-Weight XML Library} homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/metaio.html epoch 0 platforms darwin name metaio depends_lib port:zlib long_description {This code implements a simple recursive-descent parsing scheme for LIGO_LW files, based on the example in Chapter 2 of {Compilers: Principles, Techniques and Tools} by Aho, Sethi and Ullman.} maintainers ram categories science version 8.2 revision 0 minc 870 variants {darwin_8 universal} portdir science/minc description {This package contains tools to manipulate MINC files.} homepage http://www.bic.mni.mcgill.ca/software/ epoch 0 platforms darwin name minc depends_lib port:netcdf long_description {The Minc file format is a highly flexible medical image file format built on top of the NetCDF generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment: they are simple and powerful and make no attempt to provide a pretty interface to users.} maintainers mac.com:mhough categories science version 1.4 revision 0 -molden 772 -variants {gcc43 gcc44 opengl} depends_build port:gmake portdir science/molden description {Molecular graphics visualisation tool} homepage http://www.cmbi.ru.nl/molden/molden.html epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:gcc43} name molden long_description {Molden is a package for displaying Molecular Density from the Ab Initio packages GAMESS-UK , GAMESS-US and GAUSSIAN and the Semi-Empirical packages Mopac/Ampac, it also supports a number of other programs via the Molden Format. In order to keep up support for Molden, proof that it is being used outside the CMBI is required. Please register your copy of molden at: http://www.cmbi.ru.nl/molden/form.html} maintainers {openmaintainer jochen} categories {science graphics} version 4.8 revision 1 +molden 787 +variants {gcc43 gcc44 opengl} depends_build port:gmake portdir science/molden description {Molecular graphics visualisation tool} homepage http://www.cmbi.ru.nl/molden/molden.html epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:gcc43} name molden long_description {Molden is a package for displaying Molecular Density from the Ab Initio packages GAMESS-UK , GAMESS-US and GAUSSIAN and the Semi-Empirical packages Mopac/Ampac, it also supports a number of other programs via the Molden Format. In order to keep up support for Molden, proof that it is being used outside the CMBI is required. Please register your copy of molden at: http://www.cmbi.ru.nl/molden/form.html} maintainers {openmaintainer jochen} categories {science graphics} version 4.8-20091001111300 revision 0 mpich 664 variants universal portdir science/mpich description {Message Passing Interface (MPI) Library} homepage http://www-unix.mcs.anl.gov/mpi/mpich1/ epoch 0 platforms darwin name mpich long_description {MPICH is a portable implementation of the MPI (Message Passing Interface) standard. The goal of MPI, simply stated, is to develop a widely used standard for writing message-passing programs. As such the interface should establish a practical, portable, efficient, and flexible standard for message passing. Included are a full set of documents and parallel programming examples.} maintainers nomaintainer categories {science parallel net} version 1.2.7p1 revision 0 mpich2 680 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From illogic-al at macports.org Thu Oct 1 15:07:42 2009 From: illogic-al at macports.org (illogic-al at macports.org) Date: Thu, 1 Oct 2009 15:07:42 -0700 (PDT) Subject: [58599] trunk/dports/kde/amarok/Portfile Message-ID: <20091001220743.0EFFD28C01B4@beta.macosforge.org> Revision: 58599 http://trac.macports.org/changeset/58599 Author: illogic-al at macports.org Date: 2009-10-01 15:07:38 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Introducing Amarok 2.2.0 for OS X. It sucks less. Use it. Modified Paths: -------------- trunk/dports/kde/amarok/Portfile Modified: trunk/dports/kde/amarok/Portfile =================================================================== --- trunk/dports/kde/amarok/Portfile 2009-10-01 20:53:49 UTC (rev 58598) +++ trunk/dports/kde/amarok/Portfile 2009-10-01 22:07:38 UTC (rev 58599) @@ -1,41 +1,34 @@ # $Id$ PortSystem 1.0 -PortGroup kde4 1.0 +PortGroup kde4 1.0 name amarok -version 2.1.1 -revision 2 +version 2.2.0 categories kde kde4 maintainers illogic-al openmaintainer description Amarok, the world renown media player/. long_description Amarok is a music player and manager with an intuitive \ - interface. It provides a variety of features which \ - help you to discover and manage your music. + interface. It provides a variety of feature which helps \ + to discover and manage your music. platforms darwin homepage http://amarok.kde.org -master_sites kde:stable/${name}/${version}/src/ -distfiles ${name}-${version}.tar.bz2 +master_sites kde:stable/${name}/${version}/src/ use_bzip2 yes -checksums md5 c4ebec02fd1e8b3ef0d7a041726e6780 +checksums md5 5a0188c5eb7d343109b82964942d8eb5 -depends_lib-append port:kdelibs4 \ - port:kdebase4-runtime \ - port:taglib-devel port:taglib-extras \ +depends_lib-append port:kdebase4-runtime port:kdelibs4 \ port:qtscriptgenerator port:liblastfm \ + port:taglib port:taglib-extras \ + port:loudmouth \ path:lib/mysql5/libmysqld.a:mysql5-devel -#post-extract { -# reinplace \ -# "s|macro_optional_add_subdirectory( po )|#macro_optional_add_subdirectory( po )|" \ -# ${workpath}/${distname}/CMakeLists.txt -#} - +configure.env QTDIR=${prefix}/libexec/qt4-mac configure.args-append ../${distname} post-destroot { - # This puts the bundle icons where they should go - system "mv ${destroot}${prefix}/bin/amarok.app/Contents/Resources/* ${destroot}${applications_dir}/KDE4/Amarok.app/Contents/Resources/" - system "rm -rf ${destroot}/${prefix}/bin" + # Place bundle icons in correct location + system "mv ${destroot}${prefix}/bin/amarok.app/Contents/Resources/* ${destroot}${applications_dir}/KDE4/Amarok.app/Contents/Resources/" + system "rm -rf ${destroot}${prefix}/bin" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 15:53:46 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 15:53:46 -0700 (PDT) Subject: [58600] trunk/dports Message-ID: <20091001225347.A7D2C28C0809@beta.macosforge.org> Revision: 58600 http://trac.macports.org/changeset/58600 Author: portindex at macports.org Date: 2009-10-01 15:53:46 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 22:07:38 UTC (rev 58599) +++ trunk/dports/PortIndex 2009-10-01 22:53:46 UTC (rev 58600) @@ -3744,8 +3744,8 @@ depends_build bin:ant:apache-ant portdir java/xmlpull description {XML pullparser API} homepage http://www.xmlpull.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xmlpull maintainers nomaintainer long_description {XmlPull v1 API is a simple to use XML pull parsing API that was designed for simplicity and very good performance both in constrained environment such as defined by J2ME and on server side when used in J2EE application servers. XML pull parsing allows incremental (sometimes called streaming) parsing of XML where application is in control - the parsing can be interrupted at any given moment and resumed when application is ready to consume more input.} categories {java textproc} version 1.1.3.4b revision 0 xom 478 depends_build bin:ant:apache-ant portdir java/xom description {A tree-based API for XML processing} homepage http://www.xom.nu/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xom maintainers {jberry openmaintainer} long_description {XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.} categories {java devel textproc} version 1.0 revision 0 -amarok 648 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/amarok description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime port:taglib-devel port:taglib-extras port:qtscriptgenerator port:liblastfm path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of features which help you to discover and manage your music.} categories {kde kde4} version 2.1.1 revision 2 +amarok 653 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/amarok description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:kdelibs4 port:qtscriptgenerator port:liblastfm port:taglib port:taglib-extras port:loudmouth path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of feature which helps to discover and manage your music.} categories {kde kde4} version 2.2.0 revision 0 amarok-devel 717 variants {universal debug docs} depends_build {port:cmake port:automoc port:git-core} portdir kde/amarok-devel depends_fetch bin:git:git-core description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:kdelibs4 port:qtscriptgenerator port:liblastfm port:taglib port:taglib-extras port:loudmouth path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok-devel maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of feature which helps to discover and manage your music.} categories {kde kde4} version git-20090927 revision 0 choqok 393 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Oct 1 15:56:10 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 1 Oct 2009 15:56:10 -0700 (PDT) Subject: [58601] trunk/dports/perl/p5-event/Portfile Message-ID: <20091001225610.4BEE828C0895@beta.macosforge.org> Revision: 58601 http://trac.macports.org/changeset/58601 Author: jmr at macports.org Date: 2009-10-01 15:56:09 -0700 (Thu, 01 Oct 2009) Log Message: ----------- p5-event: update to 1.13 Modified Paths: -------------- trunk/dports/perl/p5-event/Portfile Modified: trunk/dports/perl/p5-event/Portfile =================================================================== --- trunk/dports/perl/p5-event/Portfile 2009-10-01 22:53:46 UTC (rev 58600) +++ trunk/dports/perl/p5-event/Portfile 2009-10-01 22:56:09 UTC (rev 58601) @@ -6,13 +6,13 @@ categories perl platforms darwin -perl5.setup Event 1.12 +perl5.setup Event 1.13 license Artistic/GPL maintainers jmr openmaintainer description A Generic Perl Event Loop long_description This extension aims to provide an simple and optimized \ event loop for a broad class of applications. -checksums md5 f09285ef0388be739fbb83bc3a221977 \ - sha1 15c9de6dbf844fd39562be3ffb6eedbe895edf4a \ - rmd160 21719d5385eb2df4b8382b2fddebbc7464dc6ffb +checksums md5 88cf5bb6b4b06e016072a5ff2ff8fa1a \ + sha1 227f1a3cb8a89875cdee452580e5042bd9842d42 \ + rmd160 d2f733c994c971542d4c51be49275ddae69e38cd -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 16:13:19 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 16:13:19 -0700 (PDT) Subject: [58602] trunk/dports/sysutils/mc/Portfile Message-ID: <20091001231320.4964E28C0BEE@beta.macosforge.org> Revision: 58602 http://trac.macports.org/changeset/58602 Author: snc at macports.org Date: 2009-10-01 16:13:15 -0700 (Thu, 01 Oct 2009) Log Message: ----------- fix the homepage, master_sites, livecheck, and dependencies (to guarantee the use of MacPorts dependencies and not others the user might have installed); ticket #21218. add modeline Modified Paths: -------------- trunk/dports/sysutils/mc/Portfile Modified: trunk/dports/sysutils/mc/Portfile =================================================================== --- trunk/dports/sysutils/mc/Portfile 2009-10-01 22:56:09 UTC (rev 58601) +++ trunk/dports/sysutils/mc/Portfile 2009-10-01 23:13:15 UTC (rev 58602) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -15,13 +16,17 @@ operations more efficient and preserving the full power of \ the command prompt. After some practice, you will wonder how \ you could ever live without it. -homepage http://www.ibiblio.org/mc/ +homepage http://www.midnight-commander.org/ platforms darwin -master_sites http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/ +master_sites ${homepage}downloads checksums md5 18b20db6e40480a53bac2870c56fc3c4 \ sha1 92be0802143245e0fb7e3847d70da614cad7d5fb \ rmd160 d565ee95a8916d73fad5e0defeb9f2f57e50962b -depends_build bin:pkg-config:pkgconfig -depends_lib lib:glib2:glib2 +depends_build path:bin/pkg-config:pkgconfig +depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 configure.args --without-x --with-screen=ncurses \ --infodir=${prefix}/share/info --mandir=${prefix}/share/man + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex ${name}-(\[0-9.\]+)\\.tar -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 16:37:45 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 16:37:45 -0700 (PDT) Subject: [58603] trunk/dports/www/phpbb/Portfile Message-ID: <20091001233745.BB36928C10E5@beta.macosforge.org> Revision: 58603 http://trac.macports.org/changeset/58603 Author: snc at macports.org Date: 2009-10-01 16:37:43 -0700 (Thu, 01 Oct 2009) Log Message: ----------- update version, convert to php5 ports, ticket #21143. take openmaintainer Modified Paths: -------------- trunk/dports/www/phpbb/Portfile Modified: trunk/dports/www/phpbb/Portfile =================================================================== --- trunk/dports/www/phpbb/Portfile 2009-10-01 23:13:15 UTC (rev 58602) +++ trunk/dports/www/phpbb/Portfile 2009-10-01 23:37:43 UTC (rev 58603) @@ -1,10 +1,12 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ + PortSystem 1.0 name phpbb -version 2.0.19 +version 3.0.5 categories www php -maintainers nomaintainer +maintainers snc openmaintainer description A PHP-based bulletin board / discussion forum system long_description phpBB is a high powered, fully scalable, and highly customisable \ open-source bulletin board package. phpBB has a user-friendly interface, \ @@ -16,42 +18,23 @@ master_sites sourceforge distname phpBB-${version} use_bzip2 yes -checksums md5 7b8c6d6f7f92571afb34f192f3c242dd +checksums md5 734b8f9c2390d5cc8c971cfcb29da185 \ + sha1 0097f18eb6eacea49219ddd58b290d6b4c218629 \ + rmd160 99a54ad912353ff40fd115f02cfd921039ce66b9 platforms darwin freebsd -depends_lib port:apache2 path:bin/php:php5 path:bin/mysql_config5:mysql5 +depends_run port:php5-web port:php5-ftp port:php5-imagick port:php5-gd -variant apache { - depends_lib-append port:apache - depends_lib-delete port:apache2 +variant mysql { + depends_run-append port:php5-mysql } -variant php4 { - depends_lib-append port:php4 - depends_lib-delete path:bin/php:php5 +variant postgresql { + depends_run-append port:php5-postgresql } -variant mysql3 conflicts mysql4 postgresql7 postgresql8 { - depends_lib-append port:mysql3 -} - -variant mysql4 conflicts mysql3 postgresql7 postgresql8 { - depends_lib-append port:mysql4 - depends_lib-delete path:bin/mysql_config5:mysql5 -} - -variant postgresql7 conflicts mysql3 mysql4 postgresql8 { - depends_lib-append port:postgresql7 - depends_lib-delete path:bin/mysql_config5:mysql5 -} - -variant postgresql8 conflicts mysql3 mysql4 postgresql7 { - depends_lib-append port:postgresql80 - depends_lib-delete path:bin/mysql_config5:mysql5 -} - set docpath ${destroot}${prefix}/www/data -set worksrcpath ${workpath}/phpBB2 +set worksrcpath ${workpath}/phpBB3 use_configure no build {} -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 16:41:45 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 16:41:45 -0700 (PDT) Subject: [58604] trunk/dports/www/phpbb/Portfile Message-ID: <20091001234145.A68C428C12A6@beta.macosforge.org> Revision: 58604 http://trac.macports.org/changeset/58604 Author: snc at macports.org Date: 2009-10-01 16:41:44 -0700 (Thu, 01 Oct 2009) Log Message: ----------- whitespace Modified Paths: -------------- trunk/dports/www/phpbb/Portfile Modified: trunk/dports/www/phpbb/Portfile =================================================================== --- trunk/dports/www/phpbb/Portfile 2009-10-01 23:37:43 UTC (rev 58603) +++ trunk/dports/www/phpbb/Portfile 2009-10-01 23:41:44 UTC (rev 58604) @@ -1,49 +1,51 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name phpbb -version 3.0.5 -categories www php -maintainers snc openmaintainer -description A PHP-based bulletin board / discussion forum system -long_description phpBB is a high powered, fully scalable, and highly customisable \ - open-source bulletin board package. phpBB has a user-friendly interface, \ - simple and straightforward administration panel, and helpful FAQ. Based \ - on the powerful PHP server language and your choice of MySQL, MS-SQL, \ - PostgreSQL or Access/ODBC database servers, phpBB is the ideal free \ - community solution for all web sites. -homepage http://www.phpbb.com -master_sites sourceforge -distname phpBB-${version} -use_bzip2 yes +name phpbb +version 3.0.5 +categories www php +maintainers snc openmaintainer +description A PHP-based bulletin board / discussion forum system +long_description phpBB is a high powered, fully scalable, and highly \ + customisable open-source bulletin board package. phpBB \ + has a user-friendly interface, simple and straightforward \ + administration panel, and helpful FAQ. Based on the \ + powerful PHP server language and your choice of MySQL, \ + MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB \ + is the ideal free community solution for all web sites. +homepage http://www.phpbb.com + +platforms darwin freebsd +depends_run port:php5-web port:php5-ftp port:php5-imagick port:php5-gd + +master_sites sourceforge +distname phpBB-${version} +use_bzip2 yes + checksums md5 734b8f9c2390d5cc8c971cfcb29da185 \ sha1 0097f18eb6eacea49219ddd58b290d6b4c218629 \ rmd160 99a54ad912353ff40fd115f02cfd921039ce66b9 -platforms darwin freebsd -depends_run port:php5-web port:php5-ftp port:php5-imagick port:php5-gd - variant mysql { depends_run-append port:php5-mysql } variant postgresql { - depends_run-append port:php5-postgresql + depends_run-append port:php5-postgresql } set docpath ${destroot}${prefix}/www/data set worksrcpath ${workpath}/phpBB3 use_configure no -build {} +build {} + destroot { - xinstall -d -m 0755 ${docpath}/phpbb - eval file copy [glob ${worksrcpath}/*] ${docpath}/phpbb - file rename ${docpath}/phpbb/config.php \ - ${docpath}/phpbb/config.php-dist + xinstall -d -m 0755 ${docpath}/phpbb + eval file copy [glob ${worksrcpath}/*] ${docpath}/phpbb + file rename ${docpath}/phpbb/config.php \ + ${docpath}/phpbb/config.php-dist } - - -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 16:42:09 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 16:42:09 -0700 (PDT) Subject: [58605] trunk/dports/www/phpbb/Portfile Message-ID: <20091001234209.8F09128C12E1@beta.macosforge.org> Revision: 58605 http://trac.macports.org/changeset/58605 Author: snc at macports.org Date: 2009-10-01 16:42:08 -0700 (Thu, 01 Oct 2009) Log Message: ----------- fix livecheck.regex Modified Paths: -------------- trunk/dports/www/phpbb/Portfile Modified: trunk/dports/www/phpbb/Portfile =================================================================== --- trunk/dports/www/phpbb/Portfile 2009-10-01 23:41:44 UTC (rev 58604) +++ trunk/dports/www/phpbb/Portfile 2009-10-01 23:42:08 UTC (rev 58605) @@ -49,3 +49,5 @@ file rename ${docpath}/phpbb/config.php \ ${docpath}/phpbb/config.php-dist } + +livecheck.regex phpBB (\\d+\\.\\d+(\\.\\d+)?) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 16:51:52 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 16:51:52 -0700 (PDT) Subject: [58606] trunk/dports/www/phpicalendar/Portfile Message-ID: <20091001235152.A388328C14E0@beta.macosforge.org> Revision: 58606 http://trac.macports.org/changeset/58606 Author: snc at macports.org Date: 2009-10-01 16:51:51 -0700 (Thu, 01 Oct 2009) Log Message: ----------- updated version, converted to php5 dependencies, fixed livecheck, ticket #21142. maintainer timeout Modified Paths: -------------- trunk/dports/www/phpicalendar/Portfile Modified: trunk/dports/www/phpicalendar/Portfile =================================================================== --- trunk/dports/www/phpicalendar/Portfile 2009-10-01 23:42:08 UTC (rev 58605) +++ trunk/dports/www/phpicalendar/Portfile 2009-10-01 23:51:51 UTC (rev 58606) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,7 +4,8 @@ name phpicalendar -version 2.24 +version 2.31 categories www php platforms darwin +depends_run port:php5-web maintainers mww description web-based iCal viewer @@ -13,8 +15,11 @@ homepage http://phpicalendar.net/ master_sites sourceforge +distname ${name}${version} extract.suffix .tgz -checksums sha1 2a2569fffda8276ba9504ea88eee8862fd254dbf +checksums md5 2aa665ec99a24711a71980e8cd0d96b6 \ + sha1 8b1ce761fea2fcd8b1eb3ffc4c02cd3edcf40deb \ + rmd160 5cf58988058cf2044cf746099d0d189d1958950e extract.post_args "| tar -xf - --exclude='*.DS_Store'" @@ -32,7 +37,7 @@ file rename ${destroot}${prefix}/www/${name}/${f} \ ${destroot}${prefix}/share/doc/${name}/${f} } - file rename ${destroot}${prefix}/www/${name}/config.inc-dist.php \ + file rename ${destroot}${conf} \ ${destroot}${conf}.sample } @@ -42,4 +47,4 @@ } } -livecheck.version phpicalendar-2.24 +livecheck.regex ${name}(\\d+\\.\\d+(\\.\\d+)?) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 16:53:47 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 16:53:47 -0700 (PDT) Subject: [58607] trunk/dports Message-ID: <20091001235348.7EAA428C153E@beta.macosforge.org> Revision: 58607 http://trac.macports.org/changeset/58607 Author: portindex at macports.org Date: 2009-10-01 16:53:46 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-01 23:51:51 UTC (rev 58606) +++ trunk/dports/PortIndex 2009-10-01 23:53:46 UTC (rev 58607) @@ -6417,7 +6417,7 @@ p5-eval 443 portdir perl/p5-eval description {Perl module for parameter estimation with hidden Markov models.} homepage http://mblab.wustl.edu epoch 0 platforms darwin name p5-eval depends_lib path:bin/perl:perl5 maintainers cse.wustl.edu:rpz long_description {iPE is parameter estimation software for generalized hidden Markov models. For information and documentation, see http://genes.cse.wustl.edu.} categories {perl biology} version 2.2.8 revision 0 p5-event 370 -portdir perl/p5-event description {A Generic Perl Event Loop} homepage http://search.cpan.org/dist/Event/ epoch 0 platforms darwin name p5-event depends_lib path:bin/perl:perl5 maintainers {jmr openmaintainer} long_description {This extension aims to provide an simple and optimized event loop for a broad class of applications.} version 1.12 categories perl revision 0 +portdir perl/p5-event description {A Generic Perl Event Loop} homepage http://search.cpan.org/dist/Event/ epoch 0 platforms darwin name p5-event depends_lib path:bin/perl:perl5 maintainers {jmr openmaintainer} long_description {This extension aims to provide an simple and optimized event loop for a broad class of applications.} version 1.13 categories perl revision 0 p5-exception-class 524 portdir perl/p5-exception-class description {A module that allows you to declare real exception classes in Perl} homepage http://search.cpan.org/dist/Exception-Class/ epoch 0 platforms darwin name p5-exception-class depends_lib {path:bin/perl:perl5 port:p5-devel-stacktrace port:p5-class-data-inheritable port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {Exception::Class allows you to declare exception hierarchies in your modules in a Java-esque manner.} categories perl version 1.29 revision 0 p5-expect 627 @@ -10536,8 +10536,8 @@ variants {man_all_lang darwin_9 universal} portdir sysutils/man description {The man page suite containing man, apropos, whatis, man2html} homepage http://primates.ximian.com/~flucifredi/man/ epoch 0 depends_run {port:bzip2 port:groff port:gzip port:less} platforms darwin name man long_description {The man page suite (man, apropos, and whatis) contains programs used to read most of the documentation on a Unix system. The whatis and apropos programs are used to find documentation related to a particular subject.} maintainers mww categories sysutils version 1.6f revision 1 maxwell 517 portdir sysutils/maxwell description {Mac OS X SMART disk monitoring/reporting tool} homepage http://maxwell.sourceforge.net/ epoch 0 platforms darwin name maxwell maintainers nomaintainer long_description {Maxwell is a disk monitoring and reporting tool for Mac OS X. It uses the IOKit SMART api to check your ATA disks for signs of possible future failure. It can run tests on demand, print a report of the disks performance, or simply report a passing/failing status.} version 0.5.1 categories sysutils revision 0 -mc 683 -variants universal depends_build bin:pkg-config:pkgconfig portdir sysutils/mc description {GNU Midnight Commander} homepage http://www.ibiblio.org/mc/ epoch 0 platforms darwin depends_lib lib:glib2:glib2 name mc long_description {GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. After some practice, you will wonder how you could ever live without it.} maintainers waqar categories sysutils version 4.6.1 revision 0 +mc 717 +variants universal depends_build path:bin/pkg-config:pkgconfig portdir sysutils/mc description {GNU Midnight Commander} homepage http://www.midnight-commander.org/ epoch 0 platforms darwin depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 name mc long_description {GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. After some practice, you will wonder how you could ever live without it.} maintainers waqar categories sysutils version 4.6.1 revision 0 mcrypt 632 variants universal portdir sysutils/mcrypt description {A replacement for the old crypt package and crypt(1) command} homepage http://mcrypt.sourceforge.net/ epoch 0 platforms darwin name mcrypt depends_lib {port:mhash port:libmcrypt} long_description {MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers.} maintainers {snc openmaintainer} categories {sysutils security} version 2.6.8 revision 0 md5sha1sum 547 @@ -11488,8 +11488,8 @@ variants universal portdir www/pathalizer description {visualize the paths most users take when browsing a website} homepage http://pathalizer.sourceforge.net/ epoch 0 depends_run {bin:gs:ghostscript bin:dot:graphviz port:netpbm} platforms darwin name pathalizer long_description {Pathalizer is a tool to visualize the paths most users take when browsing a website. This information can then be used to decide how to improve the navigation of the site, and which parts are most worth improving and keeping up to date.} maintainers nomaintainer categories www version 0.7 revision 0 php5-midgard 373 variants universal portdir www/php5-midgard description {A content management system} homepage http://www.midgard-project.org/ epoch 0 platforms darwin name php5-midgard depends_lib {port:midgard-core path:bin/php:php5} long_description {Midgard is a content management system platform using Apache, PHP and MySQL.} maintainers jwa categories www version 8.09.5 revision 0 -phpbb 774 -variants {apache php4 mysql3 mysql4 postgresql7 postgresql8} portdir www/phpbb description {A PHP-based bulletin board / discussion forum system} homepage http://www.phpbb.com epoch 0 platforms {darwin freebsd} name phpbb depends_lib {port:apache2 path:bin/php:php5 path:bin/mysql_config5:mysql5} long_description {phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.} maintainers nomaintainer categories {www php} version 2.0.19 revision 0 +phpbb 746 +variants {mysql postgresql} portdir www/phpbb description {A PHP-based bulletin board / discussion forum system} homepage http://www.phpbb.com epoch 0 depends_run {port:php5-web port:php5-ftp port:php5-imagick port:php5-gd} platforms {darwin freebsd} name phpbb long_description {phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.} maintainers {snc openmaintainer} categories {www php} version 3.0.5 revision 0 phpicalendar 306 portdir www/phpicalendar description {web-based iCal viewer} homepage http://phpicalendar.net/ epoch 0 platforms darwin name phpicalendar maintainers mww long_description {PHP iCalendar is a PHP-based iCal file viewer/parser to display iCals in a Web browser.} version 2.24 categories {www php} revision 0 phpmyadmin 778 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Thu Oct 1 17:06:02 2009 From: blb at macports.org (blb at macports.org) Date: Thu, 1 Oct 2009 17:06:02 -0700 (PDT) Subject: [58608] trunk/dports/python/py26-svn/files/patch-Source_setup_configure.py. diff Message-ID: <20091002000602.B3B5D28C16B7@beta.macosforge.org> Revision: 58608 http://trac.macports.org/changeset/58608 Author: blb at macports.org Date: 2009-10-01 17:05:58 -0700 (Thu, 01 Oct 2009) Log Message: ----------- python/py26-svn - stop using -Wno-long-double to build on 10.6, ticket #21749 Modified Paths: -------------- trunk/dports/python/py26-svn/files/patch-Source_setup_configure.py.diff Modified: trunk/dports/python/py26-svn/files/patch-Source_setup_configure.py.diff =================================================================== --- trunk/dports/python/py26-svn/files/patch-Source_setup_configure.py.diff 2009-10-01 23:53:46 UTC (rev 58607) +++ trunk/dports/python/py26-svn/files/patch-Source_setup_configure.py.diff 2009-10-02 00:05:58 UTC (rev 58608) @@ -1,5 +1,5 @@ --- setup_configure.py.orig 2009-04-04 03:20:59.000000000 -0600 -+++ setup_configure.py 2009-09-11 01:31:07.000000000 -0600 ++++ setup_configure.py 2009-10-01 18:01:53.000000000 -0600 @@ -258,9 +258,6 @@ if self.is_mac_os_x_fink: makefile.write( self.makefile_template_macosx_fink % template_values ) @@ -10,3 +10,51 @@ elif self.mac_os_x_universal: template_values[ 'mac_os_x_sdk' ] = self.mac_os_x_sdk if sys.version_info[0] >= 3: +@@ -542,9 +539,9 @@ + PYTHON=%(python_exe)s + SVN_INCLUDE=%(svn_include)s + CCC=g++ +-CCCFLAGS=-Wall -Wno-long-double -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s ++CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s + CC=gcc +-CCFLAGS=-Wall -Wno-long-double -fPIC %(includes)s %(debug_cflags)s ++CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s + PYCXX=%(pycxx_dir)s + PYCXXSRC=%(pycxx_src_dir)s + LDSHARED=g++ -bundle %(debug_cflags)s -u _PyMac_Error %(frameworks)s +@@ -567,9 +564,9 @@ + PYTHON=%(python_exe)s + SVN_INCLUDE=%(svn_include)s + CCC=g++ +-CCCFLAGS=-Wall -Wno-long-double -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s ++CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s + CC=gcc +-CCFLAGS=-Wall -Wno-long-double -fPIC %(includes)s %(debug_cflags)s ++CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s + PYCXX=%(pycxx_dir)s + PYCXXSRC=%(pycxx_src_dir)s + LDSHARED=g++ -bundle %(debug_cflags)s %(frameworks)s +@@ -592,9 +589,9 @@ + PYTHON=%(python_exe)s + SVN_INCLUDE=%(svn_include)s + CCC=g++ +-CCCFLAGS=-Wall -Wno-long-double -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 ++CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 + CC=gcc +-CCFLAGS=-Wall -Wno-long-double -fPIC %(includes)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 ++CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 + PYCXX=%(pycxx_dir)s + PYCXXSRC=%(pycxx_src_dir)s + LDSHARED=g++ -bundle -twolevel_namespace %(debug_cflags)s -u _PyMac_Error %(frameworks)s -Wl,-syslibroot,%(mac_os_x_sdk)s -arch ppc -arch i386 +@@ -617,9 +614,9 @@ + PYTHON=%(python_exe)s + SVN_INCLUDE=%(svn_include)s + CCC=g++ +-CCCFLAGS=-Wall -Wno-long-double -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 ++CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 + CC=gcc +-CCFLAGS=-Wall -Wno-long-double -fPIC %(includes)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 ++CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s -isysroot %(mac_os_x_sdk)s -arch ppc -arch i386 + PYCXX=%(pycxx_dir)s + PYCXXSRC=%(pycxx_src_dir)s + LDSHARED=g++ -bundle -twolevel_namespace %(debug_cflags)s %(frameworks)s -Wl,-syslibroot,%(mac_os_x_sdk)s -arch ppc -arch i386 -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 17:10:55 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 17:10:55 -0700 (PDT) Subject: [58609] trunk/dports/www/tiki/Portfile Message-ID: <20091002001055.EFDAB28C179D@beta.macosforge.org> Revision: 58609 http://trac.macports.org/changeset/58609 Author: snc at macports.org Date: 2009-10-01 17:10:51 -0700 (Thu, 01 Oct 2009) Log Message: ----------- updated version, converted to php5 dependencies, ticket #21139. take openmaintainer Modified Paths: -------------- trunk/dports/www/tiki/Portfile Modified: trunk/dports/www/tiki/Portfile =================================================================== --- trunk/dports/www/tiki/Portfile 2009-10-02 00:05:58 UTC (rev 58608) +++ trunk/dports/www/tiki/Portfile 2009-10-02 00:10:51 UTC (rev 58609) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,8 +4,8 @@ name tiki -version 1.6.1 +version 3.1 categories www platforms darwin -maintainers nomaintainer +maintainers snc openmaintainer description php based wiki with lots of extra features long_description \ @@ -14,14 +15,14 @@ Management (including optinal LDAP interaction), Polls and \ Quizzes, File and Image Galleries, Forums, Comments on many \ areas, Weblogs, and much more. -homepage http://tikiwiki.sourceforge.net/ +homepage http://tikiwiki.org set sourcepath tikiwiki master_sites sourceforge:${sourcepath} use_zip yes distname ${name}161 checksums md5 696a8384bba8d139b2824d44e7072f35 worksrcdir tiki -depends_lib bin:httpd:apache +depends_run port:php5-web port:php5-mysql use_configure no build {} destroot { @@ -30,4 +31,3 @@ ${destroot}${prefix}/www/${name}-${version} system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *" } - -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 17:12:50 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 17:12:50 -0700 (PDT) Subject: [58610] trunk/dports/www/tiki/Portfile Message-ID: <20091002001250.6E18028C1845@beta.macosforge.org> Revision: 58610 http://trac.macports.org/changeset/58610 Author: snc at macports.org Date: 2009-10-01 17:12:49 -0700 (Thu, 01 Oct 2009) Log Message: ----------- fix livecheck.regex Modified Paths: -------------- trunk/dports/www/tiki/Portfile Modified: trunk/dports/www/tiki/Portfile =================================================================== --- trunk/dports/www/tiki/Portfile 2009-10-02 00:10:51 UTC (rev 58609) +++ trunk/dports/www/tiki/Portfile 2009-10-02 00:12:49 UTC (rev 58610) @@ -31,3 +31,5 @@ ${destroot}${prefix}/www/${name}-${version} system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *" } + +livecheck.regex Tiki (\\d+\\.\\d+) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Thu Oct 1 17:13:03 2009 From: blb at macports.org (blb at macports.org) Date: Thu, 1 Oct 2009 17:13:03 -0700 (PDT) Subject: [58611] trunk/dports/www/libwww/Portfile Message-ID: <20091002001303.A58C128C18A4@beta.macosforge.org> Revision: 58611 http://trac.macports.org/changeset/58611 Author: blb at macports.org Date: 2009-10-01 17:13:02 -0700 (Thu, 01 Oct 2009) Log Message: ----------- www/libwww - fix path to configure script, ticket #21751 Modified Paths: -------------- trunk/dports/www/libwww/Portfile Modified: trunk/dports/www/libwww/Portfile =================================================================== --- trunk/dports/www/libwww/Portfile 2009-10-02 00:12:49 UTC (rev 58610) +++ trunk/dports/www/libwww/Portfile 2009-10-02 00:13:02 UTC (rev 58611) @@ -38,8 +38,7 @@ post-patch { system "cp ${distpath}/ltconfig13 ${worksrcpath}/config/ltconfig" system "cp ${distpath}/ltmain13 ${worksrcpath}/config/ltmain.sh" - reinplace "s|@@PREFIX@@|${prefix}|g" \ - configure + reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure } configure.args --enable-shared \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 17:34:47 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 17:34:47 -0700 (PDT) Subject: [58612] trunk/dports/www/tiki/Portfile Message-ID: <20091002003447.F08EB28C1C1D@beta.macosforge.org> Revision: 58612 http://trac.macports.org/changeset/58612 Author: snc at macports.org Date: 2009-10-01 17:34:47 -0700 (Thu, 01 Oct 2009) Log Message: ----------- whitespace Modified Paths: -------------- trunk/dports/www/tiki/Portfile Modified: trunk/dports/www/tiki/Portfile =================================================================== --- trunk/dports/www/tiki/Portfile 2009-10-02 00:13:02 UTC (rev 58611) +++ trunk/dports/www/tiki/Portfile 2009-10-02 00:34:47 UTC (rev 58612) @@ -1,35 +1,42 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name tiki -version 3.1 -categories www -platforms darwin -maintainers snc openmaintainer -description php based wiki with lots of extra features -long_description \ - TikiWiki is an open source web application which provides a \ - full Wiki environment as well as Articles, Sections, User/Group \ - Management (including optinal LDAP interaction), Polls and \ - Quizzes, File and Image Galleries, Forums, Comments on many \ - areas, Weblogs, and much more. -homepage http://tikiwiki.org -set sourcepath tikiwiki -master_sites sourceforge:${sourcepath} -use_zip yes -distname ${name}161 -checksums md5 696a8384bba8d139b2824d44e7072f35 -worksrcdir tiki -depends_run port:php5-web port:php5-mysql -use_configure no -build {} -destroot { - file mkdir -p ${destroot}${prefix}/www - file copy ${workpath}/${name} \ - ${destroot}${prefix}/www/${name}-${version} - system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *" +name tiki +version 3.1 +categories www +maintainers snc openmaintainer +description php based wiki with lots of extra features +long_description \ + TikiWiki is an open source web application which provides a \ + full Wiki environment as well as Articles, Sections, User/Group \ + Management (including optinal LDAP interaction), Polls and \ + Quizzes, File and Image Galleries, Forums, Comments on many \ + areas, Weblogs, and much more. +homepage http://tikiwiki.org + +platforms darwin +depends_run port:php5-web port:php5-mysql + +set sourcepath tikiwiki +master_sites sourceforge:${sourcepath} +use_zip yes +distname ${name}161 + +checksums md5 696a8384bba8d139b2824d44e7072f35 + +worksrcdir tiki + +use_configure no + +build {} + +destroot { + file mkdir -p ${destroot}${prefix}/www + file copy ${workpath}/${name} \ + ${destroot}${prefix}/www/${name}-${version} + system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *" } livecheck.regex Tiki (\\d+\\.\\d+) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 17:47:47 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 17:47:47 -0700 (PDT) Subject: [58613] trunk/dports/www/tiki/Portfile Message-ID: <20091002004747.4918A28C1E8D@beta.macosforge.org> Revision: 58613 http://trac.macports.org/changeset/58613 Author: snc at macports.org Date: 2009-10-01 17:47:46 -0700 (Thu, 01 Oct 2009) Log Message: ----------- updated version, use bzip2, worksrcdir changes Modified Paths: -------------- trunk/dports/www/tiki/Portfile Modified: trunk/dports/www/tiki/Portfile =================================================================== --- trunk/dports/www/tiki/Portfile 2009-10-02 00:34:47 UTC (rev 58612) +++ trunk/dports/www/tiki/Portfile 2009-10-02 00:47:46 UTC (rev 58613) @@ -4,7 +4,7 @@ PortSystem 1.0 name tiki -version 3.1 +version 3.2 categories www maintainers snc openmaintainer description php based wiki with lots of extra features @@ -19,24 +19,24 @@ platforms darwin depends_run port:php5-web port:php5-mysql -set sourcepath tikiwiki -master_sites sourceforge:${sourcepath} -use_zip yes -distname ${name}161 +master_sites sourceforge:tikiwiki +distname tikiwiki-${version} +use_bzip2 yes -checksums md5 696a8384bba8d139b2824d44e7072f35 +checksums md5 d88c3fb9cd1bd7a0da56fe26dba7a1e6 \ + sha1 7564f3a442a31041b6482d468178b0e058d2548b \ + rmd160 f65584b86e76fbd3a25d6f5ab4da21a38898552f -worksrcdir tiki - use_configure no build {} destroot { + set dname tikiwiki-${version} file mkdir -p ${destroot}${prefix}/www - file copy ${workpath}/${name} \ - ${destroot}${prefix}/www/${name}-${version} - system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *" + file copy ${worksrcpath} \ + ${destroot}${prefix}/www/${name} + system "cd ${destroot}${prefix}/www/${name} && sudo sh ./setup.sh www www && chown -R www:www *" } livecheck.regex Tiki (\\d+\\.\\d+) released -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 17:53:43 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 17:53:43 -0700 (PDT) Subject: [58614] trunk/dports Message-ID: <20091002005344.BC42128C1F02@beta.macosforge.org> Revision: 58614 http://trac.macports.org/changeset/58614 Author: portindex at macports.org Date: 2009-10-01 17:53:43 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 00:47:46 UTC (rev 58613) +++ trunk/dports/PortIndex 2009-10-02 00:53:43 UTC (rev 58614) @@ -11490,8 +11490,8 @@ variants universal portdir www/php5-midgard description {A content management system} homepage http://www.midgard-project.org/ epoch 0 platforms darwin name php5-midgard depends_lib {port:midgard-core path:bin/php:php5} long_description {Midgard is a content management system platform using Apache, PHP and MySQL.} maintainers jwa categories www version 8.09.5 revision 0 phpbb 746 variants {mysql postgresql} portdir www/phpbb description {A PHP-based bulletin board / discussion forum system} homepage http://www.phpbb.com epoch 0 depends_run {port:php5-web port:php5-ftp port:php5-imagick port:php5-gd} platforms {darwin freebsd} name phpbb long_description {phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.} maintainers {snc openmaintainer} categories {www php} version 3.0.5 revision 0 -phpicalendar 306 -portdir www/phpicalendar description {web-based iCal viewer} homepage http://phpicalendar.net/ epoch 0 platforms darwin name phpicalendar maintainers mww long_description {PHP iCalendar is a PHP-based iCal file viewer/parser to display iCals in a Web browser.} version 2.24 categories {www php} revision 0 +phpicalendar 332 +portdir www/phpicalendar description {web-based iCal viewer} homepage http://phpicalendar.net/ epoch 0 depends_run port:php5-web platforms darwin name phpicalendar maintainers mww long_description {PHP iCalendar is a PHP-based iCal file viewer/parser to display iCals in a Web browser.} categories {www php} version 2.31 revision 0 phpmyadmin 778 portdir www/phpmyadmin description {A tool written in PHP intended to handle the administration of MySQL over the Web.} homepage http://www.phpmyadmin.net epoch 0 depends_run {port:php5-gd port:php5-mbstring port:php5-mcrypt port:php5-mysql port:php5-zip} platforms {darwin freebsd} name phpmyadmin maintainers alakazam long_description {phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.} categories {www php databases} version 3.2.2 revision 1 phppgadmin 477 @@ -11536,8 +11536,8 @@ variants universal portdir www/swish-e description {system for indexing collections of Web pages} homepage http://swish-e.org/ epoch 0 platforms darwin name swish-e depends_lib {port:zlib port:libxml2 port:libiconv} long_description {SWISH-E is a fast, powerful, flexible, free, and easy to use system for indexing collections of Web pages or other files.} maintainers nomaintainer categories www version 2.4.5 revision 0 tidy 321 variants universal portdir www/tidy description {Fixes and tidies up HTML files} homepage http://tidy.sourceforge.net/ epoch 0 platforms darwin name tidy depends_lib port:libtool long_description {Tidy is a utility to clean up and fix broken HTML files.} maintainers ryandesign categories www version 20051026 revision 0 -tiki 570 -portdir www/tiki description {php based wiki with lots of extra features} homepage http://tikiwiki.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:httpd:apache name tiki maintainers nomaintainer long_description {TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.} depends_extract bin:unzip:unzip categories www version 1.6.1 revision 0 +tiki 578 +portdir www/tiki description {php based wiki with lots of extra features} homepage http://tikiwiki.org epoch 0 depends_run {port:php5-web port:php5-mysql} platforms darwin name tiki maintainers {snc openmaintainer} long_description {TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.} depends_extract bin:unzip:unzip categories www version 3.1 revision 0 urlview 430 variants universal portdir www/urlview description {URL extractor/launcher} homepage http://packages.debian.org/unstable/misc/urlview epoch 0 platforms darwin name urlview depends_lib port:ncurses long_description {Urlview is a screen-oriented program for extracting URLs from text files. It displays a menu from which you can launch a command to view a specific item.} maintainers vinc17 categories www version 0.9-18 revision 0 varnish 373 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Thu Oct 1 18:01:58 2009 From: toby at macports.org (toby at macports.org) Date: Thu, 1 Oct 2009 18:01:58 -0700 (PDT) Subject: [58615] trunk/dports/devel/libsdl-devel/Portfile Message-ID: <20091002010159.0A49728C2061@beta.macosforge.org> Revision: 58615 http://trac.macports.org/changeset/58615 Author: toby at macports.org Date: 2009-10-01 18:01:57 -0700 (Thu, 01 Oct 2009) Log Message: ----------- update snapshot Modified Paths: -------------- trunk/dports/devel/libsdl-devel/Portfile Modified: trunk/dports/devel/libsdl-devel/Portfile =================================================================== --- trunk/dports/devel/libsdl-devel/Portfile 2009-10-02 00:53:43 UTC (rev 58614) +++ trunk/dports/devel/libsdl-devel/Portfile 2009-10-02 01:01:57 UTC (rev 58615) @@ -5,7 +5,7 @@ conflicts libsdl name libsdl-devel -version 1.3.0-4878 +version 1.3.0-4900 categories devel multimedia description Cross-platform multi-media development API @@ -22,9 +22,9 @@ maintainers toby master_sites ${homepage}tmp/ -checksums md5 010209edacca07e7e526e65f22305faf \ - sha1 62f65f1284300c6144b058afbd37ae6fe9a74946 \ - rmd160 0cd3a55ffd27cb17d2ce9cf16464451b024ea054 +checksums md5 f375cb6cba341922772c96d673e38988 \ + sha1 56ad7f197d73134cf21654f2aa41245bcd952553 \ + rmd160 104e7dc87da8f02da7a0a6b02afece8198bbf59c distname SDL-${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 18:33:33 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 18:33:33 -0700 (PDT) Subject: [58616] trunk/dports/python/py26-shapely/Portfile Message-ID: <20091002013333.B6CA228C2624@beta.macosforge.org> Revision: 58616 http://trac.macports.org/changeset/58616 Author: snc at macports.org Date: 2009-10-01 18:33:29 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Updated version, fixed the dependency on setuptools (was lib, now build), added livecheck. Modified Paths: -------------- trunk/dports/python/py26-shapely/Portfile Modified: trunk/dports/python/py26-shapely/Portfile =================================================================== --- trunk/dports/python/py26-shapely/Portfile 2009-10-02 01:01:57 UTC (rev 58615) +++ trunk/dports/python/py26-shapely/Portfile 2009-10-02 01:33:29 UTC (rev 58616) @@ -5,7 +5,7 @@ PortGroup python26 1.0 name py26-shapely -version 1.0.12 +version 1.0.13 categories python devel platforms darwin maintainers snc openmaintainer @@ -23,15 +23,19 @@ master_sites http://pypi.python.org/packages/source/S/Shapely/ distname Shapely-${version} -depends_lib-append port:geos \ - port:py26-setuptools +depends_lib-append port:geos +depends_build-append port:py26-setuptools -checksums md5 0122c53ec3ba1c4b805afce43d0aa039 \ - sha1 f7180a0428f8e7290362e1b4abd088a6c3ba361e \ - rmd160 06b28ab318456c2a7b27bd1b2a23985da7466f6b +checksums md5 90ebe2cd7dc2f11ed903242ab95b4abb \ + sha1 d27a4fb0007b7bef27a4bc3002ecfe00985586ef \ + rmd160 9720cca7b9286ce8143c1474a33db66d7756c024 patchfiles patch-shapely_geos.py.diff post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py } + +livecheck.type regex +livecheck.url http://pypi.python.org/pypi/Shapely/ +livecheck.regex "

Shapely (\[0-9\](\\.\[0-9\]+)*)

" -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 18:36:10 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 18:36:10 -0700 (PDT) Subject: [58617] trunk/dports/audio/hydrogen/Portfile Message-ID: <20091002013610.8865E28C26AE@beta.macosforge.org> Revision: 58617 http://trac.macports.org/changeset/58617 Author: snc at macports.org Date: 2009-10-01 18:36:09 -0700 (Thu, 01 Oct 2009) Log Message: ----------- place xenith as maintainer Modified Paths: -------------- trunk/dports/audio/hydrogen/Portfile Modified: trunk/dports/audio/hydrogen/Portfile =================================================================== --- trunk/dports/audio/hydrogen/Portfile 2009-10-02 01:33:29 UTC (rev 58616) +++ trunk/dports/audio/hydrogen/Portfile 2009-10-02 01:36:09 UTC (rev 58617) @@ -7,7 +7,7 @@ version 0.9.4-rc1-1 categories audio platforms macosx -maintainers nomaintainer +maintainers xenith.org:xenith homepage http://www.hydrogen-music.org/ master_sites sourceforge -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 18:45:36 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 18:45:36 -0700 (PDT) Subject: [58618] trunk/dports/textproc/pandoc Message-ID: <20091002014536.B008428C27F8@beta.macosforge.org> Revision: 58618 http://trac.macports.org/changeset/58618 Author: snc at macports.org Date: 2009-10-01 18:45:36 -0700 (Thu, 01 Oct 2009) Log Message: ----------- updated version, new depends, drop old patch. ticket #21052, maintainer timeout Modified Paths: -------------- trunk/dports/textproc/pandoc/Portfile Removed Paths: ------------- trunk/dports/textproc/pandoc/files/ Modified: trunk/dports/textproc/pandoc/Portfile =================================================================== --- trunk/dports/textproc/pandoc/Portfile 2009-10-02 01:36:09 UTC (rev 58617) +++ trunk/dports/textproc/pandoc/Portfile 2009-10-02 01:45:36 UTC (rev 58618) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,6 +4,5 @@ name pandoc -version 0.46 -revision 1 +version 1.2.1 categories textproc maintainers berkeley.edu:jgm @@ -17,10 +17,11 @@ homepage http://johnmacfarlane.net/pandoc/ platforms darwin master_sites http://pandoc.googlecode.com/files/ -checksums md5 9a92a800678767393adab6eb1b69c04b -depends_build port:ghc port:haddock +checksums md5 b57900f883823d5b24029c4768aa2d12 \ + sha1 c567cdd45ff1501293308d67690876bf06ea9091 \ + rmd160 a969daeddb2ab16ec58e2a1c09e91d164e3942a6 +depends_build port:ghc port:haddock port:hs-zip-archive port:hs-utf8-string depends_lib port:gmp -patchfiles patch-Text-Pandoc-Definition.hs.diff use_configure no build.args PREFIX=${prefix} GHC=${prefix}/bin/ghc GHC_PKG=${prefix}/bin/ghc-pkg -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 18:54:03 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 18:54:03 -0700 (PDT) Subject: [58619] trunk/dports Message-ID: <20091002015405.8C41D28C2946@beta.macosforge.org> Revision: 58619 http://trac.macports.org/changeset/58619 Author: portindex at macports.org Date: 2009-10-01 18:54:03 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6225 Ports successfully parsed: 6225 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 01:45:36 UTC (rev 58618) +++ trunk/dports/PortIndex 2009-10-02 01:54:03 UTC (rev 58619) @@ -344,8 +344,8 @@ variants {quartz universal} depends_build port:intltool portdir audio/gmpc description {GMPC is a GTK2 client for MPD} homepage http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client epoch 0 platforms darwin depends_lib {port:libmpd port:gtk2 port:gob2 port:gettext port:zlib port:openssl port:curl port:libsoup} name gmpc long_description {GMPC is a GTK2 client for Music Player Daemon. The interface is made to be easy to use, but provide full access to all the features MPD provides. Give the user several ways to browse his database while still being a lightweight client.} maintainers {raimue openmaintainer} categories audio version 0.19.0 revision 0 herrie 1081 variants {debug http modplug mp3 scrobbler sndfile vorbis xspf universal} depends_build {port:gettext bin:pkg-config:pkgconfig} portdir audio/herrie description {Small command line interface music player} homepage http://herrie.info/ epoch 0 platforms darwin name herrie depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:ncursesw port:curl port:libid3tag port:libmad port:curl port:libvorbis port:libspiff} long_description {Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie automatically consumes them one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory.} maintainers 80386.nl:ed categories audio version 2.2 revision 0 -hydrogen 474 -depends_build port:scons portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} homepage http://www.hydrogen-music.org/ epoch 0 platforms macosx depends_lib {port:qt4-mac port:flac port:libsndfile port:libtar} name hydrogen maintainers nomaintainer long_description {{Hydrogen is an advanced drum machine.} Its main goal is to provide professional yet simple and intuitive pattern-based drum programming.} categories audio version 0.9.4-rc1-1 revision 0 +hydrogen 479 +depends_build port:scons portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} homepage http://www.hydrogen-music.org/ epoch 0 platforms macosx depends_lib {port:qt4-mac port:flac port:libsndfile port:libtar} name hydrogen maintainers xenith.org:xenith long_description {{Hydrogen is an advanced drum machine.} Its main goal is to provide professional yet simple and intuitive pattern-based drum programming.} categories audio version 0.9.4-rc1-1 revision 0 hymn 632 variants {cocoa universal} portdir audio/hymn description {Utility for removing DRM on AAC files} homepage http://hymn-project.org epoch 0 platforms darwin name hymn long_description {The purpose of hymn is to allow you to excercise your fair-use rights under copyright law. It allows you to free your iTunes Music Store purchases from their DRM restrictions with no sound quality loss. These songs can then be played outside the iTunes environment, even on operating systems not supported by iTunes. It works on Mac OS X, many Unix(-ish) variants and on Windows.} maintainers nomaintainer categories audio version 0.8.0 revision 0 icecast 560 @@ -1617,7 +1617,7 @@ libsdl 739 variants {universal no_x11} portdir devel/libsdl description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms {macosx freebsd} depends_lib {port:xorg-libXext port:xorg-libXrandr port:xrender} name libsdl maintainers {nox openmaintainer} long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.2.14 revision 6 libsdl-devel 655 -variants universal portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel maintainers toby long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.3.0-4878 revision 0 +variants universal portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel maintainers toby long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.3.0-4900 revision 0 libsdl-framework 681 variants {x11 universal} portdir devel/libsdl-framework description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms macosx name libsdl-framework long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} maintainers {nox openmaintainer} version 1.2.13 categories {devel multimedia} revision 1 libsdl_gfx 854 @@ -9274,8 +9274,8 @@ portdir python/py26-serial description {Python Serial Port Extension} homepage http://pyserial.wiki.sourceforge.net/pySerial epoch 0 platforms darwin depends_lib port:python26 name py26-serial maintainers macsforever2000 long_description {This module incapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named serial automatically selects the appropriate backend.} version 2.4 categories {python comms} revision 0 py26-setuptools 527 portdir python/py26-setuptools description {distutils enhancement for build and distribution} homepage http://peak.telecommunity.com/DevCenter/setuptools epoch 0 platforms darwin depends_lib port:python26 name py26-setuptools maintainers {mcalhoun openmaintainer} long_description {setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.} version 0.6c9 categories {python devel} revision 0 -py26-shapely 613 -portdir python/py26-shapely description {Shapely is a Python package for manipulation and analysis of 2D geospatial geometries} homepage http://trac.gispython.org/projects/PCL/wiki/Shapely epoch 0 platforms darwin depends_lib {port:python26 port:geos port:py26-setuptools} name py26-shapely maintainers {snc openmaintainer} long_description {Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems.} version 1.0.12 categories {python devel} revision 0 +py26-shapely 627 +depends_build port:py26-setuptools portdir python/py26-shapely description {Shapely is a Python package for manipulation and analysis of 2D geospatial geometries} homepage http://trac.gispython.org/projects/PCL/wiki/Shapely epoch 0 platforms darwin depends_lib {port:python26 port:geos} name py26-shapely maintainers {snc openmaintainer} long_description {Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems.} version 1.0.13 categories {python devel} revision 0 py26-simplejson 360 portdir python/py26-simplejson description {simplejson is a JSON encoder and decoder.} homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-simplejson maintainers {blb openmaintainer} long_description {{simplejson is a JSON encoder and decoder.}} version 2.0.9 categories {python www} revision 0 py26-simpletal 571 @@ -11112,8 +11112,8 @@ variants universal portdir textproc/openjade description {James Clark's implementation of DSSSL} homepage http://openjade.sourceforge.net/ depends_run port:mkcatalog epoch 0 platforms {darwin freebsd} name openjade depends_lib port:opensp long_description {OpenJade is an implementation of ISO/IEC 10179:1996 standard DSSSL language.} maintainers nomaintainer categories textproc version 1.3.2 revision 2 opensp 498 variants universal depends_build {port:autoconf port:automake port:libtool} portdir textproc/opensp description {Collection of SGML/XML tools} homepage http://openjade.sourceforge.net/ epoch 0 platforms darwin depends_lib port:gettext name opensp long_description {OpenSP is a collection of SGML/XML tools that has forked from James Clark's SP suite. These tools area used to parse, validate, and normalize SGML and XML files.} maintainers nomaintainer categories textproc version 1.5.2 revision 0 -pandoc 570 -depends_build {port:ghc port:haddock} portdir textproc/pandoc description {General markup converter} homepage http://johnmacfarlane.net/pandoc/ epoch 0 platforms darwin depends_lib port:gmp name pandoc maintainers berkeley.edu:jgm long_description {Pandoc is a command-line tool for converting from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.} categories textproc version 0.46 revision 1 +pandoc 611 +depends_build {port:ghc port:haddock port:hs-zip-archive port:hs-utf8-string} portdir textproc/pandoc description {General markup converter} homepage http://johnmacfarlane.net/pandoc/ epoch 0 platforms darwin depends_lib port:gmp name pandoc maintainers berkeley.edu:jgm long_description {Pandoc is a command-line tool for converting from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.} categories textproc version 1.2.1 revision 0 pangoxsl 442 variants universal portdir textproc/pangoxsl description {Extends Pango with additional XSL properties.} homepage http://pangopdf.sourceforge.net epoch 0 platforms darwin name pangoxsl depends_lib path:lib/pkgconfig/pango.pc:pango long_description {PangoXSL is a supplementary library that supports some additional PangoAttribute types corresponding to XSL properties.} maintainers nomaintainer categories textproc version 1.6.0.1 revision 1 par 275 @@ -11536,8 +11536,8 @@ variants universal portdir www/swish-e description {system for indexing collections of Web pages} homepage http://swish-e.org/ epoch 0 platforms darwin name swish-e depends_lib {port:zlib port:libxml2 port:libiconv} long_description {SWISH-E is a fast, powerful, flexible, free, and easy to use system for indexing collections of Web pages or other files.} maintainers nomaintainer categories www version 2.4.5 revision 0 tidy 321 variants universal portdir www/tidy description {Fixes and tidies up HTML files} homepage http://tidy.sourceforge.net/ epoch 0 platforms darwin name tidy depends_lib port:libtool long_description {Tidy is a utility to clean up and fix broken HTML files.} maintainers ryandesign categories www version 20051026 revision 0 -tiki 578 -portdir www/tiki description {php based wiki with lots of extra features} homepage http://tikiwiki.org epoch 0 depends_run {port:php5-web port:php5-mysql} platforms darwin name tiki maintainers {snc openmaintainer} long_description {TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.} depends_extract bin:unzip:unzip categories www version 3.1 revision 0 +tiki 546 +portdir www/tiki description {php based wiki with lots of extra features} homepage http://tikiwiki.org epoch 0 depends_run {port:php5-web port:php5-mysql} platforms darwin name tiki maintainers {snc openmaintainer} long_description {TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.} categories www version 3.2 revision 0 urlview 430 variants universal portdir www/urlview description {URL extractor/launcher} homepage http://packages.debian.org/unstable/misc/urlview epoch 0 platforms darwin name urlview depends_lib port:ncurses long_description {Urlview is a screen-oriented program for extracting URLs from text files. It displays a menu from which you can launch a command to view a specific item.} maintainers vinc17 categories www version 0.9-18 revision 0 varnish 373 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Oct 1 19:42:33 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 1 Oct 2009 19:42:33 -0700 (PDT) Subject: [58620] trunk/dports/python Message-ID: <20091002024234.C057228C2D92@beta.macosforge.org> Revision: 58620 http://trac.macports.org/changeset/58620 Author: snc at macports.org Date: 2009-10-01 19:42:30 -0700 (Thu, 01 Oct 2009) Log Message: ----------- create py26-xdg (from py25-xdg). convert dependencies to python26. Modified Paths: -------------- trunk/dports/python/py26-xdg/Portfile Added Paths: ----------- trunk/dports/python/py26-xdg/ Modified: trunk/dports/python/py26-xdg/Portfile =================================================================== --- trunk/dports/python/py25-xdg/Portfile 2009-10-02 01:54:03 UTC (rev 58619) +++ trunk/dports/python/py26-xdg/Portfile 2009-10-02 02:42:30 UTC (rev 58620) @@ -2,9 +2,9 @@ # $Id$ PortSystem 1.0 -PortGroup python25 1.0 +PortGroup python26 1.0 -name py25-xdg +name py26-xdg version 0.16 categories python textproc platforms darwin @@ -28,8 +28,8 @@ sha1 325dbb2cfb12f59877307022f6aa803e7f0819f0 depends_lib-append \ - port:py25-gobject \ - port:py25-numeric + port:py26-gobject \ + port:py26-numeric build.env LDFLAGS=-L${prefix}/lib -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 19:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 19:53:50 -0700 (PDT) Subject: [58621] trunk/dports Message-ID: <20091002025351.AEA1328C2EF6@beta.macosforge.org> Revision: 58621 http://trac.macports.org/changeset/58621 Author: portindex at macports.org Date: 2009-10-01 19:53:50 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 02:42:30 UTC (rev 58620) +++ trunk/dports/PortIndex 2009-10-02 02:53:50 UTC (rev 58621) @@ -9332,6 +9332,8 @@ portdir python/py26-wxpython description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin depends_lib {port:python26 port:wxWidgets} name py26-wxpython maintainers jameskyle long_description {wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.} version 2.8.9.1 categories {python graphics} revision 0 py26-xattr 687 portdir python/py26-xattr depends_fetch port:subversion description {xattr is a Python wrapper for Darwin's extended filesystem attributes} homepage http://undefined.org/python/#xattr epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-xattr long_description {Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger) and later.} maintainers nomaintainer version 0.5 categories python revision 0 +py26-xdg 684 +portdir python/py26-xdg description {Python module implementing various freedesktop.org standards} homepage http://www.freedesktop.org/wiki/Software/pyxdg epoch 0 platforms darwin depends_lib {port:python26 port:py26-gobject port:py26-numeric} name py26-xdg maintainers nomaintainer long_description {PyXDG is a python library to access freedesktop.org standards. Currently supported standards are: * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 0.9.4 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13} version 0.16 categories {python textproc} revision 0 py26-xlrd 411 portdir python/py26-xlrd description {module to extract data from Microsoft Excel spreadsheet files} homepage http://www.python-excel.org epoch 0 platforms darwin depends_lib port:python26 name py26-xlrd maintainers {snc openmaintainer} long_description {xlrd is a Python module to extract data from Microsoft Excel spreadsheet files.} depends_extract bin:unzip:unzip version 0.7.1 categories python revision 0 py26-xlwt 650 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 20:42:07 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 20:42:07 -0700 (PDT) Subject: [58622] trunk/dports/audio/wavpack/Portfile Message-ID: <20091002034208.364D428C33F5@beta.macosforge.org> Revision: 58622 http://trac.macports.org/changeset/58622 Author: rmsfisher at macports.org Date: 2009-10-01 20:42:03 -0700 (Thu, 01 Oct 2009) Log Message: ----------- audio/wavpack upgraded version, added maintainer Modified Paths: -------------- trunk/dports/audio/wavpack/Portfile Modified: trunk/dports/audio/wavpack/Portfile =================================================================== --- trunk/dports/audio/wavpack/Portfile 2009-10-02 02:53:50 UTC (rev 58621) +++ trunk/dports/audio/wavpack/Portfile 2009-10-02 03:42:03 UTC (rev 58622) @@ -4,9 +4,9 @@ PortSystem 1.0 name wavpack -version 4.50.1 +version 4.60.0 categories audio -maintainers nomaintainer +maintainers rmsfisher openmaintainer description Hybrid lossless audio compression long_description WavPack is a completely open audio compression format \ providing lossless, high-quality lossy, and a unique \ @@ -17,9 +17,9 @@ homepage http://www.wavpack.com/ platforms darwin master_sites ${homepage} -checksums md5 2c9d7e3672f60070d4fd2c86c924a3b4 \ - sha1 1bd8d754b7550143be88cd0f18a973740c1c3b8c \ - rmd160 680bb584521c84ea4556b2991bea38a91c65bfdc +checksums md5 722f90393b292cd1413e8af8250a3783 \ + sha1 63b568146938ff53dbb76023abab314e4aab80da \ + rmd160 f48d4f75f5609924eb1a63518f90f808ae2f1d48 use_bzip2 yes livecheck.type regex -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 20:50:08 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 20:50:08 -0700 (PDT) Subject: [58623] trunk/dports/multimedia/libtheora/Portfile Message-ID: <20091002035008.4710228C359A@beta.macosforge.org> Revision: 58623 http://trac.macports.org/changeset/58623 Author: rmsfisher at macports.org Date: 2009-10-01 20:50:07 -0700 (Thu, 01 Oct 2009) Log Message: ----------- multimedia/libtheora upgraded version, added maintainer Modified Paths: -------------- trunk/dports/multimedia/libtheora/Portfile Modified: trunk/dports/multimedia/libtheora/Portfile =================================================================== --- trunk/dports/multimedia/libtheora/Portfile 2009-10-02 03:42:03 UTC (rev 58622) +++ trunk/dports/multimedia/libtheora/Portfile 2009-10-02 03:50:07 UTC (rev 58623) @@ -5,10 +5,10 @@ name libtheora epoch 1 -version 1.0 +version 1.1.1 categories multimedia platforms darwin -maintainers nomaintainer +maintainers rmsfisher openmaintainer description Xiph.org Foundation's open video codec long_description \ @@ -23,9 +23,9 @@ master_sites http://downloads.xiph.org/releases/theora/ use_bzip2 yes -checksums md5 c963937053f45a7878954bed37ceb182 \ - sha1 02717773001b44f95bc6c23111a89493a4a93f87 \ - rmd160 f72d0a2ce8475a888ab67fd77b7126d66d537c9b +checksums md5 292ab65cedd5021d6b7ddd117e07cd8e \ + sha1 8dcaa8e61cd86eb1244467c0b64b9ddac04ae262 \ + rmd160 1d07234bd7e2296c61d6e30fe9816415aa7fd8e5 post-patch { if {! [variant_isset doc]} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 20:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 20:54:17 -0700 (PDT) Subject: [58624] trunk/dports Message-ID: <20091002035418.3FE4528C36D3@beta.macosforge.org> Revision: 58624 http://trac.macports.org/changeset/58624 Author: portindex at macports.org Date: 2009-10-01 20:54:16 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 03:50:07 UTC (rev 58623) +++ trunk/dports/PortIndex 2009-10-02 03:54:16 UTC (rev 58624) @@ -518,8 +518,8 @@ variants {uadefs xmms universal} depends_build path:bin/pkg-config:pkgconfig portdir audio/uade2 description {Unix Amiga Delitracker Emulator} homepage http://zakalwe.fi/uade epoch 0 platforms darwin depends_lib port:libao name uade2 long_description {UADE plays old amiga music formats by emulating Amiga hardware. It re-uses Amiga Eagleplayer plugins to play different formats.} maintainers mac.com:mlund categories audio version 2.12 revision 0 vorbis-tools 782 variants {flac speex universal} portdir audio/vorbis-tools description {The Ogg Vorbis CODEC tools} homepage http://www.vorbis.com/ epoch 0 platforms darwin name vorbis-tools depends_lib {port:libogg port:libvorbis port:curl port:libao port:gettext} long_description {Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the same competetive class as audio representations such as MPEG-4 (AAC), and similar to, but higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.} maintainers nomaintainer categories audio version 1.2.0 revision 1 -wavpack 568 -variants universal portdir audio/wavpack description {Hybrid lossless audio compression} homepage http://www.wavpack.com/ epoch 0 platforms darwin name wavpack long_description {WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality.} maintainers nomaintainer categories audio version 4.50.1 revision 0 +wavpack 582 +variants universal portdir audio/wavpack description {Hybrid lossless audio compression} homepage http://www.wavpack.com/ epoch 0 platforms darwin name wavpack long_description {WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality.} maintainers {rmsfisher openmaintainer} categories audio version 4.60.0 revision 0 xmms 430 variants {darwin linux} depends_build bin:bison:bison portdir audio/xmms description {X11 MultiMedia System} homepage http://www.xmms.org/ epoch 0 platforms darwin depends_lib {port:glib1 port:gtk1 port:esound port:gettext port:libiconv port:libvorbis port:libmikmod port:libogg} name xmms long_description {XMMS is a multimedia audio and video player for X11.} maintainers nomaintainer categories audio version 1.2.11 revision 0 xmms2 507 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 20:57:30 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 20:57:30 -0700 (PDT) Subject: [58625] trunk/dports/audio/taglib/Portfile Message-ID: <20091002035730.D25BC28C3739@beta.macosforge.org> Revision: 58625 http://trac.macports.org/changeset/58625 Author: rmsfisher at macports.org Date: 2009-10-01 20:57:30 -0700 (Thu, 01 Oct 2009) Log Message: ----------- audio/taglib added livecheck and maintainer Modified Paths: -------------- trunk/dports/audio/taglib/Portfile Modified: trunk/dports/audio/taglib/Portfile =================================================================== --- trunk/dports/audio/taglib/Portfile 2009-10-02 03:54:16 UTC (rev 58624) +++ trunk/dports/audio/taglib/Portfile 2009-10-02 03:57:30 UTC (rev 58625) @@ -6,7 +6,7 @@ name taglib version 1.6 categories audio -maintainers nomaintainer +maintainers rmsfisher openmaintainer description TagLib Audio Meta-Data Library long_description \ TagLib is a library for reading and editing the meta-data of \ @@ -25,3 +25,7 @@ # asf and mp4 are necessary for Amarok. # Change to make them optional was reportedly political # http://lists.kde.org/?l=amarok&m=125338541922769&w=2 + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:44:39 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:44:39 -0700 (PDT) Subject: [58626] trunk/dports/x11/xorg-dmxproto/Portfile Message-ID: <20091002044439.9529128C3B82@beta.macosforge.org> Revision: 58626 http://trac.macports.org/changeset/58626 Author: jeremyhu at macports.org Date: 2009-10-01 21:44:36 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Bumped xorg-dmxproto to 2.3 Modified Paths: -------------- trunk/dports/x11/xorg-dmxproto/Portfile Modified: trunk/dports/x11/xorg-dmxproto/Portfile =================================================================== --- trunk/dports/x11/xorg-dmxproto/Portfile 2009-10-02 03:57:30 UTC (rev 58625) +++ trunk/dports/x11/xorg-dmxproto/Portfile 2009-10-02 04:44:36 UTC (rev 58626) @@ -2,7 +2,7 @@ PortSystem 1.0 name xorg-dmxproto -version 2.2.2 +version 2.3 categories x11 devel maintainers jeremyhu openmaintainer description X.org dmxproto @@ -12,9 +12,9 @@ master_sites ${homepage}/pub/individual/proto/ distname dmxproto-${version} -checksums md5 d80acad88411e7944b9b085463d53302 \ - sha1 80c573166ec3b9f17893e2fff84ce0107045faac \ - rmd160 bee5ca279861afb9e38b6495d53087d412f417a8 +checksums md5 880a41720b2937e2660dcdc0d34a8791 \ + sha1 a3636d1b54d7bbf273f28c0d3c44101777047865 \ + rmd160 8c3fd0679de0485a3934f7973c6c120a583e0f21 use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:45:34 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:45:34 -0700 (PDT) Subject: [58627] trunk/dports/x11/xorg-xf86dgaproto/Portfile Message-ID: <20091002044534.8A17028C3BDA@beta.macosforge.org> Revision: 58627 http://trac.macports.org/changeset/58627 Author: jeremyhu at macports.org Date: 2009-10-01 21:45:33 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-xf86dgaproto: Bumped to 2.1 Modified Paths: -------------- trunk/dports/x11/xorg-xf86dgaproto/Portfile Modified: trunk/dports/x11/xorg-xf86dgaproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xf86dgaproto/Portfile 2009-10-02 04:44:36 UTC (rev 58626) +++ trunk/dports/x11/xorg-xf86dgaproto/Portfile 2009-10-02 04:45:33 UTC (rev 58627) @@ -2,7 +2,7 @@ PortSystem 1.0 name xorg-xf86dgaproto -version 2.0.3 +version 2.1 categories x11 devel maintainers jeremyhu openmaintainer description X.org xf86dgaproto @@ -15,9 +15,9 @@ use_bzip2 yes universal_variant no -checksums md5 42fdcebc66efac02ab4beec2b1b0ad6e \ - sha1 29848f51d906b12025dab55d42a53e8c2f96a3ef \ - rmd160 0211e68d4c0c40f58d33b37bc0b4fe99278c5fc6 +checksums md5 a036dc2fcbf052ec10621fd48b68dbb1 \ + sha1 97a06120e7195c968875e8ba42e82c90ab54948b \ + rmd160 5fe5b3a2a8929c2a661b41fa733610917c7d74c5 livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:46:36 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:46:36 -0700 (PDT) Subject: [58628] trunk/dports/x11/xorg-xf86vidmodeproto/Portfile Message-ID: <20091002044636.9054928C3C39@beta.macosforge.org> Revision: 58628 http://trac.macports.org/changeset/58628 Author: jeremyhu at macports.org Date: 2009-10-01 21:46:35 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-xf86vidmodeproto: Bump to 2.3 Modified Paths: -------------- trunk/dports/x11/xorg-xf86vidmodeproto/Portfile Modified: trunk/dports/x11/xorg-xf86vidmodeproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xf86vidmodeproto/Portfile 2009-10-02 04:45:33 UTC (rev 58627) +++ trunk/dports/x11/xorg-xf86vidmodeproto/Portfile 2009-10-02 04:46:35 UTC (rev 58628) @@ -2,7 +2,7 @@ PortSystem 1.0 name xorg-xf86vidmodeproto -version 2.2.2 +version 2.3 categories x11 devel maintainers jeremyhu openmaintainer description X.org xf86vidmodeproto @@ -12,7 +12,9 @@ master_sites ${homepage}/pub/individual/proto/ distname xf86vidmodeproto-${version} -checksums sha1 4a228958879eb06206d13f4f09ec902f837fb8dd +checksums md5 4434894fc7d4eeb4a22e6b876d56fdaa \ + sha1 22d034c2f66985f8541b9ea3421096ceaa006355 \ + rmd160 303c6b35439bb1fd265f2a1627eb12f2be336d9e use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:47:19 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:47:19 -0700 (PDT) Subject: [58629] trunk/dports/x11/xorg-recordproto/Portfile Message-ID: <20091002044720.0D3BF28C3C91@beta.macosforge.org> Revision: 58629 http://trac.macports.org/changeset/58629 Author: jeremyhu at macports.org Date: 2009-10-01 21:47:19 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-recordproto: Bump to 1.14 Modified Paths: -------------- trunk/dports/x11/xorg-recordproto/Portfile Modified: trunk/dports/x11/xorg-recordproto/Portfile =================================================================== --- trunk/dports/x11/xorg-recordproto/Portfile 2009-10-02 04:46:35 UTC (rev 58628) +++ trunk/dports/x11/xorg-recordproto/Portfile 2009-10-02 04:47:19 UTC (rev 58629) @@ -2,7 +2,7 @@ PortSystem 1.0 name xorg-recordproto -version 1.13.99.1 +version 1.14 categories x11 devel maintainers jeremyhu openmaintainer description X.org recordproto @@ -12,9 +12,9 @@ master_sites ${homepage}/pub/individual/proto/ distname recordproto-${version} -checksums md5 1ab825ee2dbf32dd4a09cfca89d0fad7 \ - sha1 68cf3af94c49031e5c48eba0455e41147441bee3 \ - rmd160 0f656898fa9b059f2e470d939e472a197f61f1b6 +checksums md5 70f5998c673aa510e2acd6d8fb3799de \ + sha1 212928572898ed150366c6026e2694b193ff9f79 \ + rmd160 bb911b2b93f9187a66b0a7dabf60d53b48d89fa2 use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:48:09 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:48:09 -0700 (PDT) Subject: [58630] trunk/dports/x11/xorg-xineramaproto/Portfile Message-ID: <20091002044809.48B7B28C3CF5@beta.macosforge.org> Revision: 58630 http://trac.macports.org/changeset/58630 Author: jeremyhu at macports.org Date: 2009-10-01 21:48:08 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-xineramaproto: Bump to 1.2 Modified Paths: -------------- trunk/dports/x11/xorg-xineramaproto/Portfile Modified: trunk/dports/x11/xorg-xineramaproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xineramaproto/Portfile 2009-10-02 04:47:19 UTC (rev 58629) +++ trunk/dports/x11/xorg-xineramaproto/Portfile 2009-10-02 04:48:08 UTC (rev 58630) @@ -2,7 +2,7 @@ PortSystem 1.0 name xorg-xineramaproto -version 1.1.99.1 +version 1.2 categories x11 devel maintainers jeremyhu openmaintainer description X.org xineramaproto @@ -12,9 +12,9 @@ master_sites ${homepage}/pub/individual/proto/ distname xineramaproto-${version} -checksums md5 ae9dde9a3a81880cb718b36d32198fcd \ - sha1 932e09bb97b666c2a49333a092c9ba34b3d31c81 \ - rmd160 c7a768ec3ded96e6376d1460b904786254cfe3db +checksums md5 a8aadcb281b9c11a91303e24cdea45f5 \ + sha1 3c397c9ea38aaae785dd7901f250891dfa7f3249 \ + rmd160 0c54cf51685483de9b980735a124ecc24ec90763 use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:49:52 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:49:52 -0700 (PDT) Subject: [58631] trunk/dports/x11/xorg-libXext/Portfile Message-ID: <20091002044952.D4D3E28C3D7A@beta.macosforge.org> Revision: 58631 http://trac.macports.org/changeset/58631 Author: jeremyhu at macports.org Date: 2009-10-01 21:49:51 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-libXext: Bump to 1.1 Modified Paths: -------------- trunk/dports/x11/xorg-libXext/Portfile Modified: trunk/dports/x11/xorg-libXext/Portfile =================================================================== --- trunk/dports/x11/xorg-libXext/Portfile 2009-10-02 04:48:08 UTC (rev 58630) +++ trunk/dports/x11/xorg-libXext/Portfile 2009-10-02 04:49:51 UTC (rev 58631) @@ -3,20 +3,19 @@ PortSystem 1.0 name xorg-libXext -version 1.0.99.4 -revision 1 +version 1.1 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXext homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib distname libXext-${version} -checksums md5 24da44888b87c66edb326acec35b85aa \ - sha1 0413a08e8d91a1e4b2f1371bfb6fcdbfb80475a3 \ - rmd160 917b97644fda7cd836ad9102c540f8d453a50e74 +checksums md5 b8ee455effbcaf5a475870e92ed6973c \ + sha1 39a173c27b6407b978b62987d87a67763fd05ffd \ + rmd160 ccaa7a4a29f55c1a48aadc07ee50fec329f9679c use_bzip2 yes use_parallel_build yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:51:26 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:51:26 -0700 (PDT) Subject: [58632] trunk/dports/x11/luit Message-ID: <20091002045126.61B1928C3DD2@beta.macosforge.org> Revision: 58632 http://trac.macports.org/changeset/58632 Author: jeremyhu at macports.org Date: 2009-10-01 21:51:25 -0700 (Thu, 01 Oct 2009) Log Message: ----------- luit: Bumped to 1.0.4 Modified Paths: -------------- trunk/dports/x11/luit/Portfile Removed Paths: ------------- trunk/dports/x11/luit/files/ Modified: trunk/dports/x11/luit/Portfile =================================================================== --- trunk/dports/x11/luit/Portfile 2009-10-02 04:49:51 UTC (rev 58631) +++ trunk/dports/x11/luit/Portfile 2009-10-02 04:51:25 UTC (rev 58632) @@ -3,8 +3,7 @@ PortSystem 1.0 name luit -version 1.0.3 -revision 1 +version 1.0.4 categories x11 platforms darwin maintainers jeremyhu @@ -12,17 +11,15 @@ long_description Convert terminal i/o from legacy encodings to UTF-8 homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ -checksums md5 b01e4f71c20fc1c79ed727759c1df40c \ - sha1 8b32bcc2f72af7c8c1cdaede3d4ff5b251ecbf31 \ - rmd160 f03a3ff729284f78c1c1ec90fc3efd1fdee8a43b +checksums md5 4e45233e310d72dce307709761cf241b \ + sha1 d5f1326017c0cebf62e7e7df2703b3b4998a39bd \ + rmd160 cfcf3d5b085caeb5890c0ea7d0e3d5c9aa4af09f use_bzip2 yes use_parallel_build yes -patchfiles secure_tty.patch - depends_build \ port:pkgconfig -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 21:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 21:53:50 -0700 (PDT) Subject: [58633] trunk/dports Message-ID: <20091002045351.C5D9D28C3E13@beta.macosforge.org> Revision: 58633 http://trac.macports.org/changeset/58633 Author: portindex at macports.org Date: 2009-10-01 21:53:50 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 04:51:25 UTC (rev 58632) +++ trunk/dports/PortIndex 2009-10-02 04:53:50 UTC (rev 58633) @@ -502,8 +502,8 @@ variants universal portdir audio/sphinx3 description {Speech recognition package} homepage http://www.speech.cs.cmu.edu/sphinx/ epoch 0 platforms {darwin freebsd} name sphinx3 maintainers nomaintainer long_description {Sphinx-3 is CMU's state-of-the-art large vocabulary speech recognition system. It uses Hidden Markov Models (HMM) with continuous output probability density functions (PDF).} categories audio version 0.4.1 revision 0 streamripper 723 variants universal portdir audio/streamripper description {separate tracks via Shoutcasts title-streaming} homepage http://streamripper.sourceforge.net/ epoch 0 platforms darwin name streamripper depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:libogg port:libvorbis} long_description {Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to hint at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.} maintainers css categories {audio net} version 1.64.3 revision 1 -taglib 557 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir audio/taglib description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib port:qt4-mac name taglib maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.6 revision 0 +taglib 571 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir audio/taglib description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib port:qt4-mac name taglib maintainers {rmsfisher openmaintainer} long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.6 revision 0 taglib-devel 603 variants {universal debug docs} depends_build {port:cmake port:automoc} portdir audio/taglib-devel depends_fetch port:subversion description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib port:qt4-mac name taglib-devel maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.5-svn revision 0 taglib-extras 502 @@ -5084,8 +5084,8 @@ variants {doc universal} portdir multimedia/libogg description {Ogg Bitstream Library} homepage http://www.vorbis.com/ epoch 0 platforms darwin name libogg long_description {Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams.} maintainers {nox openmaintainer} categories multimedia version 1.1.4 revision 0 libquicktime 514 variants universal portdir multimedia/libquicktime description {library for reading and writing quicktime files} homepage http://libquicktime.sourceforge.net/ epoch 0 platforms darwin name libquicktime depends_lib {port:gettext port:jpeg port:libiconv port:libpng port:zlib path:lib/libavcodec.dylib:ffmpeg port:faac port:faad2 port:libvorbis port:libogg port:lame port:xorg-libXv} long_description {{library for reading and writing quicktime files}} maintainers mww categories multimedia version 1.1.3 revision 1 -libtheora 643 -variants {doc darwin_powerpc universal} depends_build port:pkgconfig portdir multimedia/libtheora description {Xiph.org Foundation's open video codec} homepage http://www.theora.org/ epoch 1 platforms darwin depends_lib {port:libvorbis port:libogg} name libtheora long_description {Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project (It is a project that aims to integrate On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia container formats into a multimedia solution that can compete with MPEG-4 format).} maintainers nomaintainer categories multimedia version 1.0 revision 0 +libtheora 659 +variants {doc darwin_powerpc universal} depends_build port:pkgconfig portdir multimedia/libtheora description {Xiph.org Foundation's open video codec} homepage http://www.theora.org/ epoch 1 platforms darwin depends_lib {port:libvorbis port:libogg} name libtheora long_description {Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project (It is a project that aims to integrate On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia container formats into a multimedia solution that can compete with MPEG-4 format).} maintainers {rmsfisher openmaintainer} categories multimedia version 1.1.1 revision 0 live555 576 variants {macosx linux} portdir multimedia/live555 description {LIVE555 Streaming Media} homepage http://www.live555.com/liveMedia/ epoch 0 platforms darwin name live555 long_description {This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems) - can be used to build streaming applications.} maintainers {milosh openmaintainer} categories multimedia version 2009.04.07 revision 0 lmms 463 @@ -12106,8 +12106,8 @@ portdir x11/xorg-compositeproto description {X.org compositeproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-compositeproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Composite extension to X11} version 0.4 categories {x11 devel} revision 0 xorg-damageproto 289 portdir x11/xorg-damageproto description {X.org damageproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-damageproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Damage extension to X11} version 1.2.0 categories {x11 devel} revision 0 -xorg-dmxproto 263 -portdir x11/xorg-dmxproto description {X.org dmxproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-dmxproto maintainers {jeremyhu openmaintainer} long_description {X.org DMXProto protocol headers.} version 2.2.2 categories {x11 devel} revision 0 +xorg-dmxproto 261 +portdir x11/xorg-dmxproto description {X.org dmxproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-dmxproto maintainers {jeremyhu openmaintainer} long_description {X.org DMXProto protocol headers.} version 2.3 categories {x11 devel} revision 0 xorg-dri2proto 258 portdir x11/xorg-dri2proto description {X.org dri2proto} homepage http://www.x.org epoch 0 platforms darwin name xorg-dri2proto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for DRI2} version 2.1 categories {x11 devel} revision 0 xorg-encodings 335 @@ -12242,8 +12242,8 @@ portdir x11/xorg-xextproto description {X.org xextproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xextproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Xext} version 7.1.1 categories {x11 devel} revision 0 xorg-xf86bigfontproto 282 portdir x11/xorg-xf86bigfontproto description {X.org xf86bigfontproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86bigfontproto maintainers gmail.com:myschizobuddy long_description {XF86BigFont extension headers} version 1.2.0 categories {x11 devel} revision 0 -xorg-xf86dgaproto 293 -portdir x11/xorg-xf86dgaproto description {X.org xf86dgaproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86dgaproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XF86DGA extension to X11} version 2.0.3 categories {x11 devel} revision 0 +xorg-xf86dgaproto 291 +portdir x11/xorg-xf86dgaproto description {X.org xf86dgaproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86dgaproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XF86DGA extension to X11} version 2.1 categories {x11 devel} revision 0 xorg-xf86driproto 272 portdir x11/xorg-xf86driproto description {X.org xf86driproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86driproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for xf86dri} version 2.1.0 categories {x11 devel} revision 0 xorg-xf86miscproto 300 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Oct 1 21:54:26 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 1 Oct 2009 21:54:26 -0700 (PDT) Subject: [58634] trunk/doc-new/guide/xml/installing.xml Message-ID: <20091002045426.5FF7228C3E29@beta.macosforge.org> Revision: 58634 http://trac.macports.org/changeset/58634 Author: jmr at macports.org Date: 2009-10-01 21:54:25 -0700 (Thu, 01 Oct 2009) Log Message: ----------- guide: change link to actually point to Xcode 3.1.4 like it says in the text, and move Xcode 2.5 and 3.1.4 download links so it's immediately clear which is which Modified Paths: -------------- trunk/doc-new/guide/xml/installing.xml Modified: trunk/doc-new/guide/xml/installing.xml =================================================================== --- trunk/doc-new/guide/xml/installing.xml 2009-10-02 04:53:50 UTC (rev 58633) +++ trunk/doc-new/guide/xml/installing.xml 2009-10-02 04:54:25 UTC (rev 58634) @@ -106,12 +106,12 @@ url="http://developer.apple.com/technology/xcode.html">latest version of Xcode Tools if you have the currently shipping release of Mac OS X. If you have an earlier release of Mac OS X, you may download - the latest version of Xcode Tools for OS X 10.5 (v3.1.4) or 10.4 (v2.5) + the latest version of Xcode Tools here - and here - respectively. + url="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20491">for OS X 10.5 (v3.1.4) + or + for 10.4 (v2.5). -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 21:56:42 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 21:56:42 -0700 (PDT) Subject: [58635] trunk/dports/x11/xorg-inputproto/Portfile Message-ID: <20091002045642.BB27128C3E8B@beta.macosforge.org> Revision: 58635 http://trac.macports.org/changeset/58635 Author: jeremyhu at macports.org Date: 2009-10-01 21:56:42 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-inputproto: Bump to 2.0 Modified Paths: -------------- trunk/dports/x11/xorg-inputproto/Portfile Modified: trunk/dports/x11/xorg-inputproto/Portfile =================================================================== --- trunk/dports/x11/xorg-inputproto/Portfile 2009-10-02 04:54:25 UTC (rev 58634) +++ trunk/dports/x11/xorg-inputproto/Portfile 2009-10-02 04:56:42 UTC (rev 58635) @@ -2,7 +2,7 @@ PortSystem 1.0 name xorg-inputproto -version 1.5.1 +version 2.0 categories x11 devel maintainers jeremyhu openmaintainer description X.org inputproto @@ -12,9 +12,9 @@ master_sites ${homepage}/pub/individual/proto/ distname inputproto-${version} -checksums md5 b646a2632c8df99120e4db2bc574a5df \ - sha1 4f3ddbdc5584b9b9156113498c163c01f98398d0 \ - rmd160 6517ddaccd2a14254a7ff9df8a082131c2686cdd +checksums md5 0f7acbc14a082f9ae03744396527d23d \ + sha1 3ed9879b7dd3c14ae2283959f5962162fc01c219 \ + rmd160 75263dfb32f2ad869ae9a9274665a1b8eb5719ff use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 22:20:30 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 22:20:30 -0700 (PDT) Subject: [58636] trunk/dports/x11/xorg-libX11/Portfile Message-ID: <20091002052030.B922D28C405A@beta.macosforge.org> Revision: 58636 http://trac.macports.org/changeset/58636 Author: jeremyhu at macports.org Date: 2009-10-01 22:20:26 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-libX11: Bump to 1.3 Modified Paths: -------------- trunk/dports/x11/xorg-libX11/Portfile Modified: trunk/dports/x11/xorg-libX11/Portfile =================================================================== --- trunk/dports/x11/xorg-libX11/Portfile 2009-10-02 04:56:42 UTC (rev 58635) +++ trunk/dports/x11/xorg-libX11/Portfile 2009-10-02 05:20:26 UTC (rev 58636) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libX11 -version 1.2.2 +version 1.3 categories x11 devel maintainers jeremyhu openmaintainer description X.org libX11 @@ -13,18 +13,15 @@ master_sites ${homepage}/pub/individual/lib/ distname libX11-${version} -checksums md5 94cbee7fae2ddb92b2d80116af871f54 \ - sha1 7962063e124856f8a36afd760a934e6e429f036b \ - rmd160 6032ed99cbd6df8e92ae7cf319bf220bc5768054 +checksums md5 0545089013213e90aac19b8f8045d32e \ + sha1 af8f65b5e64de7bc6f5a780e042518a490c949cf \ + rmd160 00b0bb40df8bb2c97214b1f927846b24e1eda3d5 use_bzip2 yes use_parallel_build yes depends_build port:pkgconfig \ + port:xorg-util-macros \ port:xorg-xtrans \ - port:xorg-util-macros - -depends_lib port:xorg-libXdmcp \ - port:xorg-libXau \ port:xorg-bigreqsproto \ port:xorg-xcmiscproto \ port:xorg-xproto \ @@ -33,6 +30,12 @@ port:xorg-inputproto \ port:xorg-kbproto +depends_lib port:xorg-libXdmcp \ + port:xorg-libXau + +patchfiles includes.patch +patch.args -p1 + use_autoreconf yes autoreconf.args -fvi -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 22:27:02 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 22:27:02 -0700 (PDT) Subject: [58637] trunk/dports/x11/xterm/Portfile Message-ID: <20091002052702.A21B328C40D6@beta.macosforge.org> Revision: 58637 http://trac.macports.org/changeset/58637 Author: jeremyhu at macports.org Date: 2009-10-01 22:27:01 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xterm: Bump to 249 Modified Paths: -------------- trunk/dports/x11/xterm/Portfile Modified: trunk/dports/x11/xterm/Portfile =================================================================== --- trunk/dports/x11/xterm/Portfile 2009-10-02 05:20:26 UTC (rev 58636) +++ trunk/dports/x11/xterm/Portfile 2009-10-02 05:27:01 UTC (rev 58637) @@ -3,7 +3,7 @@ PortSystem 1.0 name xterm -version 247 +version 249 categories x11 platforms darwin maintainers jeremyhu openmaintainer @@ -14,9 +14,9 @@ homepage http://invisible-island.net/xterm/ master_sites ftp://invisible-island.net/xterm/ -checksums md5 ef73f7f1eb8c863c51f2bfac1f55efd1 \ - sha1 71c2110c60480aa3322938950eea1ae5b3eb1bf3 \ - rmd160 cd9522a90cd15ad787d2ad133ad1e9a53153b198 +checksums md5 d51ebabd8f2114911494310cdda38a12 \ + sha1 2c3e33ce1ed02085a3f9f692dca1d8bb4f641f89 \ + rmd160 67d98bfa8dff8d5e2e334213ec8e6f254857136d extract.suffix .tgz depends_build \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 22:27:19 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 22:27:19 -0700 (PDT) Subject: [58638] trunk/dports/x11/xorg-libXi/Portfile Message-ID: <20091002052719.DF94428C412F@beta.macosforge.org> Revision: 58638 http://trac.macports.org/changeset/58638 Author: jeremyhu at macports.org Date: 2009-10-01 22:27:19 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-libXi: Bump to 1.3.0 Modified Paths: -------------- trunk/dports/x11/xorg-libXi/Portfile Modified: trunk/dports/x11/xorg-libXi/Portfile =================================================================== --- trunk/dports/x11/xorg-libXi/Portfile 2009-10-02 05:27:01 UTC (rev 58637) +++ trunk/dports/x11/xorg-libXi/Portfile 2009-10-02 05:27:19 UTC (rev 58638) @@ -3,8 +3,7 @@ PortSystem 1.0 name xorg-libXi -version 1.2.1 -revision 1 +version 1.3 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXi @@ -14,14 +13,17 @@ master_sites ${homepage}/pub/individual/lib/ distname libXi-${version} -checksums md5 cfb36307e8e7ffafe40848dba24e0b11 \ - sha1 47a1141bfafbdc4eca0d742acd7b978f98c7a749 \ - rmd160 7d26b207e79c5bb220f69af040974d1039c62ab5 +checksums md5 8df4ece9bd1efb02c28acb2b6f485e09 \ + sha1 7685f2881ce40b13028d9409eedbb9cf1ed0d8ef \ + rmd160 d7848e8dc9a6a3882bf722eccf75f21b5f99fecd use_bzip2 yes use_parallel_build yes -depends_build port:pkgconfig +depends_build port:pkgconfig \ + port:xorg-xproto \ + port:xorg-xextproto \ + port:xorg-inputproto depends_lib port:xorg-libXext -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 22:36:37 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 22:36:37 -0700 (PDT) Subject: [58639] trunk/dports/x11/xorg-libXinerama/Portfile Message-ID: <20091002053637.C67DF28C4228@beta.macosforge.org> Revision: 58639 http://trac.macports.org/changeset/58639 Author: jeremyhu at macports.org Date: 2009-10-01 22:36:35 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-libXinerama: bumped to 1.1 Modified Paths: -------------- trunk/dports/x11/xorg-libXinerama/Portfile Modified: trunk/dports/x11/xorg-libXinerama/Portfile =================================================================== --- trunk/dports/x11/xorg-libXinerama/Portfile 2009-10-02 05:27:19 UTC (rev 58638) +++ trunk/dports/x11/xorg-libXinerama/Portfile 2009-10-02 05:36:35 UTC (rev 58639) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libXinerama -version 1.0.99.1 +version 1.1 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXinerama @@ -13,9 +13,9 @@ master_sites ${homepage}/pub/individual/lib/ distname libXinerama-${version} -checksums md5 473725c59bbb2f1dc1afb73ca8a3b5cb \ - sha1 e937667808307e2afcbb72c2f1154b0ecaac3344 \ - rmd160 84bc90500539c4d7edd3728306e8a631084d98f2 +checksums md5 a2ac01fc0426cdbb713c5d59cf9955ed \ + sha1 5f445194ef3318f66c287c0c69f778988a3f9266 \ + rmd160 2f5a9dbad4a6db093838e99b0f991a387a553c62 use_bzip2 yes use_parallel_build yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From and.damore at macports.org Thu Oct 1 22:42:42 2009 From: and.damore at macports.org (and.damore at macports.org) Date: Thu, 1 Oct 2009 22:42:42 -0700 (PDT) Subject: [58640] trunk/dports/math/gsl/Portfile Message-ID: <20091002054242.E83C728C42D7@beta.macosforge.org> Revision: 58640 http://trac.macports.org/changeset/58640 Author: and.damore at macports.org Date: 2009-10-01 22:42:42 -0700 (Thu, 01 Oct 2009) Log Message: ----------- fixed +gcc43 conflict with itself, now conflicting gcc44 Modified Paths: -------------- trunk/dports/math/gsl/Portfile Modified: trunk/dports/math/gsl/Portfile =================================================================== --- trunk/dports/math/gsl/Portfile 2009-10-02 05:36:35 UTC (rev 58639) +++ trunk/dports/math/gsl/Portfile 2009-10-02 05:42:42 UTC (rev 58640) @@ -60,7 +60,7 @@ } } -variant gcc43 conflicts gcc43 description "Use GCC 4.3 for compilation of GSL" { +variant gcc43 conflicts gcc44 description "Use GCC 4.3 for compilation of GSL" { depends_build-append port:gcc43 configure.compiler macports-gcc-4.3 } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 22:53:57 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 22:53:57 -0700 (PDT) Subject: [58641] trunk/dports Message-ID: <20091002055358.69D5728C43BC@beta.macosforge.org> Revision: 58641 http://trac.macports.org/changeset/58641 Author: portindex at macports.org Date: 2009-10-01 22:53:56 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 05:42:42 UTC (rev 58640) +++ trunk/dports/PortIndex 2009-10-02 05:53:56 UTC (rev 58641) @@ -11847,7 +11847,7 @@ lndir 371 variants universal depends_build {port:pkgconfig port:xorg-xproto} portdir x11/lndir description {Create shadow dir of symbolic links to another tree} homepage http://www.x.org/ epoch 0 platforms darwin name lndir long_description {{Create shadow dir of symbolic links to another tree}} maintainers {blb openmaintainer} categories {x11 sysutils} version 1.0.1 revision 0 luit 335 -variants universal depends_build port:pkgconfig portdir x11/luit description {X.org luit} homepage http://www.x.org epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libfontenc} name luit long_description {Convert terminal i/o from legacy encodings to UTF-8} maintainers jeremyhu categories x11 version 1.0.3 revision 1 +variants universal depends_build port:pkgconfig portdir x11/luit description {X.org luit} homepage http://www.x.org epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libfontenc} name luit long_description {Convert terminal i/o from legacy encodings to UTF-8} maintainers jeremyhu categories x11 version 1.0.4 revision 0 makedepend 713 variants universal depends_build {port:pkgconfig port:xorg-xproto} portdir x11/makedepend description {Create dependencies in makefiles} homepage http://www.x.org/ epoch 0 platforms darwin name makedepend long_description {The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well.} maintainers {blb openmaintainer} categories {x11 devel} version 1.0.1 revision 0 mesa 577 @@ -12126,16 +12126,16 @@ portdir x11/xorg-fontsproto description {X.org fontsproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-fontsproto maintainers {jeremyhu openmaintainer} long_description {Font-related prototype header files for X11} version 2.1.0 categories {x11 devel} revision 0 xorg-glproto 275 portdir x11/xorg-glproto description {X.org glproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-glproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the GLX extension to X11} version 1.4.10 categories {x11 devel} revision 0 -xorg-inputproto 286 -portdir x11/xorg-inputproto description {X.org inputproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-inputproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XInput extension to X11} version 1.5.1 categories {x11 devel} revision 0 +xorg-inputproto 284 +portdir x11/xorg-inputproto description {X.org inputproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-inputproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XInput extension to X11} version 2.0 categories {x11 devel} revision 0 xorg-kbproto 270 portdir x11/xorg-kbproto description {X.org kbproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-kbproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Xkb extension to X11} version 1.0.3 categories {x11 devel} revision 0 xorg-libAppleWM 467 variants universal depends_build {port:pkgconfig port:xorg-util-macros port:xorg-applewmproto port:xorg-xextproto port:xorg-xproto port:autoconf port:automake port:libtool} portdir x11/xorg-libAppleWM description {X.org libAppleWM} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libAppleWM long_description {{X.org libAppleWM}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.4.0 revision 0 xorg-libFS 354 variants universal depends_build port:pkgconfig portdir x11/xorg-libFS description {X.org libFS} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-fontsproto port:xorg-xproto} name xorg-libFS long_description {X11 Font Server library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.2 revision 0 -xorg-libX11 669 -variants {x11_xcb universal} depends_build {port:pkgconfig port:xorg-xtrans port:xorg-util-macros port:autoconf port:automake port:libtool} portdir x11/xorg-libX11 description {X.org libX11} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXdmcp port:xorg-libXau port:xorg-bigreqsproto port:xorg-xcmiscproto port:xorg-xproto port:xorg-xextproto port:xorg-xf86bigfontproto port:xorg-inputproto port:xorg-kbproto} name xorg-libX11 long_description {libX11 is the main library used by X Window System applications to communicate with the X server.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.2.2 revision 0 +xorg-libX11 667 +variants {x11_xcb universal} depends_build {port:pkgconfig port:xorg-util-macros port:xorg-xtrans port:xorg-bigreqsproto port:xorg-xcmiscproto port:xorg-xproto port:xorg-xextproto port:xorg-xf86bigfontproto port:xorg-inputproto port:xorg-kbproto port:autoconf port:automake port:libtool} portdir x11/xorg-libX11 description {X.org libX11} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXdmcp port:xorg-libXau} name xorg-libX11 long_description {libX11 is the main library used by X Window System applications to communicate with the X server.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.3 revision 0 xorg-libXScrnSaver 387 variants universal depends_build port:pkgconfig portdir x11/xorg-libXScrnSaver description {X.org libXScrnSaver} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-scrnsaverproto} name xorg-libXScrnSaver long_description {MIT_SCREEN_SAVER extenstion} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.2.0 revision 0 xorg-libXTrap 400 @@ -12154,18 +12154,18 @@ variants universal depends_build {port:pkgconfig port:xorg-xproto} portdir x11/xorg-libXdmcp description {X.org libXdmcp} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-libXdmcp long_description {X Display Manager Control Protocol routines} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.3 revision 0 xorg-libXevie 423 variants universal depends_build {port:pkgconfig port:xorg-util-macros port:autoconf port:automake port:libtool} portdir x11/xorg-libXevie description {X.org llibXevie} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-evieproto} name xorg-libXevie long_description {{X.org llibXevie}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.2 revision 2 -xorg-libXext 371 -variants universal depends_build {port:pkgconfig port:xorg-xproto port:xorg-xextproto} portdir x11/xorg-libXext description {X.org libXext} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libX11 name xorg-libXext long_description {{X.org libXext}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.99.4 revision 1 +xorg-libXext 366 +variants universal depends_build {port:pkgconfig port:xorg-xproto port:xorg-xextproto} portdir x11/xorg-libXext description {X.org libXext} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libX11 name xorg-libXext long_description {{X.org libXext}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1 revision 0 xorg-libXfixes 360 variants universal depends_build port:pkgconfig portdir x11/xorg-libXfixes description {X.org libXfixes} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libX11 port:xorg-fixesproto} name xorg-libXfixes long_description {{X.org libXfixes}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 4.0.3 revision 1 xorg-libXfont 534 variants universal depends_build {port:xorg-util-macros port:pkgconfig port:xorg-xtrans port:autoconf port:automake port:libtool} portdir x11/xorg-libXfont description {X.org libXfont} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:freetype port:xorg-libfontenc port:bzip2 port:zlib port:xorg-fontcacheproto port:xorg-fontsproto} name xorg-libXfont long_description {X font handling library for server and utilities} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.4.0 revision 2 xorg-libXfontcache 427 variants universal depends_build port:pkgconfig portdir x11/xorg-libXfontcache description {X.org libXfontcache} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-fontcacheproto port:xorg-fontsproto} name xorg-libXfontcache long_description {X-TrueType font cache extension client library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.4 revision 1 -xorg-libXi 328 -variants universal depends_build port:pkgconfig portdir x11/xorg-libXi description {X.org libXi} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXi long_description {X11 Input Extension} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.2.1 revision 1 -xorg-libXinerama 401 -variants universal depends_build {port:pkgconfig port:xorg-xineramaproto port:xorg-xextproto} portdir x11/xorg-libXinerama description {X.org libXinerama} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXinerama long_description {Xinerama protocol library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.99.1 revision 0 +xorg-libXi 386 +variants universal depends_build {port:pkgconfig port:xorg-xproto port:xorg-xextproto port:xorg-inputproto} portdir x11/xorg-libXi description {X.org libXi} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXi long_description {X11 Input Extension} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.3 revision 0 +xorg-libXinerama 396 +variants universal depends_build {port:pkgconfig port:xorg-xineramaproto port:xorg-xextproto} portdir x11/xorg-libXinerama description {X.org libXinerama} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXinerama long_description {Xinerama protocol library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1 revision 0 xorg-libXmu 347 variants universal depends_build port:pkgconfig portdir x11/xorg-libXmu description {X.org libXmu} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-libXt} name xorg-libXmu long_description {X.org Xmu library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.5 revision 0 xorg-libXp 418 @@ -12212,8 +12212,8 @@ portdir x11/xorg-proto description {X.org proto meta-package} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-proto depends_lib {port:xorg-applewmproto port:xorg-bigreqsproto port:xorg-compositeproto port:xorg-damageproto port:xorg-dmxproto port:xorg-dri2proto port:xorg-evieproto port:xorg-fixesproto port:xorg-fontcacheproto port:xorg-fontsproto port:xorg-inputproto port:xorg-kbproto port:xorg-printproto port:xorg-randrproto port:xorg-recordproto port:xorg-renderproto port:xorg-resourceproto port:xorg-scrnsaverproto port:xorg-trapproto port:xorg-videoproto port:xorg-xcb-proto port:xorg-xcmiscproto port:xorg-xextproto port:xorg-xf86bigfontproto port:xorg-xf86dgaproto port:xorg-xf86driproto port:xorg-xf86miscproto port:xorg-xf86vidmodeproto port:xorg-xineramaproto port:xorg-xproto port:xorg-xproxymanagementprotocol} maintainers {jeremyhu openmaintainer} long_description {This package builds all of the x.org proto packages.} categories {x11 devel} version 20081229 revision 0 xorg-randrproto 404 portdir x11/xorg-randrproto description {X.org randrproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-randrproto maintainers {jeremyhu openmaintainer} long_description {The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries.} version 1.3.0 categories {x11 devel} revision 0 -xorg-recordproto 293 -portdir x11/xorg-recordproto description {X.org recordproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-recordproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Record extension to X11} version 1.13.99.1 categories {x11 devel} revision 0 +xorg-recordproto 288 +portdir x11/xorg-recordproto description {X.org recordproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-recordproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Record extension to X11} version 1.14 categories {x11 devel} revision 0 xorg-renderproto 288 portdir x11/xorg-renderproto description {X.org renderproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-renderproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Render extension to X11} version 0.11 categories {x11 devel} revision 0 xorg-resourceproto 302 @@ -12248,10 +12248,10 @@ portdir x11/xorg-xf86driproto description {X.org xf86driproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86driproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for xf86dri} version 2.1.0 categories {x11 devel} revision 0 xorg-xf86miscproto 300 portdir x11/xorg-xf86miscproto description {X.org xf86miscproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86miscproto maintainers {jeremyhu openmaintainer} long_description {Miscellaneous legacy XFree86 prototype headers for X11} version 0.9.2 categories {x11 devel} revision 0 -xorg-xf86vidmodeproto 309 -portdir x11/xorg-xf86vidmodeproto description {X.org xf86vidmodeproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86vidmodeproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XF86Vidmode extension to X11} version 2.2.2 categories {x11 devel} revision 0 -xorg-xineramaproto 296 -portdir x11/xorg-xineramaproto description {X.org xineramaproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xineramaproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Xinerama extension to X11} version 1.1.99.1 categories {x11 devel} revision 0 +xorg-xf86vidmodeproto 307 +portdir x11/xorg-xf86vidmodeproto description {X.org xf86vidmodeproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xf86vidmodeproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XF86Vidmode extension to X11} version 2.3 categories {x11 devel} revision 0 +xorg-xineramaproto 291 +portdir x11/xorg-xineramaproto description {X.org xineramaproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xineramaproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Xinerama extension to X11} version 1.2 categories {x11 devel} revision 0 xorg-xproto 296 portdir x11/xorg-xproto description {X.org xproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-xproto maintainers {jeremyhu openmaintainer} long_description {The X.org xproto package contains miscellaneous X11 prototype headers.} version 7.0.16 categories {x11 devel} revision 0 xorg-xproxymanagementprotocol 317 @@ -12307,7 +12307,7 @@ xteddy 385 portdir x11/xteddy description {A cuddlesome teddy for the X desktop} homepage http://www.itn.liu.se/~stegu/xteddy/ epoch 0 platforms darwin name xteddy depends_lib {port:xorg-libsm port:imlib port:zlib} maintainers nomaintainer long_description {This is _the_ toy for the X desktop, a must for all plush lovers: a very, very cuddlesome teddy.} categories x11 version 2.0.2 revision 1 xterm 547 -variants {utmp universal} depends_build port:xorg-xproto portdir x11/xterm description {the ubiquitous X terminal emulator, stand-alone} homepage http://invisible-island.net/xterm/ depends_run bin:luit:luit epoch 0 platforms darwin depends_lib {port:ncurses port:expat port:zlib port:xorg-libXaw port:Xft2} name xterm long_description {The xterm program is a terminal emulator for the X Window System. It supports a plethora of features, including colors, Unicode, etc.} maintainers {jeremyhu openmaintainer} categories x11 version 247 revision 0 +variants {utmp universal} depends_build port:xorg-xproto portdir x11/xterm description {the ubiquitous X terminal emulator, stand-alone} homepage http://invisible-island.net/xterm/ depends_run bin:luit:luit epoch 0 platforms darwin depends_lib {port:ncurses port:expat port:zlib port:xorg-libXaw port:Xft2} name xterm long_description {The xterm program is a terminal emulator for the X Window System. It supports a plethora of features, including colors, Unicode, etc.} maintainers {jeremyhu openmaintainer} categories x11 version 249 revision 0 xtide 565 variants universal portdir x11/xtide description {Tide prediction software, with a large database of locations.} homepage http://www.flaterco.com/xtide epoch 0 platforms darwin name xtide depends_lib port:libpng long_description {XTide is a package that provides tide and current predictions in a wide variety of formats. Graphs, text listings, and calendars can be generated, or a tide clock can be provided on your desktop. For x11, plain command line, and as an http server.} maintainers {jberry openmaintainer} categories {x11 science} version 2.8.3 revision 1 xtrap 454 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 22:55:52 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 22:55:52 -0700 (PDT) Subject: [58642] trunk/dports/x11/mesa/Portfile Message-ID: <20091002055552.AE47028C442D@beta.macosforge.org> Revision: 58642 http://trac.macports.org/changeset/58642 Author: jeremyhu at macports.org Date: 2009-10-01 22:55:52 -0700 (Thu, 01 Oct 2009) Log Message: ----------- mesa: Bumped to 7.6 and AppleSGLX-58 Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-10-02 05:53:56 UTC (rev 58641) +++ trunk/dports/x11/mesa/Portfile 2009-10-02 05:55:52 UTC (rev 58642) @@ -4,8 +4,8 @@ PortSystem 1.0 name mesa -version 7.4.3 -set ASGLX_version 57 +version 7.6 +set ASGLX_version 58 categories x11 graphics maintainers jeremyhu openmaintainer description Mesa 3D Graphics Library @@ -22,20 +22,20 @@ worksrcdir Mesa-${version} platforms macosx darwin use_bzip2 yes -master_sites sourceforge:mesa3d:mesa \ +master_sites ftp://ftp.freedesktop.org/pub/mesa/current/:mesa \ http://xquartz.macosforge.org/downloads/src/:xq -checksums MesaLib-7.4.3.tar.bz2 \ - md5 70a983ba3deaa8bd63b18bbab283f698 \ - sha1 e8f6ea3ca7784ff7d8e413eb8ca402c90579cc81 \ - rmd160 10ddaa327e2acadeae4bbe4221964e29e3ecfab6 \ - MesaGLUT-7.4.3.tar.bz2 \ - md5 03a4beeef74fc5ef0b1d6d04710e5a8a \ - sha1 466e5247b288b13123bf5b6ca412888be3787154 \ - rmd160 b99e3e8af99719c8cc2009f51fe624d39b169870 \ - AppleSGLX-57.tar.bz2 \ - md5 7e81c6952030660874511090dd5b31da \ - sha1 80e5eb5cc6e9b1352bef86b67a14e3f6f61ef522 \ - rmd160 9bb84bd53ca8172f794464704de6ba4c789cdea9 +checksums MesaLib-7.6.tar.bz2 \ + md5 8c75f90cd0303cfac9e4b6d54f6759ca \ + sha1 4bb10d98afa2585bf60cffb6861b511e86b7b240 \ + rmd160 9d37e916199ca27b14eb01baa3a15ce37f8f4e84 \ + MesaGLUT-7.6.tar.bz2 \ + md5 b8b59706f827d18d1b784a0ff98b4dc2 \ + sha1 8f6b9947973a3c90f32b3234f7a5969b09057cc1 \ + rmd160 c0237a36fc8d865b035db9c4851517a57cba148e \ + AppleSGLX-58.tar.bz2 \ + md5 bd69be44d141fb07dfc6656b869db222 \ + sha1 555736e8c7bfed3a4dc776ef9f51c3716fa4079e \ + rmd160 39e3d57acaa191eb0b86c4a91cf3bc8302e23fd7 # glut port is here to "clean out" the glut port if it's installed to avoid conflict depends_build \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 22:58:13 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 22:58:13 -0700 (PDT) Subject: [58643] trunk/dports/x11/xrender/Portfile Message-ID: <20091002055813.B1FD128C44DF@beta.macosforge.org> Revision: 58643 http://trac.macports.org/changeset/58643 Author: jeremyhu at macports.org Date: 2009-10-01 22:58:13 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xrender: Bump to 0.9.5 Modified Paths: -------------- trunk/dports/x11/xrender/Portfile Modified: trunk/dports/x11/xrender/Portfile =================================================================== --- trunk/dports/x11/xrender/Portfile 2009-10-02 05:55:52 UTC (rev 58642) +++ trunk/dports/x11/xrender/Portfile 2009-10-02 05:58:13 UTC (rev 58643) @@ -4,8 +4,7 @@ name xrender set my_name libXrender -version 0.9.4 -revision 6 +version 0.9.5 categories x11 platforms darwin maintainers jeremyhu openmaintainer @@ -19,18 +18,18 @@ distname ${my_name}-${version} use_bzip2 yes -checksums md5 dc266e850c51368f964e0d67bf5fb5e6 \ - sha1 8e0726d495db177e3089be9e1d5c41395277b0db \ - rmd160 0d9249ffe7f8347946f1c4d701bd06d52a4ab40b +checksums md5 276dd9e85daf0680616cd9f132b354c9 \ + sha1 278f762feb8e754aa5214175abf580ff486281f7 \ + rmd160 efb078aa00d8a3463a2f8267f600579372ded38d depends_build \ - port:pkgconfig - -depends_lib \ - port:xorg-libX11 \ + port:pkgconfig \ port:xorg-xproto \ port:xorg-renderproto +depends_lib \ + port:xorg-libX11 + use_parallel_build yes post-destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 23:00:25 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 23:00:25 -0700 (PDT) Subject: [58644] trunk/dports/databases/db46/Portfile Message-ID: <20091002060026.0811728C4551@beta.macosforge.org> Revision: 58644 http://trac.macports.org/changeset/58644 Author: rmsfisher at macports.org Date: 2009-10-01 23:00:24 -0700 (Thu, 01 Oct 2009) Log Message: ----------- databases/db46 revised livecheck to restore functionality Modified Paths: -------------- trunk/dports/databases/db46/Portfile Modified: trunk/dports/databases/db46/Portfile =================================================================== --- trunk/dports/databases/db46/Portfile 2009-10-02 05:58:13 UTC (rev 58643) +++ trunk/dports/databases/db46/Portfile 2009-10-02 06:00:24 UTC (rev 58644) @@ -4,7 +4,8 @@ PortGroup muniversal 1.0 name db46 -version 4.6.21 +set minor_version 21 +version 4.6.${minor_version} revision 5 categories databases maintainers blair openmaintainer @@ -81,5 +82,6 @@ livecheck.type regex -livecheck.url http://www.oracle.com/technology/documentation/berkeley-db/db/ref/changelog/4.6.html -livecheck.regex {Berkeley DB (\d+(?:\.\d+)*)} +livecheck.url http://www.oracle.com/technology/software/products/berkeley-db/db/index.html +livecheck.version ${minor_version} +livecheck.regex {4.6.(\d+(?:\.\d+)*)} -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 23:04:18 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 23:04:18 -0700 (PDT) Subject: [58645] trunk/dports/devel/iso-codes/Portfile Message-ID: <20091002060418.DE5F328C45E0@beta.macosforge.org> Revision: 58645 http://trac.macports.org/changeset/58645 Author: rmsfisher at macports.org Date: 2009-10-01 23:04:15 -0700 (Thu, 01 Oct 2009) Log Message: ----------- devel/iso-codes upgraded version, checksums Modified Paths: -------------- trunk/dports/devel/iso-codes/Portfile Modified: trunk/dports/devel/iso-codes/Portfile =================================================================== --- trunk/dports/devel/iso-codes/Portfile 2009-10-02 06:00:24 UTC (rev 58644) +++ trunk/dports/devel/iso-codes/Portfile 2009-10-02 06:04:15 UTC (rev 58645) @@ -4,7 +4,7 @@ PortSystem 1.0 name iso-codes -version 3.10.3 +version 3.11 categories devel platforms darwin maintainers nomaintainer @@ -18,9 +18,9 @@ master_sites ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ use_bzip2 yes -checksums md5 64c1595a5191e01798827477737d6e21 \ - sha1 9b2209a1eeee9f16a4ccc84966bfb2bdee740dee \ - rmd160 b1cd492c3646ae60fcc461f7085e2cd59da991ef +checksums md5 29d5526d963a6ecdac40772fac9fe6bb \ + sha1 9c1ef6627acb061a38e88b662bfcb20ed86daf98 \ + rmd160 c622db0eae7aecdddbebc927dec84bedcb27e56d depends_build port:gettext -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 23:19:20 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 23:19:20 -0700 (PDT) Subject: [58646] trunk/dports/devel/automoc/Portfile Message-ID: <20091002061921.2B55128C4780@beta.macosforge.org> Revision: 58646 http://trac.macports.org/changeset/58646 Author: rmsfisher at macports.org Date: 2009-10-01 23:19:16 -0700 (Thu, 01 Oct 2009) Log Message: ----------- devel/automoc added livecheck Modified Paths: -------------- trunk/dports/devel/automoc/Portfile Modified: trunk/dports/devel/automoc/Portfile =================================================================== --- trunk/dports/devel/automoc/Portfile 2009-10-02 06:04:15 UTC (rev 58645) +++ trunk/dports/devel/automoc/Portfile 2009-10-02 06:19:16 UTC (rev 58646) @@ -25,3 +25,6 @@ configure.args-append ../${distname} +livecheck.check regex +livecheck.url http://ftp.gtlib.cc.gatech.edu/pub/kde/stable/${name}4/ +livecheck.regex "\(\\d+(?:\\.\\d+)*)\/" -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 23:22:00 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 23:22:00 -0700 (PDT) Subject: [58647] trunk/dports/devel/automoc/Portfile Message-ID: <20091002062200.9638428C47EA@beta.macosforge.org> Revision: 58647 http://trac.macports.org/changeset/58647 Author: rmsfisher at macports.org Date: 2009-10-01 23:21:59 -0700 (Thu, 01 Oct 2009) Log Message: ----------- devel/automoc changed livecheck.check to livecheck.type per lint Modified Paths: -------------- trunk/dports/devel/automoc/Portfile Modified: trunk/dports/devel/automoc/Portfile =================================================================== --- trunk/dports/devel/automoc/Portfile 2009-10-02 06:19:16 UTC (rev 58646) +++ trunk/dports/devel/automoc/Portfile 2009-10-02 06:21:59 UTC (rev 58647) @@ -25,6 +25,6 @@ configure.args-append ../${distname} -livecheck.check regex +livecheck.type regex livecheck.url http://ftp.gtlib.cc.gatech.edu/pub/kde/stable/${name}4/ livecheck.regex "\(\\d+(?:\\.\\d+)*)\/" -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 23:36:23 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 23:36:23 -0700 (PDT) Subject: [58648] trunk/dports/aqua/qt4-mac/Portfile Message-ID: <20091002063623.6F0B728C49A6@beta.macosforge.org> Revision: 58648 http://trac.macports.org/changeset/58648 Author: rmsfisher at macports.org Date: 2009-10-01 23:36:21 -0700 (Thu, 01 Oct 2009) Log Message: ----------- aqua/qt4-mac updated livecheck.url Modified Paths: -------------- trunk/dports/aqua/qt4-mac/Portfile Modified: trunk/dports/aqua/qt4-mac/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac/Portfile 2009-10-02 06:21:59 UTC (rev 58647) +++ trunk/dports/aqua/qt4-mac/Portfile 2009-10-02 06:36:21 UTC (rev 58648) @@ -242,5 +242,5 @@ } livecheck.type regex -livecheck.url http://trolltech.com/downloads/opensource/appdev/mac-os-cpp +livecheck.url http://qt.nokia.com/downloads/mac-os-cpp livecheck.regex "qt-mac-opensource-src-(4(?:\\.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Oct 1 23:44:14 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 1 Oct 2009 23:44:14 -0700 (PDT) Subject: [58649] trunk/dports/x11/xorg-libX11 Message-ID: <20091002064415.15AB628C4A42@beta.macosforge.org> Revision: 58649 http://trac.macports.org/changeset/58649 Author: jeremyhu at macports.org Date: 2009-10-01 23:44:14 -0700 (Thu, 01 Oct 2009) Log Message: ----------- xorg-libX11: Brown-bag commit... forgot to add files... Added Paths: ----------- trunk/dports/x11/xorg-libX11/files/ trunk/dports/x11/xorg-libX11/files/includes.patch Added: trunk/dports/x11/xorg-libX11/files/includes.patch =================================================================== --- trunk/dports/x11/xorg-libX11/files/includes.patch (rev 0) +++ trunk/dports/x11/xorg-libX11/files/includes.patch 2009-10-02 06:44:14 UTC (rev 58649) @@ -0,0 +1,248 @@ +diff --git a/modules/im/ximcp/Makefile.am b/modules/im/ximcp/Makefile.am +index 914ca3e..0dc8dfb 100644 +--- a/modules/im/ximcp/Makefile.am ++++ b/modules/im/ximcp/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -6,10 +6,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE -DXIM_t -DTRANS_CLIENT ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE -DXIM_t -DTRANS_CLIENT \ + $(MALLOC_ZERO_CFLAGS) + + if XLIB_LOADABLE_I18N +diff --git a/modules/lc/Utf8/Makefile.am b/modules/lc/Utf8/Makefile.am +index d7b096b..422b5dc 100644 +--- a/modules/lc/Utf8/Makefile.am ++++ b/modules/lc/Utf8/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -6,10 +6,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE \ + $(MALLOC_ZERO_CFLAGS) + + if XLIB_LOADABLE_I18N +diff --git a/modules/lc/def/Makefile.am b/modules/lc/def/Makefile.am +index 9e9a1a6..fab191e 100644 +--- a/modules/lc/def/Makefile.am ++++ b/modules/lc/def/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -6,10 +6,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ +- $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE ++ $(XDMCP_CFLAGS) + + if XLIB_LOADABLE_I18N + +diff --git a/modules/lc/gen/Makefile.am b/modules/lc/gen/Makefile.am +index 2937cb1..be64972 100644 +--- a/modules/lc/gen/Makefile.am ++++ b/modules/lc/gen/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -6,10 +6,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ +- $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE ++ $(XDMCP_CFLAGS) + + if XLIB_LOADABLE_I18N + +diff --git a/modules/lc/xlocale/Makefile.am b/modules/lc/xlocale/Makefile.am +index be8dd41..d48d2e9 100644 +--- a/modules/lc/xlocale/Makefile.am ++++ b/modules/lc/xlocale/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -6,10 +6,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ +- $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE ++ $(XDMCP_CFLAGS) + + if XLIB_LOADABLE_I18N + +diff --git a/modules/om/generic/Makefile.am b/modules/om/generic/Makefile.am +index 043ee60..f153b8b 100644 +--- a/modules/om/generic/Makefile.am ++++ b/modules/om/generic/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -7,10 +7,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ + -I$(top_srcdir)/src \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE \ + $(MALLOC_ZERO_CFLAGS) + + if XLIB_LOADABLE_I18N +diff --git a/src/Makefile.am b/src/Makefile.am +index 26d8e27..51e1e06 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -8,7 +8,7 @@ lib_LTLIBRARIES=libX11.la + BUILT_SOURCES=ks_tables.h + CLEANFILES=ks_tables.h ks_tables_h + +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -16,10 +16,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE -DX11_t -DTRANS_CLIENT ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE -DX11_t -DTRANS_CLIENT \ + $(XMALLOC_ZERO_CFLAGS) + + # +diff --git a/src/xcms/Makefile.am b/src/xcms/Makefile.am +index dac620e..1f1b51d 100644 +--- a/src/xcms/Makefile.am ++++ b/src/xcms/Makefile.am +@@ -1,6 +1,6 @@ + noinst_LTLIBRARIES = libxcms.la + +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -9,10 +9,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ + -I$(top_srcdir)/src \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE \ + $(XMALLOC_ZERO_CFLAGS) + + libxcms_la_SOURCES = \ +diff --git a/src/xkb/Makefile.am b/src/xkb/Makefile.am +index d543154..0141836 100644 +--- a/src/xkb/Makefile.am ++++ b/src/xkb/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -6,10 +6,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xcms \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE \ + $(XMALLOC_ZERO_CFLAGS) + + noinst_LTLIBRARIES = libxkb.la +diff --git a/src/xlibi18n/Makefile.am b/src/xlibi18n/Makefile.am +index 9582a65..fa5a1c0 100644 +--- a/src/xlibi18n/Makefile.am ++++ b/src/xlibi18n/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS= \ ++AM_CPPFLAGS= \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include \ +@@ -7,10 +7,12 @@ AM_CFLAGS= \ + -I$(top_srcdir)/src/xkb \ + -I$(top_srcdir)/src/xlibi18n \ + -I$(top_srcdir)/src \ ++ -D_BSD_SOURCE ++ ++AM_CFLAGS= \ + $(X11_CFLAGS) \ + $(BIGFONT_CFLAGS) \ + $(XDMCP_CFLAGS) \ +- -D_BSD_SOURCE \ + $(XMALLOC_ZERO_CFLAGS) + + noinst_LTLIBRARIES = libi18n.la -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Thu Oct 1 23:45:57 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Thu, 1 Oct 2009 23:45:57 -0700 (PDT) Subject: [58650] trunk/dports/python/py26-nose/Portfile Message-ID: <20091002064557.3A1FF28C4AA4@beta.macosforge.org> Revision: 58650 http://trac.macports.org/changeset/58650 Author: rmsfisher at macports.org Date: 2009-10-01 23:45:56 -0700 (Thu, 01 Oct 2009) Log Message: ----------- python/py26-nose updated livecheck, homepage, distname Modified Paths: -------------- trunk/dports/python/py26-nose/Portfile Modified: trunk/dports/python/py26-nose/Portfile =================================================================== --- trunk/dports/python/py26-nose/Portfile 2009-10-02 06:44:14 UTC (rev 58649) +++ trunk/dports/python/py26-nose/Portfile 2009-10-02 06:45:56 UTC (rev 58650) @@ -4,7 +4,8 @@ PortSystem 1.0 PortGroup python26 1.0 -name py26-nose +set my_name nose +name py26-${my_name} version 0.11.1 categories-append www maintainers mcalhoun openmaintainer @@ -20,9 +21,9 @@ platforms darwin -homepage http://somethingaboutorange.com/mrl/projects/nose/ +homepage http://somethingaboutorange.com/mrl/projects/${my_name}/${version} master_sites ${homepage} -distname nose-${version} +distname ${my_name}-${version} depends_lib port:py26-setuptools @@ -60,4 +61,4 @@ livecheck.type regex livecheck.url ${homepage} -livecheck.regex "Current version: (\\d+(?:\\.\\d+)*)" +livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Oct 1 23:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 1 Oct 2009 23:53:50 -0700 (PDT) Subject: [58651] trunk/dports Message-ID: <20091002065351.8204F28C4B82@beta.macosforge.org> Revision: 58651 http://trac.macports.org/changeset/58651 Author: portindex at macports.org Date: 2009-10-01 23:53:49 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 06:45:56 UTC (rev 58650) +++ trunk/dports/PortIndex 2009-10-02 06:53:49 UTC (rev 58651) @@ -1458,8 +1458,8 @@ variants universal portdir devel/inform description {A Z-Code (Infocom Text Adventures) compiler} homepage http://www.inform-fiction.org/ epoch 0 platforms darwin name inform long_description {Inform is a programming language and design system for interactive fiction, created in 1993 by Graham Nelson.} maintainers tritarget.com:vim categories devel version 6.31.1 revision 0 inventor 835 variants {debug imagelib} portdir devel/inventor description {SGI Open InventorTM graphics toolkit} homepage http://oss.sgi.com/projects/inventor/ epoch 0 platforms darwin name inventor depends_lib {port:xorg-libXi port:xorg-libXt port:freetype lib:libjpeg.62:jpeg port:glw} long_description {Open InventorTM is an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. It presents a programming model based on a 3D scene database that dramatically simplifies graphics programming. It includes a rich set of objects such as cubes, polygons, text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and editors that speed up your programming time and extend your 3D programming capabilities.} maintainers css categories {devel graphics x11} version 2.1.5-10 revision 6 -iso-codes 438 -depends_build port:gettext portdir devel/iso-codes description {ISO country, language and currency codes and translations} homepage http://pkg-isocodes.alioth.debian.org/ epoch 0 platforms darwin name iso-codes maintainers nomaintainer long_description {This package aims to provide the list of the country and language (and currency) names in one place, rather than repeated in many programs.} categories devel version 3.10.3 revision 0 +iso-codes 436 +depends_build port:gettext portdir devel/iso-codes description {ISO country, language and currency codes and translations} homepage http://pkg-isocodes.alioth.debian.org/ epoch 0 platforms darwin name iso-codes maintainers nomaintainer long_description {This package aims to provide the list of the country and language (and currency) names in one place, rather than repeated in many programs.} categories devel version 3.11 revision 0 jam 556 variants {mw debug} portdir devel/jam description {a software build tool like make} homepage http://www.perforce.com/jam/jam.html epoch 0 platforms darwin name jam maintainers kallisys.net:pguyot long_description {Jam is a software build tool (like make) from Perforce. It is very powerful tool and it is used for various projects. It is particularly adapted for C/C++ development, multiplatform projects or builds spread on several processors. Mac OS X developer tools actually include a customized version of it.} categories devel version 2.5 revision 1 jline 519 @@ -9126,8 +9126,8 @@ portdir python/py26-networkx description {NetworkX in a Python package for graph manpulation.} homepage http://networkx.lanl.gov/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-networkx maintainers {singingwolfboy openmaintainer} long_description {NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.} version 0.99 categories {python science} revision 0 py26-nltk 390 portdir python/py26-nltk description {Natural Language Toolkit} homepage http://www.nltk.org/ epoch 0 platforms darwin depends_lib {port:py26-numpy port:py26-matplotlib port:py26-yaml} name py26-nltk maintainers gmail.com:stevenbird1 long_description {NLTK is Python modules for research and development in natural language processing} version 2.0b5 categories {python textproc} revision 0 -py26-nose 609 -portdir python/py26-nose description {A Python unittest extension.} homepage http://somethingaboutorange.com/mrl/projects/nose/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-nose maintainers {mcalhoun openmaintainer} long_description {A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.} version 0.11.1 categories {python www} revision 0 +py26-nose 615 +portdir python/py26-nose description {A Python unittest extension.} homepage http://somethingaboutorange.com/mrl/projects/nose/0.11.1 epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-nose maintainers {mcalhoun openmaintainer} long_description {A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.} version 0.11.1 categories {python www} revision 0 py26-numarray 622 variants smp portdir python/py26-numarray description {array manipulation and computational library for python} homepage http://www.stsci.edu/resources/software_hardware/numarray epoch 0 platforms darwin depends_lib port:python26 name py26-numarray long_description {Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code.} maintainers nomaintainer version 1.5.2 categories {python devel math} revision 0 py26-numeric 412 @@ -11850,8 +11850,8 @@ variants universal depends_build port:pkgconfig portdir x11/luit description {X.org luit} homepage http://www.x.org epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libfontenc} name luit long_description {Convert terminal i/o from legacy encodings to UTF-8} maintainers jeremyhu categories x11 version 1.0.4 revision 0 makedepend 713 variants universal depends_build {port:pkgconfig port:xorg-xproto} portdir x11/makedepend description {Create dependencies in makefiles} homepage http://www.x.org/ epoch 0 platforms darwin name makedepend long_description {The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well.} maintainers {blb openmaintainer} categories {x11 devel} version 1.0.1 revision 0 -mesa 577 -variants {universal hw_render darwin_8} depends_build {bin:makedepend:makedepend port:glut bin:tclsh8.5:tcl} portdir x11/mesa description {Mesa 3D Graphics Library} homepage http://mesa3d.sourceforge.net/ epoch 0 platforms {macosx darwin} depends_lib {port:xorg-glproto port:xorg-dri2proto port:xorg-libXfixes port:xorg-libXi port:xorg-libXmu} name mesa long_description {Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.} maintainers {jeremyhu openmaintainer} categories {x11 graphics} version 7.4.3 revision 0 +mesa 575 +variants {universal hw_render darwin_8} depends_build {bin:makedepend:makedepend port:glut bin:tclsh8.5:tcl} portdir x11/mesa description {Mesa 3D Graphics Library} homepage http://mesa3d.sourceforge.net/ epoch 0 platforms {macosx darwin} depends_lib {port:xorg-glproto port:xorg-dri2proto port:xorg-libXfixes port:xorg-libXi port:xorg-libXmu} name mesa long_description {Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.} maintainers {jeremyhu openmaintainer} categories {x11 graphics} version 7.6 revision 0 mikachanfont 607 portdir x11/mikachanfont description {Mikachan-font is Japanese font written by Mikachan} homepage http://www001.upp.so-net.ne.jp/mikachan/ epoch 0 platforms darwin name mikachanfont depends_lib bin:mkfontdir:mkfontdir maintainers nifty.com:pelopor long_description {Mikachan-font is Japanese font. It was written by Mikachan,and scaned and used font making software. It is possible to display Hiragana, Katakana, Numbers, Alphabets, symbols, Kanji for education, Usual kanji, Kanji of person's name, JIS kanji Level 1, JIS kanji Level 2, IBM expantion kanji.} categories {x11 fonts} version 8.9 revision 0 mkfontdir 291 @@ -12277,7 +12277,7 @@ xrefresh 346 variants universal depends_build port:pkgconfig portdir x11/xrefresh description {Refresh all or part of an X11 screen} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib port:xorg-libX11 name xrefresh long_description {{Refresh all or part of an X11 screen}} maintainers {blb openmaintainer} categories x11 version 1.0.2 revision 1 xrender 370 -variants universal depends_build port:pkgconfig portdir x11/xrender description {X Render Extension library} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-xproto port:xorg-renderproto} name xrender long_description {{X Render Extension library}} maintainers {jeremyhu openmaintainer} categories x11 version 0.9.4 revision 6 +variants universal depends_build {port:pkgconfig port:xorg-xproto port:xorg-renderproto} portdir x11/xrender description {X Render Extension library} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib port:xorg-libX11 name xrender long_description {{X Render Extension library}} maintainers {jeremyhu openmaintainer} categories x11 version 0.9.5 revision 0 xrmap 444 variants {darwin_8 universal} portdir x11/xrmap description {X11 client for the CIA World data bank} homepage http://frmas.free.fr/li_1.htm epoch 0 platforms darwin name xrmap depends_lib port:xorg-libs long_description {The Xrmap program provides a user-friendly X client for generating images of the Earth and manipulating the CIA World data bank II global vector information.} maintainers nomaintainer categories x11 version 2.33 revision 1 xroot 520 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Fri Oct 2 00:37:50 2009 From: noreply at macports.org (MacPorts) Date: Fri, 02 Oct 2009 07:37:50 -0000 Subject: [MacPorts] FAQ modified Message-ID: <20091002073750.2669174CC6AC@mail-out3.apple.com> Changed page "FAQ" by blb at macports.org from 97.112.137.159* Page URL: Diff URL: Revision 87 Comment: Warnings about using build_arch -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: FAQ ========================================================================= --- FAQ (version: 86) +++ FAQ (version: 87) @@ -216,6 +216,14 @@ }}} This will install the curl port again, adding the +ssl variant. +=== Using build_arch === #usingbuildarch + +MacPorts 1.8 introduced a new option to macports.conf: '''build_arch'''. This allows you to control the architecture targeted by builds. For example, you can use this to build 64bit on 10.5 (where 32bit is the default) or 32bit on 10.6 (where 64bit is usually the default). + +There are two issues to note before you try and use build_arch: + - many ports ignore the {{{-arch}}} flag to select the architecture, and will most likely fail to build at all + - you must set build_arch prior to building any ports (must be done on a new, clean install), otherwise you will have major issues due to some ports being of one architecture, and some the other. + == Portfile Development and Maintenance Questions == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on FAQ. If it was not you, please report to . From nox at macports.org Fri Oct 2 00:45:36 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 00:45:36 -0700 (PDT) Subject: [58652] trunk/dports/devel/libsdl-framework/Portfile Message-ID: <20091002074537.5270928C512E@beta.macosforge.org> Revision: 58652 http://trac.macports.org/changeset/58652 Author: nox at macports.org Date: 2009-10-02 00:45:33 -0700 (Fri, 02 Oct 2009) Log Message: ----------- libsdl-framework: Create symlinks to libsdl instead of building it again (closes #21550). Modified Paths: -------------- trunk/dports/devel/libsdl-framework/Portfile Modified: trunk/dports/devel/libsdl-framework/Portfile =================================================================== --- trunk/dports/devel/libsdl-framework/Portfile 2009-10-02 06:53:49 UTC (rev 58651) +++ trunk/dports/devel/libsdl-framework/Portfile 2009-10-02 07:45:33 UTC (rev 58652) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -5,60 +6,33 @@ name libsdl-framework set my_name SDL -version 1.2.13 -revision 1 +version 20091002 categories devel multimedia maintainers nox openmaintainer -description Cross-platform multi-media development API +description Framework version of libsdl long_description \ - Simple DirectMedia Layer is a cross-platform multimedia library designed to provide \ - fast access to the graphics framebuffer and audio device. It is used by MPEG playback \ - software, emulators, and many popular games, including the award winning Linux port of \ - \"Civilization: Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, \ - Mac OS, Solaris, IRIX, and FreeBSD. + ${description} -if {[variant_isset universal]} { - eval xcode.build.settings-append "ARCHS='${configure.universal_archs}'" - eval xcode.destroot.settings-append "ARCHS='${configure.universal_archs}'" -} else { - set arch ${os.arch} - if {! [string compare ${os.arch} powerpc]} { - set arch ppc - } - - xcode.build.settings-append ARCHS=${arch} - xcode.destroot.settings-append ARCHS=${arch} -} - homepage http://www.libsdl.org/ -master_sites ${homepage}release/ -distname ${my_name}-${version} -dist_subdir libsdl +distfiles -checksums md5 c6660feea2a6834de10bc71b2f8e4d88 \ - sha1 51fcaa3e1d5c01fd813ea08688780f86b19cf539 \ - rmd160 ed8825fc98f4b3759cf9e5cf8357d71c50df9925 +depends_run port:libsdl -xcode.project Xcode/SDL/SDL.xcodeproj -xcode.target "Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode)" -xcode.destroot.type framework +use_configure no +build {} -post-extract { - system "cd ${worksrcpath} && tar -xvzf Xcode.tar.gz Xcode/SDL/{Info-Framework{,NoX11}.plist,SDL.xcodeproj}" -} +destroot { + set path ${prefix}/Library/Frameworks/SDL.framework + xinstall -d ${destroot}${path}/Versions/A -post-patch { - reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)_ppc =/d" \ - ${worksrcpath}/${xcode.project}/project.pbxproj -} + ln -sf ${prefix}/lib/libSDL.dylib ${destroot}${path}/Versions/A/SDL + ln -sf Versions/A/SDL ${destroot}${path}/SDL -variant x11 { - xcode.target Framework + ln -sf ${prefix}/include/SDL ${destroot}${path}/Versions/A/Headers + ln -sf Versions/A/Headers ${destroot}${path}/Headers } -variant universal {} +universal_variant no -livecheck.type regex -livecheck.url ${homepage}download.php -livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) +livecheck.type no -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 00:48:54 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 00:48:54 -0700 (PDT) Subject: [58653] trunk/dports/devel/clucene/Portfile Message-ID: <20091002074855.93C7428C51CC@beta.macosforge.org> Revision: 58653 http://trac.macports.org/changeset/58653 Author: blb at macports.org Date: 2009-10-02 00:48:51 -0700 (Fri, 02 Oct 2009) Log Message: ----------- devel/clucene - add livecheck, ticket #21763 Modified Paths: -------------- trunk/dports/devel/clucene/Portfile Modified: trunk/dports/devel/clucene/Portfile =================================================================== --- trunk/dports/devel/clucene/Portfile 2009-10-02 07:45:33 UTC (rev 58652) +++ trunk/dports/devel/clucene/Portfile 2009-10-02 07:48:51 UTC (rev 58653) @@ -23,3 +23,6 @@ reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool } } + +livecheck.regex "${name}-core-(\\d+\.\\d+\.\\d+\[a-z\]*)${extract.suffix}" + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 00:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 00:54:17 -0700 (PDT) Subject: [58654] trunk/dports Message-ID: <20091002075420.AD2A728C5286@beta.macosforge.org> Revision: 58654 http://trac.macports.org/changeset/58654 Author: portindex at macports.org Date: 2009-10-02 00:54:13 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 07:48:51 UTC (rev 58653) +++ trunk/dports/PortIndex 2009-10-02 07:54:13 UTC (rev 58654) @@ -1618,8 +1618,8 @@ variants {universal no_x11} portdir devel/libsdl description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms {macosx freebsd} depends_lib {port:xorg-libXext port:xorg-libXrandr port:xrender} name libsdl maintainers {nox openmaintainer} long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.2.14 revision 6 libsdl-devel 655 variants universal portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel maintainers toby long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.3.0-4900 revision 0 -libsdl-framework 681 -variants {x11 universal} portdir devel/libsdl-framework description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms macosx name libsdl-framework long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} maintainers {nox openmaintainer} version 1.2.13 categories {devel multimedia} revision 1 +libsdl-framework 316 +portdir devel/libsdl-framework description {Framework version of libsdl} homepage http://www.libsdl.org/ epoch 0 depends_run port:libsdl platforms macosx name libsdl-framework maintainers {nox openmaintainer} long_description {{Framework version of libsdl}} version 20091002 categories {devel multimedia} revision 0 libsdl_gfx 854 variants universal depends_build port:libtool portdir devel/libsdl_gfx description {graphics primitives SDL extension} homepage http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx epoch 0 platforms macosx depends_lib {path:lib/pkgconfig/sdl.pc:libsdl port:libiconv} name libsdl_gfx long_description {The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces. The current components of the SDL_gfx library are: Graphic Primitives, Rotozoomer, Framerate control, MMX image filters. It is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code.} maintainers mww categories {devel graphics} version 2.0.20 revision 0 libsdl_gfx-framework 787 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Oct 2 04:09:31 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 04:09:31 -0700 (PDT) Subject: [58655] trunk/dports/devel/icu Message-ID: <20091002110932.B199628C7410@beta.macosforge.org> Revision: 58655 http://trac.macports.org/changeset/58655 Author: nox at macports.org Date: 2009-10-02 04:09:28 -0700 (Fri, 02 Oct 2009) Log Message: ----------- icu: * Enable universal support (closes #21421). * Enable parallel building (was fixed upstream in ICU 4.3). Modified Paths: -------------- trunk/dports/devel/icu/Portfile Added Paths: ----------- trunk/dports/devel/icu/files/patch-config-mh-darwin.diff trunk/dports/devel/icu/files/patch-configure.diff Removed Paths: ------------- trunk/dports/devel/icu/files/patch-source_configure.diff Modified: trunk/dports/devel/icu/Portfile =================================================================== --- trunk/dports/devel/icu/Portfile 2009-10-02 07:54:13 UTC (rev 58654) +++ trunk/dports/devel/icu/Portfile 2009-10-02 11:09:28 UTC (rev 58655) @@ -2,6 +2,7 @@ # $Id$ PortSystem 1.0 +PortGroup muniversal 1.0 name icu set my_name icu4c @@ -23,7 +24,6 @@ distname ${my_name}-[join [split ${version} .] _] extract.suffix .tgz distfiles [suffix ${distname}-src] -patchfiles patch-source_configure.diff checksums ${distname}-src.tgz \ md5 10d1cdc843f8e047fc308ec49d3d0543 \ @@ -37,6 +37,9 @@ worksrcdir ${name}/source set docdir ${prefix}/share/doc/${name}-${version} +patchfiles patch-configure.diff \ + patch-config-mh-darwin.diff + post-patch { reinplace "s;install_name ;install_name ${prefix}/lib/;" ${worksrcpath}/config/mh-darwin } @@ -56,7 +59,7 @@ build.type gnu -use_parallel_build no +use_parallel_build yes test.run yes test.target check @@ -66,15 +69,10 @@ file attributes ${dylib} -permissions 0755 } - # The following line is a workaround to avoid installing improper (stub) version of libsicudata.a. - xinstall -m 0644 ${worksrcpath}/lib/libsicudata.a ${destroot}${prefix}/lib - xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath}/.. readme.html ${destroot}${docdir} } -universal_variant no - variant doc description {Install extra documentation} { extract.only [suffix ${distname}-src] distfiles-append ${distname}-docs.zip Added: trunk/dports/devel/icu/files/patch-config-mh-darwin.diff =================================================================== --- trunk/dports/devel/icu/files/patch-config-mh-darwin.diff (rev 0) +++ trunk/dports/devel/icu/files/patch-config-mh-darwin.diff 2009-10-02 11:09:28 UTC (rev 58655) @@ -0,0 +1,12 @@ +--- config/mh-darwin.orig 2009-10-02 12:56:30.000000000 +0200 ++++ config/mh-darwin 2009-10-02 12:57:01.000000000 +0200 +@@ -31,6 +31,9 @@ + LD_RPATH= + LD_RPATH_PRE= + ++# The stubdata directory is the same directory as the normal data library. ++STUBDATA_LIBDIR = $(LIBDIR)/ ++ + ## Environment variable to set a runtime search path + LDLIBRARYPATH_ENVVAR = DYLD_LIBRARY_PATH + Added: trunk/dports/devel/icu/files/patch-configure.diff =================================================================== --- trunk/dports/devel/icu/files/patch-configure.diff (rev 0) +++ trunk/dports/devel/icu/files/patch-configure.diff 2009-10-02 11:09:28 UTC (rev 58655) @@ -0,0 +1,75 @@ +--- configure.orig 2009-10-02 11:50:49.000000000 +0200 ++++ configure 2009-10-02 11:54:38.000000000 +0200 +@@ -7034,52 +7034,6 @@ + $as_echo_n "(cached) " >&6 + else + ac_cv_c_bigendian=unknown +- # See if we're dealing with a universal compiler. +- cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +-#ifndef __APPLE_CC__ +- not a universal capable compiler +- #endif +- typedef int dummy; +- +-_ACEOF +-rm -f conftest.$ac_objext +-if { (ac_try="$ac_compile" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +-$as_echo "$ac_try_echo") >&5 +- (eval "$ac_compile") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && { +- test -z "$ac_c_werror_flag" || +- test ! -s conftest.err +- } && test -s conftest.$ac_objext; then +- +- # Check for potential -arch flags. It is not universal unless +- # there are some -arch flags. Note that *ppc* also matches +- # ppc64. This check is also rather less than ideal. +- case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( +- *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; +- esac +-else +- $as_echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +- +-fi +- +-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat >conftest.$ac_ext <<_ACEOF +@@ -7418,19 +7372,6 @@ + ;; #( + no) + ;; #( +- universal) +- +-cat >>confdefs.h <<\_ACEOF +-#define AC_APPLE_UNIVERSAL_BUILD 1 +-_ACEOF +- +- ;; #( +- *) +- { { $as_echo "$as_me:$LINENO: error: unknown endianness +- presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +-$as_echo "$as_me: error: unknown endianness +- presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} +- { (exit 1); exit 1; }; } ;; + esac + + if test $ac_cv_c_bigendian = no; then Deleted: trunk/dports/devel/icu/files/patch-source_configure.diff =================================================================== --- trunk/dports/devel/icu/files/patch-source_configure.diff 2009-10-02 07:54:13 UTC (rev 58654) +++ trunk/dports/devel/icu/files/patch-source_configure.diff 2009-10-02 11:09:28 UTC (rev 58655) @@ -1,15 +0,0 @@ ---- ./configure.orig 2009-07-02 03:51:26.000000000 +0900 -+++ ./configure 2009-08-16 16:15:49.000000000 +0900 -@@ -7058,11 +7058,8 @@ - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - -- # Check for potential -arch flags. It is not universal unless -- # there are some -arch flags. Note that *ppc* also matches -- # ppc64. This check is also rather less than ideal. - case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( -- *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; -+ *-arch*ppc*) ac_cv_c_bigendian=yes;; - esac - else - $as_echo "$as_me: failed program was:" >&5 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 04:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 04:54:17 -0700 (PDT) Subject: [58656] trunk/dports Message-ID: <20091002115419.63DB928C7DCD@beta.macosforge.org> Revision: 58656 http://trac.macports.org/changeset/58656 Author: portindex at macports.org Date: 2009-10-02 04:54:15 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 11:09:28 UTC (rev 58655) +++ trunk/dports/PortIndex 2009-10-02 11:54:15 UTC (rev 58656) @@ -1446,8 +1446,8 @@ variants demo_source_code portdir devel/ice-python26 description {Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP} homepage http://www.zeroc.com/ epoch 0 platforms darwin name ice-python26 depends_lib {port:python26 port:ice-cpp} long_description {The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Python bindings that sit on top of the C++ Ice C++ runtime libraries.} maintainers blair categories {devel python} version 3.3.1 revision 0 icompile 475 portdir devel/icompile description {icompile is an autocompile tool for C++ projects} homepage http://ice.sourceforge.net/ epoch 0 depends_run bin:python:python24 platforms darwin name icompile maintainers nomaintainer long_description {iCompile is the easiest way to compile your C++ projects on Linux and OS X. It creates executables, static and shared libraries, and HTML documentation with no per-project configuration or scripts} categories devel version 0.4 revision 0 -icu 584 -variants {doc freebsd} portdir devel/icu description {International Components for Unicode} homepage http://www.icu-project.org/ epoch 0 platforms {darwin freebsd} name icu long_description {The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support).} maintainers {nox openmaintainer} categories {devel textproc} version 4.3.1 revision 0 +icu 594 +variants {universal doc freebsd} portdir devel/icu description {International Components for Unicode} homepage http://www.icu-project.org/ epoch 0 platforms {darwin freebsd} name icu maintainers {nox openmaintainer} long_description {The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support).} categories {devel textproc} version 4.3.1 revision 0 idutils 1371 variants universal portdir devel/idutils description {The classic Berkeley gid/lid tools for looking up variables in code} homepage http://www.gnu.org/software/idutils/ epoch 0 platforms darwin name idutils depends_lib {port:gettext port:gmake port:libiconv} long_description {`mkid' is a simple, fast, high-capacity, language-independent identifier database tool. Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility. `mkid' was originally written by Greg McGary and posted to comp.sources.unix in September 1987. It was then maintained and enhanced by a loose knit group of programmers on the Internet led by Tom Horsley . Tom released `mkid2' on comp.sources.unix in March, 1991. Since then, Greg McGary has resumed maintenance and is releasing an improved version 3 under GPL. Version 3 is an interim release. Version 4 will follow in the coming months and include a cscope clone plus other improvements. This version is an improved version of version 3 (which hasn't been updated since 1996!), it now understands C++.} maintainers hotmail.com:yanjingfeng categories devel version 4.2 revision 0 ige-mac-integration 553 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Oct 2 07:43:17 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 07:43:17 -0700 (PDT) Subject: [58657] trunk/dports/devel/libsdl-framework/Portfile Message-ID: <20091002144318.08F3E28C90ED@beta.macosforge.org> Revision: 58657 http://trac.macports.org/changeset/58657 Author: nox at macports.org Date: 2009-10-02 07:43:13 -0700 (Fri, 02 Oct 2009) Log Message: ----------- libsdl-framework: Properly disable livecheck. Modified Paths: -------------- trunk/dports/devel/libsdl-framework/Portfile Modified: trunk/dports/devel/libsdl-framework/Portfile =================================================================== --- trunk/dports/devel/libsdl-framework/Portfile 2009-10-02 11:54:15 UTC (rev 58656) +++ trunk/dports/devel/libsdl-framework/Portfile 2009-10-02 14:43:13 UTC (rev 58657) @@ -35,4 +35,4 @@ universal_variant no -livecheck.type no +livecheck.type none -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Fri Oct 2 07:48:23 2009 From: mww at macports.org (mww at macports.org) Date: Fri, 2 Oct 2009 07:48:23 -0700 (PDT) Subject: [58658] trunk/dports/lang/gcc45/Portfile Message-ID: <20091002144823.CE39528C91F0@beta.macosforge.org> Revision: 58658 http://trac.macports.org/changeset/58658 Author: mww at macports.org Date: 2009-10-02 07:48:21 -0700 (Fri, 02 Oct 2009) Log Message: ----------- version 4.5-20091001 Modified Paths: -------------- trunk/dports/lang/gcc45/Portfile Modified: trunk/dports/lang/gcc45/Portfile =================================================================== --- trunk/dports/lang/gcc45/Portfile 2009-10-02 14:43:13 UTC (rev 58657) +++ trunk/dports/lang/gcc45/Portfile 2009-10-02 14:48:21 UTC (rev 58658) @@ -3,7 +3,7 @@ PortSystem 1.0 name gcc45 -version 4.5-20090924 +version 4.5-20091001 platforms darwin categories lang maintainers mww @@ -26,11 +26,11 @@ set dobjc gcc-objc-${version}.tar.bz2 distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc} -checksums ${dcore} sha1 8cda708baaf04a94118e4c33181dff5cec810e8c \ - ${dfort} sha1 6a9a96337536aae0904424d3d7adce20efa8ec8f \ - ${dcxx} sha1 5fda90d0c1ed8b997d79d6ec04c05561463994d3 \ - ${djava} sha1 ac5966c92c3419563d511144935a9a00e26cd644 \ - ${dobjc} sha1 5c7b69f40d39a67c8648e7baab11fc31d068ea62 +checksums ${dcore} sha1 7b46bb6dcb54fe5478c7155804be208c842f3236 \ + ${dfort} sha1 a7e591f0cf5e2962b3e58fc59416ba35b143378a \ + ${dcxx} sha1 3e418d9a535d5440d7e7386f1a2d1b1007de9fe1 \ + ${djava} sha1 48a25943b3b18eacd4f4ab2e633d7c822e8b194f \ + ${dobjc} sha1 51f3a6a55674489b611b942e1e964b9b3f2e9f80 use_bzip2 yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Oct 2 07:52:39 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 07:52:39 -0700 (PDT) Subject: [58659] trunk/dports/sysutils/coreutils/Portfile Message-ID: <20091002145239.BB33528C931D@beta.macosforge.org> Revision: 58659 http://trac.macports.org/changeset/58659 Author: nox at macports.org Date: 2009-10-02 07:52:39 -0700 (Fri, 02 Oct 2009) Log Message: ----------- coreutils: Update to 7.6. Modified Paths: -------------- trunk/dports/sysutils/coreutils/Portfile Modified: trunk/dports/sysutils/coreutils/Portfile =================================================================== --- trunk/dports/sysutils/coreutils/Portfile 2009-10-02 14:48:21 UTC (rev 58658) +++ trunk/dports/sysutils/coreutils/Portfile 2009-10-02 14:52:39 UTC (rev 58659) @@ -4,7 +4,7 @@ PortSystem 1.0 name coreutils -version 7.5 +version 7.6 categories sysutils platforms darwin maintainers nox openmaintainer @@ -22,9 +22,9 @@ homepage http://www.gnu.org/software/${name}/ master_sites gnu -checksums md5 775351410b7d6879767c3e4563354dc6 \ - sha1 97e1486a33bf42eb7686d8f131c80ab533f1f683 \ - rmd160 17785526e6820705aa5790454af1bd3d0d4104aa +checksums md5 3d82f979229365f880da750642e67cf3 \ + sha1 98880651bee000b1b31e1ee55ff8fabdad8eeecd \ + rmd160 8d0741aabfc7bea9adc1e7d71ff36100c4afc3a2 depends_lib \ port:gettext \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Oct 2 07:55:26 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 07:55:26 -0700 (PDT) Subject: [58660] trunk/dports/java/hamcrest-library/Portfile Message-ID: <20091002145526.CA09C28C93DE@beta.macosforge.org> Revision: 58660 http://trac.macports.org/changeset/58660 Author: nox at macports.org Date: 2009-10-02 07:55:25 -0700 (Fri, 02 Oct 2009) Log Message: ----------- hamcrest-library: Fixed livecheck. Modified Paths: -------------- trunk/dports/java/hamcrest-library/Portfile Modified: trunk/dports/java/hamcrest-library/Portfile =================================================================== --- trunk/dports/java/hamcrest-library/Portfile 2009-10-02 14:52:39 UTC (rev 58659) +++ trunk/dports/java/hamcrest-library/Portfile 2009-10-02 14:55:25 UTC (rev 58660) @@ -53,4 +53,4 @@ livecheck.type regex livecheck.url ${homepage}downloads/list -livecheck.regex $name-(\\d+(?:\\.\\d+)*) +livecheck.regex $name-(\\d+(?:\\.\\d+)*)\\.jar -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Oct 2 08:04:44 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 08:04:44 -0700 (PDT) Subject: [58661] trunk/dports/php/php5-apc/Portfile Message-ID: <20091002150445.7518428C95B0@beta.macosforge.org> Revision: 58661 http://trac.macports.org/changeset/58661 Author: nox at macports.org Date: 2009-10-02 08:04:41 -0700 (Fri, 02 Oct 2009) Log Message: ----------- php5-apc: Update to 3.1.3p1. Modified Paths: -------------- trunk/dports/php/php5-apc/Portfile Modified: trunk/dports/php/php5-apc/Portfile =================================================================== --- trunk/dports/php/php5-apc/Portfile 2009-10-02 14:55:25 UTC (rev 58660) +++ trunk/dports/php/php5-apc/Portfile 2009-10-02 15:04:41 UTC (rev 58661) @@ -4,8 +4,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup apc 3.1.2 pecl -revision 3 +php5extension.setup apc 3.1.3p1 pecl categories php devel platforms darwin @@ -18,12 +17,10 @@ distname APC-${version} -checksums md5 0a18cf164b3e044e27edd4c1d8c3145c \ - sha1 aebd866b06779814e9af5ae16948687347c50054 \ - rmd160 0e2b044e37e161fa449d5d27a72181205adf7e18 +checksums md5 941cf59c3f8042c1d6961b7afb1002b9 \ + sha1 aed228105250f7d7f1deb57abb2770f1e19c2e49 \ + rmd160 b7d359b68697adc8a7fe06c41ddaf804a55c911d use_parallel_build yes -build.args EXTRA_INCLUDES=-I${prefix}/include - -livecheck.regex {>(\d+(?:\.\d+)*)} +livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)} -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Oct 2 08:10:41 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 2 Oct 2009 08:10:41 -0700 (PDT) Subject: [58662] trunk/dports/php/php5-http/Portfile Message-ID: <20091002151041.439B328C97A4@beta.macosforge.org> Revision: 58662 http://trac.macports.org/changeset/58662 Author: nox at macports.org Date: 2009-10-02 08:10:40 -0700 (Fri, 02 Oct 2009) Log Message: ----------- php5-http: Update to 1.6.4. Modified Paths: -------------- trunk/dports/php/php5-http/Portfile Modified: trunk/dports/php/php5-http/Portfile =================================================================== --- trunk/dports/php/php5-http/Portfile 2009-10-02 15:04:41 UTC (rev 58661) +++ trunk/dports/php/php5-http/Portfile 2009-10-02 15:10:40 UTC (rev 58662) @@ -4,8 +4,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup pecl_http 1.6.3 pecl -revision 3 +php5extension.setup pecl_http 1.6.5 pecl name php5-http categories php www @@ -23,9 +22,9 @@ It provides powerful request functionality, if built with CURL \ support. Parallel requests are available for PHP 5 and greater. -checksums md5 988d2c81147e10c97887bd481d5f8655 \ - sha1 df4aae8aed39b9e0604b083e1789eda43091e2b2 \ - rmd160 06975c840ca83705dee64a0b083f168a066d6978 +checksums md5 e11c52bbe5cfed900d80a0ed93df5574 \ + sha1 7e8ef6cd0dd3b4757fc87122edf680c339798288 \ + rmd160 4e7d87cdf688bebe5c8d0e89f430b39e99ac0ecd depends_lib-append \ port:curl \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avsm at macports.org Fri Oct 2 08:16:03 2009 From: avsm at macports.org (avsm at macports.org) Date: Fri, 2 Oct 2009 08:16:03 -0700 (PDT) Subject: [58663] trunk/dports/devel/caml-json-wheel/Portfile Message-ID: <20091002151603.3247128C98A5@beta.macosforge.org> Revision: 58663 http://trac.macports.org/changeset/58663 Author: avsm at macports.org Date: 2009-10-02 08:16:02 -0700 (Fri, 02 Oct 2009) Log Message: ----------- disable parallel build for caml-json-wheel since it is racy Modified Paths: -------------- trunk/dports/devel/caml-json-wheel/Portfile Modified: trunk/dports/devel/caml-json-wheel/Portfile =================================================================== --- trunk/dports/devel/caml-json-wheel/Portfile 2009-10-02 15:10:40 UTC (rev 58662) +++ trunk/dports/devel/caml-json-wheel/Portfile 2009-10-02 15:16:02 UTC (rev 58663) @@ -27,6 +27,7 @@ port:caml-ocamlnet use_configure no +use_parallel_build no destroot.env-append BINDIR=${destroot}${prefix}/bin post-patch { -------------- next part -------------- An HTML attachment was scrubbed... URL: From avsm at macports.org Fri Oct 2 08:16:26 2009 From: avsm at macports.org (avsm at macports.org) Date: Fri, 2 Oct 2009 08:16:26 -0700 (PDT) Subject: [58664] trunk/dports/devel/caml-json-static/Portfile Message-ID: <20091002151626.8657A28C9928@beta.macosforge.org> Revision: 58664 http://trac.macports.org/changeset/58664 Author: avsm at macports.org Date: 2009-10-02 08:16:25 -0700 (Fri, 02 Oct 2009) Log Message: ----------- update to caml-json-static-0.9.8 and disable racy parallel build Modified Paths: -------------- trunk/dports/devel/caml-json-static/Portfile Modified: trunk/dports/devel/caml-json-static/Portfile =================================================================== --- trunk/dports/devel/caml-json-static/Portfile 2009-10-02 15:16:02 UTC (rev 58663) +++ trunk/dports/devel/caml-json-static/Portfile 2009-10-02 15:16:25 UTC (rev 58664) @@ -3,7 +3,7 @@ PortSystem 1.0 name caml-json-static -version 0.9.6 +version 0.9.8 categories devel ml maintainers anil at recoil.org description JSON validator and type converter for OCaml @@ -17,15 +17,16 @@ distname json-static-${version} use_bzip2 yes -checksums md5 7ffc8c00353a6fc14fde490c4edeb1d0 \ - sha1 f1b032ac702acb5b421075b25d3910b23268a1cc \ - rmd160 dd5d84992fd68c1230e1e8b6e26707324d491f78 +checksums md5 a8b586a4c7851f5e34c28da60ebf8904 \ + sha1 4bbcc49340e1f23af6f59fc41eb687e32de7350a \ + rmd160 8f6a9e886ddd5beff91a263b967a3c6ab95d0806 depends_lib port:ocaml \ port:caml-findlib \ port:caml-json-wheel use_configure no +use_parallel_build no post-patch { set ocaml_site_path [exec ocamlfind printconf destdir] -------------- next part -------------- An HTML attachment was scrubbed... URL: From avsm at macports.org Fri Oct 2 08:36:55 2009 From: avsm at macports.org (avsm at macports.org) Date: Fri, 2 Oct 2009 08:36:55 -0700 (PDT) Subject: [58665] trunk/dports/lang/ocaml Message-ID: <20091002153655.8993328C9BF8@beta.macosforge.org> Revision: 58665 http://trac.macports.org/changeset/58665 Author: avsm at macports.org Date: 2009-10-02 08:36:51 -0700 (Fri, 02 Oct 2009) Log Message: ----------- include backported fixes from upstream ocaml-3.11.2-dev for x86_64 Snow Leopard (#21743), and bump revision. also append ocamlfind stublibs location into ld.conf, since most of our ocamlfind ports do not do that themselves Modified Paths: -------------- trunk/dports/lang/ocaml/Portfile Added Paths: ----------- trunk/dports/lang/ocaml/files/ trunk/dports/lang/ocaml/files/patch-Makefile.common.diff trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-emit.mlp.diff trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-proc.ml.diff trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.ml.diff trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.mli.diff trunk/dports/lang/ocaml/files/patch-asmcomp-i386-emit.mlp.diff trunk/dports/lang/ocaml/files/patch-configure.diff Modified: trunk/dports/lang/ocaml/Portfile =================================================================== --- trunk/dports/lang/ocaml/Portfile 2009-10-02 15:16:25 UTC (rev 58664) +++ trunk/dports/lang/ocaml/Portfile 2009-10-02 15:36:51 UTC (rev 58665) @@ -4,6 +4,7 @@ name ocaml version 3.11.1 +revision 2 set major_vers [join [lrange [split ${version} .] 0 1] .] platforms darwin maintainers kallisys.net:pguyot openmaintainer @@ -32,6 +33,15 @@ set doc_distname ${name}-${major_vers}-refman set docdir ${prefix}/share/doc/${name}-${version} +# Patchfiles. +patchfiles patch-asmcomp-amd64-emit.mlp.diff \ + patch-asmcomp-amd64-proc.ml.diff \ + patch-asmcomp-emitaux.ml.diff \ + patch-asmcomp-emitaux.mli.diff \ + patch-asmcomp-i386-emit.mlp.diff \ + patch-configure.diff \ + patch-Makefile.common.diff + # Configure. configure.pre_args -prefix ${prefix} configure.args -no-tk -cc ${configure.cc} -aspp \"${configure.cc} -c\" Added: trunk/dports/lang/ocaml/files/patch-Makefile.common.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-Makefile.common.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-Makefile.common.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,10 @@ +--- byterun/Makefile.common.orig 2009-10-01 13:37:50.000000000 +0100 ++++ byterun/Makefile.common 2009-10-01 13:37:51.000000000 +0100 +@@ -43,6 +43,7 @@ + ld.conf: ../config/Makefile + echo "$(STUBLIBDIR)" > ld.conf + echo "$(LIBDIR)" >> ld.conf ++ echo "$(LIBDIR)/site-lib/stublibs" >> ld.conf + + install:: + cp ocamlrun$(EXE) $(BINDIR)/ocamlrun$(EXE) Added: trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-emit.mlp.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-emit.mlp.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-emit.mlp.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,83 @@ +--- asmcomp/amd64/emit.mlp.orig 2009-03-29 00:10:04.000000000 +0900 ++++ asmcomp/amd64/emit.mlp 2009-10-01 19:29:16.000000000 +0900 +@@ -10,7 +10,7 @@ + (* *) + (***********************************************************************) + +-(* $Id: emit.mlp,v 1.16.2.4 2009/03/28 15:10:04 xleroy Exp $ *) ++(* $Id: emit.mlp,v 1.16.2.7 2009-09-18 13:49:21 xleroy Exp $ *) + + (* Emission of x86-64 (AMD 64) assembly code *) + +@@ -576,33 +576,26 @@ + end + | Lswitch jumptbl -> + let lbl = new_label() in +- if !pic_code || !Clflags.dlcode then begin +- (* PR#4424: r11 is known to be clobbered by the Lswitch, +- meaning that no variable that is live across the Lswitch +- is assigned to r11. However, the argument to Lswitch +- can still be assigned to r11, so we need to special-case +- this situation. *) +- if i.arg.(0).loc = Reg 9 (* ie r11, cf amd64/proc.ml *) then begin +- ` salq $3, %r11\n`; +- ` pushq %r11\n`; +- ` leaq {emit_label lbl}(%rip), %r11\n`; +- ` addq 0(%rsp), %r11\n`; +- ` addq $8, %rsp\n`; +- ` jmp *(%r11)\n` +- end else begin +- ` leaq {emit_label lbl}(%rip), %r11\n`; +- ` jmp *(%r11, {emit_reg i.arg.(0)}, 8)\n` +- end +- end else begin +- ` jmp *{emit_label lbl}(, {emit_reg i.arg.(0)}, 8)\n` +- end; ++ (* rax and rdx are clobbered by the Lswitch, ++ meaning that no variable that is live across the Lswitch ++ is assigned to rax or rdx. However, the argument to Lswitch ++ can still be assigned to one of these two registers, so ++ we must be careful not to clobber it before use. *) ++ let (tmp1, tmp2) = ++ if i.arg.(0).loc = Reg 0 (* rax *) ++ then (phys_reg 4 (*rdx*), phys_reg 0 (*rax*)) ++ else (phys_reg 0 (*rax*), phys_reg 4 (*rdx*)) in ++ ` leaq {emit_label lbl}(%rip), {emit_reg tmp1}\n`; ++ ` movslq ({emit_reg tmp1}, {emit_reg i.arg.(0)}, 4), {emit_reg tmp2}\n`; ++ ` addq {emit_reg tmp2}, {emit_reg tmp1}\n`; ++ ` jmp *{emit_reg tmp1}\n`; + if macosx + then ` .const\n` + else ` .section .rodata\n`; +- emit_align 8; ++ emit_align 4; + `{emit_label lbl}:`; + for i = 0 to Array.length jumptbl - 1 do +- ` .quad {emit_label jumptbl.(i)}\n` ++ ` .long {emit_label jumptbl.(i)} - {emit_label lbl}\n` + done; + ` .text\n` + | Lsetuptrap lbl -> +@@ -668,7 +661,9 @@ + bound_error_call := 0; + ` .text\n`; + emit_align 16; +- if macosx && is_generic_function fundecl.fun_name ++ if macosx ++ && not !Clflags.output_c_object ++ && is_generic_function fundecl.fun_name + then (* PR#4690 *) + ` .private_extern {emit_symbol fundecl.fun_name}\n` + else +@@ -713,9 +708,9 @@ + | Cint n -> + ` .quad {emit_nativeint n}\n` + | Csingle f -> +- ` .float {emit_string f}\n` ++ emit_float32_directive ".long" f + | Cdouble f -> +- ` .double {emit_string f}\n` ++ emit_float64_directive ".quad" f + | Csymbol_address s -> + ` .quad {emit_symbol s}\n` + | Clabel_address lbl -> Added: trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-proc.ml.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-proc.ml.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-asmcomp-amd64-proc.ml.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,28 @@ +--- asmcomp/amd64/proc.ml.orig 2009-03-29 00:52:13.000000000 +0900 ++++ asmcomp/amd64/proc.ml 2009-10-01 19:29:29.000000000 +0900 +@@ -10,7 +10,7 @@ + (* *) + (***********************************************************************) + +-(* $Id: proc.ml,v 1.5.4.1 2009/03/28 15:52:13 xleroy Exp $ *) ++(* $Id: proc.ml,v 1.5.4.2 2009-09-18 13:49:21 xleroy Exp $ *) + + (* Description of the AMD64 processor *) + +@@ -92,7 +92,6 @@ + let rax = phys_reg 0 + let rcx = phys_reg 5 + let rdx = phys_reg 4 +-let r11 = phys_reg 9 + let rxmm15 = phys_reg 115 + + let stack_slot slot ty = +@@ -170,7 +169,7 @@ + | Iop(Istore(Single, _)) -> [| rxmm15 |] + | Iop(Ialloc _ | Iintop(Icomp _) | Iintop_imm((Idiv|Imod|Icomp _), _)) + -> [| rax |] +- | Iswitch(_, _) when !pic_code || !Clflags.dlcode -> [| r11 |] ++ | Iswitch(_, _) -> [| rax; rdx |] + | _ -> [||] + + let destroyed_at_raise = all_phys_regs Added: trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.ml.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.ml.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.ml.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,39 @@ +--- asmcomp/emitaux.ml.orig 2009-01-27 02:06:10.000000000 +0900 ++++ asmcomp/emitaux.ml 2009-10-01 20:03:55.000000000 +0900 +@@ -10,7 +10,7 @@ + (* *) + (***********************************************************************) + +-(* $Id: emitaux.ml,v 1.12.12.1 2009/01/26 17:06:10 xleroy Exp $ *) ++(* $Id: emitaux.ml,v 1.12.12.2 2009-07-15 12:14:39 xleroy Exp $ *) + + (* Common functions for emitting assembly code *) + +@@ -93,6 +93,27 @@ + done; + if !pos > 0 then emit_char '\n' + ++(* PR#4813: assemblers do strange things with float literals indeed, ++ so we convert to IEEE representation ourselves and emit float ++ literals as 32- or 64-bit integers. *) ++ ++let emit_float64_directive directive f = ++ let x = Int64.bits_of_float (float_of_string f) in ++ emit_printf "\t%s\t0x%Lx\n" directive x ++ ++let emit_float64_split_directive directive f = ++ let x = Int64.bits_of_float (float_of_string f) in ++ let lo = Int64.logand x 0xFFFF_FFFFL ++ and hi = Int64.shift_right_logical x 32 in ++ emit_printf "\t%s\t0x%Lx, 0x%Lx\n" ++ directive ++ (if Arch.big_endian then hi else lo) ++ (if Arch.big_endian then lo else hi) ++ ++let emit_float32_directive directive f = ++ let x = Int32.bits_of_float (float_of_string f) in ++ emit_printf "\t%s\t0x%lx\n" directive x ++ + (* Record live pointers at call points *) + + type frame_descr = Added: trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.mli.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.mli.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-asmcomp-emitaux.mli.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,21 @@ +--- asmcomp/emitaux.mli.orig 2009-01-27 02:06:10.000000000 +0900 ++++ asmcomp/emitaux.mli 2009-10-01 20:03:59.000000000 +0900 +@@ -10,7 +10,7 @@ + (* *) + (***********************************************************************) + +-(* $Id: emitaux.mli,v 1.12.12.1 2009/01/26 17:06:10 xleroy Exp $ *) ++(* $Id: emitaux.mli,v 1.12.12.2 2009-07-15 12:14:39 xleroy Exp $ *) + + (* Common functions for emitting assembly code *) + +@@ -25,6 +25,9 @@ + val emit_string_literal: string -> unit + val emit_string_directive: string -> string -> unit + val emit_bytes_directive: string -> string -> unit ++val emit_float64_directive: string -> string -> unit ++val emit_float64_split_directive: string -> string -> unit ++val emit_float32_directive: string -> string -> unit + + type frame_descr = + { fd_lbl: int; (* Return address *) Added: trunk/dports/lang/ocaml/files/patch-asmcomp-i386-emit.mlp.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-asmcomp-i386-emit.mlp.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-asmcomp-i386-emit.mlp.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,34 @@ +--- asmcomp/i386/emit.mlp.orig 2009-03-29 00:10:04.000000000 +0900 ++++ asmcomp/i386/emit.mlp 2009-10-01 19:30:07.000000000 +0900 +@@ -10,7 +10,7 @@ + (* *) + (***********************************************************************) + +-(* $Id: emit.mlp,v 1.41.2.4 2009/03/28 15:10:04 xleroy Exp $ *) ++(* $Id: emit.mlp,v 1.41.2.6 2009-09-13 16:48:19 xleroy Exp $ *) + + (* Emission of Intel 386 assembly code *) + +@@ -888,7 +888,9 @@ + bound_error_call := 0; + ` .text\n`; + emit_align 16; +- if macosx && is_generic_function fundecl.fun_name ++ if macosx ++ && not !Clflags.output_c_object ++ && is_generic_function fundecl.fun_name + then (* PR#4690 *) + ` .private_extern {emit_symbol fundecl.fun_name}\n` + else +@@ -928,9 +930,9 @@ + | Cint n -> + ` .long {emit_nativeint n}\n` + | Csingle f -> +- ` .float {emit_string f}\n` ++ emit_float32_directive ".long" f + | Cdouble f -> +- ` .double {emit_string f}\n` ++ emit_float64_split_directive ".long" f + | Csymbol_address s -> + ` .long {emit_symbol s}\n` + | Clabel_address lbl -> Added: trunk/dports/lang/ocaml/files/patch-configure.diff =================================================================== --- trunk/dports/lang/ocaml/files/patch-configure.diff (rev 0) +++ trunk/dports/lang/ocaml/files/patch-configure.diff 2009-10-02 15:36:51 UTC (rev 58665) @@ -0,0 +1,11 @@ +--- configure.orig 2009-05-21 00:33:09.000000000 +0900 ++++ configure 2009-10-01 19:35:54.000000000 +0900 +@@ -373,7 +373,7 @@ + echo "#define SIZEOF_PTR $3" >> m.h + echo "#define SIZEOF_SHORT $4" >> m.h + +-if test $2 = 8; then ++if test $2 = 8 && $system != macosx; then + echo "#define ARCH_INT64_TYPE long" >> m.h + echo "#define ARCH_UINT64_TYPE unsigned long" >> m.h + echo '#define ARCH_INT64_PRINTF_FORMAT "l"' >> m.h -------------- next part -------------- An HTML attachment was scrubbed... URL: From avsm at macports.org Fri Oct 2 08:41:47 2009 From: avsm at macports.org (avsm at macports.org) Date: Fri, 2 Oct 2009 08:41:47 -0700 (PDT) Subject: [58666] trunk/dports/lang/ocaml/Portfile Message-ID: <20091002154147.AA8F828C9D39@beta.macosforge.org> Revision: 58666 http://trac.macports.org/changeset/58666 Author: avsm at macports.org Date: 2009-10-02 08:41:46 -0700 (Fri, 02 Oct 2009) Log Message: ----------- port lint fix: include description for labltk variant Modified Paths: -------------- trunk/dports/lang/ocaml/Portfile Modified: trunk/dports/lang/ocaml/Portfile =================================================================== --- trunk/dports/lang/ocaml/Portfile 2009-10-02 15:36:51 UTC (rev 58665) +++ trunk/dports/lang/ocaml/Portfile 2009-10-02 15:41:46 UTC (rev 58666) @@ -62,7 +62,7 @@ } # Variants. -variant labltk { +variant labltk description {Include TK bindings and ocamlbrowser} { depends_lib lib:tcl8.4:tcl lib:tk8.4:tk configure.args-delete -no-tk } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 08:53:56 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 08:53:56 -0700 (PDT) Subject: [58667] trunk/dports Message-ID: <20091002155357.2CF9128C9F4D@beta.macosforge.org> Revision: 58667 http://trac.macports.org/changeset/58667 Author: portindex at macports.org Date: 2009-10-02 08:53:55 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 15:41:46 UTC (rev 58666) +++ trunk/dports/PortIndex 2009-10-02 15:53:55 UTC (rev 58667) @@ -1027,7 +1027,7 @@ caml-heredoc 582 portdir devel/caml-heredoc description {Heredoc: syntactic sugar for text producing applications} homepage http://www.eleves.ens.fr/home/frisch/soft.html epoch 0 platforms darwin name caml-heredoc depends_lib {bin:camlp4:ocaml bin:ocamlfind:caml-findlib} maintainers eridius long_description {Without any doubt, OCaml is a great langage for Web publishing. I used it for a long time to produce my static web pages and more recently to write some CGI scripts. HereDoc is an attempt to provide syntactic sugar for such applications.} categories {devel ml} version 20060107 revision 0 caml-json-static 555 -portdir devel/caml-json-static description {JSON validator and type converter for OCaml} homepage http://martin.jambon.free.fr/json-static.html epoch 0 platforms darwin name caml-json-static depends_lib {port:ocaml port:caml-findlib port:caml-json-wheel} maintainers anil at recoil.org long_description {This library converts parsed JSON data with an unchecked structure into specialized OCaml types and vice-versa. It is a complement to the caml-json-wheel package which provides a parser and pretty-printer.} categories {devel ml} version 0.9.6 revision 0 +portdir devel/caml-json-static description {JSON validator and type converter for OCaml} homepage http://martin.jambon.free.fr/json-static.html epoch 0 platforms darwin name caml-json-static depends_lib {port:ocaml port:caml-findlib port:caml-json-wheel} maintainers anil at recoil.org long_description {This library converts parsed JSON data with an unchecked structure into specialized OCaml types and vice-versa. It is a complement to the caml-json-wheel package which provides a parser and pretty-printer.} categories {devel ml} version 0.9.8 revision 0 caml-json-wheel 506 portdir devel/caml-json-wheel description {JSON parsing library for OCaml} homepage http://martin.jambon.free.fr/json-wheel.html epoch 0 platforms darwin name caml-json-wheel depends_lib {port:ocaml port:caml-findlib port:caml-ocamlnet} maintainers anil at recoil.org long_description {Implements RFC4627 for parsing the JSON interchange format. Uses key/value pairs to represent objects, and lists to represent JSON arrays. Also provides pretty-print support.} categories {devel ml} version 1.0.6 revision 1 caml-menhir 423 @@ -4195,7 +4195,7 @@ gcc44 388 variants {powerpc odcctools} portdir lang/gcc44 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 1 platforms darwin name gcc44 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} maintainers mww categories lang version 4.4.1 revision 0 gcc45 494 -variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20090924 revision 0 +variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20091001 revision 0 gccxml 351 variants universal depends_build port:cmake portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers nomaintainer categories lang version 0.6.0 revision 0 gccxml-devel 410 @@ -4319,7 +4319,7 @@ objc 692 variants {darwin_8 universal} portdir lang/objc description {The Portable Object Compiler is an Objective-C compiler} homepage http://users.pandora.be/stes/compiler.html epoch 0 platforms darwin name objc depends_lib port:byacc long_description {This is an independent implementation of Objective C - independent of Stepstone's, NeXT's, GNU's (Free Software Foundation) or SunSoft's Objective C implementation. Like the GNU compiler, the objc grammar is written in YACC. The lexical ananlyzer is written in LEX, and the compiler itself in the Bourne shell and in Objective C. (the optional Objective C link editor is written in AWK).} maintainers mww categories lang version 3.2.8 revision 0 ocaml 489 -variants {labltk doc} portdir lang/ocaml description {Objective Caml is an implementation of the ML language} homepage http://www.ocaml.org/ epoch 0 platforms darwin name ocaml long_description {Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML.} maintainers {kallisys.net:pguyot openmaintainer} categories {lang ml} version 3.11.1 revision 0 +variants {labltk doc} portdir lang/ocaml description {Objective Caml is an implementation of the ML language} homepage http://www.ocaml.org/ epoch 0 platforms darwin name ocaml long_description {Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML.} maintainers {kallisys.net:pguyot openmaintainer} categories {lang ml} version 3.11.1 revision 2 ocaml-mode.el 429 portdir lang/ocaml-mode.el description {An EMACS major mode for editing OCaml programs.} homepage http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html depends_run bin:ocaml:ocaml epoch 0 platforms darwin name ocaml-mode.el depends_lib {{path:\${prefix}/bin/emacs:emacs}} maintainers kallisys.net:pguyot long_description {{An EMACS major mode for editing OCaml programs.}} categories {lang editors ml} version 3.05 revision 0 ocamlduce 460 @@ -7406,8 +7406,8 @@ portdir perl/p5-yaml-syck description {A fast, lightweight YAML loader and dumper} homepage http://search.cpan.org/dist/YAML-Syck/ epoch 0 platforms darwin name p5-yaml-syck depends_lib path:bin/perl:perl5 maintainers FaerieMUD.org:ged long_description {{A fast, lightweight YAML loader and dumper}} categories perl version 0.99 revision 0 p5-yaml-tiny 402 portdir perl/p5-yaml-tiny description {Read/Write YAML files with as little code as possible} homepage http://search.cpan.org/dist/YAML-Tiny/ epoch 0 platforms darwin name p5-yaml-tiny depends_lib {path:bin/perl:perl5 port:p5-yaml port:p5-yaml-syck} maintainers {narf_tm openmaintainer} long_description {{Read/Write YAML files with as little code as possible}} categories perl version 1.40 revision 0 -php5-apc 382 -variants universal portdir php/php5-apc description {Alternative PHP Cache} homepage http://pecl.php.net/package/apc/ epoch 0 platforms darwin name php5-apc depends_lib path:bin/phpize:php5 long_description {APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.} maintainers {nox openmaintainer} categories {php devel} version 3.1.2 revision 3 +php5-apc 384 +variants universal portdir php/php5-apc description {Alternative PHP Cache} homepage http://pecl.php.net/package/apc/ epoch 0 platforms darwin name php5-apc depends_lib path:bin/phpize:php5 long_description {APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.} maintainers {nox openmaintainer} categories {php devel} version 3.1.3p1 revision 0 php5-calendar 397 variants universal portdir php/php5-calendar description {a PHP extension for converting between different calendar formats} homepage http://www.php.net/calendar epoch 0 platforms darwin name php5-calendar depends_lib path:bin/phpize:php5 long_description {{a PHP extension for converting between different calendar formats}} maintainers ryandesign categories {php devel} version 5.3.0 revision 0 php5-curl 483 @@ -7429,7 +7429,7 @@ php5-gtk 487 variants {extra html libsexy sourceview spell universal} portdir php/php5-gtk description {PHP-GTK: Gtk+ bindings for PHP 5.} homepage http://gtk.php.net/ epoch 0 platforms {darwin freebsd} name php5-gtk depends_lib {port:gtk2 path:bin/php:php5 port:libglade2} long_description {PHP-GTK is a Gtk+ bindings for the PHP 5 scripting language, allowing you to build rich, cross-platform desktop applications using PHP.} maintainers kix.in:anant categories {php x11} version 2.0.1 revision 0 php5-http 805 -variants universal portdir php/php5-http description {Extended HTTP Support} homepage http://pecl.php.net/package/pecl_http/ epoch 0 platforms darwin name php5-http depends_lib {path:bin/phpize:php5 port:curl port:zlib} long_description {This HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP urls, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality, if built with CURL support. Parallel requests are available for PHP 5 and greater.} maintainers {nox openmaintainer} categories {php www} version 1.6.3 revision 3 +variants universal portdir php/php5-http description {Extended HTTP Support} homepage http://pecl.php.net/package/pecl_http/ epoch 0 platforms darwin name php5-http depends_lib {path:bin/phpize:php5 port:curl port:zlib} long_description {This HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP urls, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality, if built with CURL support. Parallel requests are available for PHP 5 and greater.} maintainers {nox openmaintainer} categories {php www} version 1.6.5 revision 0 php5-iconv 419 variants universal portdir php/php5-iconv description {a PHP interface to the libiconv character encoding conversion functions} homepage http://www.php.net/iconv epoch 0 platforms darwin name php5-iconv depends_lib {path:bin/phpize:php5 port:libiconv} long_description {{a PHP interface to the libiconv character encoding conversion functions}} maintainers ryandesign categories {php textproc} version 5.3.0 revision 0 php5-imagick 467 @@ -10379,7 +10379,7 @@ convmv 985 portdir sysutils/convmv description {Convert filenames from one encoding to another} homepage http://j3e.de/linux/convmv/man/ epoch 0 platforms darwin name convmv depends_lib bin:perl:perl5 maintainers nomaintainer long_description {convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch.} categories {sysutils perl} version 1.10 revision 0 coreutils 750 -variants {with_default_names universal} portdir sysutils/coreutils description {GNU File, Shell, and Text utilities} homepage http://www.gnu.org/software/coreutils/ epoch 0 platforms darwin name coreutils depends_lib {port:gettext port:gmp port:libiconv} long_description {The GNU Core Utilities are the basic file, shell, and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils.} maintainers {nox openmaintainer} categories sysutils version 7.5 revision 0 +variants {with_default_names universal} portdir sysutils/coreutils description {GNU File, Shell, and Text utilities} homepage http://www.gnu.org/software/coreutils/ epoch 0 platforms darwin name coreutils depends_lib {port:gettext port:gmp port:libiconv} long_description {The GNU Core Utilities are the basic file, shell, and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils.} maintainers {nox openmaintainer} categories sysutils version 7.6 revision 0 count 443 depends_build port:smake portdir sysutils/count description {fast replacement for the standard wc utility} homepage ftp://ftp.berlios.de/pub/count epoch 0 platforms darwin name count maintainers mww long_description {Count is a fast replacement for the standard wc utility. It has the additional features of counting the visible line length and a fast -stat option to quickly determine file sizes.} categories sysutils version 1.20 revision 1 createrepo 527 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Fri Oct 2 09:37:06 2009 From: mnick at macports.org (mnick at macports.org) Date: Fri, 2 Oct 2009 09:37:06 -0700 (PDT) Subject: [58668] trunk/dports/graphics/vtk5/Portfile Message-ID: <20091002163707.1D91828CA697@beta.macosforge.org> Revision: 58668 http://trac.macports.org/changeset/58668 Author: mnick at macports.org Date: 2009-10-02 09:37:02 -0700 (Fri, 02 Oct 2009) Log Message: ----------- add python2{5|6} variants, make old python variant fall back to python25 Modified Paths: -------------- trunk/dports/graphics/vtk5/Portfile Modified: trunk/dports/graphics/vtk5/Portfile =================================================================== --- trunk/dports/graphics/vtk5/Portfile 2009-10-02 15:53:55 UTC (rev 58667) +++ trunk/dports/graphics/vtk5/Portfile 2009-10-02 16:37:02 UTC (rev 58668) @@ -79,10 +79,12 @@ build.env-append DYLD_LIBRARY_PATH=${worksrcpath}/bin -default_variants +python if {![variant_isset carbon]} { default_variants-append +x11 +tcltk } +if {![variant_isset python26]} { + default_variants-append python25 +} variant x11 conflicts carbon description {use X11} { depends_lib-append port:mesa port:Xft2 port:xorg-libXScrnSaver port:xorg-libXt @@ -114,7 +116,8 @@ -DVTK_USE_CARBON:BOOL=ON } -variant python description {builds python wrappers} { +variant python requires python25 description {Compatibility variant, requires +python25} {} +variant python25 description {builds python2.5 wrappers} conflicts python26 { depends_build-append port:python25 configure.args-delete \ -DVTK_WRAP_PYTHON:BOOL=OFF @@ -127,14 +130,32 @@ -DVTK_INSTALL_NO_PYTHON:BOOL=ON } +variant python26 description {builds python2.6 wrappers} conflicts python25 { + depends_build-append port:python26 + configure.args-delete \ + -DVTK_WRAP_PYTHON:BOOL=OFF + configure.args-append \ + -DPYTHON_DEBUG_LIBRARY:FILEPATH=${prefix}/lib/libpython2.6.dylib \ + -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.6 \ + -DPYTHON_INCLUDE_PATH:FILEPATH=${frameworks_dir}/Python.framework/Versions/2.6/include/python2.6 \ + -DPYTHON_LIBRARY:FILEPATH=${prefix}/lib/libpython2.6.dylib \ + -DVTK_WRAP_PYTHON:BOOL=ON \ + -DVTK_INSTALL_NO_PYTHON:BOOL=ON +} + + set vtkdest ${destroot}${prefix}/share/doc/${name} post-destroot { - if {[variant_isset python]} { + if {[variant_isset python25]} { file mkdir ${destroot}${prefix}/lib/python2.5/site-packages system "cd ${worksrcpath}/Wrapping/Python; ${prefix}/bin/python2.5 setup.py install --prefix=${prefix} --root=${destroot}" } + if {[variant_isset python26]} { + system "cd ${worksrcpath}/Wrapping/Python; ${prefix}/bin/python2.6 setup.py install --prefix=${frameworks_dir}/Python.framework/Versions/2.6/ --root=${destroot}" + } + xinstall -d -m 0755 ${vtkdest} file copy ${worksrcpath}/README.html ${vtkdest} file copy ${worksrcpath}/Copyright.txt ${vtkdest} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 09:53:53 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 09:53:53 -0700 (PDT) Subject: [58669] trunk/dports Message-ID: <20091002165355.21DE328CA92A@beta.macosforge.org> Revision: 58669 http://trac.macports.org/changeset/58669 Author: portindex at macports.org Date: 2009-10-02 09:53:50 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 16:37:02 UTC (rev 58668) +++ trunk/dports/PortIndex 2009-10-02 16:53:50 UTC (rev 58669) @@ -3402,8 +3402,8 @@ variants {darwin_8 darwin_9 huge core wrap database debug release shared carbon cocoa x11 data doc examples testing java py25 py26 tcl tcl_apple mysql5 pgsql83 odbc mpi boost universal} depends_build {port:cmake port:readline port:gnutar} portdir graphics/vtk-devel description {3D visualization toolkit (www.vtk.org)} homepage http://www.vtk.org/ epoch 0 platforms darwin name vtk-devel long_description {An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 5.4.0 revision 5 vtk44 639 variants {darwin x11 universal} depends_build bin:cmake:cmake portdir graphics/vtk44 description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name vtk44 long_description {An open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. (This port does not currently provide wrappers for these languages.)} maintainers css categories graphics version 4.4.2 revision 0 -vtk5 702 -variants {x11 tcltk carbon python universal} depends_build {bin:cmake:cmake port:readline port:python25} portdir graphics/vtk5 description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} depends_lib {port:mesa port:Xft2 port:xorg-libXScrnSaver port:xorg-libXt} name vtk5 long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers nomaintainer categories {graphics devel} version 5.2.1 revision 2 +vtk5 706 +variants {x11 tcltk carbon python python25 python26 universal} depends_build {bin:cmake:cmake port:readline} portdir graphics/vtk5 description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} depends_lib {port:mesa port:Xft2 port:xorg-libXScrnSaver port:xorg-libXt} name vtk5 long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers nomaintainer categories {graphics devel} version 5.2.1 revision 2 whirlgif 345 portdir graphics/whirlgif description {produces an animated GIF file composed of a series of GIF images} homepage http://www.danbbs.dk/~dino/whirlgif/ epoch 0 platforms darwin name whirlgif maintainers nomaintainer long_description {{produces an animated GIF file composed of a series of GIF images}} version 3.04 categories graphics revision 0 wings 334 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Fri Oct 2 10:22:12 2009 From: mww at macports.org (mww at macports.org) Date: Fri, 2 Oct 2009 10:22:12 -0700 (PDT) Subject: [58670] trunk/dports/audio/abcMIDI/Portfile Message-ID: <20091002172212.BB39D28CAED9@beta.macosforge.org> Revision: 58670 http://trac.macports.org/changeset/58670 Author: mww at macports.org Date: 2009-10-02 10:22:11 -0700 (Fri, 02 Oct 2009) Log Message: ----------- version 2009-09-23 Modified Paths: -------------- trunk/dports/audio/abcMIDI/Portfile Modified: trunk/dports/audio/abcMIDI/Portfile =================================================================== --- trunk/dports/audio/abcMIDI/Portfile 2009-10-02 16:53:50 UTC (rev 58669) +++ trunk/dports/audio/abcMIDI/Portfile 2009-10-02 17:22:11 UTC (rev 58670) @@ -3,7 +3,7 @@ PortSystem 1.0 name abcMIDI -version 2009-07-22 +version 2009-09-23 categories audio platforms darwin maintainers mww @@ -13,9 +13,9 @@ homepage http://ifdo.pugmarks.com/~seymour/runabc/top.html master_sites http://ifdo.pugmarks.com/~seymour/runabc/ -checksums md5 1e0ce7cb5810c14704ac56c48b5ba33e \ - sha1 6604c18b03d9a3230e8e3af17bfb8888787bd6b6 \ - rmd160 6cb8eecc2eb81856a4b61af688dad3485b5b47ef +checksums md5 d3912d9e2207e90274823edb423cc914 \ + sha1 903dc4e9730d68a1ee81e3775d54f677a07f2716 \ + rmd160 18f8e1d664d2d5fd050134cac2de887ed290cd2d patchfiles patch-makefile.diff worksrcdir abcmidi -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Fri Oct 2 10:22:42 2009 From: mww at macports.org (mww at macports.org) Date: Fri, 2 Oct 2009 10:22:42 -0700 (PDT) Subject: [58671] trunk/dports/print/abcm2ps/Portfile Message-ID: <20091002172242.1C70528CAF7D@beta.macosforge.org> Revision: 58671 http://trac.macports.org/changeset/58671 Author: mww at macports.org Date: 2009-10-02 10:22:41 -0700 (Fri, 02 Oct 2009) Log Message: ----------- version 5.9.6 Modified Paths: -------------- trunk/dports/print/abcm2ps/Portfile Modified: trunk/dports/print/abcm2ps/Portfile =================================================================== --- trunk/dports/print/abcm2ps/Portfile 2009-10-02 17:22:11 UTC (rev 58670) +++ trunk/dports/print/abcm2ps/Portfile 2009-10-02 17:22:41 UTC (rev 58671) @@ -3,7 +3,7 @@ PortSystem 1.0 name abcm2ps -version 5.9.5 +version 5.9.6 categories print audio platforms darwin maintainers mww @@ -15,9 +15,9 @@ homepage http://moinejf.free.fr/ master_sites ${homepage} -checksums md5 08282cc997a7cd74a95e39a5fa1c57e2 \ - sha1 eb839e19ef67891384fbdd29bcc6805470eeebdb \ - rmd160 b5be9053b611b5afe4cc202985cdc2dea8843f79 +checksums md5 e8c14ab912006902d20ccd4833883e80 \ + sha1 978f6d697512bdb8b139977b1091f6d30f71611a \ + rmd160 a84a23d517d4c2029f63640f6a8cb527346de5b1 patchfiles patch-Makefile.in.diff build.target -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 10:46:41 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 10:46:41 -0700 (PDT) Subject: [58672] users/toby/objcports/misc/depstree.c Message-ID: <20091002174642.0CFF828CB351@beta.macosforge.org> Revision: 58672 http://trac.macports.org/changeset/58672 Author: toby at macports.org Date: 2009-10-02 10:46:36 -0700 (Fri, 02 Oct 2009) Log Message: ----------- in progress Modified Paths: -------------- users/toby/objcports/misc/depstree.c Modified: users/toby/objcports/misc/depstree.c =================================================================== --- users/toby/objcports/misc/depstree.c 2009-10-02 17:22:41 UTC (rev 58671) +++ users/toby/objcports/misc/depstree.c 2009-10-02 17:46:36 UTC (rev 58672) @@ -28,13 +28,22 @@ char * strdup_cf(CFStringRef str) { + char *result; CFIndex length, size; - char *result = NULL; - length = CFStringGetLength(str); - size = CFStringGetMaximumSizeForEncoding(length, kCFStringEncodingUTF8) + 1; - result = malloc(size); - CFStringGetCString(str, result, size, kCFStringEncodingUTF8); + if ((result = CFStringGetCStringPtr(str, kCFStringEncodingUTF8))) { + result = strdup(result); + } else { + length = CFStringGetLength(str); + size = CFStringGetMaximumSizeForEncoding(length, kCFStringEncodingUTF8) + 1; + result = malloc(size); + if (result) { + if (!CFStringGetCString(str, result, size, kCFStringEncodingUTF8)) { + free(result); + result = NULL; + } + } + } return result; } @@ -194,6 +203,7 @@ context.info = (void *)port; context.retain = CFRetain; context.release = CFRelease; + context.copyDescription = CFCopyDescription; tree = CFTreeCreate(NULL, &context); deps = find_deps(port); @@ -208,27 +218,37 @@ return tree; } -static void -dump_tree(CFTreeRef tree, CFIndex indent) +// percentage of nodes to visit before the root +typedef enum { + TRAVERSE_PREORDER = 0, + TRAVERSE_INORDER = 50, + TRAVERSE_POSTORDER = 100, +} traverse_method_t; + +typedef void (^traverse_handler_t)(CFTreeRef tree, CFIndex level, Boolean *stop); + +Boolean +traverse_tree(CFTreeRef tree, traverse_method_t method, CFIndex level, traverse_handler_t handler) { - CFIndex i, count; - CFMutableStringRef output; - CFTreeContext context; + CFIndex i, count = CFTreeGetChildCount(tree), cutoff = (count * method) / 100; + CFTreeRef children[count]; + Boolean stop = FALSE; - output = CFStringCreateMutable(NULL, 0); - for (i = 0; i < indent; i++) { - CFStringAppend(output, CFSTR(" ")); + CFTreeGetChildren(tree, children); + + for (i = 0; i < cutoff; i++) { + stop = traverse_tree(children[i], method, level + 1, handler); + if (stop) break; } + if (!stop) handler(tree, level, &stop); + if (!stop) { + for (i = cutoff; i < count; i++) { + stop = traverse_tree(children[i], method, level + 1, handler); + if (stop) break; + } + } - CFTreeGetContext(tree, &context); - CFStringAppend(output, context.info); - fprintf_cf(stdout, indent ? CFSTR("%@\n") : CFSTR("Dependencies of %@:\n"), output); - CFRelease(output); - - count = CFTreeGetChildCount(tree); - for (i = 0; i < count; i++) { - dump_tree(CFTreeGetChildAtIndex(tree, i), indent + 1); - } + return stop; } static void __dead2 @@ -238,12 +258,110 @@ exit(1); } +void +print_deps(CFTreeRef root) +{ + traverse_tree(root, TRAVERSE_PREORDER, 0, + ^(CFTreeRef tree, CFIndex level, Boolean *stop __unused) { + CFIndex i; + CFMutableStringRef output; + CFTreeContext context; + + output = CFStringCreateMutable(NULL, 0); + for (i = 0; i < level; i++) { + CFStringAppend(output, CFSTR(" ")); + } + + CFTreeGetContext(tree, &context); + CFStringAppend(output, context.info); + fprintf_cf(stdout, level ? CFSTR("%@\n") : CFSTR("Dependencies of %@:\n"), output); + CFRelease(output); + } + ); +} + +void +build_port(CFTreeRef root, long jobs) +{ + dispatch_semaphore_t sema; + dispatch_queue_t queue; + dispatch_queue_t print_queue; + CFMutableArrayRef working; + __block int done = 0; + __block CFStringRef port; + CFStringRef tmp; + + // TODO: synchronize access to this + working = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); + + sema = dispatch_semaphore_create(jobs); + queue = dispatch_queue_create("lame queue", NULL); + print_queue = dispatch_queue_create("CFShow", NULL); + + for (;;) { + dispatch_semaphore_wait(sema, DISPATCH_TIME_FOREVER); + + port = NULL; + fprintf(stderr, "... find next\n"); + traverse_tree(root, TRAVERSE_POSTORDER, 0, + ^(CFTreeRef tree, CFIndex level __unused, Boolean *stop) { + CFTreeContext context; + __block int skip = 0; + + CFTreeGetContext(tree, &context); + + dispatch_sync(queue, ^{ + if (CFArrayContainsValue(working, CFRangeMake(0, CFArrayGetCount(working)), context.info)) { + fprintf_cf(stderr, CFSTR("skip %@ (in progress / already built)\n"), context.info); + skip = 1; + } + if (CFTreeGetChildCount(tree)) { + fprintf_cf(stderr, CFSTR("skip %@ (blocked)\n"), context.info); + skip = 1; + } + if (!skip) { + fprintf_cf(stderr, CFSTR("+++ build %@\n"), context.info); + CFArrayAppendValue(working, context.info); + port = CFStringCreateCopy(NULL, context.info); + *stop = 1; + } + }); + } + ); + + if (port) { + tmp = CFStringCreateCopy(NULL, port); + dispatch_async(dispatch_get_global_queue(0, 0), ^{ + fprintf_cf(stderr, CFSTR("start %@\n"), tmp); + sleep(2); + fprintf_cf(stderr, CFSTR("done %@\n"), tmp); + dispatch_sync(queue, ^{ + traverse_tree(root, TRAVERSE_POSTORDER, 0, + ^(CFTreeRef xtree, CFIndex xlevel __unused, Boolean *xstop __unused) { + CFTreeContext xcontext; + CFTreeGetContext(xtree, &xcontext); + if (CFStringCompare(xcontext.info, tmp, 0) == kCFCompareEqualTo) { + CFTreeRemove(xtree); + } + } + ); + }); + CFRelease(tmp); + dispatch_semaphore_signal(sema); + }); + } else { + fprintf(stderr, "lost\n"); + } + } +} + int main(int argc, char *argv[]) { int ch; CFStringRef port; CFTreeRef tree; + long jobs; while ((ch = getopt(argc, argv, "")) != -1) { switch (ch) { @@ -256,14 +374,21 @@ argc -= optind; argv += optind; - if (argc != 1) { + if (argc < 1) { usage(); } port = CFStringCreateWithCString(NULL, argv[0], kCFStringEncodingUTF8); tree = create_port_tree(port); CFRelease(port); - dump_tree(tree, 0); + + if (argc < 2) { + print_deps(tree); + } else { + jobs = strtol(argv[1], NULL, 0); + if (!jobs) jobs = 2; + build_port(tree, jobs); + } CFRelease(tree); return 0; -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 10:46:48 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 10:46:48 -0700 (PDT) Subject: [58673] users/toby/objcports/misc/depstree2.c Message-ID: <20091002174648.3138528CB368@beta.macosforge.org> Revision: 58673 http://trac.macports.org/changeset/58673 Author: toby at macports.org Date: 2009-10-02 10:46:47 -0700 (Fri, 02 Oct 2009) Log Message: ----------- obsolete Removed Paths: ------------- users/toby/objcports/misc/depstree2.c Deleted: users/toby/objcports/misc/depstree2.c =================================================================== --- users/toby/objcports/misc/depstree2.c 2009-10-02 17:46:36 UTC (rev 58672) +++ users/toby/objcports/misc/depstree2.c 2009-10-02 17:46:47 UTC (rev 58673) @@ -1,306 +0,0 @@ -/* - * Copyright (c) 2009 Toby Peterson . All rights reserved. - */ - -#include -#include -#include - -CFStringRef -CFStringCreateWithTclObject(CFAllocatorRef allocator, Tcl_Obj *obj) -{ - return CFStringCreateWithCString(allocator, Tcl_GetString(obj), kCFStringEncodingUTF8); -} - -CFArrayRef -CFArrayCreateTcl(CFAllocatorRef allocator, Tcl_Obj **objects, CFIndex count) -{ - CFIndex i; - CFStringRef array[count]; - CFArrayRef result; - - for (i = 0; i < count; i++) { - array[i] = CFStringCreateWithTclObject(allocator, objects[i]); - } - result = CFArrayCreate(allocator, (const void **)array, count, &kCFTypeArrayCallBacks); - for (i = 0; i < count; i++) { - CFRelease(array[i]); - } - return result; -} - -char * -strdup_cf(CFStringRef str) -{ - CFIndex length, size; - char *result = NULL; - - length = CFStringGetLength(str); - size = CFStringGetMaximumSizeForEncoding(length, kCFStringEncodingUTF8) + 1; - result = malloc(size); - CFStringGetCString(str, result, size, kCFStringEncodingUTF8); - - return result; -} - -int -fprintf_cf(FILE *stream, CFStringRef format, ...) -{ - va_list ap; - CFStringRef str; - char *output; - __block int rc = -1; - - static dispatch_once_t once; - static dispatch_queue_t pqueue; - - dispatch_once(&once, ^{ - pqueue = dispatch_queue_create(NULL, NULL); - }); - - va_start(ap, format); - str = CFStringCreateWithFormatAndArguments(NULL, NULL, format, ap); - va_end(ap); - - output = strdup_cf(str); - CFRelease(str); - dispatch_sync(pqueue, ^{ - rc = fprintf(stream, "%s", output); - }); - free(output); - - return rc; -} - -CFDictionaryRef -copy_indexentry(Tcl_Interp *interp, Tcl_Obj **objects, CFIndex count) -{ - CFDictionaryRef result = NULL; - CFIndex i; - CFIndex count2 = count / 2; - CFStringRef keys[count2]; - CFTypeRef values[count2]; - - for (i = 0; i < count2; i++) { - keys[i] = CFStringCreateWithTclObject(NULL, objects[i * 2]); - if (CFStringHasPrefix(keys[i], CFSTR("depends_"))) { - int objc; - Tcl_Obj **objv; - Tcl_ListObjGetElements(interp, objects[i * 2 + 1], &objc, &objv); - values[i] = CFArrayCreateTcl(NULL, objv, objc); - } else { - values[i] = CFStringCreateWithTclObject(NULL, objects[i * 2 + 1]); - } - } - result = CFDictionaryCreate(NULL, (const void **)keys, values, count2, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); - for (i = 0; i < count2; i++) { - CFRelease(keys[i]); - CFRelease(values[i]); - } - - return result; -} - -CFDictionaryRef -get_portindex() -{ - static CFMutableDictionaryRef dict; - Tcl_Interp *interp; - Tcl_Channel chan; - - if (dict) { - return dict; - } - - dict = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); - - interp = Tcl_CreateInterp(); - assert(Tcl_SetSystemEncoding(interp, "utf-8") == TCL_OK); - chan = Tcl_OpenFileChannel(interp, "/Volumes/data/source/macports/dports/PortIndex", "r", 0); - Tcl_RegisterChannel(interp, chan); - - while (1) { - int objc; - Tcl_Obj **objv; - CFTypeRef key, value; - CFArrayRef info; - Tcl_Obj *line; - int len; - - line = Tcl_NewObj(); - Tcl_IncrRefCount(line); - - /* Read info line. */ - if (Tcl_GetsObj(chan, line) < 0) { - Tcl_DecrRefCount(line); - break; - } - Tcl_ListObjGetElements(interp, line, &objc, &objv); - info = CFArrayCreateTcl(NULL, objv, objc); - assert(CFArrayGetCount(info) == 2); - key = CFRetain(CFArrayGetValueAtIndex(info, 0)); - len = CFStringGetIntValue(CFArrayGetValueAtIndex(info, 1)); - CFRelease(info); - - /* Read dictionary. */ - Tcl_ReadChars(chan, line, len, 0); - Tcl_ListObjGetElements(interp, line, &objc, &objv); - value = copy_indexentry(interp, objv, objc); - assert(value != nil); - - /* Store data. */ - CFDictionarySetValue(dict, key, value); - - CFRelease(key); - CFRelease(value); - - Tcl_DecrRefCount(line); - } - - Tcl_UnregisterChannel(interp, chan); - Tcl_DeleteInterp(interp); - - return dict; -} - -static CFStringRef deptypes[] = { - CFSTR("depends_build"), - CFSTR("depends_lib"), - CFSTR("depends_run"), -}; - -CFArrayRef -copy_deps(CFStringRef port) -{ - CFDictionaryRef info; - CFMutableArrayRef deps; - CFArrayRef tmp, split; - CFIndex i, j, count; - - deps = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); - - info = CFDictionaryGetValue(get_portindex(), port); - - for (i = 0; i < 3; i++) { - tmp = CFDictionaryGetValue(info, deptypes[i]); - if (!tmp) continue; - count = CFArrayGetCount(tmp); - for (j = 0; j < count; j++) { - split = CFStringCreateArrayBySeparatingStrings(NULL, CFArrayGetValueAtIndex(tmp, j), CFSTR(":")); - CFArrayAppendValue(deps, CFArrayGetValueAtIndex(split, CFArrayGetCount(split) - 1)); - CFRelease(split); - } - } - - return deps; -} - -static Boolean -skip_port(CFStringRef port, dispatch_group_t *group) -{ - static CFMutableDictionaryRef built; - static dispatch_queue_t built_queue; - static dispatch_once_t once; - __block Boolean skip = TRUE; - - dispatch_once(&once, ^{ - built_queue = dispatch_queue_create(NULL, NULL); - dispatch_sync(built_queue, ^{ - built = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, NULL); - }); - }); - - dispatch_sync(built_queue, ^{ - if (!CFDictionaryContainsKey(built, port)) { - skip = FALSE; - *group = dispatch_group_create(); - CFDictionarySetValue(built, port, *group); - } else { - skip = TRUE; - *group = (dispatch_group_t)CFDictionaryGetValue(built, port); - } - }); - - return skip; -} - -static void -build_port(CFStringRef port, CFIndex indent) -{ - CFMutableStringRef output; - CFIndex j; - dispatch_group_t group; - - if (skip_port(port, &group)) { - dispatch_group_wait(group, DISPATCH_TIME_FOREVER); - return; - } - - dispatch_group_enter(group); - - output = CFStringCreateMutable(NULL, 0); - for (j = 0; j < indent; j++) { - CFStringAppend(output, CFSTR(" ")); - } - CFStringAppend(output, port); - fprintf_cf(stdout, CFSTR("building %@\n"), output); - - // fake it - usleep(random() / 700); - - fprintf_cf(stdout, CFSTR(" done %@\n"), output); - - CFRelease(output); - - dispatch_group_leave(group); - // TODO: leaking this, not sure where to release it - //dispatch_release(group); -} - -static void -build_port_tree(CFStringRef port, CFIndex indent) -{ - dispatch_group_t group; - CFArrayRef deps; - CFIndex count; - - deps = copy_deps(port); - count = CFArrayGetCount(deps); - - group = dispatch_group_create(); - - if (count) { - dispatch_apply(count, dispatch_get_global_queue(0, 0), ^(size_t i) { - dispatch_group_async(group, dispatch_get_global_queue(0, 0), ^{ - build_port_tree(CFArrayGetValueAtIndex(deps, i), indent + 1); - }); - }); - dispatch_group_wait(group, DISPATCH_TIME_FOREVER); - CFRelease(deps); - - build_port(port, indent); - } else { - build_port(port, indent); - } -} - -int -main(int argc, char *argv[]) -{ - CFStringRef port; - - if (argc != 2) { - fprintf(stderr, "usage: depstree port\n"); - exit(1); - } - - srandom(time(NULL)); - - port = CFStringCreateWithCString(NULL, argv[1], kCFStringEncodingUTF8); - build_port_tree(port, 0); - CFRelease(port); - - dispatch_main(); - - return 0; -} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 10:53:54 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 10:53:54 -0700 (PDT) Subject: [58674] trunk/dports/PortIndex Message-ID: <20091002175355.6A23D28CB6AC@beta.macosforge.org> Revision: 58674 http://trac.macports.org/changeset/58674 Author: portindex at macports.org Date: 2009-10-02 10:53:53 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 17:46:47 UTC (rev 58673) +++ trunk/dports/PortIndex 2009-10-02 17:53:53 UTC (rev 58674) @@ -295,7 +295,7 @@ aacgain 380 variants {darwin universal} portdir audio/aacgain description {AAC/MP3 normalisation tool} homepage http://altosdesign.com/aacgain/ epoch 0 platforms darwin name aacgain depends_lib {port:mp4v2 port:faad2} long_description {A modification of mp3gain to normalise the volume of MP3 and AAC audio files.} maintainers cs.dartmouth.edu:tristan categories audio version 1.7 revision 0 abcMIDI 400 -variants universal portdir audio/abcMIDI description {ABC to midi and vice versa converter} homepage http://ifdo.pugmarks.com/~seymour/runabc/top.html epoch 0 platforms darwin name abcMIDI long_description {ABC is a text-based music notation language. These tools can convert ABC to midi and vice versa.} maintainers mww depends_extract bin:unzip:unzip categories audio version 2009-07-22 revision 0 +variants universal portdir audio/abcMIDI description {ABC to midi and vice versa converter} homepage http://ifdo.pugmarks.com/~seymour/runabc/top.html epoch 0 platforms darwin name abcMIDI long_description {ABC is a text-based music notation language. These tools can convert ABC to midi and vice versa.} maintainers mww depends_extract bin:unzip:unzip categories audio version 2009-09-23 revision 0 abcde 543 portdir audio/abcde description {A Better CD Encoder} homepage http://www.hispalinux.es/~data/abcde.php epoch 0 platforms darwin name abcde depends_lib {port:vorbis-tools port:lame port:flac port:cd-discid port:cdparanoia port:id3v2 port:normalize} maintainers nomaintainer long_description {abcde is a frontend command-line utility (actually, a shell script) that grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) format, and tags them, all in one go.} categories audio version 2.3.3 revision 0 alac_decoder 749 @@ -7505,7 +7505,7 @@ a2ps-j 483 portdir print/a2ps-j description {Text file to PostScript converter (with Japanese support)} homepage {} epoch 0 depends_run {bin:perl:perl5 port:nkf} platforms darwin name a2ps-j maintainers {takanori openmaintainer} long_description {This program is perl version of Miguel Santana's a2ps. a2ps-j converts plain text to PostScript for printing on a PS printer. If no file is given, a2ps-j reads from the standard input.} categories {print textproc japanese} version 1.45 revision 1 abcm2ps 429 -variants universal portdir print/abcm2ps description {abcm2ps converts abc music tunes to PostScript} homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww categories {print audio} version 5.9.5 revision 0 +variants universal portdir print/abcm2ps description {abcm2ps converts abc music tunes to PostScript} homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww categories {print audio} version 5.9.6 revision 0 cups-pdf 370 portdir print/cups-pdf description {Provides a print-to-PDF feature through CUPS} homepage http://www.cups-pdf.de/ epoch 0 platforms darwin name cups-pdf maintainers blb long_description {This software is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver.} version 2.5.0 categories {print textproc} revision 2 denemo 684 -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Fri Oct 2 11:24:01 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Fri, 2 Oct 2009 11:24:01 -0700 (PDT) Subject: [58675] trunk/dports/java/groovy/Portfile Message-ID: <20091002182403.3A58628CBE0A@beta.macosforge.org> Revision: 58675 http://trac.macports.org/changeset/58675 Author: breskeby at macports.org Date: 2009-10-02 11:23:56 -0700 (Fri, 02 Oct 2009) Log Message: ----------- version bump 1.6.5 (#20500) Modified Paths: -------------- trunk/dports/java/groovy/Portfile Modified: trunk/dports/java/groovy/Portfile =================================================================== --- trunk/dports/java/groovy/Portfile 2009-10-02 17:53:53 UTC (rev 58674) +++ trunk/dports/java/groovy/Portfile 2009-10-02 18:23:56 UTC (rev 58675) @@ -3,7 +3,7 @@ PortSystem 1.0 name groovy -version 1.6.4 +version 1.6.5 categories java lang maintainers breskeby platforms darwin @@ -24,17 +24,15 @@ homepage http://groovy.codehaus.org/ distname groovy-src-${version} master_sites http://dist.codehaus.org/groovy/distributions/ -checksums md5 fd12d641b7453dd4b23c7ce55940eb86 \ - sha1 be0530442ceaf534e6d1311f7ddc23a07184e180 \ - rmd160 b4844722008649ea07c82125fc0f3ef9b287edf9 +checksums md5 0ef796f7b7bb7c10f5ddd7c4d8daa42f \ + sha1 18afd0f68240bba2e5610c68e9d016a9ffab2512 \ + rmd160 1248287d13ea7cb765dc90fbf61583953851b6b0 use_zip yes depends_build port:apache-ant depends_lib bin:java:kaffe use_configure no worksrcdir groovy-${version} -patch { - system "sed -i 'bak' 's/ From mww at macports.org Fri Oct 2 11:35:31 2009 From: mww at macports.org (mww at macports.org) Date: Fri, 2 Oct 2009 11:35:31 -0700 (PDT) Subject: [58676] trunk/dports/databases/tcl-sqlite3/Portfile Message-ID: <20091002183531.E9E8B28CC072@beta.macosforge.org> Revision: 58676 http://trac.macports.org/changeset/58676 Author: mww at macports.org Date: 2009-10-02 11:35:27 -0700 (Fri, 02 Oct 2009) Log Message: ----------- version 3.6.18 Modified Paths: -------------- trunk/dports/databases/tcl-sqlite3/Portfile Modified: trunk/dports/databases/tcl-sqlite3/Portfile =================================================================== --- trunk/dports/databases/tcl-sqlite3/Portfile 2009-10-02 18:23:56 UTC (rev 58675) +++ trunk/dports/databases/tcl-sqlite3/Portfile 2009-10-02 18:35:27 UTC (rev 58676) @@ -3,7 +3,7 @@ PortSystem 1.0 name tcl-sqlite3 -version 3.6.17 +version 3.6.18 categories databases platforms darwin maintainers mww @@ -20,9 +20,9 @@ master_sites ${homepage} distname sqlite-${version} dist_subdir sqlite3/${version} -checksums md5 f89f62afc765e08b3f0e47cdc47a15d4 \ - sha1 fa71b93563809ce666c3d6ccd7b6bcaaafc433b3 \ - rmd160 401e09545bf335aca38a749ec54115b9220e232a +checksums md5 54fa7782a56edf0bf6016a2548b86c4c \ + sha1 0200f366657b00396bdc45ebd5b9ab6891ff825e \ + rmd160 6894127ae650cf9745709338b57754681c0863cd depends_lib port:readline \ port:sqlite3 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Fri Oct 2 11:37:41 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Fri, 2 Oct 2009 11:37:41 -0700 (PDT) Subject: [58677] trunk/dports/devel/grails-devel/Portfile Message-ID: <20091002183741.4D65428CC0EB@beta.macosforge.org> Revision: 58677 http://trac.macports.org/changeset/58677 Author: breskeby at macports.org Date: 2009-10-02 11:37:40 -0700 (Fri, 02 Oct 2009) Log Message: ----------- #21556 version bump to Grails 1.2-M3 Modified Paths: -------------- trunk/dports/devel/grails-devel/Portfile Modified: trunk/dports/devel/grails-devel/Portfile =================================================================== --- trunk/dports/devel/grails-devel/Portfile 2009-10-02 18:35:27 UTC (rev 58676) +++ trunk/dports/devel/grails-devel/Portfile 2009-10-02 18:37:40 UTC (rev 58677) @@ -3,7 +3,7 @@ PortSystem 1.0 name grails-devel -version 1.2-M2 +version 1.2-M3 categories devel java maintainers breskeby description An open-source web application framework that leverages the Groovy language @@ -19,9 +19,9 @@ platforms darwin distname grails-${version} master_sites http://dist.codehaus.org/grails -checksums md5 950f59e727d110de1c006db4b1ea70e8 \ - sha1 37c0b231428a502fcaba3f89d13e81751415a264 \ - rmd160 5a2248a4ab1ad0fa089528942ce3eb19931d7c6f +checksums md5 f48de47159cb76ef9ed39cc0959255d2 \ + sha1 7d7faa086f37efdb13edef2511572330432c5b9b \ + rmd160 7e58908b1ca1413bb21b9a0999d34fe47b81529d worksrcdir grails-${version} set workTarget "" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 11:53:52 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 11:53:52 -0700 (PDT) Subject: [58678] trunk/dports/PortIndex Message-ID: <20091002185354.AC90828CC464@beta.macosforge.org> Revision: 58678 http://trac.macports.org/changeset/58678 Author: portindex at macports.org Date: 2009-10-02 11:53:51 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6226 Ports successfully parsed: 6226 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 18:37:40 UTC (rev 58677) +++ trunk/dports/PortIndex 2009-10-02 18:53:51 UTC (rev 58678) @@ -853,7 +853,7 @@ sqlitewrapped 568 depends_build port:sqlite3 portdir databases/sqlitewrapped description {a C++ wrapper for the Sqlite database C API} homepage http://www.alhem.net/project/sqlite/index.html epoch 0 platforms darwin name sqlitewrapped maintainers uwe-arzt.de:mail long_description {This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.} categories {databases devel} version 1.3.1 revision 0 tcl-sqlite3 678 -variants universal portdir databases/tcl-sqlite3 description {Tcl bindings for SQLite3} homepage http://www.sqlite.org/ epoch 0 platforms darwin name tcl-sqlite3 depends_lib {port:readline port:sqlite3 port:tcl} long_description {{Tcl bindings for SQLite3.} SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.} maintainers mww categories databases version 3.6.17 revision 0 +variants universal portdir databases/tcl-sqlite3 description {Tcl bindings for SQLite3} homepage http://www.sqlite.org/ epoch 0 platforms darwin name tcl-sqlite3 depends_lib {port:readline port:sqlite3 port:tcl} long_description {{Tcl bindings for SQLite3.} SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.} maintainers mww categories databases version 3.6.18 revision 0 tdb 504 variants {darwin universal} portdir databases/tdb description {TDB is a Trivial Database} homepage http://sourceforge.net/projects/tdb/ epoch 0 platforms darwin name tdb long_description {TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.} maintainers {simon openmaintainer} categories databases version 1.0.6 revision 0 tinycdb 372 @@ -1335,7 +1335,7 @@ grails 755 variants darwin portdir devel/grails description {An open-source web application framework that leverages the Groovy language} homepage http://www.grails.org/ epoch 0 platforms darwin name grails long_description {Grails aims to bring the {coding by convention} paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.} maintainers breskeby categories {devel java} version 1.1.1 revision 0 grails-devel 800 -variants darwin portdir devel/grails-devel description {An open-source web application framework that leverages the Groovy language} homepage http://www.grails.org/ epoch 0 platforms darwin name grails-devel long_description {Grails aims to bring the {coding by convention} paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.} maintainers breskeby depends_extract bin:unzip:unzip categories {devel java} version 1.2-M2 revision 0 +variants darwin portdir devel/grails-devel description {An open-source web application framework that leverages the Groovy language} homepage http://www.grails.org/ epoch 0 platforms darwin name grails-devel long_description {Grails aims to bring the {coding by convention} paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.} maintainers breskeby depends_extract bin:unzip:unzip categories {devel java} version 1.2-M3 revision 0 griffon 773 portdir devel/griffon description {Griffon is a Grails like application framework for developing desktop applications in Groovy.} homepage http://griffon.codehaus.org/ epoch 0 platforms darwin name griffon maintainers nomaintainer long_description {Griffon aims to bring the {coding by convention} paradigm to Groovy. It is an open-source application framework that leverages the Groovy language and complements Java desktop development. You can use Griffon as a standalone development environment that hides all configuration details or integrate your Java business logic. Griffon aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.} version 0.1.1 categories {devel java} revision 0 gsoap 576 @@ -3595,7 +3595,7 @@ google-collections 647 portdir java/google-collections description {Suite of new collections and collection-related classes.} homepage http://code.google.com/p/google-collections/ epoch 0 platforms darwin depends_lib bin:java:kaffe name google-collections maintainers blair long_description {The Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google. This library is a natural extension of the Java Collections Framework you already know and love. The major new types are: BiMap, Multiset, Multimap and Ordering.} depends_extract bin:unzip:unzip categories java version 20090211.1.0.2 revision 0 groovy 955 -depends_build port:apache-ant portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy maintainers breskeby long_description {Groovy is a new agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases.} depends_extract bin:unzip:unzip categories {java lang} version 1.6.4 revision 0 +depends_build port:apache-ant portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy maintainers breskeby long_description {Groovy is a new agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases.} depends_extract bin:unzip:unzip categories {java lang} version 1.6.5 revision 0 hamcrest-core 561 depends_build port:apache-ant portdir java/hamcrest-core description {library of matchers for building test expressions} homepage http://code.google.com/p/hamcrest/ epoch 0 platforms darwin name hamcrest-core maintainers {nox openmaintainer} long_description {Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.} categories {java devel} version 1.2 revision 0 hamcrest-library 598 -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 12:33:21 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 12:33:21 -0700 (PDT) Subject: [58679] users/toby/objcports/misc/depstree.c Message-ID: <20091002193322.8083C28CCB85@beta.macosforge.org> Revision: 58679 http://trac.macports.org/changeset/58679 Author: toby at macports.org Date: 2009-10-02 12:33:18 -0700 (Fri, 02 Oct 2009) Log Message: ----------- refactor a little Modified Paths: -------------- users/toby/objcports/misc/depstree.c Modified: users/toby/objcports/misc/depstree.c =================================================================== --- users/toby/objcports/misc/depstree.c 2009-10-02 18:53:51 UTC (rev 58678) +++ users/toby/objcports/misc/depstree.c 2009-10-02 19:33:18 UTC (rev 58679) @@ -31,7 +31,7 @@ char *result; CFIndex length, size; - if ((result = CFStringGetCStringPtr(str, kCFStringEncodingUTF8))) { + if ((result = (char *)CFStringGetCStringPtr(str, kCFStringEncodingUTF8))) { result = strdup(result); } else { length = CFStringGetLength(str); @@ -49,17 +49,21 @@ } int -fprintf_cf(FILE *stream, CFStringRef format, ...) +fprintf_cf(FILE *stream, const char *format, ...) { + CFStringRef formatstr, str; va_list ap; - CFStringRef str; char *output; int rc = -1; + formatstr = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); + va_start(ap, format); - str = CFStringCreateWithFormatAndArguments(NULL, NULL, format, ap); + str = CFStringCreateWithFormatAndArguments(NULL, NULL, formatstr, ap); va_end(ap); + CFRelease(formatstr); + output = strdup_cf(str); CFRelease(str); rc = fprintf(stream, "%s", output); @@ -112,7 +116,7 @@ interp = Tcl_CreateInterp(); assert(Tcl_SetSystemEncoding(interp, "utf-8") == TCL_OK); - chan = Tcl_OpenFileChannel(interp, "/Volumes/data/source/macports/dports/PortIndex", "r", 0); + chan = Tcl_OpenFileChannel(interp, "/Volumes/eve/macports/dports/PortIndex", "r", 0); Tcl_RegisterChannel(interp, chan); while (1) { @@ -274,79 +278,104 @@ CFTreeGetContext(tree, &context); CFStringAppend(output, context.info); - fprintf_cf(stdout, level ? CFSTR("%@\n") : CFSTR("Dependencies of %@:\n"), output); + fprintf_cf(stdout, level ? "%@\n" : "Dependencies of %@:\n", output); CFRelease(output); } ); } +struct port_context_s { + dispatch_queue_t queue; + CFTreeRef tree; + CFMutableArrayRef working; +}; +typedef struct port_context_s *port_context_t; + +CFStringRef +find_next(port_context_t portctx) +{ + __block CFStringRef result = NULL; + + fprintf(stderr, "... find next\n"); + traverse_tree(portctx->tree, TRAVERSE_POSTORDER, 0, + ^(CFTreeRef tree, CFIndex level __unused, Boolean *stop) { + CFTreeContext context; + __block int skip = 0; + + CFTreeGetContext(tree, &context); + + dispatch_sync(portctx->queue, ^{ + fprintf_cf(stderr, "trying %@...", context.info); + if (CFArrayContainsValue(portctx->working, CFRangeMake(0, CFArrayGetCount(portctx->working)), context.info)) { + fprintf_cf(stderr, "skip\n"); + skip = 1; + } + if (CFTreeGetChildCount(tree)) { + assert(skip == 0); + fprintf_cf(stderr, "blocked\n"); + skip = 1; + } + if (!skip) { + fprintf_cf(stderr, "build!\n"); + CFArrayAppendValue(portctx->working, context.info); + result = CFStringCreateCopy(NULL, context.info); + *stop = 1; + } + }); + } + ); + + return result; +} + void +finish_port(port_context_t portctx, CFStringRef port) +{ + dispatch_sync(portctx->queue, ^{ + traverse_tree(portctx->tree, TRAVERSE_POSTORDER, 0, + ^(CFTreeRef tree, CFIndex level __unused, Boolean *stop __unused) { + CFTreeContext context; + CFTreeGetContext(tree, &context); + if (CFStringCompare(context.info, port, 0) == kCFCompareEqualTo) { + fprintf_cf(stderr, "removing %@\n", tree); + CFTreeRemove(tree); + } + } + ); + }); +} + +void build_port(CFTreeRef root, long jobs) { + port_context_t portctx; dispatch_semaphore_t sema; - dispatch_queue_t queue; dispatch_queue_t print_queue; - CFMutableArrayRef working; __block int done = 0; - __block CFStringRef port; - CFStringRef tmp; + CFStringRef port; // TODO: synchronize access to this - working = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); + portctx = calloc(1, sizeof(*portctx)); + portctx->queue = dispatch_queue_create("port", NULL); + portctx->tree = (CFTreeRef)CFRetain(root); + portctx->working = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); sema = dispatch_semaphore_create(jobs); - queue = dispatch_queue_create("lame queue", NULL); print_queue = dispatch_queue_create("CFShow", NULL); for (;;) { dispatch_semaphore_wait(sema, DISPATCH_TIME_FOREVER); - port = NULL; - fprintf(stderr, "... find next\n"); - traverse_tree(root, TRAVERSE_POSTORDER, 0, - ^(CFTreeRef tree, CFIndex level __unused, Boolean *stop) { - CFTreeContext context; - __block int skip = 0; + port = find_next(portctx); - CFTreeGetContext(tree, &context); - - dispatch_sync(queue, ^{ - if (CFArrayContainsValue(working, CFRangeMake(0, CFArrayGetCount(working)), context.info)) { - fprintf_cf(stderr, CFSTR("skip %@ (in progress / already built)\n"), context.info); - skip = 1; - } - if (CFTreeGetChildCount(tree)) { - fprintf_cf(stderr, CFSTR("skip %@ (blocked)\n"), context.info); - skip = 1; - } - if (!skip) { - fprintf_cf(stderr, CFSTR("+++ build %@\n"), context.info); - CFArrayAppendValue(working, context.info); - port = CFStringCreateCopy(NULL, context.info); - *stop = 1; - } - }); - } - ); - if (port) { - tmp = CFStringCreateCopy(NULL, port); dispatch_async(dispatch_get_global_queue(0, 0), ^{ - fprintf_cf(stderr, CFSTR("start %@\n"), tmp); + fprintf_cf(stderr, "start %@\n", port); sleep(2); - fprintf_cf(stderr, CFSTR("done %@\n"), tmp); - dispatch_sync(queue, ^{ - traverse_tree(root, TRAVERSE_POSTORDER, 0, - ^(CFTreeRef xtree, CFIndex xlevel __unused, Boolean *xstop __unused) { - CFTreeContext xcontext; - CFTreeGetContext(xtree, &xcontext); - if (CFStringCompare(xcontext.info, tmp, 0) == kCFCompareEqualTo) { - CFTreeRemove(xtree); - } - } - ); - }); - CFRelease(tmp); + fprintf_cf(stderr, "done %@\n", port); + + finish_port(portctx, port); + CFRelease(port); dispatch_semaphore_signal(sema); }); } else { -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 12:34:01 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 12:34:01 -0700 (PDT) Subject: [58680] users/dweber/graphics/InsightToolkit314/ Message-ID: <20091002193401.6612828CCBA3@beta.macosforge.org> Revision: 58680 http://trac.macports.org/changeset/58680 Author: dweber at macports.org Date: 2009-10-02 12:34:00 -0700 (Fri, 02 Oct 2009) Log Message: ----------- About to update InsightToolkit to 3.16.0; moving ver 3.14.0 into InsightToolkit314 to maintain availability for anything that depends on that version. Added Paths: ----------- users/dweber/graphics/InsightToolkit314/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:01:04 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:01:04 -0700 (PDT) Subject: [58681] users/dweber/graphics/InsightToolkit/Portfile Message-ID: <20091002200104.5228128CD457@beta.macosforge.org> Revision: 58681 http://trac.macports.org/changeset/58681 Author: dweber at macports.org Date: 2009-10-02 13:01:03 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Initial attempt to update to ver 3.16.0; will try to build and install with no significant changes to the Portfile; should test the py26 variant and try to make that a default variant. Modified Paths: -------------- users/dweber/graphics/InsightToolkit/Portfile Modified: users/dweber/graphics/InsightToolkit/Portfile =================================================================== --- users/dweber/graphics/InsightToolkit/Portfile 2009-10-02 19:34:00 UTC (rev 58680) +++ users/dweber/graphics/InsightToolkit/Portfile 2009-10-02 20:01:03 UTC (rev 58681) @@ -4,13 +4,13 @@ PortSystem 1.0 name InsightToolkit -version 3.14.0 +version 3.16.0 revision 0 set branch [join [lrange [split ${version} .] 0 1] .] -# Online documentation on the 3.14 release: -# http://www.kitware.com/news/home/browse/ITK?2009_05_28&ITK+3.14+Released -# http://www.itk.org/Wiki/ITK_Release_3.14 +# Online documentation on the 3.16 release: +# http://www.kitware.com/news/home/browse/CMake?2009_09_16&ITK+3.16+Released +# http://www.itk.org/Wiki/ITK_Release_3.16 categories graphics math science devel @@ -28,14 +28,15 @@ distfiles InsightToolkit-${version}.tar.gz \ CableSwig-ITK-${version}.tar.gz +# Also update checksums for the documentation in the doc variant. checksums InsightToolkit-${version}.tar.gz \ - md5 7edcef07ff67684e1b93e51da5a2ca55 \ - sha1 f6e3c6655c207f09fe6f2a4a3bf3cbd6999c0b89 \ - ripemd160 b3d630b682695bb58b8401def4872d89c427812d \ + md5 e532b419530645bd88da0efb1815d8f7 \ + sha1 4131f12471366d0e5f3a6d13155c419be5fceba8 \ + rmd160 eeb63df6bdb86aa82943375dbcfcf4da0bdac7a3 \ CableSwig-ITK-${version}.tar.gz \ - md5 2e92685c3a9f88639f1c0620382792c4 \ - sha1 b7bfc1a3adf8e5849ac19a71a6ad6ef01ee5eb47 \ - ripemd160 806b3fe31901b23e2350d9a8590c0bad97927939 + md5 02161e59567bff4eaa7305c022bec230 \ + sha1 be596fcff68c65ec45979166e56b2627e765988f \ + rmd160 abf686dd34b6d9445340037f54ad9e27f82ffa76 extract.only InsightToolkit-${version}.tar.gz \ CableSwig-ITK-${version}.tar.gz @@ -161,13 +162,14 @@ default_variants \ +doc \ +py25 +# Test the py26 variant ASAP. variant doc description "provide doxygen documentation in ${itkDocPath}" { distfiles-append ${itkDocFile} checksums-append ${itkDocFile} \ - md5 04f2f98ddbaf847d5e0b890210992ec7 \ - sha1 fec6e64d6b8c7d1f4b64dbb729eb284f89a9f47f \ - ripemd160 9b91ff286a6dfd0f9674219641adde1eb3f3a19a + md5 d36591eeeb66d083b2e89aabec48e34a \ + sha1 5175b3ed01d1875979d6f66d0b1d02f39e3f4b34 \ + rmd160 3eaa6d0fae62b6ecf92be0cf61c8c86f9162623e post-destroot { set itkDocPathLink ${prefix}/share/doc/${distname} xinstall -d -o root -g admin -m 0755 ${destroot}${itkDocPath} -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:03:00 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:03:00 -0700 (PDT) Subject: [58682] users/dweber Message-ID: <20091002200300.D10F628CD4F6@beta.macosforge.org> Revision: 58682 http://trac.macports.org/changeset/58682 Author: dweber at macports.org Date: 2009-10-02 13:03:00 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Updating PortIndex Added Paths: ----------- users/dweber/devel/jace/ Removed Paths: ------------- users/dweber/PortIndex Deleted: users/dweber/PortIndex =================================================================== --- users/dweber/PortIndex 2009-10-02 20:01:03 UTC (rev 58681) +++ users/dweber/PortIndex 2009-10-02 20:03:00 UTC (rev 58682) @@ -1,6 +0,0 @@ -InsightToolkit 1606 -variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} variant_desc {doc {provide doxygen documentation in \${prefix}/share/InsightToolkit-3.12/doc} brainweb {provide ITK BrainWeb data in \${prefix}/share/InsightToolkit-3.12/data} shared {build shared libraries (default)} examples {provide ITK examples in \${prefix}/share/InsightToolkit-3.12/examples} testing {provide ITK testing in \${prefix}/share/InsightToolkit-3.12/testing} wrap {USE_WRAP_ITK for external language support (includes shared)} py24 {python 2.4 wrapper (includes wrap)} py25 {python 2.5 wrapper (includes wrap)} universal {Build for multiple architectures}} portdir graphics/InsightToolkit description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin name InsightToolkit depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} maintainers {dweber openmaintainer} long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} categories {graphics math science devel} version 3.12.0 revision 3 -paraview 1260 -variants {data shared examples testing universal} depends_build {port:cmake port:gmake} variant_desc {data {provide data in \${prefix}/share/paraview-3.4/data} shared {build shared libraries (default)} examples {provide examples in \${prefix}/share/paraview-3.4/examples} testing {provide testing in \${prefix}/share/paraview-3.4/testing} universal {Build for multiple architectures}} portdir graphics/paraview description {ParaView: data visualization on distributed computing platforms} homepage http://www.paraview.org epoch 0 platforms darwin name paraview depends_lib {port:xorg-libs port:qt4-mac} maintainers {dweber openmaintainer} long_description {ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of terascale as well as on laptops for smaller data.} categories {graphics math science devel} version 3.4.0 revision 0 -vtk-devel 1832 -variants {darwin_9 huge data doc examples shared testing carbon cocoa x11 wrap java py25 py26 tcl tcl_apple database mysql5 pgsql83 odbc mpi boost universal} depends_build {port:cmake port:readline} variant_desc {darwin_9 {Platform variant, do not select manually} huge {provide cocoa data doc examples shared testing wrap database mpi boost} data {provide example data in: \${prefix}/share/vtk-5.4/data} doc {provide doxygen documentation in: \${prefix}/share/vtk-5.4/doc} examples {provide VTK examples in: \${prefix}/share/vtk-5.4/examples} shared {build shared libraries (default)} testing {provide VTK tests in: \${prefix}/share/vtk-5.4/testing} carbon {build with Carbon} cocoa {build with Cocoa (default)} x11 {build with X11} wrap {provide java, py26, & tcl} java {java wrapper} py25 {python 2.5 wrapper} py26 {python 2.6 wrapper} tcl {tcl wrapper (MacPorts tcl/tk)} tcl_apple {tcl wrapper (apple tcl/tk framework)} database {provide all database variants} mysql5 {build the MySQL driver for vtkSQLDatabase} pgsql83 {build the PostgreSQL 8.3 driver for vtkSQLDatabase} odbc {build the ODBC database interface} mpi {use message passing interface (mpich2) for parallel support} boost {use Boost libraries - www.boost.org} universal {Build for multiple architectures}} portdir graphics/vtk-devel description {3D visualization toolkit (www.vtk.org)} homepage http://www.vtk.org/ epoch 0 platforms darwin name vtk-devel maintainers {dweber openmaintainer} long_description {An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} version 5.4.0 categories {graphics math science devel} revision 3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:03:22 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:03:22 -0700 (PDT) Subject: [58683] users/dweber Message-ID: <20091002200322.5667C28CD513@beta.macosforge.org> Revision: 58683 http://trac.macports.org/changeset/58683 Author: dweber at macports.org Date: 2009-10-02 13:03:21 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Updating PortIndex Added Paths: ----------- users/dweber/PortIndex users/dweber/PortIndex.quick Added: users/dweber/PortIndex =================================================================== --- users/dweber/PortIndex (rev 0) +++ users/dweber/PortIndex 2009-10-02 20:03:21 UTC (rev 58683) @@ -0,0 +1,10 @@ +cmake 472 +variants universal portdir devel/cmake description {Cross-platform make} homepage http://www.cmake.org/ epoch 0 platforms {darwin freebsd} name cmake long_description {An extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment.} maintainers {css dweber} categories devel version 2.6.4 revision 1 +InsightToolkit 1031 +variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} portdir graphics/InsightToolkit description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} name InsightToolkit long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.16.0 revision 0 +InsightToolkit312 1037 +variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} portdir graphics/InsightToolkit312 description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} name InsightToolkit312 long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.12.0 revision 0 +InsightToolkit 1034 +variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} portdir graphics/InsightToolkit314 description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} name InsightToolkit long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.14.0 revision 0 +paraview 963 +variants {data shared examples testing universal} depends_build {port:cmake port:gmake} portdir graphics/paraview description {ParaView: data visualization on distributed computing platforms} homepage http://www.paraview.org epoch 0 platforms darwin depends_lib {port:xorg-libs port:qt4-mac} name paraview long_description {ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of terascale as well as on laptops for smaller data.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.4.0 revision 0 Added: users/dweber/PortIndex.quick =================================================================== --- users/dweber/PortIndex.quick (rev 0) +++ users/dweber/PortIndex.quick 2009-10-02 20:03:21 UTC (rev 58683) @@ -0,0 +1,5 @@ +cmake 0 +insighttoolkit 482 +insighttoolkit312 1533 +insighttoolkit 2593 +paraview 3647 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:03:54 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:03:54 -0700 (PDT) Subject: [58684] users/dweber Message-ID: <20091002200355.1BBEB28CD5A7@beta.macosforge.org> Revision: 58684 http://trac.macports.org/changeset/58684 Author: dweber at macports.org Date: 2009-10-02 13:03:54 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Updating PortIndex Modified Paths: -------------- users/dweber/PortIndex users/dweber/PortIndex.quick Modified: users/dweber/PortIndex =================================================================== --- users/dweber/PortIndex 2009-10-02 20:03:21 UTC (rev 58683) +++ users/dweber/PortIndex 2009-10-02 20:03:54 UTC (rev 58684) @@ -1,5 +1,3 @@ -cmake 472 -variants universal portdir devel/cmake description {Cross-platform make} homepage http://www.cmake.org/ epoch 0 platforms {darwin freebsd} name cmake long_description {An extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment.} maintainers {css dweber} categories devel version 2.6.4 revision 1 InsightToolkit 1031 variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} portdir graphics/InsightToolkit description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} name InsightToolkit long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.16.0 revision 0 InsightToolkit312 1037 Modified: users/dweber/PortIndex.quick =================================================================== --- users/dweber/PortIndex.quick 2009-10-02 20:03:21 UTC (rev 58683) +++ users/dweber/PortIndex.quick 2009-10-02 20:03:54 UTC (rev 58684) @@ -1,5 +1,4 @@ -cmake 0 -insighttoolkit 482 -insighttoolkit312 1533 -insighttoolkit 2593 -paraview 3647 +insighttoolkit 0 +insighttoolkit312 1051 +insighttoolkit 2111 +paraview 3165 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 13:05:05 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 13:05:05 -0700 (PDT) Subject: [58685] trunk/dports/perl Message-ID: <20091002200505.6855A28CD673@beta.macosforge.org> Revision: 58685 http://trac.macports.org/changeset/58685 Author: blb at macports.org Date: 2009-10-02 13:05:04 -0700 (Fri, 02 Oct 2009) Log Message: ----------- New port - perl/p5-io-pty-easy, Easy interface to IO::Pty; ticket #21780 Added Paths: ----------- trunk/dports/perl/p5-io-pty-easy/ trunk/dports/perl/p5-io-pty-easy/Portfile Added: trunk/dports/perl/p5-io-pty-easy/Portfile =================================================================== --- trunk/dports/perl/p5-io-pty-easy/Portfile (rev 0) +++ trunk/dports/perl/p5-io-pty-easy/Portfile 2009-10-02 20:05:04 UTC (rev 58685) @@ -0,0 +1,19 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup IO-Pty-Easy 0.07 +maintainers nomaintainer +description Easy interface to IO::Pty +long_description IO::Pty::Easy provides an interface to IO::Pty which \ + hides most of the ugly details of handling ptys, wrapping \ + them instead in simple spawn/read/write commands. +homepage http://search.cpan.org/dist/IO-Pty-Easy/ +checksums md5 e68c2c04369cab48af59d09f75568182 \ + sha1 864cf17087c621ea332425b2a079dcc8b4208f97 \ + rmd160 9762c4803cdc0c28e7ac22331a1e4bfa833f35e9 +platforms darwin + +# Depends on these Perl modules +depends_lib-append port:p5-io-tty Property changes on: trunk/dports/perl/p5-io-pty-easy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 13:12:15 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 13:12:15 -0700 (PDT) Subject: [58686] trunk/dports/perl Message-ID: <20091002201215.579B528CD937@beta.macosforge.org> Revision: 58686 http://trac.macports.org/changeset/58686 Author: blb at macports.org Date: 2009-10-02 13:12:14 -0700 (Fri, 02 Oct 2009) Log Message: ----------- New port - perl/p5-net-ftpserver, A secure, extensible and configurable Perl FTP server; ticket #21598 Added Paths: ----------- trunk/dports/perl/p5-net-ftpserver/ trunk/dports/perl/p5-net-ftpserver/Portfile Added: trunk/dports/perl/p5-net-ftpserver/Portfile =================================================================== --- trunk/dports/perl/p5-net-ftpserver/Portfile (rev 0) +++ trunk/dports/perl/p5-net-ftpserver/Portfile 2009-10-02 20:12:14 UTC (rev 58686) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Net-FTPServer 1.122 +maintainers nomaintainer +description A secure, extensible and configurable Perl FTP server +long_description Net::FTPServer is a secure, extensible and configurable \ + FTP server written in Perl. Current features include: \ + * Authenticated FTP access. \ + * Anonymous FTP access. \ + * Complete implementation of current RFCs. \ + * ASCII or binary type file transfers. \ + * Active or passive mode file transfers. \ + * Run standalone or from inetd(8). \ + * Security features: chroot, resource limits, tainting, protection against buffer overflows. \ + * IP-based and/or IP-less virtual hosts. \ + * Complete access control system. \ + * Anonymous read-only FTP personality. \ + * Virtual filesystem allows files to be served from a database. \ + * Directory aliases and CDPATH support. \ + * Extensible command set. \ + * Generate archives on the fly. \ +homepage http://search.cpan.org/dist/Net-FTPServer/ +checksums md5 03413e192528959775529957fdaf145b \ + sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \ + rmd160 0987a35546df7acc322ef1ba1653aec9af203c92 +platforms darwin + +# Depends on these Perl modules +depends_lib-append \ + port:p5-bsd-resource \ + port:p5-io-stringy Property changes on: trunk/dports/perl/p5-net-ftpserver/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 13:13:50 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 13:13:50 -0700 (PDT) Subject: [58687] trunk/dports/perl/p5-net-ftpserver/Portfile Message-ID: <20091002201350.CA1A228CD9C2@beta.macosforge.org> Revision: 58687 http://trac.macports.org/changeset/58687 Author: blb at macports.org Date: 2009-10-02 13:13:49 -0700 (Fri, 02 Oct 2009) Log Message: ----------- perl/p5-net-ftpserver - remove redundant homepage (port group sets it) and extra backslash Modified Paths: -------------- trunk/dports/perl/p5-net-ftpserver/Portfile Modified: trunk/dports/perl/p5-net-ftpserver/Portfile =================================================================== --- trunk/dports/perl/p5-net-ftpserver/Portfile 2009-10-02 20:12:14 UTC (rev 58686) +++ trunk/dports/perl/p5-net-ftpserver/Portfile 2009-10-02 20:13:49 UTC (rev 58687) @@ -21,8 +21,7 @@ * Virtual filesystem allows files to be served from a database. \ * Directory aliases and CDPATH support. \ * Extensible command set. \ - * Generate archives on the fly. \ -homepage http://search.cpan.org/dist/Net-FTPServer/ + * Generate archives on the fly. checksums md5 03413e192528959775529957fdaf145b \ sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \ rmd160 0987a35546df7acc322ef1ba1653aec9af203c92 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 13:17:09 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 13:17:09 -0700 (PDT) Subject: [58688] trunk/dports/sysutils Message-ID: <20091002201709.477B028CDA98@beta.macosforge.org> Revision: 58688 http://trac.macports.org/changeset/58688 Author: blb at macports.org Date: 2009-10-02 13:17:08 -0700 (Fri, 02 Oct 2009) Log Message: ----------- New port - sysutils/natsort, Natural Order String Comparison Sorting Utility; ticket #21781 Added Paths: ----------- trunk/dports/sysutils/natsort/ trunk/dports/sysutils/natsort/Portfile Added: trunk/dports/sysutils/natsort/Portfile =================================================================== --- trunk/dports/sysutils/natsort/Portfile (rev 0) +++ trunk/dports/sysutils/natsort/Portfile 2009-10-02 20:17:08 UTC (rev 58688) @@ -0,0 +1,20 @@ +# -*- 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 natsort +version 1.0.5 +categories sysutils +maintainers natemurray.com:nate +description Martin Pool's Natural Order String Comparison Sorting Utility +long_description natsort is a natural order string comparison sorting utility. Written by Martin Pool. +homepage http://sourcefrog.net/projects/natsort/ +platforms darwin +master_sites sourceforge + +checksums md5 1bc2d32c9c95595f3b67165ee370dade \ + sha1 3843dd1dbb0c7f1c593f99c6706907d3d363b655 + +use_configure no +destroot.args BINDIR=${destroot}${prefix}/bin Property changes on: trunk/dports/sysutils/natsort/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:26:08 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:26:08 -0700 (PDT) Subject: [58689] users/dweber/graphics/vtk-devel/Portfile Message-ID: <20091002202612.9835C28CDD47@beta.macosforge.org> Revision: 58689 http://trac.macports.org/changeset/58689 Author: dweber at macports.org Date: 2009-10-02 13:26:05 -0700 (Fri, 02 Oct 2009) Log Message: ----------- vtk-devel - testing update to ver 5.4.2 Added Paths: ----------- users/dweber/graphics/vtk-devel/Portfile Copied: users/dweber/graphics/vtk-devel/Portfile (from rev 57293, trunk/dports/graphics/vtk-devel/Portfile) =================================================================== --- users/dweber/graphics/vtk-devel/Portfile (rev 0) +++ users/dweber/graphics/vtk-devel/Portfile 2009-10-02 20:26:05 UTC (rev 58689) @@ -0,0 +1,780 @@ +# -*- 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 vtk-devel +version 5.4.0 +revision 5 +set branch [join [lrange [split ${version} .] 0 1] .] + +categories graphics math science devel + +maintainers dweber openmaintainer + +description 3D visualization toolkit (www.vtk.org) + +long_description \ +An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. + +homepage http://www.vtk.org/ +master_sites http://www.vtk.org/files/release/${branch} \ + http://www.vtk.org/doc/release/${branch} + +distname vtk-${branch} +distfiles vtk-${version}.tar.gz + +checksums vtk-${version}.tar.gz \ + md5 3e7c6d5c37602c935674d580a8dd43c0 \ + sha1 a227caf932315d944cf72008d75df90dd4c554e7 \ + rmd160 e2140fc35ed974f5fde6b418089554904e197c21 + +eval extract.only vtk-${version}.tar.gz + + +platforms darwin + +depends_build port:cmake \ + port:readline \ + port:gnutar + + +# Use gmake and build in a separate directory from the source +build.type gnu +build.dir ${workpath}/${distname}-build + +use_parallel_build no + +# Global variables (used in variants) +set vtkDataFile vtkdata-${version}.tar.gz +set vtkDataPath ${prefix}/share/${distname}/data +set vtkDocFile vtkDocHtml-${version}.tar.gz +set vtkDocPath ${prefix}/share/${distname}/doc +set vtkExamplePath ${prefix}/share/${distname}/examples +set vtkTestingPath ${prefix}/share/${distname}/testing +set vtkLibPath ${prefix}/lib/${distname} +set vtkBuildBinPath ${build.dir}/bin + +# Using this dummy stage to inspect MacPorts variables (using 'port -d fetch vtk-devel') +#fetch { system "echo ${configure.args} " } + +post-extract { + move ${workpath}/VTK ${worksrcpath} +} + +configure { + xinstall -d -m 0755 ${build.dir} + system "cd ${build.dir} && cmake ${configure.args} ${worksrcpath}" +} + + +# From vtk5 - look into how this works and whether it will replace the need to +# call install_name_tool in many variants. Disabled until it can be checked. +#post-configure { +# reinplace "s|c++|c++ -L${prefix}/lib |" \ +# ${worksrcpath}/Infovis/Testing/Cxx/CMakeFiles/InfovisCxxTests.dir/link.txt \ +# ${worksrcpath}/IO/Testing/Cxx/CMakeFiles/IOCxxTests.dir/link.txt \ +# ${worksrcpath}/Views/Testing/Cxx/CMakeFiles/ViewsCxxTests.dir/link.txt +# +# if {[variant_isset tcltk]} { +# reinplace "s|c++|c++ -L${prefix}/lib |" \ +# ${worksrcpath}/Wrapping/Tcl/CMakeFiles/vtk.dir/link.txt +# } +#} + + +# To double-check all the cmake variable settings after the configure +#cd ${build.dir} +#sudo cmake -LAH ../vtk-${branch} > ~/cmake_vars.txt +# Similarly, for an interactive configuration with ccmake, try: +#cd ${build.dir} +#sudo ccmake ../vtk-${branch} + +configure.args \ + -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ + -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ + -DCMAKE_INCLUDE_PATH:PATH=${prefix}/include \ + -DCMAKE_LIBRARY_PATH:PATH=${prefix}/lib \ + -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib/${distname} \ + -DBUILD_DOCUMENTATION:BOOL=OFF \ + -DBUILD_EXAMPLES:BOOL=OFF \ + -DBUILD_TESTING:BOOL=OFF \ + -DBUILD_SHARED_LIBS:BOOL=OFF \ + -DVTK_DEBUG_LEAKS:BOOL=ON \ + -DVTK_USE_COCOA:BOOL=OFF \ + -DVTK_USE_CARBON:BOOL=OFF \ + -DVTK_USE_X:BOOL=OFF \ + -DVTK_USE_HYBRID:BOOL=ON \ + -DVTK_USE_GUISUPPORT:BOOL=ON \ + -DVTK_USE_INFOVIS:BOOL=ON \ + -DVTK_USE_PARALLEL:BOOL=ON \ + -DVTK_USE_RENDERING:BOOL=ON \ + -DVTK_USE_VIEWS:BOOL=ON \ + -DVTK_USE_GL2PS:BOOL=ON \ + -DVTK_USE_N_WAY_ARRAYS:BOOL=ON \ + -DVTK_USE_TK:BOOL=OFF \ + -DVTK_WRAP_JAVA:BOOL=OFF \ + -DVTK_WRAP_PYTHON:BOOL=OFF \ + -DVTK_WRAP_TCL:BOOL=OFF + +if {[info exists universal_sysroot]} { + configure.args-append \ + -DCMAKE_OSX_SYSROOT=${universal_sysroot} +} + + +# General post-destroot, see also variant specific sections below +post-destroot { + # create version specific binaries and symlinks + if [file exists ${destroot}${prefix}/bin/vtkEncodeString] { + move ${destroot}${prefix}/bin/vtkEncodeString ${destroot}${prefix}/bin/vtk-${branch}-EncodeString + ln -f -s vtk-${branch}-EncodeString ${destroot}${prefix}/bin/vtkEncodeString + } + if [file exists ${destroot}${prefix}/bin/lproj] { + move ${destroot}${prefix}/bin/lproj ${destroot}${prefix}/bin/vtk-${branch}-lproj + ln -f -s vtk-${branch}-lproj ${destroot}${prefix}/bin/lproj + } +} + + +# ----------------------------------------------------------------------------- +# PLATFORMS: platform darwin +# Can be used to handle different tasks depending +# on the version of Mac OS X. The version can be: +# 6 for 10.2 Jaguar, +# 7 for 10.3 Panther, +# 8 for 10.4 Tiger, or +# 9 for 10.5 Leopard. + +# Nothing done here, but the darwin_8 platform needs to be initialized +# for use inside the post-destroot phase of the data variant +platform darwin 8 {} + +# When building VTK with Cocoa, in Mac OS X >= 10.5.x, Cocoa supports two memory +# models: reference counting and garbage collection. This compiler flag lets +# it work with both. +platform darwin 9 { + configure.args-append \ + -DVTK_REQUIRED_OBJCXX_FLAGS="-fobjc-gc" +} + + +# ----------------------------------------------------------------------------- +# VARIANTS +# variant name [requires variant] [conflicts variant] [description description] + +default_variants \ + +data \ + +doc \ + +examples \ + +shared \ + +testing + +if { ![variant_isset carbon] && ![variant_isset x11] } { + default_variants-append +cocoa +} + + +# --- Convenience variants + +variant huge \ + requires core cocoa shared wrap database mpi boost \ + description "provide core cocoa shared wrap database mpi boost" {} + +variant core \ + requires data doc examples testing \ + description "provide data doc examples testing" {} + +variant wrap \ + requires java py26 tcl \ + description "provide java, py26, & tcl" {} + +variant database \ + requires mysql5 pgsql83 odbc \ + description "provide all database variants" {} + + +# --- Build variants + +variant debug conflicts release description "debug build" { + configure.args-delete \ + -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo + configure.args-append \ + -DCMAKE_BUILD_TYPE:STRING=Debug +} + +variant release conflicts debug description "release build" { + configure.args-delete \ + -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo + configure.args-append \ + -DCMAKE_BUILD_TYPE:STRING=Release +} + +# Notes on RPATH settings for the shared dylib build and install: +# +# CMake book, Appendix A, p 234: "CMAKE_SKIP_BUILD_RPATH: Do not include RPATHs +# in the build tree. Normally CMake uses the build tree for the RPATH when +# building executables etc. on systems that use RPATH. When the software is +# installed the executables etc. are relinked by CMake to have the install +# RPATH. If this variable is set to true then the software is always built with +# no RPATH." +# +# CMake book, Appendix B, p. 301: "... SKIP_BUILD_RPATH is a boolean specifying +# whether to skip automatic generation of an rpath allowing the target to run +# from the build tree. BUILD_WITH_INSTALL_RPATH is a boolean specifying whether +# to link the target in the build tree with the INSTALL_RPATH. This takes +# precedence over SKIP_BUILD_RPATH and avoids the need for relinking before +# installation." +# +# Using CMAKE_SKIP_BUILD_RPATH:BOOL=OFF, we get all the executables and dylibs +# built with the $build.dir in the rpath. For this to work, we must also have +# CMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF. After the build, at the destroot +# phase, all the installation candidates (which excludes the examples and +# testing binaries) have their rpath settings reset to the INSTALL_RPATH (which +# should point to $prefix..., not the $destroot location). VTK_USE_RPATH +# is required to ensure that rpath is set for all the installed executables and +# dylibs. + +variant shared description "build shared libraries (default)" { + configure.args-delete \ + -DBUILD_SHARED_LIBS:BOOL=OFF + configure.args-append \ + -DBUILD_SHARED_LIBS:BOOL=ON \ + -DCMAKE_SKIP_BUILD_RPATH:BOOL=OFF \ + -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF \ + -DCMAKE_INSTALL_RPATH:STRING=${prefix}/lib/${distname} \ + -DVTK_USE_RPATH:BOOL=ON + # Additional options not required here: + #-DCMAKE_EXE_LINKER_FLAGS:STRING=-rpath ${prefix}/lib \ + #-DVTK_REQUIRED_EXE_LINKER_FLAGS:STRING=-rpath ${prefix}/lib +} + + +#variant system_libs description "build with various system libs" { +# configure.args-append \ +# -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \ +# -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \ +# -DVTK_USE_SYSTEM_JPEG:BOOL=ON \ +# -DVTK_USE_SYSTEM_LIBPROJ4:BOOL=ON \ +# -DVTK_USE_SYSTEM_LIBXML2:BOOL=ON \ +# -DVTK_USE_SYSTEM_PNG:BOOL=ON \ +# -DVTK_USE_SYSTEM_TIFF:BOOL=ON \ +# -DVTK_USE_SYSTEM_ZLIB:BOOL=ON +#} + + +# --- Graphics build variants: carbon, cocoa, x11 + + +variant carbon conflicts cocoa x11 description "build with Carbon" { + configure.args-delete \ + -DVTK_USE_CARBON:BOOL=OFF + configure.args-append \ + -DVTK_USE_CARBON:BOOL=ON +} + + +variant cocoa conflicts carbon x11 description "build with Cocoa (default)" { + configure.args-delete \ + -DVTK_USE_COCOA:BOOL=OFF + configure.args-append \ + -DVTK_USE_COCOA:BOOL=ON +} + + +variant x11 conflicts cocoa carbon description "build with X11" { + depends_lib-append port:mesa port:Xft2 port:xorg-libXScrnSaver port:xorg-libXt + configure.args-delete \ + -DVTK_USE_X:BOOL=OFF + configure.args-append \ + -DVTK_USE_X:BOOL=ON \ + -DOPENGL_gl_LIBRARY:FILEPATH=${prefix}/lib/libGL.dylib \ + -DOPENGL_glu_LIBRARY:FILEPATH=${prefix}/lib/libGLU.dylib \ + -DOPENGL_INCLUDE_DIR:PATH=${prefix}/include \ + -DVTK_GLEXT_FILE:FILEPATH=${prefix}/include/GL/glext.h \ + -DVTK_GLXEXT_FILE:FILEPATH=${prefix}/include/GL/glxext.h \ + -DVTK_OPENGL_HAS_OSMESA:BOOL=ON + #-DVTK_USE_MANGLED_MESA:BOOL=OFF +} + + +# --- "Core" variants for VTK: data, doc, examples, testing + + +variant data description "provide example data in: ${vtkDataPath}" { + distfiles-append ${vtkDataFile} + checksums-append ${vtkDataFile} \ + md5 283d40f3e499b3a6102d86855d2ca20b \ + sha1 a710227e7f7f25f481a36d2fa14bda49756bd39d \ + rmd160 160129a0580bd7b70b40d3f7fa61bbd78b586ad8 + configure.args-append \ + -DVTK_DATA_ROOT:PATH=${vtkDataPath} + post-destroot { + xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkDataPath} + system "gnutar --strip-components 1 -C ${destroot}/${vtkDataPath} -zxvf ${distpath}/${vtkDataFile}" + } +} + + +variant doc description "provide doxygen documentation in: ${vtkDocPath}" { + distfiles-append ${vtkDocFile} + checksums-append ${vtkDocFile} \ + md5 eb8fcaa5fa8bc8f463084f071b2b978b \ + sha1 1a8f8ff20b18bc7ac707846a8ba056b04c827392 \ + rmd160 c657f9ce0850eca1bb0a0d7537f0bcf631132f30 + post-destroot { + xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkDocPath} + xinstall -d -o root -g admin -m 0755 ${destroot}/${prefix}/share/doc + # Add the doxygen documentation + system "gnutar -C ${destroot}/${vtkDocPath} -zxf ${distpath}/${vtkDocFile}" + # Add basic documentation + file copy ${worksrcpath}/README.html ${destroot}/${vtkDocPath} + file copy ${worksrcpath}/Copyright.txt ${destroot}/${vtkDocPath} + file copy ${worksrcpath}/Testing.txt ${destroot}/${vtkDocPath} + # Create a symlink to the $prefix path (not the destroot path); use the + # system to do this because the $prefix path doesn't exist yet and the + # tcl ln command fails, whereas this system command will allow it. + system "ln -s ${vtkDocPath} ${destroot}/${prefix}/share/doc/${distname}" + } + # A doxygen dependency would add a lot of complexity to vtk, so + # just use a download instead of building the docs. Otherwise: + #depends_build-append port:doxygen + #configure.args-append -DBUILD_DOCUMENTATION:BOOL=ON +} + + +proc resetLibLinks { inputPath } { + # The example and testing binaries are built, but they are not + # "installed" with the correct rpath settings. All their rpath settings + # point to the build.dir, so they must be reset using install_name_tool for + # the destroot install. + global vtkBuildBinPath vtkLibPath + foreach f [glob ${inputPath}/*] { + if [string equal [file extension ${f}] ".app"] { + set exeName [file rootname [lindex [file split ${f}] end]] + set f [format "%s/Contents/MacOS/%s" ${f} ${exeName}] + } + if [expr [file isfile ${f}] && [file executable ${f}]] { + foreach dep [exec otool -L ${f}] { + if [string match "*/libvtk*.dylib" ${dep}] { + set newdep [strsed ${dep} #${vtkBuildBinPath}#${vtkLibPath}#] + system "install_name_tool -change ${dep} ${newdep} ${f}" + } + } + } + } +} + + +variant examples description "provide VTK examples in: ${vtkExamplePath}" { + configure.args-delete \ + -DBUILD_EXAMPLES:BOOL=OFF + configure.args-append \ + -DBUILD_EXAMPLES:BOOL=ON + post-destroot { + xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkExamplePath}/bin + foreach f [glob ${worksrcpath}/Examples/*] { + file copy ${f} ${destroot}/${vtkExamplePath}/ + } + # Installations for the example binaries are in ${build.dir}/bin/. + foreach f [glob ${vtkBuildBinPath}/*] { + if {![string match {*.dylib} ${f}]} { + file copy ${f} ${destroot}/${vtkExamplePath}/bin/ + } + } + if [variant_isset shared] { + resetLibLinks ${destroot}/${vtkExamplePath}/bin + } + } +} + + +variant testing requires data description "provide VTK tests in: ${vtkTestingPath}" { + configure.args-delete \ + -DBUILD_TESTING:BOOL=OFF + configure.args-append \ + -DBUILD_TESTING:BOOL=ON + post-destroot { + xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkTestingPath}/bin + # Copy the testing source tree + foreach d [exec find ${worksrcpath} -type d -name Testing] { + regsub ${worksrcpath} ${d} ${destroot}${vtkTestingPath} testpath; + regsub Testing ${testpath} "" testpath; + if {![string match *Examples* ${d}]} { + xinstall -d -o root -g admin -m 0755 ${testpath} + file copy ${d} ${testpath} + } + } + # Installations for the test binaries are in ${build.dir}/bin/. + foreach f [glob ${vtkBuildBinPath}/*Test*] { + if {![string match {*.dylib} ${f}]} { + file copy ${f} ${destroot}/${vtkTestingPath}/bin/ + } + } + if [variant_isset shared] { + resetLibLinks ${destroot}/${vtkTestingPath}/bin + } + } +} + + +# --- Language wrappers: java, python, tcl +# +# VTK has its own language parser, it doesn't depend on swig or cableswig (as +# of May 2009). Since the VTK CVS repository and source distributions include +# the output of byacc and flex, there is no need for a dependency on these +# to build VTK. If that were to change at some point, use byacc and not bison, +# i.e.: depends_build-append port:byacc port:flex + + +variant java description "java wrapper" { + configure.args-delete \ + -DVTK_WRAP_JAVA:BOOL=OFF + configure.args-append \ + -DVTK_WRAP_JAVA:BOOL=ON + # + # All of the following were detected automatically by cmake. They use the + # system java framework. To replace them with a MacPorts java, reset + # these variables and add the required dependencies. + # + #JAVA_ARCHIVE:FILEPATH=/usr/bin/jar + #JAVA_AWT_INCLUDE_PATH:FILEPATH=/System/Library/Frameworks/JavaVM.framework/Headers + #JAVA_AWT_LIBRARY:FILEPATH=-framework JavaVM + #JAVA_COMPILE:FILEPATH=/usr/bin/javac + #JAVA_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/Headers + #JAVA_INCLUDE_PATH2:PATH=/System/Library/Frameworks/JavaVM.framework/Headers + #JAVA_JVM_LIBRARY:FILEPATH=-framework JavaVM + #JAVA_RUNTIME:FILEPATH=/usr/bin/java + post-destroot { + if [file exists ${destroot}${prefix}/bin/vtkWrapJava] { + move ${destroot}${prefix}/bin/vtkWrapJava ${destroot}${prefix}/bin/vtk-${branch}-WrapJava + ln -f -s vtk-${branch}-WrapJava ${destroot}${prefix}/bin/vtkWrapJava + } + if [file exists ${destroot}${prefix}/bin/vtkParseJava] { + move ${destroot}${prefix}/bin/vtkParseJava ${destroot}${prefix}/bin/vtk-${branch}-ParseJava + ln -f -s vtk-${branch}-ParseJava ${destroot}${prefix}/bin/vtkParseJava + } + } +} + + +# It might be possible to install vtk for both python25 and python26 (etc.), but +# that may require separate ports because the build and install process for vtk +# can only work with one at a time. The build is a lengthy process and there +# may be, as yet, no easy way to run a post-build wrapper with a dependency on a +# prior install of vtk. At present, if there are separate ports of vtk for +# different versions of python, each port will incur a lengthy build process. +# Moreover, it's not clear that the install process can be specifically selected +# for python only, without also installing all of vtk. For that reason, +# it may be best to avoid separate ports of vtk for each python version. The +# preference should be to install vtk for the latest compatible version of +# python. +# +# Hence, these variants for py25 and py26 must conflict. At some point, the +# py25 variant could disappear. Likewise py26 could disappear if vtk works in +# python 3.x + +# Note: currently vtkpython depends on libutil and finds it in: +# // Utility library needed for vtkpython +# PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib/libutil.dylib +# I don't see a port for libutil. If one arises, it should become a +# dependency for any python variant. +# +#// Extra libraries to link when linking to python (such as "z" for zlib). +#// Separate multiple libraries with semicolons. +#PYTHON_EXTRA_LIBS:STRING= +# + +# A procedure to set or reset python variables (defaults to python26). +# This is called from within pyXY variants like this: setPython X Y +proc setPython { {major 2} {minor 6} } { + global pyVer python pyPort pyBin pyLib pyInc pyFrame pySite + set pyVer ${major}.${minor} + set python python${pyVer} + set pyPort python${major}${minor} + set pyFrame Library/Frameworks/Python.framework/Versions/${pyVer} + set pyLib ${pyFrame}/Python + #set pyLib lib/${python} + set pyBin bin/${python} + set pyInc include/${python} + set pySite lib/${python}/site-packages + if [string match "2.6" ${pyVer}] { + # python2.6 is a framework installation, whereas installs for 2.4 + # and 2.5 contain symlinks in the framework path to the prefix path; + # those symlinks can break the file_map stage of port activation. + set pyBin ${pyFrame}/bin/${python} + set pyInc ${pyFrame}/include/${python} + set pySite ${pyFrame}/lib/${python}/site-packages + } +} +# Initialize the global variables for python26 +setPython + +proc pyPostDestroot { {major 2} {minor 6} } { + global pyVer python pyPort pyBin pyLib pyInc pyFrame pySite + global branch destroot prefix + global vtkBuildBinPath vtkLibPath + setPython $major $minor + # Reset the name of the vtkpython binaries; create symlinks to the + # version specific binaries, in case other apps look for them. + if [file exists ${destroot}${prefix}/bin/vtkpython] { + move ${destroot}${prefix}/bin/vtkpython ${destroot}${prefix}/bin/vtk-${branch}-${pyPort} + ln -f -s vtk-${branch}-${pyPort} ${destroot}${prefix}/bin/vtkpython + } + if [file exists ${destroot}${prefix}/bin/pvtkpython] { + move ${destroot}${prefix}/bin/pvtkpython ${destroot}${prefix}/bin/pvtk-${branch}-${pyPort} + ln -f -s pvtk-${branch}-${pyPort} ${destroot}${prefix}/bin/pvtkpython + } + if [file exists ${destroot}${prefix}/bin/vtkWrapPython] { + move ${destroot}${prefix}/bin/vtkWrapPython ${destroot}${prefix}/bin/vtk-${branch}-WrapPython${pyVer} + ln -f -s vtk-${branch}-WrapPython${pyVer} ${destroot}${prefix}/bin/vtkWrapPython + } + if [file exists ${destroot}${prefix}/bin/vtkWrapPythonInit] { + move ${destroot}${prefix}/bin/vtkWrapPythonInit ${destroot}${prefix}/bin/vtk-${branch}-WrapPython${pyVer}Init + ln -f -s vtk-${branch}-WrapPython${pyVer}Init ${destroot}${prefix}/bin/vtkWrapPythonInit + } + ################################################################################ + # Is it possible to change the python site-package name and have it all work OK? + # from: .../lib/python2.5/site-packages/vtk + # to: .../lib/python2.5/site-packages/vtk-5.4 + ################################################################################ + # Reset the RPATH for all the python .so files + set vtkSitePackage ${destroot}${prefix}/${pySite}/vtk + foreach f [glob ${vtkSitePackage}/*.so] { + foreach dep [exec otool -L ${f}] { + if [string match "*libvtk*.dylib" ${dep}] { + set newdep [strsed ${dep} #${vtkBuildBinPath}#${vtkLibPath}#] + system "install_name_tool -change ${dep} ${newdep} ${f}" + } + } + } +} + +variant py25 conflicts py26 requires shared description "python 2.5 wrapper" { + # Note that python25 is NOT installed as a framework (May 2009) + setPython 2 5 + depends_lib-append \ + port:${pyPort} + configure.args-delete \ + -DVTK_WRAP_PYTHON:BOOL=OFF + configure.args-append \ + -DVTK_WRAP_PYTHON:BOOL=ON \ + -DVTK_NO_PYTHON_THREADS:BOOL=OFF \ + -DPYTHON_INCLUDE_PATH:FILEPATH=${prefix}/${pyInc} \ + -DPYTHON_LIBRARY:FILEPATH=${prefix}/${pyLib} \ + -DPYTHON_DEBUG_LIBRARY:FILEPATH=${prefix}/${pyLib} \ + -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/${pyBin} \ + -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix=${prefix} --root=${destroot}' + # The VTK_PYTHON_SETUP_ARGS *MUST* be in single quotes + post-destroot { + pyPostDestroot 2 5 + } +} + +variant py26 conflicts py25 requires shared description "python 2.6 wrapper" { + # Note that python26 is installed as a framework (May 2009) + setPython 2 6 + depends_lib-append \ + port:${pyPort} + configure.args-delete \ + -DVTK_WRAP_PYTHON:BOOL=OFF + configure.args-append \ + -DVTK_WRAP_PYTHON:BOOL=ON \ + -DVTK_NO_PYTHON_THREADS:BOOL=OFF \ + -DPYTHON_INCLUDE_PATH:FILEPATH=${prefix}/${pyInc} \ + -DPYTHON_LIBRARY:FILEPATH=${prefix}/${pyLib} \ + -DPYTHON_DEBUG_LIBRARY:FILEPATH=${prefix}/${pyLib} \ + -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/${pyBin} \ + -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix=${prefix}/${pyFrame} --root=${destroot}' + #configure.args-append \ + -DPYTHON_INCLUDE_PATH:FILEPATH=${prefix}/${pyframe}/Headers \ + -DPYTHON_LIBRARY:FILEPATH=${prefix}/lib/lib${python}.dylib \ + -DPYTHON_DEBUG_LIBRARY:FILEPATH=${prefix}/lib/lib${python}.dylib \ + -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/${python} \ + -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix=${prefix}/${pyframe} --root=${destroot}' + # For 2.6, it needs to be installed into ${pyframe}/lib/${python}/site-packages + # The VTK_PYTHON_SETUP_ARGS *MUST* be in single quotes + post-destroot { + pyPostDestroot 2 6 + } +} + + +proc tclPostDestroot {} { + global branch destroot prefix + # Reset the name of the vtk tcl binaries; create symlinks to the + # version specific installation, in case other apps look for the binaries by + # a default name; these symlinks might conflict across vtk versions, may + # require a vtk-select port to set them if multiple vtk versions are + # installed. + if [file exists ${destroot}${prefix}/bin/vtk] { + move ${destroot}${prefix}/bin/vtk ${destroot}${prefix}/bin/vtk-${branch}-tcl + ln -f -s vtk-${branch}-tcl ${destroot}${prefix}/bin/vtk + } + if [file exists ${destroot}${prefix}/bin/pvtk] { + move ${destroot}${prefix}/bin/pvtk ${destroot}${prefix}/bin/pvtk-${branch}-tcl + ln -f -s pvtk-${branch}-tcl ${destroot}${prefix}/bin/pvtk + } + if [file exists ${destroot}${prefix}/bin/vtkWrapTcl] { + move ${destroot}${prefix}/bin/vtkWrapTcl ${destroot}${prefix}/bin/vtk-${branch}-WrapTcl + ln -f -s vtk-${branch}-WrapTcl ${destroot}${prefix}/bin/vtkWrapTcl + } + if [file exists ${destroot}${prefix}/bin/vtkWrapTclInit] { + move ${destroot}${prefix}/bin/vtkWrapTclInit ${destroot}${prefix}/bin/vtk-${branch}-WrapTclInit + ln -f -s vtk-${branch}-WrapTclInit ${destroot}${prefix}/bin/vtkWrapTclInit + } +} + +variant tcl conflicts tcl_apple description "tcl wrapper (MacPorts tcl/tk)" { + depends_lib-append \ + port:tcl \ + port:tk + configure.args-delete \ + -DVTK_USE_TK:BOOL=OFF \ + -DVTK_WRAP_TCL:BOOL=OFF + configure.args-append \ + -DVTK_USE_TK:BOOL=ON \ + -DVTK_WRAP_TCL:BOOL=ON \ + -DTCL_TCLSH:FILEPATH=${prefix}/bin/tclsh \ + -DTCL_INCLUDE_PATH:PATH=${prefix}/include \ + -DTCL_LIBRARY:FILEPATH=${prefix}/lib/libtcl.dylib \ + -DTK_INCLUDE_PATH:PATH=${prefix}/include \ + -DTK_LIBRARY:FILEPATH=${prefix}/lib/libtk.dylib + # VTK_TCL_TK_STATIC is not specified here, it's OFF by default. + post-destroot { + tclPostDestroot + } +} + +variant tcl_apple conflicts tcl description "tcl wrapper (Apple tcl/tk framework)" { + configure.args-delete \ + -DVTK_USE_TK:BOOL=OFF \ + -DVTK_WRAP_TCL:BOOL=OFF + configure.args-append \ + -DVTK_USE_TK:BOOL=ON \ + -DVTK_WRAP_TCL:BOOL=ON \ + -DTCL_TCLSH:FILEPATH=/usr/bin/tclsh \ + -DTCL_INCLUDE_PATH:PATH=/System/Library/Frameworks/Tcl.framework/Headers \ + -DTCL_LIBRARY:FILEPATH=/System/Library/Frameworks/Tcl.framework \ + -DTK_INCLUDE_PATH:PATH=/System/Library/Frameworks/Tk.framework/Headers \ + -DTK_LIBRARY:FILEPATH=/System/Library/Frameworks/Tk.framework + post-destroot { + tclPostDestroot + } +} + + +# --- Database variants + + +variant mysql5 description "build the MySQL driver for vtkSQLDatabase" { + depends_lib-append \ + path:bin/mysql_config5:mysql5 \ + port:zlib + pre-configure { + # Find the directory containing mysql.h + set includePath [exec ${prefix}/bin/mysql_config5 --include] + set includePath [string trim ${includePath} -I ] + #if [ exec find $includePath -name "mysql.h" ] + set libs [exec ${prefix}/bin/mysql_config5 --libs] + set libIdx [lsearch -regex $libs "${prefix}/lib/mysql"] + set libPath [lindex $libs $libIdx] + set libPath [string trim ${libPath} -L ] + set libFile [exec find ${libPath} -name "libmysqlclient.dylib"] + configure.args-append \ + -DVTK_USE_MYSQL:BOOL=ON \ + -DMYSQL_INCLUDE_DIRECTORIES:PATH=${includePath} \ + -DMYSQL_LIBRARY:FILEPATH=${libFile} \ + -DMYSQL_EXTRA_LIBRARIES:FILEPATH=${prefix}/lib/libz.dylib + # A URL for a MySQL server of the form + # mysql://[[username[:password]@]hostname[:port]]/[dbname] + #VTK_MYSQL_TEST_URL:STRING= + } +} + + +variant pgsql83 description "build the PostgreSQL 8.3 driver for vtkSQLDatabase" { + depends_lib-append \ + path:lib/postgresql83/bin/pg_config:postgresql83 + pre-configure { + set pgconf [exec ${prefix}/lib/postgresql83/bin/pg_config ] + set includeIdx [lsearch -regex ${pgconf} "^INCLUDEDIR"] + set includePath [lindex ${pgconf} [expr ${includeIdx} + 2]] + set libIdx [lsearch -regex $pgconf "^LIBDIR"] + set libPath [lindex $pgconf [expr $libIdx + 2]] + set libFile [exec find ${libPath} -name "libpq.dylib"] + configure.args-append \ + -DVTK_USE_POSTGRES:BOOL=ON \ + -DPOSTGRES_INCLUDE_DIRECTORIES:PATH=${includePath} \ + -DPOSTGRES_LIBRARIES:FILEPATH=${libFile} + #// A URL for a PostgreSQL server of the form + #// psql://[[username[:password]@]hostname[:port]]/[dbname] + #VTK_PSQL_TEST_URL:STRING= + } +} + + +variant odbc description "build the ODBC database interface" { + depends_lib-append \ + port:unixODBC + configure.args-append \ + -DVTK_USE_ODBC:BOOL=ON \ + -DODBC_INCLUDE_DIRECTORIES:PATH=${prefix}/include \ + -DODBC_LIBRARY:FILEPATH=${prefix}/lib/libodbc.dylib + #// A data source name (DSN) for an ODBC database connection to use for testing. + #-DVTK_ODBC_TEST_DSN:STRING= +} + + +# --- Miscellaneous variants + + +variant mpi description "use message passing interface (mpich2) for parallel support" { + set nCPU [expr [exec sysctl -n hw.logicalcpu_max]] + depends_lib-append \ + port:mpich2 + configure.args-append \ + -DVTK_USE_MPI:BOOL=ON \ + -DMPI_COMPILER:FILEPATH=${prefix}/bin/mpicxx \ + -DMPIEXEC:FILEPATH=${prefix}/bin/mpiexec \ + -DMPIEXEC_MAX_NUMPROCS:STRING=${nCPU} + # If the MPI_LIBRARY and-or MPI_INCLUDE_PATH are set, then the + # FindMPI module will not determine all the cmake variables + # automatically (don't set them). It should be sufficient to set the + # MPI_COMPILER and leave the rest to the FindMPI module, see: + # ${prefix}/share/cmake-2.6/Modules/FindMPI.cmake +} + + +variant boost description "use Boost libraries - www.boost.org" { + depends_lib-append \ + port:boost + configure.args-append \ + -DVTK_USE_BOOST:BOOL=ON + # All determined automatically: + #Boost_INCLUDE_DIR:PATH=${prefix}/include + #Boost_LIBRARY_DIRS:FILEPATH=${prefix}/lib + #Boost_USE_MULTITHREADED:BOOL=ON +} + + + + +#variant qvtk "build QVTK widget and plugin for Qt" { +# # Dependencies? +# configure.args-append \ +# -DVTK_USE_QVTK:BOOL=ON +#} + + +#variant cg description "build pixel and vertex shader support for Cg" { +# # Require a new port for cg_toolkit, see downloads at +# # http://developer.download.nvidia.com/cg/Cg_2.2/Cg-2.2_April2009.dmg +# depends_build-append \ +# port:cg_toolkit +# configure.args-append \ +# -DVTK_USE_CG_SHADERS:BOOL=ON +#} + + -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:32:28 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:32:28 -0700 (PDT) Subject: [58690] users/dweber/graphics/vtk-devel/Portfile Message-ID: <20091002203229.0F54028CDE98@beta.macosforge.org> Revision: 58690 http://trac.macports.org/changeset/58690 Author: dweber at macports.org Date: 2009-10-02 13:32:27 -0700 (Fri, 02 Oct 2009) Log Message: ----------- vtk-devel - updated ver to 5.4.2 and updated checksums Modified Paths: -------------- users/dweber/graphics/vtk-devel/Portfile Modified: users/dweber/graphics/vtk-devel/Portfile =================================================================== --- users/dweber/graphics/vtk-devel/Portfile 2009-10-02 20:26:05 UTC (rev 58689) +++ users/dweber/graphics/vtk-devel/Portfile 2009-10-02 20:32:27 UTC (rev 58690) @@ -4,8 +4,8 @@ PortSystem 1.0 name vtk-devel -version 5.4.0 -revision 5 +version 5.4.2 +revision 0 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics math science devel @@ -24,14 +24,14 @@ distname vtk-${branch} distfiles vtk-${version}.tar.gz +# Also update checksums in the data and doc variants below. checksums vtk-${version}.tar.gz \ - md5 3e7c6d5c37602c935674d580a8dd43c0 \ - sha1 a227caf932315d944cf72008d75df90dd4c554e7 \ - rmd160 e2140fc35ed974f5fde6b418089554904e197c21 + md5 c2c797091d4b2128d9a1bd32c4b78227 \ + sha1 508106a15c32326aa9ac737c7f0e7212c150d55f \ + rmd160 607df8babe7413b92a5bd4d8c264fd69798df83f eval extract.only vtk-${version}.tar.gz - platforms darwin depends_build port:cmake \ @@ -305,9 +305,9 @@ variant data description "provide example data in: ${vtkDataPath}" { distfiles-append ${vtkDataFile} checksums-append ${vtkDataFile} \ - md5 283d40f3e499b3a6102d86855d2ca20b \ - sha1 a710227e7f7f25f481a36d2fa14bda49756bd39d \ - rmd160 160129a0580bd7b70b40d3f7fa61bbd78b586ad8 + md5 3b05eadd4446bbf3f863e744b7bee14a \ + sha1 5030523c0a9e17c47bf94fe9005e5c91069a571a \ + rmd160 0cc24fc7a6a9bb80c619a0555eb288cc97554001 configure.args-append \ -DVTK_DATA_ROOT:PATH=${vtkDataPath} post-destroot { @@ -320,9 +320,9 @@ variant doc description "provide doxygen documentation in: ${vtkDocPath}" { distfiles-append ${vtkDocFile} checksums-append ${vtkDocFile} \ - md5 eb8fcaa5fa8bc8f463084f071b2b978b \ - sha1 1a8f8ff20b18bc7ac707846a8ba056b04c827392 \ - rmd160 c657f9ce0850eca1bb0a0d7537f0bcf631132f30 + md5 a12be55a8787a6346efa9e251bce3a10 \ + sha1 13da1373bb95f34b1f868b307f0e84fef6626020 \ + rmd160 d6372984b74ede33713501219fecd6768edcfad3 post-destroot { xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkDocPath} xinstall -d -o root -g admin -m 0755 ${destroot}/${prefix}/share/doc -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Oct 2 13:33:11 2009 From: dweber at macports.org (dweber at macports.org) Date: Fri, 2 Oct 2009 13:33:11 -0700 (PDT) Subject: [58691] users/dweber Message-ID: <20091002203311.3FEF628CDF05@beta.macosforge.org> Revision: 58691 http://trac.macports.org/changeset/58691 Author: dweber at macports.org Date: 2009-10-02 13:33:10 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Updating portindex Modified Paths: -------------- users/dweber/PortIndex users/dweber/PortIndex.quick Modified: users/dweber/PortIndex =================================================================== --- users/dweber/PortIndex 2009-10-02 20:32:27 UTC (rev 58690) +++ users/dweber/PortIndex 2009-10-02 20:33:10 UTC (rev 58691) @@ -6,3 +6,5 @@ variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} portdir graphics/InsightToolkit314 description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} name InsightToolkit long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.14.0 revision 0 paraview 963 variants {data shared examples testing universal} depends_build {port:cmake port:gmake} portdir graphics/paraview description {ParaView: data visualization on distributed computing platforms} homepage http://www.paraview.org epoch 0 platforms darwin depends_lib {port:xorg-libs port:qt4-mac} name paraview long_description {ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of terascale as well as on laptops for smaller data.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 3.4.0 revision 0 +vtk-devel 797 +variants {darwin_8 darwin_9 huge core wrap database debug release shared carbon cocoa x11 data doc examples testing java py25 py26 tcl tcl_apple mysql5 pgsql83 odbc mpi boost universal} depends_build {port:cmake port:readline port:gnutar} portdir graphics/vtk-devel description {3D visualization toolkit (www.vtk.org)} homepage http://www.vtk.org/ epoch 0 platforms darwin name vtk-devel long_description {An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 5.4.2 revision 0 Modified: users/dweber/PortIndex.quick =================================================================== --- users/dweber/PortIndex.quick 2009-10-02 20:32:27 UTC (rev 58690) +++ users/dweber/PortIndex.quick 2009-10-02 20:33:10 UTC (rev 58691) @@ -2,3 +2,4 @@ insighttoolkit312 1051 insighttoolkit 2111 paraview 3165 +vtk-devel 4141 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 13:54:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 13:54:16 -0700 (PDT) Subject: [58692] trunk/dports Message-ID: <20091002205418.C220E28CE618@beta.macosforge.org> Revision: 58692 http://trac.macports.org/changeset/58692 Author: portindex at macports.org Date: 2009-10-02 13:54:13 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6229 Ports successfully parsed: 6229 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 20:33:10 UTC (rev 58691) +++ trunk/dports/PortIndex 2009-10-02 20:54:13 UTC (rev 58692) @@ -6658,6 +6658,8 @@ portdir perl/p5-io-multiplex description {Manage IO on many file handles} homepage http://search.cpan.org/dist/IO-Multiplex/ epoch 0 platforms darwin name p5-io-multiplex depends_lib path:bin/perl:perl5 maintainers sky.fr:cbellot long_description {IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system calls. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.} categories perl version 1.10 revision 0 p5-io-pager 294 portdir perl/p5-io-pager description {IO-Pager perl module} homepage http://search.cpan.org/dist/IO-Pager/ epoch 0 platforms darwin name p5-io-pager depends_lib path:bin/perl:perl5 maintainers geeklair.net:dluke long_description {{IO-Pager perl module}} categories perl version 0.06 revision 0 +p5-io-pty-easy 457 +portdir perl/p5-io-pty-easy description {Easy interface to IO::Pty} homepage http://search.cpan.org/dist/IO-Pty-Easy/ epoch 0 platforms darwin name p5-io-pty-easy depends_lib {path:bin/perl:perl5 port:p5-io-tty} maintainers nomaintainer long_description {IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly details of handling ptys, wrapping them instead in simple spawn/read/write commands.} categories perl version 0.07 revision 0 p5-io-socket-ssl 489 portdir perl/p5-io-socket-ssl description {Nearly transparent SSL encapsulation for IO::Socket::INET} homepage http://search.cpan.org/dist/IO-Socket-SSL/ epoch 0 platforms darwin name p5-io-socket-ssl depends_lib {path:bin/perl:perl5 port:p5-net-ssleay port:p5-net-libidn} maintainers nomaintainer long_description {IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET.} categories perl version 1.26 revision 0 p5-io-string 714 @@ -6892,6 +6894,8 @@ variants dict_altname portdir perl/p5-net-dict description {Simple client API for the DICT protocol} homepage http://search.cpan.org/dist/Net-Dict/ epoch 0 platforms darwin name p5-net-dict depends_lib {path:bin/perl:perl5 port:p5-appconfig-std} long_description {Perl class implementing a simple client API for the DICT protocol defined in RFC2229} maintainers vinc17 categories {perl textproc} version 2.07 revision 0 p5-net-dns 446 portdir perl/p5-net-dns description {Perl interface to the DNS resolver} homepage http://search.cpan.org/dist/Net-DNS/ epoch 0 platforms darwin name p5-net-dns depends_lib {path:bin/perl:perl5 port:p5-digest-hmac port:p5-net-ip} maintainers nomaintainer long_description {Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script.} categories perl version 0.63 revision 0 +p5-net-ftpserver 1045 +portdir perl/p5-net-ftpserver description {A secure, extensible and configurable Perl FTP server} homepage http://search.cpan.org/dist/Net-FTPServer/ epoch 0 platforms darwin name p5-net-ftpserver depends_lib {path:bin/perl:perl5 port:p5-bsd-resource port:p5-io-stringy} maintainers nomaintainer long_description {Net::FTPServer is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Active or passive mode file transfers. * Run standalone or from inetd(8). * Security features: chroot, resource limits, tainting, protection against buffer overflows. * IP-based and/or IP-less virtual hosts. * Complete access control system. * Anonymous read-only FTP personality. * Virtual filesystem allows files to be served from a database. * Directory aliases and CDPATH support. * Extensible command set. * Generate archives on the fly.} categories perl version 1.122 revision 0 p5-net-growl 454 portdir perl/p5-net-growl description {Growl Notifications over the network} homepage http://search.cpan.org/dist/Net-Growl/ epoch 0 platforms darwin name p5-net-growl depends_lib path:bin/perl:perl5 maintainers sky.fr:cbellot long_description {A simple interface to send Mac OS X Growl notifications across the network. Growl only needs to be installed on the receiving Mac not on the machine using this module.} categories perl version 0.99 revision 0 p5-net-ident 486 @@ -10564,6 +10568,8 @@ variants universal portdir sysutils/mtools description {MS-DOS disk access utilities} homepage http://mtools.linux.lu/ epoch 0 platforms darwin name mtools long_description {Utilities to access MS-DOS disks from Unix without mounting them} maintainers goudal.net:francois categories sysutils version 3.9.11 revision 0 multitail 966 portdir sysutils/multitail description {Tail multiple files in one terminal at once} homepage http://www.vanheusden.com/multitail/ epoch 0 platforms darwin name multitail maintainers honk-honk.com:luc long_description {MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). Merging of 2 or even more logfiles is possible. It can also use colors while displaying the logfiles (through regular expressions), for faster recognition of what is important and what not. It can also filter lines (again with regular expressions). It has interactive menus for editing given regular expressions and deleting and adding windows. One can also have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch' and such.} version 5.2.2 categories sysutils revision 0 +natsort 370 +portdir sysutils/natsort description {Martin Pool's Natural Order String Comparison Sorting Utility} homepage http://sourcefrog.net/projects/natsort/ epoch 0 platforms darwin name natsort maintainers natemurray.com:nate long_description {natsort is a natural order string comparison sorting utility. Written by Martin Pool.} version 1.0.5 categories sysutils revision 0 ncdu 511 variants universal portdir sysutils/ncdu description {NCurses Disk Usage} homepage http://dev.yorhel.nl/ncdu/ epoch 0 platforms {darwin freebsd} name ncdu long_description {ncdu is an ncurses version of the famous old 'du' unix command. It provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer those questions for you in just a matter of seconds!} maintainers {snc openmaintainer} categories sysutils version 1.5 revision 0 nrg2iso 327 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Fri Oct 2 14:48:34 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Fri, 2 Oct 2009 14:48:34 -0700 (PDT) Subject: [58693] trunk/dports/python/py25-gst-python/Portfile Message-ID: <20091002214835.981D928D0C39@beta.macosforge.org> Revision: 58693 http://trac.macports.org/changeset/58693 Author: macsforever2000 at macports.org Date: 2009-10-02 14:48:31 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Fix for python25 framework bug. Modified Paths: -------------- trunk/dports/python/py25-gst-python/Portfile Modified: trunk/dports/python/py25-gst-python/Portfile =================================================================== --- trunk/dports/python/py25-gst-python/Portfile 2009-10-02 20:54:13 UTC (rev 58692) +++ trunk/dports/python/py25-gst-python/Portfile 2009-10-02 21:48:31 UTC (rev 58693) @@ -29,5 +29,11 @@ configure.pkg_config_path ${python_prefix}/lib/pkgconfig configure.python ${prefix}/bin/python2.5 +post-destroot { + # Workaround for python25 framework bug (#16334) + move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \ + ${destroot}${prefix}/lib/python2.5 +} + livecheck.url http://gstreamer.freedesktop.org/src/${name}/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 15:17:59 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 15:17:59 -0700 (PDT) Subject: [58694] trunk/dports/lang/python26 Message-ID: <20091002221759.B348A28D1604@beta.macosforge.org> Revision: 58694 http://trac.macports.org/changeset/58694 Author: blb at macports.org Date: 2009-10-02 15:17:58 -0700 (Fri, 02 Oct 2009) Log Message: ----------- lang/python26 - update to 2.6.3 Modified Paths: -------------- trunk/dports/lang/python26/Portfile Removed Paths: ------------- trunk/dports/lang/python26/files/patch-64bit.diff trunk/dports/lang/python26/files/version.plist Modified: trunk/dports/lang/python26/Portfile =================================================================== --- trunk/dports/lang/python26/Portfile 2009-10-02 21:48:31 UTC (rev 58693) +++ trunk/dports/lang/python26/Portfile 2009-10-02 22:17:58 UTC (rev 58694) @@ -4,8 +4,7 @@ PortGroup select 1.0 name python26 -version 2.6.2 -revision 6 +version 2.6.3 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] categories lang @@ -23,9 +22,9 @@ distname Python-${version} use_bzip2 yes -checksums md5 245db9f1e0f09ab7e0faaa0cf7301011 \ - sha1 125d4ed90f82de1d44f288150bbbda23a6cd27a4 \ - rmd160 85fa3540cbacf4d0547d2381eb3aa76bef35c2e1 +checksums md5 8755fc03075b1701ca3f13932e6ade9f \ + sha1 8e598f7f9299da96899bd8c0afd0d1313221f00f \ + rmd160 8af600f29c06d0a1bd7e5476750cdd7fac5d7529 # patch-Lib-distutils-dist.py.diff comes from # @@ -42,15 +41,12 @@ patch-Mac-Makefile.in.diff \ patch-Mac-PythonLauncher-Makefile.in.diff \ patch-Mac-Tools-Doc-setup.py.diff \ - patch-readlinefix.diff \ - patch-64bit.diff + patch-readlinefix.diff depends_lib port:gettext port:zlib port:openssl port:tk \ port:sqlite3 port:db46 port:ncurses port:gdbm \ port:bzip2 port:readline -use_autoconf yes - configure.args --enable-framework=${frameworks_dir} \ --enable-ipv6 @@ -111,12 +107,6 @@ # ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Python) reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${framewdir}/lib/python${branch}/config/Makefile - # The framework version.plist isn't currently being installed so - # we'll copy ours for now (see http://trac.macports.org/ticket/18773 and - # http://bugs.python.org/issue4937) - xinstall -m 644 ${filespath}/version.plist \ - ${destroot}${framewdir}/Resources/version.plist - foreach unversionedFile {idle pydoc python python-config pythonw smtpd.py} { delete ${destroot}${prefix}/bin/${unversionedFile} } Deleted: trunk/dports/lang/python26/files/patch-64bit.diff =================================================================== --- trunk/dports/lang/python26/files/patch-64bit.diff 2009-10-02 21:48:31 UTC (rev 58693) +++ trunk/dports/lang/python26/files/patch-64bit.diff 2009-10-02 22:17:58 UTC (rev 58694) @@ -1,290 +0,0 @@ -Index: configure.in -=================================================================== ---- configure.in (revision 74680) -+++ configure.in (revision 74681) -@@ -92,7 +92,6 @@ - ]) - AC_SUBST(UNIVERSALSDK) - --ARCH_RUN_32BIT= - AC_SUBST(ARCH_RUN_32BIT) - - UNIVERSAL_ARCHS="32-bit" -@@ -921,6 +920,7 @@ - - elif test "$UNIVERSAL_ARCHS" = "64-bit" ; then - UNIVERSAL_ARCH_FLAGS="-arch ppc64 -arch x86_64" -+ ARCH_RUN_32BIT="true" - - elif test "$UNIVERSAL_ARCHS" = "all" ; then - UNIVERSAL_ARCH_FLAGS="-arch i386 -arch ppc -arch ppc64 -arch x86_64" -@@ -944,13 +944,23 @@ - cur_target=`sw_vers -productVersion | sed 's/\(10\.[[0-9]]*\).*/\1/'` - if test ${cur_target} '>' 10.2; then - cur_target=10.3 -+ if test ${enable_universalsdk}; then -+ if test "${UNIVERSAL_ARCHS}" = "all"; then -+ # Ensure that the default platform for a -+ # 4-way universal build is OSX 10.5, -+ # that's the first OS release where -+ # 4-way builds make sense. -+ cur_target='10.5' -+ fi -+ else -+ if test `arch` = "i386"; then -+ # On Intel macs default to a deployment -+ # target of 10.4, that's the first OSX -+ # release with Intel support. -+ cur_target="10.4" -+ fi -+ fi - fi -- if test "${UNIVERSAL_ARCHS}" = "all"; then -- # Ensure that the default platform for a 4-way -- # universal build is OSX 10.5, that's the first -- # OS release where 4-way builds make sense. -- cur_target='10.5' -- fi - CONFIGURE_MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET-${cur_target}} - - # Make sure that MACOSX_DEPLOYMENT_TARGET is set in the -@@ -1519,6 +1529,8 @@ - ;; - esac - -+ -+ARCH_RUN_32BIT="" - AC_SUBST(LIBTOOL_CRUFT) - case $ac_sys_system/$ac_sys_release in - Darwin/@<:@01567@:>@\..*) -@@ -1526,7 +1538,7 @@ - if test "${enable_universalsdk}"; then - : - else -- LIBTOOL_CRUFT="${LIBTOOL_CRUFT} -arch_only `arch`" -+ LIBTOOL_CRUFT="${LIBTOOL_CRUFT} -arch_only `arch`" - fi - LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)' - LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';; -@@ -1538,7 +1550,49 @@ - else - LIBTOOL_CRUFT="" - fi -- LIBTOOL_CRUFT=$LIBTOOL_CRUFT" -lSystem -lSystemStubs -arch_only `arch`" -+ AC_TRY_RUN([ -+ #include -+ int main(int argc, char*argv[]) -+ { -+ if (sizeof(long) == 4) { -+ return 0; -+ } else { -+ return 1; -+ } -+ } -+ ], ac_osx_32bit=yes, -+ ac_osx_32bit=no, -+ ac_osx_32bit=no) -+ -+ if test "${ac_osx_32bit}" = "yes"; then -+ case `arch` in -+ i386) -+ MACOSX_DEFAULT_ARCH="i386" -+ ;; -+ ppc) -+ MACOSX_DEFAULT_ARCH="ppc" -+ ;; -+ *) -+ AC_MSG_ERROR([Unexpected output of 'arch' on OSX]) -+ ;; -+ esac -+ else -+ case `arch` in -+ i386) -+ MACOSX_DEFAULT_ARCH="x86_64" -+ ;; -+ ppc) -+ MACOSX_DEFAULT_ARCH="ppc64" -+ ;; -+ *) -+ AC_MSG_ERROR([Unexpected output of 'arch' on OSX]) -+ ;; -+ esac -+ -+ #ARCH_RUN_32BIT="true" -+ fi -+ -+ LIBTOOL_CRUFT=$LIBTOOL_CRUFT" -lSystem -lSystemStubs -arch_only ${MACOSX_DEFAULT_ARCH}" - LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)' - LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';; - esac -Index: Mac/scripts/BuildApplet.py -=================================================================== ---- Mac/scripts/BuildApplet.py (revision 74680) -+++ Mac/scripts/BuildApplet.py (revision 74681) -@@ -12,7 +12,10 @@ - - import os - import MacOS --import EasyDialogs -+try: -+ import EasyDialogs -+except ImportError: -+ EasyDialogs = None - import buildtools - import getopt - -@@ -32,7 +35,10 @@ - try: - buildapplet() - except buildtools.BuildError, detail: -- EasyDialogs.Message(detail) -+ if EasyDialogs is None: -+ print detail -+ else: -+ EasyDialogs.Message(detail) - - - def buildapplet(): -@@ -46,6 +52,10 @@ - # Ask for source text if not specified in sys.argv[1:] - - if not sys.argv[1:]: -+ if EasyDialogs is None: -+ usage() -+ sys.exit(1) -+ - filename = EasyDialogs.AskFileForOpen(message='Select Python source or applet:', - typeList=('TEXT', 'APPL')) - if not filename: -Index: Lib/test/test_aepack.py -=================================================================== ---- Lib/test/test_aepack.py (revision 74680) -+++ Lib/test/test_aepack.py (revision 74681) -@@ -59,6 +59,9 @@ - import Carbon.File - except: - return -+ -+ if not hasattr(Carbon.File, "FSSpec"): -+ return - o = Carbon.File.FSSpec(os.curdir) - packed = aepack.pack(o) - unpacked = aepack.unpack(packed) -@@ -69,6 +72,8 @@ - import Carbon.File - except: - return -+ if not hasattr(Carbon.File, "FSSpec"): -+ return - o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal() - packed = aepack.pack(o) - unpacked = aepack.unpack(packed) -Index: Lib/plat-mac/applesingle.py -=================================================================== ---- Lib/plat-mac/applesingle.py (revision 74680) -+++ Lib/plat-mac/applesingle.py (revision 74681) -@@ -119,8 +119,13 @@ - if not hasattr(infile, 'read'): - if isinstance(infile, Carbon.File.Alias): - infile = infile.ResolveAlias()[0] -- if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)): -- infile = infile.as_pathname() -+ -+ if hasattr(Carbon.File, "FSSpec"): -+ if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)): -+ infile = infile.as_pathname() -+ else: -+ if isinstance(infile, Carbon.File.FSRef): -+ infile = infile.as_pathname() - infile = open(infile, 'rb') - - asfile = AppleSingle(infile, verbose=verbose) -Index: Lib/plat-mac/macresource.py -=================================================================== ---- Lib/plat-mac/macresource.py (revision 74680) -+++ Lib/plat-mac/macresource.py (revision 74681) -@@ -79,8 +79,8 @@ - AppleSingle file""" - try: - refno = Res.FSpOpenResFile(pathname, 1) -- except Res.Error, arg: -- if arg[0] in (-37, -39): -+ except (AttributeError, Res.Error), arg: -+ if isinstance(arg, AttributeError) or arg[0] in (-37, -39): - # No resource fork. We may be on OSX, and this may be either - # a data-fork based resource file or a AppleSingle file - # from the CVS repository. -@@ -106,8 +106,8 @@ - try: - refno = Res.FSpOpenResFile(pathname, 1) - Res.CloseResFile(refno) -- except Res.Error, arg: -- if arg[0] in (-37, -39): -+ except (AttributeError, Res.Error), arg: -+ if isinstance(arg, AttributeError) or arg[0] in (-37, -39): - # No resource fork. We may be on OSX, and this may be either - # a data-fork based resource file or a AppleSingle file - # from the CVS repository. -Index: Lib/plat-mac/buildtools.py -=================================================================== ---- Lib/plat-mac/buildtools.py (revision 74680) -+++ Lib/plat-mac/buildtools.py (revision 74681) -@@ -15,7 +15,10 @@ - import MacOS - import macostools - import macresource --import EasyDialogs -+try: -+ import EasyDialogs -+except ImportError: -+ EasyDialogs = None - import shutil - - -@@ -67,9 +70,13 @@ - rsrcname=None, others=[], raw=0, progress="default", destroot=""): - - if progress == "default": -- progress = EasyDialogs.ProgressBar("Processing %s..."%os.path.split(filename)[1], 120) -- progress.label("Compiling...") -- progress.inc(0) -+ if EasyDialogs is None: -+ print "Compiling %s"%(os.path.split(filename)[1],) -+ process = None -+ else: -+ progress = EasyDialogs.ProgressBar("Processing %s..."%os.path.split(filename)[1], 120) -+ progress.label("Compiling...") -+ progress.inc(0) - # check for the script name being longer than 32 chars. This may trigger a bug - # on OSX that can destroy your sourcefile. - if '#' in os.path.split(filename)[1]: -@@ -119,7 +126,11 @@ - if MacOS.runtimemodel == 'macho': - raise BuildError, "No updating yet for MachO applets" - if progress: -- progress = EasyDialogs.ProgressBar("Updating %s..."%os.path.split(filename)[1], 120) -+ if EasyDialogs is None: -+ print "Updating %s"%(os.path.split(filename)[1],) -+ progress = None -+ else: -+ progress = EasyDialogs.ProgressBar("Updating %s..."%os.path.split(filename)[1], 120) - else: - progress = None - if not output: -Index: Lib/plat-mac/aepack.py -=================================================================== ---- Lib/plat-mac/aepack.py (revision 74680) -+++ Lib/plat-mac/aepack.py (revision 74681) -@@ -58,7 +58,11 @@ - # Some python types we need in the packer: - # - AEDescType = AE.AEDescType --FSSType = Carbon.File.FSSpecType -+try: -+ FSSType = Carbon.File.FSSpecType -+except AttributeError: -+ class FSSType: -+ pass - FSRefType = Carbon.File.FSRefType - AliasType = Carbon.File.AliasType - Deleted: trunk/dports/lang/python26/files/version.plist =================================================================== --- trunk/dports/lang/python26/files/version.plist 2009-10-02 21:48:31 UTC (rev 58693) +++ trunk/dports/lang/python26/files/version.plist 2009-10-02 22:17:58 UTC (rev 58694) @@ -1,16 +0,0 @@ - - - - - BuildVersion - 1 - CFBundleShortVersionString - 2.6.2 - CFBundleVersion - 2.6.2 - ProjectName - Python - SourceVersion - 2.6.2 - - -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 15:54:10 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 15:54:10 -0700 (PDT) Subject: [58695] trunk/dports Message-ID: <20091002225411.A79CD28D21FD@beta.macosforge.org> Revision: 58695 http://trac.macports.org/changeset/58695 Author: portindex at macports.org Date: 2009-10-02 15:54:10 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6229 Ports successfully parsed: 6229 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 22:17:58 UTC (rev 58694) +++ trunk/dports/PortIndex 2009-10-02 22:54:10 UTC (rev 58695) @@ -4382,8 +4382,8 @@ variants {macosx darwin_8 darwin_9 darwin_10 puredarwin universal} portdir lang/python25 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms darwin name python25 depends_lib {port:gettext port:zlib port:openssl port:tk port:sqlite3 port:db46 port:bzip2 port:gdbm port:readline port:ncurses} long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers mww categories lang version 2.5.4 revision 7 python25-doc 443 variants {darwin_7 darwin_8 darwin_9 universal puredarwin} portdir lang/python25-doc description {HTML documentation for Python 2.5} homepage http://www.python.org/ epoch 0 platforms darwin name python25-doc depends_lib {port:gettext port:python25 port:latex2html} long_description {HTML documentation for Python 2.5. Use by running 'pydoc2.5 TOPIC', e.g. 'pydoc2.5 NUMBERS'.} maintainers nomaintainer categories lang version 2.5.2 revision 0 -python26 554 -variants {darwin universal ucs4 no_tkinter} depends_build {port:autoconf port:automake port:libtool} portdir lang/python26 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms darwin name python26 depends_lib {port:gettext port:zlib port:openssl port:tk port:sqlite3 port:db46 port:ncurses port:gdbm port:bzip2 port:readline} long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers {blb mcalhoun} categories lang version 2.6.2 revision 6 +python26 497 +variants {darwin universal ucs4 no_tkinter} portdir lang/python26 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms darwin name python26 depends_lib {port:gettext port:zlib port:openssl port:tk port:sqlite3 port:db46 port:ncurses port:gdbm port:bzip2 port:readline} long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers {blb mcalhoun} categories lang version 2.6.3 revision 0 python31 483 variants {darwin universal ucs4 no_tkinter} portdir lang/python31 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 1 platforms darwin name python31 depends_lib {port:zlib port:openssl port:tk port:sqlite3 port:ncurses port:gdbm port:bzip2 port:readline} long_description {Python is an interpreted, interactive, object-oriented programming language.} maintainers {erickt openmaintainer} categories lang version 3.1.1 revision 0 q 836 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Fri Oct 2 16:54:01 2009 From: blb at macports.org (blb at macports.org) Date: Fri, 2 Oct 2009 16:54:01 -0700 (PDT) Subject: [58696] trunk/dports/python/py26-pymongo/Portfile Message-ID: <20091002235403.01EC328D334D@beta.macosforge.org> Revision: 58696 http://trac.macports.org/changeset/58696 Author: blb at macports.org Date: 2009-10-02 16:53:58 -0700 (Fri, 02 Oct 2009) Log Message: ----------- python/py26-pymongo - update to 1.0 Modified Paths: -------------- trunk/dports/python/py26-pymongo/Portfile Modified: trunk/dports/python/py26-pymongo/Portfile =================================================================== --- trunk/dports/python/py26-pymongo/Portfile 2009-10-02 22:54:10 UTC (rev 58695) +++ trunk/dports/python/py26-pymongo/Portfile 2009-10-02 23:53:58 UTC (rev 58696) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python26 1.0 name py26-pymongo -version 0.16 +version 1.0 categories-append databases maintainers blb openmaintainer description Python access to mongodb @@ -17,9 +17,9 @@ master_sites http://pypi.python.org/packages/source/p/pymongo/ distname pymongo-${version} -checksums md5 d51878f52b14f20acb384bb01c196551 \ - sha1 510bb0b71604adffd4e65257d49e2591822da19b \ - rmd160 ac872d2bf25d506ad19dd923097838edda797d2c +checksums md5 5c5112e407b2614b73acb4e4a022b7bd \ + sha1 abfd12a87b2320ee354a676c82f63a12de0fb460 \ + rmd160 e962afe2d9ef5201670dcfca5446fabda8023657 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 17:53:49 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 17:53:49 -0700 (PDT) Subject: [58697] trunk/dports Message-ID: <20091003005350.504BB28D42ED@beta.macosforge.org> Revision: 58697 http://trac.macports.org/changeset/58697 Author: portindex at macports.org Date: 2009-10-02 17:53:48 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6229 Ports successfully parsed: 6229 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-02 23:53:58 UTC (rev 58696) +++ trunk/dports/PortIndex 2009-10-03 00:53:48 UTC (rev 58697) @@ -9216,8 +9216,8 @@ portdir python/py26-pymacs description {python/emacs integration} homepage http://pymacs.progiciels-bpi.ca/pymacs.html epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pymacs maintainers nomaintainer long_description {Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space.} version 0.23 categories python revision 0 py26-pymc 737 variants {gcc42 gcc43 g95} portdir python/py26-pymc description {Bayesian statistical models and fitting algorithms for python} homepage http://code.google.com/p/pymc/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy port:gcc43} name py26-pymc long_description {PyMC is a python module that implements Bayesian statistical models and fitting algorithms, including Markov chain Monte Carlo. Its flexibility makes it applicable to a large suite of problems as well as easily extensible. Along with core sampling functionality, PyMC includes methods for summarizing output, plotting, goodness-of-fit and convergence diagnostics.} maintainers mnick depends_extract bin:unzip:unzip version 2.0 categories python revision 0 -py26-pymongo 368 -portdir python/py26-pymongo description {Python access to mongodb} homepage http://www.mongodb.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-pymongo maintainers {blb openmaintainer} long_description {The PyMongo distribution contains tools for interacting with the Mongo database from Python.} version 0.16 categories {python databases} revision 0 +py26-pymongo 367 +portdir python/py26-pymongo description {Python access to mongodb} homepage http://www.mongodb.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-pymongo maintainers {blb openmaintainer} long_description {The PyMongo distribution contains tools for interacting with the Mongo database from Python.} version 1.0 categories {python databases} revision 0 py26-pymvpa 887 variants no_shogun depends_build port:git-core portdir python/py26-pymvpa depends_fetch bin:git:git-core description {PyMVPA is a Python module intended to ease pattern classification analyses of large datasets.} homepage http://www.pymvpa.org epoch 0 platforms darwin depends_lib {port:py26-numpy port:git-core port:py26-setuptools port:py26-scipy port:py26-pynifti port:py26-hcluster port:libsvm port:swig port:py26-pywavelets port:shogun port:py26-matplotlib} name py26-pymvpa long_description {{PyMVPA is a Python module intended to ease pattern classification analyses of large datasets..} In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typical processing steps and a number of implementations of some popular algorithms.} maintainers jameskyle version 0.4.2 categories python revision 0 py26-pynifti 594 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Fri Oct 2 20:03:50 2009 From: jmr at macports.org (jmr at macports.org) Date: Fri, 2 Oct 2009 20:03:50 -0700 (PDT) Subject: [58698] trunk/dports/lang/python26/Portfile Message-ID: <20091003030351.6CBE228D5D10@beta.macosforge.org> Revision: 58698 http://trac.macports.org/changeset/58698 Author: jmr at macports.org Date: 2009-10-02 20:03:47 -0700 (Fri, 02 Oct 2009) Log Message: ----------- python26: fix universal now that autoconf is no longer being run (reverse of r57368) Revision Links: -------------- http://trac.macports.org/changeset/57368 Modified Paths: -------------- trunk/dports/lang/python26/Portfile Modified: trunk/dports/lang/python26/Portfile =================================================================== --- trunk/dports/lang/python26/Portfile 2009-10-03 00:53:48 UTC (rev 58697) +++ trunk/dports/lang/python26/Portfile 2009-10-03 03:03:47 UTC (rev 58698) @@ -137,11 +137,11 @@ } reinplace \ "s|UNIVERSAL_ARCH_FLAGS=\".*\"|UNIVERSAL_ARCH_FLAGS=\"${universal_arch_flags}\"|" \ - ${worksrcpath}/configure.in + ${worksrcpath}/configure if {${os.major} >= 9} { reinplace \ "s|ARCH_RUN_32BIT=\".*\"|ARCH_RUN_32BIT=\"arch ${arch_run_32bit}\"|" \ - ${worksrcpath}/configure.in + ${worksrcpath}/configure } } if {${macosx_version} == "10.4" && ${os.arch} == "powerpc"} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Fri Oct 2 20:35:03 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Fri, 2 Oct 2009 20:35:03 -0700 (PDT) Subject: [58699] trunk/dports/x11/xorg-fontcacheproto/Portfile Message-ID: <20091003033504.0C7D028D606B@beta.macosforge.org> Revision: 58699 http://trac.macports.org/changeset/58699 Author: jeremyhu at macports.org Date: 2009-10-02 20:34:59 -0700 (Fri, 02 Oct 2009) Log Message: ----------- xorg-fontcacheproto: Bump to 0.1.3 Modified Paths: -------------- trunk/dports/x11/xorg-fontcacheproto/Portfile Modified: trunk/dports/x11/xorg-fontcacheproto/Portfile =================================================================== --- trunk/dports/x11/xorg-fontcacheproto/Portfile 2009-10-03 03:03:47 UTC (rev 58698) +++ trunk/dports/x11/xorg-fontcacheproto/Portfile 2009-10-03 03:34:59 UTC (rev 58699) @@ -2,17 +2,19 @@ PortSystem 1.0 name xorg-fontcacheproto -version 0.1.2 +version 0.1.3 categories x11 devel maintainers jeremyhu openmaintainer description X.org fontcacheproto homepage http://www.x.org platforms darwin long_description Prototype headers for the Fontcache library -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto distname fontcacheproto-${version} -checksums sha1 6a531ef505ba2f7c1aa884bb4efdac3e32dfd99b +checksums md5 a8a50e5e995bfacb0359575faf7f6906 \ + sha1 07f6ab3e1e1efe71c51f50e95851d93d2a1de773 \ + rmd160 4d3689e4616957966c8b51e24cd4ae6b7fb08c18 use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Fri Oct 2 20:38:47 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Fri, 2 Oct 2009 20:38:47 -0700 (PDT) Subject: [58700] trunk/dports/x11 Message-ID: <20091003033848.0A98E28D6108@beta.macosforge.org> Revision: 58700 http://trac.macports.org/changeset/58700 Author: jeremyhu at macports.org Date: 2009-10-02 20:38:47 -0700 (Fri, 02 Oct 2009) Log Message: ----------- xscope: New port. Added Paths: ----------- trunk/dports/x11/xscope/ trunk/dports/x11/xscope/Portfile Added: trunk/dports/x11/xscope/Portfile =================================================================== --- trunk/dports/x11/xscope/Portfile (rev 0) +++ trunk/dports/x11/xscope/Portfile 2009-10-03 03:38:47 UTC (rev 58700) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 + +name xscope +version 1.2 +categories x11 +platforms darwin +maintainers jeremyhu openmaintainer +description X11 protocol debugger +long_description ${description} + +homepage http://www.x.org +master_sites ${homepage}/pub/individual/app/ + +checksums md5 1a9df0ac0dd5a2c2a7948dcf48d126c3 \ + sha1 3952f381c3f8ee81cd602e6f025304c2322a06a0 \ + rmd160 040f3f6f38aed7f41380cd3e80756fd2360f7cad + +use_bzip2 yes +use_parallel_build yes + +depends_build \ + port:pkgconfig \ + port:xorg-xtrans + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0]?C=M&O=D +livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) Property changes on: trunk/dports/x11/xscope/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Fri Oct 2 20:41:35 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Fri, 2 Oct 2009 20:41:35 -0700 (PDT) Subject: [58701] trunk/dports/x11 Message-ID: <20091003034136.C3C5A28D62EE@beta.macosforge.org> Revision: 58701 http://trac.macports.org/changeset/58701 Author: jeremyhu at macports.org Date: 2009-10-02 20:41:35 -0700 (Fri, 02 Oct 2009) Log Message: ----------- xorg-*: Updated master_sites to be the official repository Modified Paths: -------------- trunk/dports/x11/bdftopcf/Portfile trunk/dports/x11/mkfontdir/Portfile trunk/dports/x11/mkfontscale/Portfile trunk/dports/x11/xauth/Portfile trunk/dports/x11/xeyes/Portfile trunk/dports/x11/xorg-applewmproto/Portfile trunk/dports/x11/xorg-bigreqsproto/Portfile trunk/dports/x11/xorg-compositeproto/Portfile trunk/dports/x11/xorg-damageproto/Portfile trunk/dports/x11/xorg-dmxproto/Portfile trunk/dports/x11/xorg-evieproto/Portfile trunk/dports/x11/xorg-fixesproto/Portfile trunk/dports/x11/xorg-fontsproto/Portfile trunk/dports/x11/xorg-glproto/Portfile trunk/dports/x11/xorg-inputproto/Portfile trunk/dports/x11/xorg-kbproto/Portfile trunk/dports/x11/xorg-libAppleWM/Portfile trunk/dports/x11/xorg-libFS/Portfile trunk/dports/x11/xorg-libX11/Portfile trunk/dports/x11/xorg-libXScrnSaver/Portfile trunk/dports/x11/xorg-libXau/Portfile trunk/dports/x11/xorg-libXcomposite/Portfile trunk/dports/x11/xorg-libXcursor/Portfile trunk/dports/x11/xorg-libXdamage/Portfile trunk/dports/x11/xorg-libXevie/Portfile trunk/dports/x11/xorg-libXfixes/Portfile trunk/dports/x11/xorg-libXfontcache/Portfile trunk/dports/x11/xorg-libXi/Portfile trunk/dports/x11/xorg-libXinerama/Portfile trunk/dports/x11/xorg-libXp/Portfile trunk/dports/x11/xorg-libXrandr/Portfile trunk/dports/x11/xorg-libXres/Portfile trunk/dports/x11/xorg-libXtst/Portfile trunk/dports/x11/xorg-libXv/Portfile trunk/dports/x11/xorg-libXvMC/Portfile trunk/dports/x11/xorg-libXxf86dga/Portfile trunk/dports/x11/xorg-libXxf86misc/Portfile trunk/dports/x11/xorg-libXxf86vm/Portfile trunk/dports/x11/xorg-libdmx/Portfile trunk/dports/x11/xorg-libfontenc/Portfile trunk/dports/x11/xorg-libxkbfile/Portfile trunk/dports/x11/xorg-libxkbui/Portfile trunk/dports/x11/xorg-printproto/Portfile trunk/dports/x11/xorg-randrproto/Portfile trunk/dports/x11/xorg-recordproto/Portfile trunk/dports/x11/xorg-renderproto/Portfile trunk/dports/x11/xorg-resourceproto/Portfile trunk/dports/x11/xorg-scrnsaverproto/Portfile trunk/dports/x11/xorg-trapproto/Portfile trunk/dports/x11/xorg-videoproto/Portfile trunk/dports/x11/xorg-xcmiscproto/Portfile trunk/dports/x11/xorg-xf86bigfontproto/Portfile trunk/dports/x11/xorg-xf86dgaproto/Portfile trunk/dports/x11/xorg-xf86miscproto/Portfile trunk/dports/x11/xorg-xf86vidmodeproto/Portfile trunk/dports/x11/xorg-xineramaproto/Portfile trunk/dports/x11/xorg-xtrans/Portfile trunk/dports/x11/xpm/Portfile trunk/dports/x11/xscope/Portfile Modified: trunk/dports/x11/bdftopcf/Portfile =================================================================== --- trunk/dports/x11/bdftopcf/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/bdftopcf/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ long_description Convert X font from BDF to PCF homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ checksums md5 148f20d28caaa69bbe7dcca7c2674fb6 \ sha1 245778068b5e5ccde07151635ded50da90333524 \ Modified: trunk/dports/x11/mkfontdir/Portfile =================================================================== --- trunk/dports/x11/mkfontdir/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/mkfontdir/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ long_description Create an index of X font files in a directory homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ checksums md5 35394bf3f746a57fba624dba52fdbba3 \ sha1 1e52e7c42c783435ea72e69bd4adb976e62a9d96 \ Modified: trunk/dports/x11/mkfontscale/Portfile =================================================================== --- trunk/dports/x11/mkfontscale/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/mkfontscale/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -12,7 +12,7 @@ long_description Create an index of scalable font files for X homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ checksums md5 0d0752af232054b720febcc1b2fd6c57 \ sha1 7bb7caa5a365d1e31a25ed9e837ca744aaa83db0 \ Modified: trunk/dports/x11/xauth/Portfile =================================================================== --- trunk/dports/x11/xauth/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xauth/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ long_description ${description} homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ checksums md5 fa00078c414c4a57cab7a6d89a0c8734 \ sha1 90d32f28bb61ca6d831dcc35429a5ad53be73283 \ Modified: trunk/dports/x11/xeyes/Portfile =================================================================== --- trunk/dports/x11/xeyes/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xeyes/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -12,7 +12,7 @@ long_description xeyes defies description. homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ checksums sha1 49dea108cb2a825e5dfd517d34dd2a4d1608ccbc use_bzip2 yes Modified: trunk/dports/x11/xorg-applewmproto/Portfile =================================================================== --- trunk/dports/x11/xorg-applewmproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-applewmproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the AppleWM extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname applewmproto-${version} checksums md5 76ca1c6e1d8904d2d885f81f7332eba6 \ Modified: trunk/dports/x11/xorg-bigreqsproto/Portfile =================================================================== --- trunk/dports/x11/xorg-bigreqsproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-bigreqsproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for BigReqs extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname bigreqsproto-${version} checksums md5 d30c5dbf19ca6dffcd9788227ecff8c5 \ Modified: trunk/dports/x11/xorg-compositeproto/Portfile =================================================================== --- trunk/dports/x11/xorg-compositeproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-compositeproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for Composite extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname compositeproto-${version} checksums sha1 e555ee26cffb30d57fe60006b8f12c3807e399f5 Modified: trunk/dports/x11/xorg-damageproto/Portfile =================================================================== --- trunk/dports/x11/xorg-damageproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-damageproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the Damage extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname damageproto-${version} checksums md5 434b931b02bd83ed9fc44951df81cdac \ Modified: trunk/dports/x11/xorg-dmxproto/Portfile =================================================================== --- trunk/dports/x11/xorg-dmxproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-dmxproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description X.org DMXProto protocol headers. -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname dmxproto-${version} checksums md5 880a41720b2937e2660dcdc0d34a8791 \ Modified: trunk/dports/x11/xorg-evieproto/Portfile =================================================================== --- trunk/dports/x11/xorg-evieproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-evieproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the evie extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname evieext-${version} checksums md5 5c74f61d6f77b2e6a083b2b31000be42 \ Modified: trunk/dports/x11/xorg-fixesproto/Portfile =================================================================== --- trunk/dports/x11/xorg-fixesproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-fixesproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XFixes extension to X11. -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname fixesproto-${version} Modified: trunk/dports/x11/xorg-fontsproto/Portfile =================================================================== --- trunk/dports/x11/xorg-fontsproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-fontsproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Font-related prototype header files for X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname fontsproto-${version} checksums md5 f3a857deadca3144fba041af1dbf7603 \ Modified: trunk/dports/x11/xorg-glproto/Portfile =================================================================== --- trunk/dports/x11/xorg-glproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-glproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the GLX extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname glproto-${version} checksums md5 c9f8cebfba72bfab674bc0170551fb8d \ Modified: trunk/dports/x11/xorg-inputproto/Portfile =================================================================== --- trunk/dports/x11/xorg-inputproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-inputproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XInput extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname inputproto-${version} checksums md5 0f7acbc14a082f9ae03744396527d23d \ Modified: trunk/dports/x11/xorg-kbproto/Portfile =================================================================== --- trunk/dports/x11/xorg-kbproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-kbproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for Xkb extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname kbproto-${version} checksums sha1 57d0987ce2cb81a9491b1bbf433142730de89181 Modified: trunk/dports/x11/xorg-libAppleWM/Portfile =================================================================== --- trunk/dports/x11/xorg-libAppleWM/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libAppleWM/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libAppleWM-${version} checksums md5 75e27245bc15aed845fe0505f4f21ca6 \ Modified: trunk/dports/x11/xorg-libFS/Portfile =================================================================== --- trunk/dports/x11/xorg-libFS/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libFS/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description X11 Font Server library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libFS-${version} checksums md5 ecf2d6a27da053500283e803efa2a808 \ Modified: trunk/dports/x11/xorg-libX11/Portfile =================================================================== --- trunk/dports/x11/xorg-libX11/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libX11/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description libX11 is the main library used by X Window System applications to communicate with the X server. -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libX11-${version} checksums md5 0545089013213e90aac19b8f8045d32e \ Modified: trunk/dports/x11/xorg-libXScrnSaver/Portfile =================================================================== --- trunk/dports/x11/xorg-libXScrnSaver/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXScrnSaver/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description MIT_SCREEN_SAVER extenstion -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXScrnSaver-${version} checksums md5 33e54f64b55f22d8bbe822a5b62568cb \ Modified: trunk/dports/x11/xorg-libXau/Portfile =================================================================== --- trunk/dports/x11/xorg-libXau/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXau/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description X Authorization Routines library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXau-${version} checksums md5 993b3185c629e4b89401fca072dcb663 \ Modified: trunk/dports/x11/xorg-libXcomposite/Portfile =================================================================== --- trunk/dports/x11/xorg-libXcomposite/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXcomposite/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description Composite extension -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXcomposite-${version} checksums md5 7e95395dea89be21bae929b9b7f16641 \ Modified: trunk/dports/x11/xorg-libXcursor/Portfile =================================================================== --- trunk/dports/x11/xorg-libXcursor/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXcursor/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXcursor-${version} checksums md5 7dcdad1c10daea872cb3355af414b2ca \ Modified: trunk/dports/x11/xorg-libXdamage/Portfile =================================================================== --- trunk/dports/x11/xorg-libXdamage/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXdamage/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description Damage extension -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXdamage-${version} checksums md5 ac0ce6b0063a9858c8f24ddb4c60487d \ Modified: trunk/dports/x11/xorg-libXevie/Portfile =================================================================== --- trunk/dports/x11/xorg-libXevie/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXevie/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXevie-${version} checksums md5 88e9bf535364e7c821ef4014fb1ca2dd \ Modified: trunk/dports/x11/xorg-libXfixes/Portfile =================================================================== --- trunk/dports/x11/xorg-libXfixes/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXfixes/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXfixes-${version} checksums md5 1990d19725a3c7f32290037f02d3737f \ Modified: trunk/dports/x11/xorg-libXfontcache/Portfile =================================================================== --- trunk/dports/x11/xorg-libXfontcache/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXfontcache/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description X-TrueType font cache extension client library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXfontcache-${version} checksums md5 1adca018aa7bf2d215f20a69c10828ad \ Modified: trunk/dports/x11/xorg-libXi/Portfile =================================================================== --- trunk/dports/x11/xorg-libXi/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXi/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description X11 Input Extension -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXi-${version} checksums md5 8df4ece9bd1efb02c28acb2b6f485e09 \ Modified: trunk/dports/x11/xorg-libXinerama/Portfile =================================================================== --- trunk/dports/x11/xorg-libXinerama/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXinerama/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description Xinerama protocol library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXinerama-${version} checksums md5 a2ac01fc0426cdbb713c5d59cf9955ed \ Modified: trunk/dports/x11/xorg-libXp/Portfile =================================================================== --- trunk/dports/x11/xorg-libXp/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXp/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description Xprint client library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXp-${version} checksums md5 0f4ac39108c1ae8c443cdfac259b58fa \ Modified: trunk/dports/x11/xorg-libXrandr/Portfile =================================================================== --- trunk/dports/x11/xorg-libXrandr/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXrandr/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description X Resize and Rotate Extension C Library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXrandr-${version} checksums md5 68eb59c3b7524db6ffd78746ee893d1d \ Modified: trunk/dports/x11/xorg-libXres/Portfile =================================================================== --- trunk/dports/x11/xorg-libXres/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXres/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description X Resource extension -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXres-${version} checksums md5 de66ffb657aba64c9d6dbdeabb757f3e \ Modified: trunk/dports/x11/xorg-libXtst/Portfile =================================================================== --- trunk/dports/x11/xorg-libXtst/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXtst/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description X.org libXtst library. -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXtst-${version} checksums md5 b5edc35ca9b9ba4133a3fa34cb1b00f8 \ Modified: trunk/dports/x11/xorg-libXv/Portfile =================================================================== --- trunk/dports/x11/xorg-libXv/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXv/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description Xvideo extension library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXv-${version} checksums md5 723a0275227165383e967a1ca8899b52 \ Modified: trunk/dports/x11/xorg-libXvMC/Portfile =================================================================== --- trunk/dports/x11/xorg-libXvMC/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXvMC/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description Xvideo extension library with Motion Compression -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXvMC-${version} checksums md5 b54600573daf9d1a29b952e8d35b389e \ Modified: trunk/dports/x11/xorg-libXxf86dga/Portfile =================================================================== --- trunk/dports/x11/xorg-libXxf86dga/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXxf86dga/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXxf86dga-${version} checksums md5 6f5f621804ee652b6cc6f2025c517c78 \ Modified: trunk/dports/x11/xorg-libXxf86misc/Portfile =================================================================== --- trunk/dports/x11/xorg-libXxf86misc/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXxf86misc/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXxf86misc-${version} checksums md5 7cee0df63903cef7f7a3fb68cdd99eef \ Modified: trunk/dports/x11/xorg-libXxf86vm/Portfile =================================================================== --- trunk/dports/x11/xorg-libXxf86vm/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libXxf86vm/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description ${description} -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXxf86vm-${version} checksums md5 304d37bd0a10d9b58aa9b64469ad73e5 \ Modified: trunk/dports/x11/xorg-libdmx/Portfile =================================================================== --- trunk/dports/x11/xorg-libdmx/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libdmx/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description X.org libdmx library. -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libdmx-${version} checksums md5 4d866967210d06098fc9f302ed4c79b1 \ Modified: trunk/dports/x11/xorg-libfontenc/Portfile =================================================================== --- trunk/dports/x11/xorg-libfontenc/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libfontenc/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description Font encoding library -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libfontenc-${version} checksums md5 4f0d8191819be9f2bdf9dad49a65e43b \ Modified: trunk/dports/x11/xorg-libxkbfile/Portfile =================================================================== --- trunk/dports/x11/xorg-libxkbfile/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libxkbfile/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description XKB file handling routines -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libxkbfile-${version} checksums md5 0726a845fe5a56551de2718c9f6b0e35 \ Modified: trunk/dports/x11/xorg-libxkbui/Portfile =================================================================== --- trunk/dports/x11/xorg-libxkbui/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-libxkbui/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description X.org libxkbui library. -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libxkbui-${version} checksums md5 1143e456f7429e18e88f2eadb2f2b6b1 \ Modified: trunk/dports/x11/xorg-printproto/Portfile =================================================================== --- trunk/dports/x11/xorg-printproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-printproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin long_description X.org PrintProto protocol headers. -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname printproto-${version} use_bzip2 yes Modified: trunk/dports/x11/xorg-randrproto/Portfile =================================================================== --- trunk/dports/x11/xorg-randrproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-randrproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ long_description The pkg-config program is used to retrieve information \ about installed libraries in the system. It is typically \ used to compile and link against one or more libraries. -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname randrproto-${version} Modified: trunk/dports/x11/xorg-recordproto/Portfile =================================================================== --- trunk/dports/x11/xorg-recordproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-recordproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the Record extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname recordproto-${version} checksums md5 70f5998c673aa510e2acd6d8fb3799de \ Modified: trunk/dports/x11/xorg-renderproto/Portfile =================================================================== --- trunk/dports/x11/xorg-renderproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-renderproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the Render extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname renderproto-${version} checksums md5 b160a9733fe91b666e74fca284333148 \ Modified: trunk/dports/x11/xorg-resourceproto/Portfile =================================================================== --- trunk/dports/x11/xorg-resourceproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-resourceproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype header files for the Resource extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname resourceproto-${version} checksums md5 84795594b3ebd2ee2570cf93340d152c \ Modified: trunk/dports/x11/xorg-scrnsaverproto/Portfile =================================================================== --- trunk/dports/x11/xorg-scrnsaverproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-scrnsaverproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XScreenSaver extension to X11. -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname scrnsaverproto-${version} checksums md5 9040c991a56ee9b5976936f8c65d5c8a \ Modified: trunk/dports/x11/xorg-trapproto/Portfile =================================================================== --- trunk/dports/x11/xorg-trapproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-trapproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XTrap extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname trapproto-${version} checksums sha1 b108aa39a7bfde530d5cd347fda7c58770d5b8da Modified: trunk/dports/x11/xorg-videoproto/Portfile =================================================================== --- trunk/dports/x11/xorg-videoproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-videoproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XVideo extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname videoproto-${version} checksums md5 fb762146a18207a1e8bc9f299dfc7ac0 \ Modified: trunk/dports/x11/xorg-xcmiscproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xcmiscproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xcmiscproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XCMisc extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname xcmiscproto-${version} checksums md5 7b83e4a7e9f4edc9c6cfb0500f4a7196 \ Modified: trunk/dports/x11/xorg-xf86bigfontproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xf86bigfontproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xf86bigfontproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description XF86BigFont extension headers -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname xf86bigfontproto-${version} checksums md5 120e226ede5a4687b25dd357cc9b8efe \ Modified: trunk/dports/x11/xorg-xf86dgaproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xf86dgaproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xf86dgaproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XF86DGA extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname xf86dgaproto-${version} use_bzip2 yes Modified: trunk/dports/x11/xorg-xf86miscproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xf86miscproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xf86miscproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Miscellaneous legacy XFree86 prototype headers for X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname xf86miscproto-${version} checksums sha1 bfaf893bb97085c79ef84e9911c97d11b2a4fdbe Modified: trunk/dports/x11/xorg-xf86vidmodeproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xf86vidmodeproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xf86vidmodeproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for the XF86Vidmode extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname xf86vidmodeproto-${version} checksums md5 4434894fc7d4eeb4a22e6b876d56fdaa \ Modified: trunk/dports/x11/xorg-xineramaproto/Portfile =================================================================== --- trunk/dports/x11/xorg-xineramaproto/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xineramaproto/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -9,7 +9,7 @@ homepage http://www.x.org platforms darwin long_description Prototype headers for Xinerama extension to X11 -master_sites ${homepage}/pub/individual/proto/ +master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname xineramaproto-${version} checksums md5 a8aadcb281b9c11a91303e24cdea45f5 \ Modified: trunk/dports/x11/xorg-xtrans/Portfile =================================================================== --- trunk/dports/x11/xorg-xtrans/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xorg-xtrans/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -10,7 +10,7 @@ homepage http://www.x.org platforms darwin macosx long_description X Network Transport layer shared code -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ universal_variant no Modified: trunk/dports/x11/xpm/Portfile =================================================================== --- trunk/dports/x11/xpm/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xpm/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ homepage http://www.x.org platforms darwin macosx long_description XPM, X PixMap, is a format for storing/retrieving X pixmaps to/from files. It is used by a large number of common X applications and has become something of a de-facto standard. -master_sites ${homepage}/pub/individual/lib/ +master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXpm-${version} checksums md5 cd15ee542d9f515538b4462a6f79d977 \ Modified: trunk/dports/x11/xscope/Portfile =================================================================== --- trunk/dports/x11/xscope/Portfile 2009-10-03 03:38:47 UTC (rev 58700) +++ trunk/dports/x11/xscope/Portfile 2009-10-03 03:41:35 UTC (rev 58701) @@ -11,7 +11,7 @@ long_description ${description} homepage http://www.x.org -master_sites ${homepage}/pub/individual/app/ +master_sites http://xorg.freedesktop.org/archive/individual/app/ checksums md5 1a9df0ac0dd5a2c2a7948dcf48d126c3 \ sha1 3952f381c3f8ee81cd602e6f025304c2322a06a0 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 20:54:06 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 20:54:06 -0700 (PDT) Subject: [58702] trunk/dports Message-ID: <20091003035408.2A83728D71EE@beta.macosforge.org> Revision: 58702 http://trac.macports.org/changeset/58702 Author: portindex at macports.org Date: 2009-10-02 20:54:06 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 03:41:35 UTC (rev 58701) +++ trunk/dports/PortIndex 2009-10-03 03:54:06 UTC (rev 58702) @@ -12125,7 +12125,7 @@ xorg-font-util 356 variants universal depends_build port:pkgconfig portdir x11/xorg-font-util description {X.org font utilities bdftruncate and ucs2any} homepage http://www.x.org/ epoch 0 platforms darwin name xorg-font-util long_description {{X.org font utilities bdftruncate and ucs2any}} maintainers {blb openmaintainer} categories {x11 graphics} version 1.0.2 revision 0 xorg-fontcacheproto 292 -portdir x11/xorg-fontcacheproto description {X.org fontcacheproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-fontcacheproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Fontcache library} version 0.1.2 categories {x11 devel} revision 0 +portdir x11/xorg-fontcacheproto description {X.org fontcacheproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-fontcacheproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Fontcache library} version 0.1.3 categories {x11 devel} revision 0 xorg-fonts 1175 portdir x11/xorg-fonts description {X.org fonts meta-package} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-fonts depends_lib {port:font-alias port:font-adobe-100dpi port:font-adobe-75dpi port:font-adobe-utopia-100dpi port:font-adobe-utopia-75dpi port:font-adobe-utopia-type1 port:font-arabic-misc port:font-bh-100dpi port:font-bh-75dpi port:font-bh-lucidatypewriter-100dpi port:font-bh-lucidatypewriter-75dpi port:font-bh-ttf port:font-bh-type1 port:font-bitstream-100dpi port:font-bitstream-75dpi port:font-bitstream-speedo port:font-bitstream-type1 port:font-cronyx-cyrillic port:font-cursor-misc port:font-daewoo-misc port:font-dec-misc port:font-ibm-type1 port:font-isas-misc port:font-jis-misc port:font-micro-misc port:font-misc-cyrillic port:font-misc-ethiopic port:font-misc-meltho port:font-misc-misc port:font-mutt-misc port:font-schumacher-misc port:font-screen-cyrillic port:font-sony-misc port:font-sun-misc port:font-winitzki-cyrillic port:font-xfree86-type1 port:xorg-encodings} maintainers {jeremyhu blb openmaintainer} long_description {This package builds all of the x.org font packages.} categories x11 version 20090102 revision 1 xorg-fontsproto 280 @@ -12290,6 +12290,8 @@ portdir x11/xroot description {A small X -root window} homepage http://sealiesoftware.com/ epoch 0 platforms darwin name xroot depends_lib port:xorg-libX11 maintainers nomaintainer long_description {Greg Parker wrote 'xroot tool', it creates a small X11 window that routes input events to the X11 root window. In particular, you can click on it to get window manager menus. To run: ./xroot -display :0 -geometry 100x100+0-0 -color blue (100x100 in lower-left corner, colored blue)} categories x11 version 1.0 revision 2 xruskb 776 variants {motif universal} portdir x11/xruskb description {program for switching two keyboard layouts} homepage http://www.yars.free.net/~lav/programs.html epoch 0 platforms darwin name xruskb depends_lib port:xorg-libXmu long_description {Xrus - program for switching two keyboard layouts with a hot key combination. It also serves as autolock. It can be compiled with Motif, Lesstif, Xaw or without any widget library. In the later case it won't show its icon with keyboard indicator. It gets all keyboard and mouse events, when a particular hot key combination is pressed, it swaps 1,2 and 3,4 columns of keyboard map. When a timeout without keyboard and mouse events passes, it starts a locker.} maintainers crazic.ru:jc categories {x11 russian} version 1.15.3 revision 1 +xscope 304 +variants universal depends_build {port:pkgconfig port:xorg-xtrans} portdir x11/xscope description {X11 protocol debugger} homepage http://www.x.org epoch 0 platforms darwin name xscope long_description {{X11 protocol debugger}} maintainers {jeremyhu openmaintainer} categories x11 version 1.2 revision 0 xscreensaver 427 variants universal portdir x11/xscreensaver description {X11 screen saver} homepage http://www.jwz.org/xscreensaver/ epoch 0 platforms darwin name xscreensaver depends_lib {port:gtk2 port:libglade2} long_description {The xscreensaver program waits until the keyboard and mouse have been idle for a period, and then runs a graphics demo chosen at random.} maintainers {mww openmaintainer} categories x11 version 5.10 revision 0 xsel 523 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Fri Oct 2 20:58:45 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Fri, 2 Oct 2009 20:58:45 -0700 (PDT) Subject: [58703] trunk/dports/x11/xorg-compositeproto/Portfile Message-ID: <20091003035845.5101A28D72C1@beta.macosforge.org> Revision: 58703 http://trac.macports.org/changeset/58703 Author: jeremyhu at macports.org Date: 2009-10-02 20:58:44 -0700 (Fri, 02 Oct 2009) Log Message: ----------- xorg-compositeproto: Bump to 0.4.1 Modified Paths: -------------- trunk/dports/x11/xorg-compositeproto/Portfile Modified: trunk/dports/x11/xorg-compositeproto/Portfile =================================================================== --- trunk/dports/x11/xorg-compositeproto/Portfile 2009-10-03 03:54:06 UTC (rev 58702) +++ trunk/dports/x11/xorg-compositeproto/Portfile 2009-10-03 03:58:44 UTC (rev 58703) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-compositeproto -version 0.4 +version 0.4.1 categories x11 devel maintainers jeremyhu openmaintainer description X.org compositeproto @@ -13,7 +13,9 @@ master_sites http://xorg.freedesktop.org/archive/individual/proto/ distname compositeproto-${version} -checksums sha1 e555ee26cffb30d57fe60006b8f12c3807e399f5 +checksums md5 3692f3f8b2ea10dff3d2cede8dc65e79 \ + sha1 fb1ae34418855c313a75e8e697b414a4935e13d6 \ + rmd160 b779bddc51a4221354dd68084948daaca67bbaba use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Fri Oct 2 21:20:31 2009 From: jmr at macports.org (jmr at macports.org) Date: Fri, 2 Oct 2009 21:20:31 -0700 (PDT) Subject: [58704] trunk/dports/devel/libsigcxx2/Portfile Message-ID: <20091003042032.4620628D76B2@beta.macosforge.org> Revision: 58704 http://trac.macports.org/changeset/58704 Author: jmr at macports.org Date: 2009-10-02 21:20:28 -0700 (Fri, 02 Oct 2009) Log Message: ----------- libsigcxx2: enable static library (#21786) Modified Paths: -------------- trunk/dports/devel/libsigcxx2/Portfile Modified: trunk/dports/devel/libsigcxx2/Portfile =================================================================== --- trunk/dports/devel/libsigcxx2/Portfile 2009-10-03 03:58:44 UTC (rev 58703) +++ trunk/dports/devel/libsigcxx2/Portfile 2009-10-03 04:20:28 UTC (rev 58704) @@ -26,6 +26,8 @@ sha1 1c8bbe6ff23d551fa198e634bba3b386240110b7 \ rmd160 128deb596e4f1d3e20d4ae9afa5ec03512fdf8d8 +configure.args --enable-static + set docdir ${prefix}/share/doc/${my_name}-${version} post-destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 21:29:46 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 21:29:46 -0700 (PDT) Subject: [58705] users/toby/objcports Message-ID: <20091003042946.7C10228D7790@beta.macosforge.org> Revision: 58705 http://trac.macports.org/changeset/58705 Author: toby at macports.org Date: 2009-10-02 21:29:45 -0700 (Fri, 02 Oct 2009) Log Message: ----------- fixes Modified Paths: -------------- users/toby/objcports/MPIndex.c users/toby/objcports/MPPort.c users/toby/objcports/cftcl.c users/toby/objcports/internal.c users/toby/objcports/internal.h users/toby/objcports/port.c Modified: users/toby/objcports/MPIndex.c =================================================================== --- users/toby/objcports/MPIndex.c 2009-10-03 04:20:28 UTC (rev 58704) +++ users/toby/objcports/MPIndex.c 2009-10-03 04:29:45 UTC (rev 58705) @@ -50,7 +50,7 @@ Tcl_ReadChars(chan, line, len, 0); Tcl_ListObjGetElements(interp, line, &objc, &objv); value = CFDictionaryCreateWithTclObjects(NULL, objv, objc); - assert(value != nil); + assert(value); /* Store data. */ CFDictionarySetValue(result, key, value); Modified: users/toby/objcports/MPPort.c =================================================================== --- users/toby/objcports/MPPort.c 2009-10-03 04:20:28 UTC (rev 58704) +++ users/toby/objcports/MPPort.c 2009-10-03 04:29:45 UTC (rev 58705) @@ -282,7 +282,7 @@ free(s); CFRelease(ret); } else { - fprintf_cf(stderr, CFSTR("WARNING: unknown variable %@\n"), name); + fprintf_cf(stderr, "WARNING: unknown variable %@\n", name); } return subst; } @@ -527,7 +527,7 @@ assert(count == 2); assert(CFStringCompare(CFArrayGetValueAtIndex(args, 1), CFSTR("1.0"), 0) == kCFCompareEqualTo); } else if (CFStringCompare(command, CFSTR("PortGroup"), 0) == kCFCompareEqualTo) { - fprintf_cf(stderr, CFSTR("ignoring %@, grps r hard m'kay\n"), command); + fprintf_cf(stderr, "ignoring %@, grps r hard m'kay\n", command); // XXX: this should probably set some state in parent port instance // (ugh, more tcl parsing) } else if (CFStringCompare(command, CFSTR("platform"), 0) == kCFCompareEqualTo) { @@ -660,7 +660,7 @@ var = mp_port_variable(clientData, tmp); CFRelease(tmp); - assert(var != nil); + assert(var); s = strdup_cf(var); Tcl_SetVar2(interp, name1, name2, s, 0); Modified: users/toby/objcports/cftcl.c =================================================================== --- users/toby/objcports/cftcl.c 2009-10-03 04:20:28 UTC (rev 58704) +++ users/toby/objcports/cftcl.c 2009-10-03 04:29:45 UTC (rev 58705) @@ -33,7 +33,7 @@ CFDictionaryRef result; if ((count % 2) != 0) { - return nil; + return NULL; } count2 = count / 2; Modified: users/toby/objcports/internal.c =================================================================== --- users/toby/objcports/internal.c 2009-10-03 04:20:28 UTC (rev 58704) +++ users/toby/objcports/internal.c 2009-10-03 04:29:45 UTC (rev 58705) @@ -22,15 +22,17 @@ } int -fprintf_cf(FILE *stream, CFStringRef format, ...) +fprintf_cf(FILE *stream, const char *format, ...) { va_list ap; - CFStringRef str; + CFStringRef formatstr, str; char *s; int rc; + formatstr = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); + va_start(ap, format); - str = CFStringCreateWithFormatAndArguments(NULL, NULL, format, ap); + str = CFStringCreateWithFormatAndArguments(NULL, NULL, formatstr, ap); va_end(ap); s = strdup_cf(str); @@ -38,6 +40,7 @@ free(s); CFRelease(str); + CFRelease(formatstr); return rc; } Modified: users/toby/objcports/internal.h =================================================================== --- users/toby/objcports/internal.h 2009-10-03 04:20:28 UTC (rev 58704) +++ users/toby/objcports/internal.h 2009-10-03 04:29:45 UTC (rev 58705) @@ -1,5 +1,5 @@ char *strdup_cf(CFStringRef str); -int fprintf_cf(FILE *stream, CFStringRef format, ...); +int fprintf_cf(FILE *stream, const char *format, ...); typedef void (^CFArrayApplierBlock)(const void *); typedef void (^CFDictionaryApplierBlock)(const void *, const void *); Modified: users/toby/objcports/port.c =================================================================== --- users/toby/objcports/port.c 2009-10-03 04:20:28 UTC (rev 58704) +++ users/toby/objcports/port.c 2009-10-03 04:29:45 UTC (rev 58705) @@ -3,6 +3,7 @@ #include "MPConfig.h" #include "MPIndex.h" #include "MPPort.h" +#include "internal.h" static void do_showconfig() @@ -21,10 +22,14 @@ CFDictionaryRef index; filename = CFStringCreateWithCString(NULL, f, kCFStringEncodingUTF8); - index = MPCopyPortIndex(filename); - CFShow(index); - CFRelease(index); - CFRelease(filename); + if (filename) { + index = MPCopyPortIndex(filename); + CFRelease(filename); + if (index) { + CFShow(index); + CFRelease(index); + } + } } static void @@ -45,49 +50,49 @@ tmp1 = mp_port_variable(port, CFSTR("name")); tmp2 = mp_port_variable(port, CFSTR("version")); tmp3 = mp_port_variable(port, CFSTR("categories")); - fprintf_cf(stdout, CFSTR("%@ @%@ (%@)\n"), tmp1, tmp2, tmp3); + fprintf_cf(stdout, "%@ @%@ (%@)\n", tmp1, tmp2, tmp3); CFRelease(tmp1); CFRelease(tmp2); CFRelease(tmp3); tmp1 = mp_port_defined_variants(port); tmp2 = CFStringCreateByCombiningStrings(NULL, tmp1, CFSTR(", ")); - fprintf_cf(stdout, CFSTR("Variants: %@\n"), tmp2); + fprintf_cf(stdout, "Variants: %@\n", tmp2); CFRelease(tmp1); CFRelease(tmp2); tmp1 = mp_port_defined_platforms(port); tmp2 = CFStringCreateByCombiningStrings(NULL, tmp1, CFSTR(", ")); - fprintf_cf(stdout, CFSTR("PlatformVariants: %@\n"), tmp2); + fprintf_cf(stdout, "PlatformVariants: %@\n", tmp2); CFRelease(tmp1); CFRelease(tmp2); - fprintf_cf(stdout, CFSTR("\n")); + fprintf_cf(stdout, "\n"); tmp1 = mp_port_variable(port, CFSTR("long_description")); - fprintf_cf(stdout, CFSTR("Description: %@\n"), tmp1); + fprintf_cf(stdout, "Description: %@\n", tmp1); CFRelease(tmp1); tmp1 = mp_port_variable(port, CFSTR("homepage")); - fprintf_cf(stdout, CFSTR("Homepage: %@\n"), tmp1); + fprintf_cf(stdout, "Homepage: %@\n", tmp1); CFRelease(tmp1); - fprintf_cf(stdout, CFSTR("\n")); + fprintf_cf(stdout, "\n"); tmp1 = mp_port_variable(port, CFSTR("depends_build")); - fprintf_cf(stdout, CFSTR("Build Dependencies: %@\n"), tmp1); + fprintf_cf(stdout, "Build Dependencies: %@\n", tmp1); CFRelease(tmp1); tmp1 = mp_port_variable(port, CFSTR("depends_lib")); - fprintf_cf(stdout, CFSTR("Library Dependencies: %@\n"), tmp1); + fprintf_cf(stdout, "Library Dependencies: %@\n", tmp1); CFRelease(tmp1); tmp1 = mp_port_variable(port, CFSTR("platforms")); - fprintf_cf(stdout, CFSTR("Platforms: %@\n"), tmp1); + fprintf_cf(stdout, "Platforms: %@\n", tmp1); CFRelease(tmp1); tmp1 = mp_port_variable(port, CFSTR("license")); - fprintf_cf(stdout, CFSTR("License: %@\n"), tmp1); + fprintf_cf(stdout, "License: %@\n", tmp1); CFRelease(tmp1); tmp1 = mp_port_variable(port, CFSTR("maintainers")); - fprintf_cf(stdout, CFSTR("Maintainers: %@\n"), tmp1); + fprintf_cf(stdout, "Maintainers: %@\n", tmp1); CFRelease(tmp1); mp_port_destroy(port); -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 21:50:07 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 21:50:07 -0700 (PDT) Subject: [58706] users/toby/objcports/misc/depstree.c Message-ID: <20091003045007.7BE7628D7C30@beta.macosforge.org> Revision: 58706 http://trac.macports.org/changeset/58706 Author: toby at macports.org Date: 2009-10-02 21:50:05 -0700 (Fri, 02 Oct 2009) Log Message: ----------- invert synchronization, this should fix the crashes Modified Paths: -------------- users/toby/objcports/misc/depstree.c Modified: users/toby/objcports/misc/depstree.c =================================================================== --- users/toby/objcports/misc/depstree.c 2009-10-03 04:29:45 UTC (rev 58705) +++ users/toby/objcports/misc/depstree.c 2009-10-03 04:50:05 UTC (rev 58706) @@ -116,7 +116,7 @@ interp = Tcl_CreateInterp(); assert(Tcl_SetSystemEncoding(interp, "utf-8") == TCL_OK); - chan = Tcl_OpenFileChannel(interp, "/Volumes/eve/macports/dports/PortIndex", "r", 0); + chan = Tcl_OpenFileChannel(interp, "/Volumes/data/source/macports/dports/PortIndex", "r", 0); Tcl_RegisterChannel(interp, chan); while (1) { @@ -296,34 +296,29 @@ { __block CFStringRef result = NULL; - fprintf(stderr, "... find next\n"); - traverse_tree(portctx->tree, TRAVERSE_POSTORDER, 0, - ^(CFTreeRef tree, CFIndex level __unused, Boolean *stop) { - CFTreeContext context; - __block int skip = 0; + dispatch_sync(portctx->queue, ^{ + traverse_tree(portctx->tree, TRAVERSE_POSTORDER, 0, + ^(CFTreeRef tree, CFIndex level __unused, Boolean *stop) { + CFTreeContext context; + __block int skip = 0; - CFTreeGetContext(tree, &context); + CFTreeGetContext(tree, &context); - dispatch_sync(portctx->queue, ^{ - fprintf_cf(stderr, "trying %@...", context.info); if (CFArrayContainsValue(portctx->working, CFRangeMake(0, CFArrayGetCount(portctx->working)), context.info)) { - fprintf_cf(stderr, "skip\n"); skip = 1; } if (CFTreeGetChildCount(tree)) { - assert(skip == 0); - fprintf_cf(stderr, "blocked\n"); + assert(skip == 0); // just in case skip = 1; } if (!skip) { - fprintf_cf(stderr, "build!\n"); CFArrayAppendValue(portctx->working, context.info); result = CFStringCreateCopy(NULL, context.info); *stop = 1; } - }); - } - ); + } + ); + }); return result; } @@ -337,7 +332,6 @@ CFTreeContext context; CFTreeGetContext(tree, &context); if (CFStringCompare(context.info, port, 0) == kCFCompareEqualTo) { - fprintf_cf(stderr, "removing %@\n", tree); CFTreeRemove(tree); } } @@ -351,7 +345,6 @@ port_context_t portctx; dispatch_semaphore_t sema; dispatch_queue_t print_queue; - __block int done = 0; CFStringRef port; // TODO: synchronize access to this @@ -371,7 +364,7 @@ if (port) { dispatch_async(dispatch_get_global_queue(0, 0), ^{ fprintf_cf(stderr, "start %@\n", port); - sleep(2); + usleep(random() / 1000); fprintf_cf(stderr, "done %@\n", port); finish_port(portctx, port); @@ -379,7 +372,7 @@ dispatch_semaphore_signal(sema); }); } else { - fprintf(stderr, "lost\n"); + // TODO: figure out a way to "recover concurrency" if we aren't able to find ports to build } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 21:53:46 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 21:53:46 -0700 (PDT) Subject: [58707] trunk/dports Message-ID: <20091003045347.7ABB428D7C9D@beta.macosforge.org> Revision: 58707 http://trac.macports.org/changeset/58707 Author: portindex at macports.org Date: 2009-10-02 21:53:45 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 04:50:05 UTC (rev 58706) +++ trunk/dports/PortIndex 2009-10-03 04:53:45 UTC (rev 58707) @@ -12108,8 +12108,8 @@ portdir x11/xorg-bigreqsproto description {X.org bigreqsproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-bigreqsproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for BigReqs extension to X11} version 1.1.0 categories {x11 devel} revision 0 xorg-cf-files 326 portdir x11/xorg-cf-files description {Build files for discontinued imake build system.} homepage http://xorg.freedesktop.org epoch 0 platforms darwin name xorg-cf-files maintainers {mcalhoun openmaintainer} long_description {{Build files for discontinued imake build system.}} version 1.0.2 categories {x11 devel} revision 3 -xorg-compositeproto 295 -portdir x11/xorg-compositeproto description {X.org compositeproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-compositeproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Composite extension to X11} version 0.4 categories {x11 devel} revision 0 +xorg-compositeproto 297 +portdir x11/xorg-compositeproto description {X.org compositeproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-compositeproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for Composite extension to X11} version 0.4.1 categories {x11 devel} revision 0 xorg-damageproto 289 portdir x11/xorg-damageproto description {X.org damageproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-damageproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the Damage extension to X11} version 1.2.0 categories {x11 devel} revision 0 xorg-dmxproto 261 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 21:54:57 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 21:54:57 -0700 (PDT) Subject: [58708] users/toby/objcports/misc/depstree.c Message-ID: <20091003045457.C359528D7CCB@beta.macosforge.org> Revision: 58708 http://trac.macports.org/changeset/58708 Author: toby at macports.org Date: 2009-10-02 21:54:57 -0700 (Fri, 02 Oct 2009) Log Message: ----------- add comments Modified Paths: -------------- users/toby/objcports/misc/depstree.c Modified: users/toby/objcports/misc/depstree.c =================================================================== --- users/toby/objcports/misc/depstree.c 2009-10-03 04:53:45 UTC (rev 58707) +++ users/toby/objcports/misc/depstree.c 2009-10-03 04:54:57 UTC (rev 58708) @@ -357,17 +357,25 @@ print_queue = dispatch_queue_create("CFShow", NULL); for (;;) { + // limit concurrency to jobs dispatch_semaphore_wait(sema, DISPATCH_TIME_FOREVER); + // find_next does postorder tree traversal to find the next + // "available" port - i.e. a port with no children that isn't + // already being built port = find_next(portctx); if (port) { dispatch_async(dispatch_get_global_queue(0, 0), ^{ + // fake build fprintf_cf(stderr, "start %@\n", port); usleep(random() / 1000); fprintf_cf(stderr, "done %@\n", port); + // finish_port removes all matching ports + // from the build tree finish_port(portctx, port); + CFRelease(port); dispatch_semaphore_signal(sema); }); -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Fri Oct 2 21:57:23 2009 From: jmr at macports.org (jmr at macports.org) Date: Fri, 2 Oct 2009 21:57:23 -0700 (PDT) Subject: [58709] trunk/dports Message-ID: <20091003045723.9B21A28D7D46@beta.macosforge.org> Revision: 58709 http://trac.macports.org/changeset/58709 Author: jmr at macports.org Date: 2009-10-02 21:57:22 -0700 (Fri, 02 Oct 2009) Log Message: ----------- tcl, tk: update to 8.5.7 Modified Paths: -------------- trunk/dports/lang/tcl/Portfile trunk/dports/x11/tk/Portfile Modified: trunk/dports/lang/tcl/Portfile =================================================================== --- trunk/dports/lang/tcl/Portfile 2009-10-03 04:54:57 UTC (rev 58708) +++ trunk/dports/lang/tcl/Portfile 2009-10-03 04:57:22 UTC (rev 58709) @@ -3,7 +3,7 @@ PortSystem 1.0 name tcl -version 8.5.6 +version 8.5.7 # Tk (x11/tk) port depends on this version categories lang maintainers mww openmaintainer @@ -20,17 +20,15 @@ master_sites sourceforge checksums \ - md5 d0b0b3ff7600ff63135c710b575265cd \ - sha1 02c57eea35191f027460c6df289179d03f2e9584 \ - rmd160 1f3c937a5e77ec2fbf79240d385474eed24f8ea5 + md5 f70ad8f78b5e4a9f792fe101f22b125f \ + sha1 a603d27bf0b854739c99f0d658bfc3f1c485f578 \ + rmd160 1bb843548c05332eb3404b99b4800613f25a9dbf dist_subdir tcltk distname ${name}${version}-src worksrcdir ${name}${version}/unix configure.args --mandir=${prefix}/share/man -configure.cppflags-append {} configure.cppflags-delete -I${prefix}/include -configure.ldflags-append {} configure.ldflags-delete -L${prefix}/lib destroot.destdir INSTALL_ROOT=${destroot} Modified: trunk/dports/x11/tk/Portfile =================================================================== --- trunk/dports/x11/tk/Portfile 2009-10-03 04:54:57 UTC (rev 58708) +++ trunk/dports/x11/tk/Portfile 2009-10-03 04:57:22 UTC (rev 58709) @@ -3,8 +3,7 @@ PortSystem 1.0 name tk -version 8.5.6 -revision 1 +version 8.5.7 categories x11 maintainers mww openmaintainer description Tcl Tool Kit @@ -21,16 +20,16 @@ worksrcdir ${name}${version}/unix checksums \ ${distname}${extract.suffix} \ - md5 7da2e00adddc7eed6080df904579d94e \ - sha1 3b1453d1efb47a5c600fa6b4825fed6afa3a32ad \ - rmd160 1b3d9166cc8d0c2f3c11ca98bf80a7f53447343b \ + md5 0764f63ae2106b4774c4ecb0ef391610 \ + sha1 b5def6871e53c78354ac01b27abd523bb4295158 \ + rmd160 8ff412f84ffb76b9b0da5a32f7404c37a5337003 \ # suck in Tcl as well so we can use it internally. distfiles-append tcl${version}-src${extract.suffix} checksums-append \ tcl${version}-src${extract.suffix} \ - md5 d0b0b3ff7600ff63135c710b575265cd \ - sha1 02c57eea35191f027460c6df289179d03f2e9584 \ - rmd160 1f3c937a5e77ec2fbf79240d385474eed24f8ea5 + md5 f70ad8f78b5e4a9f792fe101f22b125f \ + sha1 a603d27bf0b854739c99f0d658bfc3f1c485f578 \ + rmd160 1bb843548c05332eb3404b99b4800613f25a9dbf depends_build port:pkgconfig -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Oct 2 21:57:54 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 2 Oct 2009 21:57:54 -0700 (PDT) Subject: [58710] users/toby/objcports/misc/depstree.c Message-ID: <20091003045754.8E4A828D7DBA@beta.macosforge.org> Revision: 58710 http://trac.macports.org/changeset/58710 Author: toby at macports.org Date: 2009-10-02 21:57:53 -0700 (Fri, 02 Oct 2009) Log Message: ----------- remove TODO Modified Paths: -------------- users/toby/objcports/misc/depstree.c Modified: users/toby/objcports/misc/depstree.c =================================================================== --- users/toby/objcports/misc/depstree.c 2009-10-03 04:57:22 UTC (rev 58709) +++ users/toby/objcports/misc/depstree.c 2009-10-03 04:57:53 UTC (rev 58710) @@ -347,7 +347,6 @@ dispatch_queue_t print_queue; CFStringRef port; - // TODO: synchronize access to this portctx = calloc(1, sizeof(*portctx)); portctx->queue = dispatch_queue_create("port", NULL); portctx->tree = (CFTreeRef)CFRetain(root); -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Oct 2 22:54:01 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 2 Oct 2009 22:54:01 -0700 (PDT) Subject: [58711] trunk/dports/PortIndex Message-ID: <20091003055403.A943328D904C@beta.macosforge.org> Revision: 58711 http://trac.macports.org/changeset/58711 Author: portindex at macports.org Date: 2009-10-02 22:54:00 -0700 (Fri, 02 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 04:57:53 UTC (rev 58710) +++ trunk/dports/PortIndex 2009-10-03 05:54:00 UTC (rev 58711) @@ -4455,7 +4455,7 @@ swi-prolog-lite 776 variants {st mt universal} portdir lang/swi-prolog-lite description {SWI-Prolog compiler (without extra packages)} homepage http://www.swi-prolog.org/ epoch 0 platforms darwin name swi-prolog-lite depends_lib port:readline long_description {ISO/Edinburgh-style Prolog compiler including modules, autoload, libraries, Garbage-collector, stack-expandor, C/C++-interface, Multiple threads, GNU-readline interface, very fast compiler. Including packages clib (Unix process control, sockets, MIME), cpp (C++ interface), sgml (reading XML/SGML), sgml/RDF (reading RDF into triples), ODBC interface and XPCE (Graphics UI toolkit, integrated editor (Emacs-clone) and graphical debugger).} maintainers {uva.nl:J.Wielemaker logtalk.org:pmoura} categories lang version 5.6.62 revision 0 tcl 631 -variants {threads memdebug darwin universal} portdir lang/tcl description {Tool Command Language} homepage http://www.tcl.tk/ epoch 0 platforms {darwin freebsd} name tcl long_description {Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.} maintainers {mww openmaintainer} categories lang version 8.5.6 revision 0 +variants {threads memdebug darwin universal} portdir lang/tcl description {Tool Command Language} homepage http://www.tcl.tk/ epoch 0 platforms {darwin freebsd} name tcl long_description {Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.} maintainers {mww openmaintainer} categories lang version 8.5.7 revision 0 tclcl 361 variants universal depends_build {port:autoconf port:automake} portdir lang/tclcl description {TclCL (Tcl with classes)} homepage http://otcl-tclcl.sourceforge.net/tclcl/ epoch 0 platforms darwin depends_lib {port:tcl port:tk port:otcl} name tclcl long_description {TclCL is a Tcl/C++ interface} maintainers nomaintainer categories lang version 1.16 revision 1 tcldoc 420 @@ -11945,7 +11945,7 @@ tightvnc 714 variants no_server depends_build {port:gccmakedep port:imake} portdir x11/tightvnc description {Enhanced version of VNC} homepage http://www.tightvnc.com/ depends_run path:bin/perl:perl5 epoch 0 platforms darwin name tightvnc depends_lib {port:xorg-libXaw port:xorg-libXp port:jpeg port:zlib} long_description {This is an enhanced version of VNC, called TightVNC, which includes a lot of new features, improvements, optimizations and bugfixes over the original VNC version. Note that TightVNC is still free, cross-platform and compatible with the standard VNC. Many users agree that TightVNC is the most advanced free remote desktop package.} maintainers nomaintainer categories {x11 vnc} version 1.3.9 revision 2 tk 499 -variants {quartz darwin universal} depends_build port:pkgconfig portdir x11/tk description {Tcl Tool Kit} homepage http://www.tcl.tk/ epoch 0 platforms darwin depends_lib {port:tcl port:Xft2 port:xorg-libXScrnSaver} name tk long_description {This is Tk version 8.5.6, a GUI toolkit for Tcl. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.} maintainers {mww openmaintainer} categories x11 version 8.5.6 revision 1 +variants {quartz darwin universal} depends_build port:pkgconfig portdir x11/tk description {Tcl Tool Kit} homepage http://www.tcl.tk/ epoch 0 platforms darwin depends_lib {port:tcl port:Xft2 port:xorg-libXScrnSaver} name tk long_description {This is Tk version 8.5.7, a GUI toolkit for Tcl. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.} maintainers {mww openmaintainer} categories x11 version 8.5.7 revision 0 tkdiff 523 variants universal portdir x11/tkdiff description {graphical front end to the diff program} homepage http://tkdiff.sourceforge.net/ epoch 0 depends_run port:tk platforms darwin name tkdiff long_description {tkdiff is a graphical front end to the diff program. It provides a side-by-side view of the differences between two files, along with several innovative features such as diff bookmarks and a graphical map of differences for quick navigation.} maintainers nomaintainer categories {x11 devel} version 4.1.4 revision 0 tkregexp 494 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Oct 3 00:11:49 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 3 Oct 2009 00:11:49 -0700 (PDT) Subject: [58712] trunk/dports/devel/libsigcxx2/Portfile Message-ID: <20091003071149.EB6D928DB754@beta.macosforge.org> Revision: 58712 http://trac.macports.org/changeset/58712 Author: ryandesign at macports.org Date: 2009-10-03 00:11:45 -0700 (Sat, 03 Oct 2009) Log Message: ----------- libsigcxx2: increase revision so everyone gets the change from r58704 Revision Links: -------------- http://trac.macports.org/changeset/58704 Modified Paths: -------------- trunk/dports/devel/libsigcxx2/Portfile Modified: trunk/dports/devel/libsigcxx2/Portfile =================================================================== --- trunk/dports/devel/libsigcxx2/Portfile 2009-10-03 05:54:00 UTC (rev 58711) +++ trunk/dports/devel/libsigcxx2/Portfile 2009-10-03 07:11:45 UTC (rev 58712) @@ -6,6 +6,7 @@ name libsigcxx2 set my_name libsigc++ version 2.2.4.2 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel platforms darwin -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 00:53:55 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 00:53:55 -0700 (PDT) Subject: [58713] trunk/dports/PortIndex Message-ID: <20091003075358.8CAB528DC9D8@beta.macosforge.org> Revision: 58713 http://trac.macports.org/changeset/58713 Author: portindex at macports.org Date: 2009-10-03 00:53:52 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 07:11:45 UTC (rev 58712) +++ trunk/dports/PortIndex 2009-10-03 07:53:52 UTC (rev 58713) @@ -1639,7 +1639,7 @@ libsdl_ttf-framework 511 variants universal portdir devel/libsdl_ttf-framework description {add on library for libSDL for rendering TrueType fonts} homepage http://www.libsdl.org/projects/SDL_ttf/ epoch 0 platforms macosx name libsdl_ttf-framework depends_lib {port:libsdl-framework port:freetype port:zlib} long_description {This library is a wrapper around the excellent FreeType 2.0 library allowing to render TrueType fonts in SDL applications.} maintainers {nox openmaintainer} version 2.0.9 categories {devel graphics} revision 1 libsigcxx2 497 -variants {doc universal} portdir devel/libsigcxx2 description {C++ signal callback system} homepage http://libsigc.sourceforge.net/ epoch 0 platforms darwin name libsigcxx2 long_description {libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.} maintainers nomaintainer categories devel version 2.2.4.2 revision 0 +variants {doc universal} portdir devel/libsigcxx2 description {C++ signal callback system} homepage http://libsigc.sourceforge.net/ epoch 0 platforms darwin name libsigcxx2 long_description {libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.} maintainers nomaintainer categories devel version 2.2.4.2 revision 1 libsigsegv 700 variants {darwin_9 darwin_10 universal} portdir devel/libsigsegv description {Library for handling page faults in user mode.} homepage http://libsigsegv.sourceforge.net/ epoch 0 platforms darwin name libsigsegv long_description {libsigsegv is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing: pageable virtual memory, memory-mapped access to persistent databases, generational garbage collectors, stack overflow handlers, distributed shared memory, etc.} maintainers rees.us:sean categories devel version 2.7 revision 0 libsl 304 -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Oct 3 01:03:49 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 01:03:49 -0700 (PDT) Subject: [58714] trunk/dports/net Message-ID: <20091003080352.5229D28DCB6A@beta.macosforge.org> Revision: 58714 http://trac.macports.org/changeset/58714 Author: toby at macports.org Date: 2009-10-03 01:03:46 -0700 (Sat, 03 Oct 2009) Log Message: ----------- add sslscan port (#21788) Added Paths: ----------- trunk/dports/net/sslscan/ trunk/dports/net/sslscan/Portfile trunk/dports/net/sslscan/files/ trunk/dports/net/sslscan/files/patch-Makefile Added: trunk/dports/net/sslscan/Portfile =================================================================== --- trunk/dports/net/sslscan/Portfile (rev 0) +++ trunk/dports/net/sslscan/Portfile 2009-10-03 08:03:46 UTC (rev 58714) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 + +name sslscan +version 1.8.2 +categories net +maintainers nomaintainer +description ... +long_description \ + ... +homepage http://test.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68 +platforms darwin +license GPLv3 + +depends_lib port:openssl + +master_sites sourceforge +extract.suffix .tgz +checksums md5 1a890d031996ab252efb535511bd58db \ + sha1 4982ff622ca1f05829a3910be5e3903e91cfdd68 \ + rmd160 a048d3a29d56b34a0fb2ea8e5a5dc2ba3e773d76 + +patchfiles patch-Makefile + +configure { + reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile + reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/Makefile +} + +destroot { + xinstall -m 0755 ${worksrcpath}/sslscan ${destroot}${prefix}/bin + xinstall -m 0644 ${worksrcpath}/sslscan.1 ${destroot}${prefix}/share/man/man1 +} Property changes on: trunk/dports/net/sslscan/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: trunk/dports/net/sslscan/files/patch-Makefile =================================================================== --- trunk/dports/net/sslscan/files/patch-Makefile (rev 0) +++ trunk/dports/net/sslscan/files/patch-Makefile 2009-10-03 08:03:46 UTC (rev 58714) @@ -0,0 +1,11 @@ +--- Makefile.orig 2009-10-03 00:52:43.000000000 -0700 ++++ Makefile 2009-10-03 00:53:56.000000000 -0700 +@@ -3,7 +3,7 @@ + MANPATH = /usr/share/man/ + + all: +- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) ++ __CC__ -g -Wall -L__PREFIX__/lib -lssl -lcrypto -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) + + install: + cp sslscan $(BINPATH) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Oct 3 01:06:15 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 01:06:15 -0700 (PDT) Subject: [58715] trunk/dports/net/sslscan/Portfile Message-ID: <20091003080615.2E75828DCD42@beta.macosforge.org> Revision: 58715 http://trac.macports.org/changeset/58715 Author: toby at macports.org Date: 2009-10-03 01:06:12 -0700 (Sat, 03 Oct 2009) Log Message: ----------- oops Modified Paths: -------------- trunk/dports/net/sslscan/Portfile Modified: trunk/dports/net/sslscan/Portfile =================================================================== --- trunk/dports/net/sslscan/Portfile 2009-10-03 08:03:46 UTC (rev 58714) +++ trunk/dports/net/sslscan/Portfile 2009-10-03 08:06:12 UTC (rev 58715) @@ -6,9 +6,12 @@ version 1.8.2 categories net maintainers nomaintainer -description ... +description SSL port scanner long_description \ - ... + SSLScan determines what ciphers are supported on \ + SSL-based services, such as HTTPS. Furthermore, \ + SSLScan will determine the prefered ciphers of \ + the SSL service. homepage http://test.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68 platforms darwin license GPLv3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Oct 3 01:09:52 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 01:09:52 -0700 Subject: propchange - r58489 svn:log Message-ID: <20091003080952.4C01C74F4929@mail-out3.apple.com> Author: toby at macports.org (original author: toby at macports.org) Revision: 58489 Property Name: svn:log @@ -1 +1 @@ -ncurses: fix build on 10.7 +intentionally vague commit message From toby at macports.org Sat Oct 3 01:13:54 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 01:13:54 -0700 Subject: propchange - r57329 svn:log Message-ID: <20091003081354.820BC7A470B3@mail-out4.apple.com> Author: toby at macports.org (original author: toby at macports.org) Revision: 57329 Property Name: svn:log @@ -1 +1 @@ -Aqbanking parallel build fails; see #21047 +#21047 (Aqbanking 4.1.1 fails to build with Snow Leopard) From toby at macports.org Sat Oct 3 01:14:24 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 01:14:24 -0700 Subject: propchange - r56979 svn:log Message-ID: <20091003081424.69F507A470C0@mail-out4.apple.com> Author: toby at macports.org (original author: toby at macports.org) Revision: 56979 Property Name: svn:log @@ -1 +1 @@ -gsoap: disable parallel build; see #21075 +#21075 (gsoap 2.7.13 Missing yacc as build dependency) From portindex at macports.org Sat Oct 3 01:53:57 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 01:53:57 -0700 (PDT) Subject: [58716] trunk/dports Message-ID: <20091003085359.5FD9928DD384@beta.macosforge.org> Revision: 58716 http://trac.macports.org/changeset/58716 Author: portindex at macports.org Date: 2009-10-03 01:53:54 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 08:06:12 UTC (rev 58715) +++ trunk/dports/PortIndex 2009-10-03 08:53:54 UTC (rev 58716) @@ -5794,6 +5794,8 @@ variants universal portdir net/squid3 description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid3 depends_lib {port:openssl port:zlib} long_description {Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.} maintainers {jmr openmaintainer} categories net version 3.0.STABLE19 revision 0 ssldump 736 variants {darwin universal} portdir net/ssldump description {SSLv3/TLS network protocol analyzer.} homepage http://www.rtfm.com/ssldump/ epoch 0 platforms darwin name ssldump depends_lib {port:libtool port:libpcap port:openssl lib:libz:zlib} long_description {ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.} maintainers kallisys.net:pguyot categories net version 0.9b3 revision 1 +sslscan 471 +variants universal portdir net/sslscan description {SSL port scanner} homepage http://test.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68 epoch 0 platforms darwin name sslscan depends_lib port:openssl long_description {SSLScan determines what ciphers are supported on SSL-based services, such as HTTPS. Furthermore, SSLScan will determine the prefered ciphers of the SSL service.} maintainers nomaintainer categories net version 1.8.2 revision 0 suck 601 variants universal portdir net/suck description {grab news from a remote NNTP news server.} homepage http://home.comcast.net/~bobyetman/ epoch 0 platforms {darwin freebsd} name suck depends_lib {port:gdbm port:openssl} long_description {Suck is a program used to grab news from a remote NNTP news server and bring it to your local machine, without the remote server doing anything special. If you have read permission on the server, you can use suck. Suck does NOT use the NEWNEWS command, hated by many administrators.} maintainers gmail.com:springer.jonathan categories net version 4.3.2 revision 0 surfraw 413 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Oct 3 02:38:10 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 3 Oct 2009 02:38:10 -0700 (PDT) Subject: [58717] trunk/dports/devel/glib2/Portfile Message-ID: <20091003093811.425C128DD8C5@beta.macosforge.org> Revision: 58717 http://trac.macports.org/changeset/58717 Author: ryandesign at macports.org Date: 2009-10-03 02:38:07 -0700 (Sat, 03 Oct 2009) Log Message: ----------- glib2: update to 2.22.1 Modified Paths: -------------- trunk/dports/devel/glib2/Portfile Modified: trunk/dports/devel/glib2/Portfile =================================================================== --- trunk/dports/devel/glib2/Portfile 2009-10-03 08:53:54 UTC (rev 58716) +++ trunk/dports/devel/glib2/Portfile 2009-10-03 09:38:07 UTC (rev 58717) @@ -5,8 +5,7 @@ name glib2 conflicts glib2-devel e2fsprogs set my_name glib -version 2.22.0 -revision 1 +version 2.22.1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel maintainers ryandesign @@ -31,9 +30,9 @@ ftp://ftp.gtk.org/pub/${my_name}/${branch}/ checksums \ - md5 e0bc5b08d467cc3763550923087772d3 \ - sha1 dae057cb116c87ada58fbaae9897c71e9da20d06 \ - rmd160 e345963319ffbd962e8ff153d4000d1481608a86 + md5 12297a7da577321647b38ade0593cb3c \ + sha1 2cd487f3ebbfab33a816f382c1d0e9dedd1c02df \ + rmd160 c8495ab0524560e216d995f1ccc887c5494d994b # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h # See http://trac.macports.org/changeset/27148 -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Sat Oct 3 02:50:46 2009 From: raimue at macports.org (raimue at macports.org) Date: Sat, 3 Oct 2009 02:50:46 -0700 (PDT) Subject: [58718] trunk/dports/devel Message-ID: <20091003095046.DC20D28DDA5F@beta.macosforge.org> Revision: 58718 http://trac.macports.org/changeset/58718 Author: raimue at macports.org Date: 2009-10-03 02:50:45 -0700 (Sat, 03 Oct 2009) Log Message: ----------- devel/bzr*: Update bzr to 2.0.0, update plugins Modified Paths: -------------- trunk/dports/devel/bzr/Portfile trunk/dports/devel/bzr-svn/Portfile trunk/dports/devel/bzrtools/Portfile Modified: trunk/dports/devel/bzr/Portfile =================================================================== --- trunk/dports/devel/bzr/Portfile 2009-10-03 09:38:07 UTC (rev 58717) +++ trunk/dports/devel/bzr/Portfile 2009-10-03 09:50:45 UTC (rev 58718) @@ -4,7 +4,7 @@ PortGroup python26 1.0 name bzr -version 1.18 +version 2.0.0 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin @@ -22,9 +22,9 @@ homepage http://bazaar-vcs.org/ master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ -checksums md5 efc91bada508089fbeb2d92973ecfe0a \ - sha1 0e738c089ad769eeea6f67befd3de93a402200a7 \ - rmd160 307fe8770b96b1cc67c97ec7bc62ba915a0238bb +checksums md5 2536b0ef26a5110692e7f32d5a3fd91b \ + sha1 ed71f73229c1327e09ab2f26cd3870fd5570ba6a \ + rmd160 14ce780c90d24a432221ff0ac7c4625e1d7eef86 patchfiles patch-setup.py.diff Modified: trunk/dports/devel/bzr-svn/Portfile =================================================================== --- trunk/dports/devel/bzr-svn/Portfile 2009-10-03 09:38:07 UTC (rev 58717) +++ trunk/dports/devel/bzr-svn/Portfile 2009-10-03 09:50:45 UTC (rev 58718) @@ -5,7 +5,7 @@ name bzr-svn epoch 1 -version 0.6.5 +version 1.0.0 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin @@ -21,9 +21,9 @@ homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ -checksums md5 7c363351650c86e9638d2f47f8ad7099 \ - sha1 21a93bd5eaa3806b714428ba3e91c7ecad9ebd89 \ - rmd160 3ebc10a1669c15ed4ad0f34eb4bc1d027bfc7cf4 +checksums md5 7d4fb557c1d2be48771526c015b7e1cd \ + sha1 4e744524711201b6689bacd51b1d4017ac296dca \ + rmd160 284c2a23a0a74d54ef5950e00c09e6e878cc7dc4 depends_lib-append port:bzr \ port:bzr-rebase \ Modified: trunk/dports/devel/bzrtools/Portfile =================================================================== --- trunk/dports/devel/bzrtools/Portfile 2009-10-03 09:38:07 UTC (rev 58717) +++ trunk/dports/devel/bzrtools/Portfile 2009-10-03 09:50:45 UTC (rev 58718) @@ -4,7 +4,7 @@ PortGroup python26 1.0 name bzrtools -version 1.18.0 +version 2.0.1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin @@ -19,12 +19,12 @@ many others. homepage http://bazaar-vcs.org/BzrTools -master_sites http://code.launchpad.net/${name}/stable/${branch}/+download/ +master_sites http://code.launchpad.net/${name}/stable/${version}/+download/ worksrcdir ${name} -checksums md5 c442eacab5173b0ddc4094c6daf32c17 \ - sha1 9bdaef12a71a3b00839ba1f35da3ba3f2b4aef30 \ - rmd160 d488c066b5d51685ddc29d27b00c25da15d73ba8 +checksums md5 a4a14e3ed4a6fa404123ee22662fa0a5 \ + sha1 3f980e50bc8d458e26cbad23ae8c979a56bc4893 \ + rmd160 9350f23f6d8ab3ed0d38e30499b4574b9af004c8 depends_lib-append port:bzr \ path:bin/dot:graphviz -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 02:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 02:54:17 -0700 (PDT) Subject: [58719] trunk/dports/PortIndex Message-ID: <20091003095418.D9CBC28DDB41@beta.macosforge.org> Revision: 58719 http://trac.macports.org/changeset/58719 Author: portindex at macports.org Date: 2009-10-03 02:54:17 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 09:50:45 UTC (rev 58718) +++ trunk/dports/PortIndex 2009-10-03 09:54:17 UTC (rev 58719) @@ -1269,7 +1269,7 @@ glib1 457 depends_build port:pkgconfig portdir devel/glib1 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms {darwin freebsd} name glib1 depends_lib port:gettext maintainers nomaintainer long_description {General-purpose library from the GTK+ team, includes support routines for C such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 1.2.10 revision 6 glib2 558 -variants {darwin universal} depends_build {port:pkgconfig port:autoconf port:automake port:libtool} portdir devel/glib2 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2 long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} maintainers ryandesign categories devel version 2.22.0 revision 1 +variants {darwin universal} depends_build {port:pkgconfig port:autoconf port:automake port:libtool} portdir devel/glib2 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2 long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} maintainers ryandesign categories devel version 2.22.1 revision 0 glib2-devel 570 variants {universal darwin} depends_build {port:pkgconfig port:autoconf port:automake port:libtool} portdir devel/glib2-devel description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2-devel maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.21.6 revision 0 glibmm 339 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 03:54:09 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 03:54:09 -0700 (PDT) Subject: [58720] trunk/dports Message-ID: <20091003105410.E741E28DE264@beta.macosforge.org> Revision: 58720 http://trac.macports.org/changeset/58720 Author: portindex at macports.org Date: 2009-10-03 03:54:06 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 09:54:17 UTC (rev 58719) +++ trunk/dports/PortIndex 2009-10-03 10:54:06 UTC (rev 58720) @@ -988,8 +988,8 @@ variants universal portdir devel/byacc description {Berkeley Yacc} homepage http://invisible-island.net/byacc/ epoch 0 platforms darwin name byacc long_description {Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler.} maintainers toby categories devel version 20090221 revision 0 byaccj 418 portdir devel/byaccj description {yacc compatible parser generator with Java extension} homepage http://byaccj.sourceforge.net/ epoch 0 platforms darwin name byaccj maintainers mww long_description {byacc/j is an extension to the Berkeley v1.8 yacc compatible parser generator. byacc/j not only can produce C/C++ source for a LALR-grammar parser, but also Java source.} version 1.15 categories {devel java} revision 0 -bzr 807 -portdir devel/bzr description {The next-generation distributed version control system} homepage http://bazaar-vcs.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-paramiko port:py26-crypto port:py26-curl port:py26-docutils port:py26-pyrex} name bzr maintainers raimue long_description {Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.} version 1.18 categories {devel python} revision 0 +bzr 808 +portdir devel/bzr description {The next-generation distributed version control system} homepage http://bazaar-vcs.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-paramiko port:py26-crypto port:py26-curl port:py26-docutils port:py26-pyrex} name bzr maintainers raimue long_description {Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.} version 2.0.0 categories {devel python} revision 0 bzr-gtk 362 portdir devel/bzr-gtk description {Various GTK+ frontends for bzr} homepage http://bazaar-vcs.org/bzr-gtk epoch 0 platforms darwin depends_lib {port:python26 port:bzr port:py26-gtk} name bzr-gtk maintainers raimue long_description {A bzr plugin that contains various GTK+ frontends to different bzr commands.} version 0.97.0 categories {devel python} revision 1 bzr-pager 303 @@ -997,9 +997,9 @@ bzr-rebase 588 portdir devel/bzr-rebase description {Rebase plugin for bzr} homepage http://bazaar-vcs.org/Rebase epoch 0 platforms darwin depends_lib {port:python26 port:bzr} name bzr-rebase maintainers raimue long_description {Rebasing is the process of taking a branch and modifying the history so that it appears to start from a different point. This can be useful to clean up the history before submitting your changes. The tree at the end of the process will be the same as if you had merged the other branch, but the history will be different.} version 0.5.3 categories {devel python} revision 1 bzr-svn 637 -portdir devel/bzr-svn description {Plugin that allows direct access to Subversion repositories} homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion epoch 1 platforms darwin depends_lib {port:python26 port:bzr port:bzr-rebase port:py26-subvertpy} name bzr-svn maintainers raimue long_description {A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.} version 0.6.5 categories {devel python} revision 0 -bzrtools 629 -portdir devel/bzrtools description {A collection of plugins bzr.} homepage http://bazaar-vcs.org/BzrTools epoch 0 platforms darwin depends_lib {port:python26 port:bzr path:bin/dot:graphviz} name bzrtools maintainers raimue long_description {A collection of plugins for bzr. Including rspush for pushing to a remote server with rsync, baz-import for importing arch or baz branches into bzr, shelve/unshelve for a fine grained 'undo' facility, clean-tree for removing unknown files from the current tree, graph-ancestory for producing graphs of branch history, and many others.} version 1.18.0 categories {devel python} revision 0 +portdir devel/bzr-svn description {Plugin that allows direct access to Subversion repositories} homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion epoch 1 platforms darwin depends_lib {port:python26 port:bzr port:bzr-rebase port:py26-subvertpy} name bzr-svn maintainers raimue long_description {A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.} version 1.0.0 categories {devel python} revision 0 +bzrtools 628 +portdir devel/bzrtools description {A collection of plugins bzr.} homepage http://bazaar-vcs.org/BzrTools epoch 0 platforms darwin depends_lib {port:python26 port:bzr path:bin/dot:graphviz} name bzrtools maintainers raimue long_description {A collection of plugins for bzr. Including rspush for pushing to a remote server with rsync, baz-import for importing arch or baz branches into bzr, shelve/unshelve for a fine grained 'undo' facility, clean-tree for removing unknown files from the current tree, graph-ancestory for producing graphs of branch history, and many others.} version 2.0.1 categories {devel python} revision 0 c2hs 598 depends_build port:ghc portdir devel/c2hs description {Yet Another Interface Generator for Haskell} homepage http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ epoch 0 platforms darwin name c2hs maintainers gwright long_description {C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C header files that determine data layout and function signatures on the C side in conjunction with Haskell modules that specify Haskell-side type signatures and marshaling details.} categories {devel haskell} version 0.15.1 revision 0 c_count 381 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Oct 3 04:17:22 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 3 Oct 2009 04:17:22 -0700 (PDT) Subject: [58721] trunk/dports/math/isabelle-devel/Portfile Message-ID: <20091003111723.1FE2628DE592@beta.macosforge.org> Revision: 58721 http://trac.macports.org/changeset/58721 Author: mww at macports.org Date: 2009-10-03 04:17:18 -0700 (Sat, 03 Oct 2009) Log Message: ----------- version 2009-10-01 Modified Paths: -------------- trunk/dports/math/isabelle-devel/Portfile Modified: trunk/dports/math/isabelle-devel/Portfile =================================================================== --- trunk/dports/math/isabelle-devel/Portfile 2009-10-03 10:54:06 UTC (rev 58720) +++ trunk/dports/math/isabelle-devel/Portfile 2009-10-03 11:17:18 UTC (rev 58721) @@ -3,7 +3,7 @@ PortSystem 1.0 name isabelle-devel -version 2009-08-19 +version 2009-10-01 set my_version [clock format [clock scan ${version}] -format %d-%b-%Y] categories math lang ml platforms darwin @@ -22,9 +22,9 @@ homepage http://isabelle.in.tum.de/ master_sites ${homepage}/devel/ distname Isabelle_${my_version} -checksums md5 19184bc7620a92c3d13b439de6722767 \ - sha1 7adfffc38bd599c11ce2e34dae64515d458b92e8 \ - rmd160 5eb4602750c8aafad4ab6e80074f3e2a34802c6e +checksums md5 27972200c65514bd07044f473d8b5023 \ + sha1 e170691acb2e6ded3409459afe8f4fa64ad7b016 \ + rmd160 8dd39c2f40ba7804e5723ce848de04e4d65c7cd0 patchfiles patch-etc-settings.diff depends_lib port:polyml -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 04:53:55 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 04:53:55 -0700 (PDT) Subject: [58722] trunk/dports/PortIndex Message-ID: <20091003115357.4DBD528DE98D@beta.macosforge.org> Revision: 58722 http://trac.macports.org/changeset/58722 Author: portindex at macports.org Date: 2009-10-03 04:53:52 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 11:17:18 UTC (rev 58721) +++ trunk/dports/PortIndex 2009-10-03 11:53:52 UTC (rev 58722) @@ -4783,7 +4783,7 @@ isabelle 731 variants universal portdir math/isabelle description {Isabelle is a popular generic theorem proving environment.} homepage http://www.cl.cam.ac.uk/Research/HVG/Isabelle/ epoch 0 platforms darwin name isabelle depends_lib port:polyml long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols.} maintainers mww categories {math lang ml} version 2009 revision 0 isabelle-devel 797 -variants universal portdir math/isabelle-devel description {Isabelle is a popular generic theorem proving environment} homepage http://isabelle.in.tum.de/ epoch 0 platforms darwin name isabelle-devel depends_lib port:polyml long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols. This version is a development snapshot of the upcoming 2008 release.} maintainers mww categories {math lang ml} version 2009-08-19 revision 0 +variants universal portdir math/isabelle-devel description {Isabelle is a popular generic theorem proving environment} homepage http://isabelle.in.tum.de/ epoch 0 platforms darwin name isabelle-devel depends_lib port:polyml long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols. This version is a development snapshot of the upcoming 2008 release.} maintainers mww categories {math lang ml} version 2009-10-01 revision 0 itl 720 variants universal portdir math/itl description {Iterative Template Library (based on MTL)} homepage http://www.osl.iu.edu/research/itl/ epoch 0 platforms darwin name itl depends_lib {port:blitz port:mtl} long_description {The Iterative Template Library (ITL) is a generic component library that provides iterative methods for solving linear systems. ITL also provides numerious preconditioners which is for MTL. ITL uses the abstract interface of matrix-vector, vector-vector, and vector-scalor operations MTL is default to serve those operations. ITL is able to use other packages such as Blitz++ and BLAS with the same abstract interface provided.} maintainers nomaintainer categories math version 4.0.0-1 revision 0 k3dsurf 474 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sat Oct 3 08:31:00 2009 From: ram at macports.org (ram at macports.org) Date: Sat, 3 Oct 2009 08:31:00 -0700 (PDT) Subject: [58723] trunk/dports/science/cfitsio/Portfile Message-ID: <20091003153101.415B528E128F@beta.macosforge.org> Revision: 58723 http://trac.macports.org/changeset/58723 Author: ram at macports.org Date: 2009-10-03 08:30:57 -0700 (Sat, 03 Oct 2009) Log Message: ----------- science/cfitsio: update to 3.21 Modified Paths: -------------- trunk/dports/science/cfitsio/Portfile Modified: trunk/dports/science/cfitsio/Portfile =================================================================== --- trunk/dports/science/cfitsio/Portfile 2009-10-03 11:53:52 UTC (rev 58722) +++ trunk/dports/science/cfitsio/Portfile 2009-10-03 15:30:57 UTC (rev 58723) @@ -3,7 +3,7 @@ PortSystem 1.0 name cfitsio -version 3.200 +version 3.210 categories science platforms darwin maintainers ram openmaintainer @@ -25,9 +25,9 @@ worksrcdir ${name} #dist_subdir ${name}/${version} -checksums md5 7b96d557731b661ecfbbcabe2daa8244 \ - sha1 f200fe0acba210e88e230add6a4e68d80ad3d4f2 \ - rmd160 a04e1b1251ac030b2d6ab1c2734f7a59cd1fb84e +checksums md5 30f7e968983f6f46162f12368b68c42a \ + sha1 d815840e32a4667547cef09bf5874520f06472c4 \ + rmd160 d9d0654e6ab05b6fa5857dc0d020500a8ee27fe5 patchfiles patch-configure.diff -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sat Oct 3 08:33:39 2009 From: ram at macports.org (ram at macports.org) Date: Sat, 3 Oct 2009 08:33:39 -0700 (PDT) Subject: [58724] trunk/dports/python/py25-pyrex/Portfile Message-ID: <20091003153339.81D3428E1330@beta.macosforge.org> Revision: 58724 http://trac.macports.org/changeset/58724 Author: ram at macports.org Date: 2009-10-03 08:33:38 -0700 (Sat, 03 Oct 2009) Log Message: ----------- python/py25-pyrex: drop maintainership Modified Paths: -------------- trunk/dports/python/py25-pyrex/Portfile Modified: trunk/dports/python/py25-pyrex/Portfile =================================================================== --- trunk/dports/python/py25-pyrex/Portfile 2009-10-03 15:30:57 UTC (rev 58723) +++ trunk/dports/python/py25-pyrex/Portfile 2009-10-03 15:33:38 UTC (rev 58724) @@ -6,7 +6,7 @@ name py25-pyrex version 0.9.8.5 categories python devel -maintainers ram openmaintainer +maintainers nomaintainer platforms darwin description A language for writing Python extension modules. long_description Pyrex lets you write code that mixes Python and C \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sat Oct 3 08:33:48 2009 From: ram at macports.org (ram at macports.org) Date: Sat, 3 Oct 2009 08:33:48 -0700 (PDT) Subject: [58725] trunk/dports/python/py26-pyrex/Portfile Message-ID: <20091003153348.5524628E137F@beta.macosforge.org> Revision: 58725 http://trac.macports.org/changeset/58725 Author: ram at macports.org Date: 2009-10-03 08:33:47 -0700 (Sat, 03 Oct 2009) Log Message: ----------- science/py26-pyrex: drop maintainership Modified Paths: -------------- trunk/dports/python/py26-pyrex/Portfile Modified: trunk/dports/python/py26-pyrex/Portfile =================================================================== --- trunk/dports/python/py26-pyrex/Portfile 2009-10-03 15:33:38 UTC (rev 58724) +++ trunk/dports/python/py26-pyrex/Portfile 2009-10-03 15:33:47 UTC (rev 58725) @@ -6,7 +6,7 @@ name py26-pyrex version 0.9.8.5 categories python devel -maintainers ram openmaintainer +maintainers nomaintainer platforms darwin description A language for writing Python extension modules. long_description Pyrex lets you write code that mixes Python and C \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwa at macports.org Sat Oct 3 08:34:51 2009 From: jwa at macports.org (jwa at macports.org) Date: Sat, 3 Oct 2009 08:34:51 -0700 (PDT) Subject: [58726] trunk/dports/net/openssh/Portfile Message-ID: <20091003153451.879A028E1410@beta.macosforge.org> Revision: 58726 http://trac.macports.org/changeset/58726 Author: jwa at macports.org Date: 2009-10-03 08:34:50 -0700 (Sat, 03 Oct 2009) Log Message: ----------- version bump to 5.3p1 Modified Paths: -------------- trunk/dports/net/openssh/Portfile Modified: trunk/dports/net/openssh/Portfile =================================================================== --- trunk/dports/net/openssh/Portfile 2009-10-03 15:33:47 UTC (rev 58725) +++ trunk/dports/net/openssh/Portfile 2009-10-03 15:34:50 UTC (rev 58726) @@ -3,8 +3,8 @@ PortSystem 1.0 name openssh -version 5.2p1 -revision 1 +version 5.3p1 + categories net maintainers jwa openmaintainer description OpenSSH secure login server @@ -20,10 +20,10 @@ methods. homepage http://www.openssh.com/ platforms darwin -checksums ${distfiles} \ - md5 ada79c7328a8551bdf55c95e631e7dad \ - sha1 8273a0237db98179fbdc412207ff8eb14ff3d6de \ - rmd160 7c53f342034b16e9faa9f5a09ef46390420722eb +#checksums ${distfiles} +checksums md5 13563dbf61f36ca9a1e4254260131041 \ + sha1 d411fde2584ef6022187f565360b2c63a05602b5 \ + rmd160 f8c98b4b91b7e0e02b33837ef6978e8b7570cf9e master_sites openbsd:OpenSSH/portable \ http://mirror.mcs.anl.gov/openssh/portable/ \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 08:53:52 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 08:53:52 -0700 (PDT) Subject: [58727] trunk/dports Message-ID: <20091003155353.F10CA28E1783@beta.macosforge.org> Revision: 58727 http://trac.macports.org/changeset/58727 Author: portindex at macports.org Date: 2009-10-03 08:53:50 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 15:34:50 UTC (rev 58726) +++ trunk/dports/PortIndex 2009-10-03 15:53:50 UTC (rev 58727) @@ -5679,7 +5679,7 @@ openradius 310 variants universal portdir net/openradius description {RADIUS server with various back ends} homepage http://www.xs4all.nl/~evbergen/openradius/ epoch 0 platforms darwin name openradius long_description {{RADIUS server with various back ends}} maintainers nomaintainer categories net version 0.9.10 revision 0 openssh 912 -variants {no_x11 hpn darwin darwin_9 universal} portdir net/openssh description {OpenSSH secure login server} homepage http://www.openssh.com/ depends_run port:xauth epoch 0 platforms darwin name openssh depends_lib {port:openssl port:zlib} long_description {OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.} maintainers {jwa openmaintainer} categories net version 5.2p1 revision 1 +variants {no_x11 hpn darwin darwin_9 universal} portdir net/openssh description {OpenSSH secure login server} homepage http://www.openssh.com/ depends_run port:xauth epoch 0 platforms darwin name openssh depends_lib {port:openssl port:zlib} long_description {OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.} maintainers {jwa openmaintainer} categories net version 5.3p1 revision 0 openvpn 541 variants {no_lzo universal} portdir net/openvpn description {easy-to-use, robust, and highly configurable VPN} homepage http://openvpn.sourceforge.net/ epoch 0 platforms {darwin openbsd} name openvpn depends_lib lib:liblzo:lzo long_description {OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet.} maintainers touche.fr.st:julien.touche categories {net security} version 1.6.0 revision 0 openvpn2 523 @@ -8762,8 +8762,8 @@ variants universal portdir python/py25-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py25-pyqt4 depends_lib {port:py25-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers {saispo openmaintainer} categories {python devel} version 4.6 revision 0 py25-pyqwt 629 variants universal portdir python/py25-pyqwt description {PyQwt is a set of Python bindings for the Qwt toolkit} homepage http://pyqwt.sourceforge.net epoch 0 platforms macosx name py25-pyqwt depends_lib {port:qt4-mac port:qwt52 port:py25-numpy} long_description {PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values.} maintainers nomaintainer categories {python devel} version 5.2.0 revision 0 -py25-pyrex 454 -portdir python/py25-pyrex description {A language for writing Python extension modules.} homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib port:python25 name py25-pyrex maintainers {ram openmaintainer} long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} version 0.9.8.5 categories {python devel} revision 0 +py25-pyrex 446 +portdir python/py25-pyrex description {A language for writing Python extension modules.} homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib port:python25 name py25-pyrex maintainers nomaintainer long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} version 0.9.8.5 categories {python devel} revision 0 py25-pyrxp 332 portdir python/py25-pyrxp description {Fast validating XML parser for python} homepage http://www.reportlab.org/pyrxp.html epoch 0 platforms darwin depends_lib port:python25 name py25-pyrxp maintainers {ram openmaintainer} long_description {{Fast validating XML parser for python}} version 1.13 categories {python devel} revision 0 py25-pythonutils 1018 @@ -9240,8 +9240,8 @@ variants universal portdir python/py26-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py26-pyqt4 depends_lib {port:py26-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers {saispo openmaintainer} categories {python devel} version 4.6 revision 0 py26-pyqwt 632 variants universal portdir python/py26-pyqwt description {PyQwt is a set of Python bindings for the Qwt toolkit} homepage http://pyqwt.sourceforge.net epoch 0 platforms macosx name py26-pyqwt depends_lib {port:qt4-mac port:qwt52 port:py26-numpy} long_description {PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values.} maintainers macsforever2000 categories {python devel} version 5.2.0 revision 0 -py26-pyrex 454 -portdir python/py26-pyrex description {A language for writing Python extension modules.} homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib port:python26 name py26-pyrex maintainers {ram openmaintainer} long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} version 0.9.8.5 categories {python devel} revision 0 +py26-pyrex 446 +portdir python/py26-pyrex description {A language for writing Python extension modules.} homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib port:python26 name py26-pyrex maintainers nomaintainer long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} version 0.9.8.5 categories {python devel} revision 0 py26-pyrxp 332 portdir python/py26-pyrxp description {Fast validating XML parser for python} homepage http://www.reportlab.org/pyrxp.html epoch 0 platforms darwin depends_lib port:python26 name py26-pyrxp maintainers {ram openmaintainer} long_description {{Fast validating XML parser for python}} version 1.13 categories {python devel} revision 0 py26-pythonutils 1018 @@ -9817,7 +9817,7 @@ cdo 482 variants {netcdf4 universal} portdir science/cdo description {Climate Data Operators} homepage http://www.mpimet.mpg.de/fileadmin/software/cdo/ epoch 0 platforms darwin name cdo depends_lib port:netcdf long_description {CDO is a collection of command line Operators to manipulate and analyse Climate Data files. Supported file formats are GRIB, netCDF, SERVICE and EXTRA. There are more than 200 operators available.} maintainers takeshi categories science version 1.3.2 revision 2 cfitsio 839 -variants {gcc42 gcc43 gcc44 g95 g77 universal} portdir science/cfitsio description {C access to FITS data files with optional Fortran wrappers} homepage http://heasarc.gsfc.nasa.gov/fitsio/ epoch 0 platforms darwin name cfitsio long_description {CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO simplifies the task of writing software that deals with FITS files by providing an easy to use set of high-level routines that insulate the programmer from the internal complexities of the FITS file format. At the same time, CFITSIO provides many advanced features that have made it the most widely used FITS file programming interface in the astronomical community.} maintainers {ram openmaintainer} categories science version 3.200 revision 0 +variants {gcc42 gcc43 gcc44 g95 g77 universal} portdir science/cfitsio description {C access to FITS data files with optional Fortran wrappers} homepage http://heasarc.gsfc.nasa.gov/fitsio/ epoch 0 platforms darwin name cfitsio long_description {CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO simplifies the task of writing software that deals with FITS files by providing an easy to use set of high-level routines that insulate the programmer from the internal complexities of the FITS file format. At the same time, CFITSIO provides many advanced features that have made it the most widely used FITS file programming interface in the astronomical community.} maintainers {ram openmaintainer} categories science version 3.210 revision 0 cgnslib 671 variants universal portdir science/cgnslib description {Computational fluid dynamics data container.} homepage http://cgns.sourceforge.net/ epoch 0 platforms darwin name cgnslib long_description {The CFD General Notation System (CGNS) provides a general, portable, and extensible standard for the storage and retrieval of computational fluid dynamics (CFD) analysis data. It consists of a collection of conventions, and free and open software implementing those conventions. It is self-descriptive, machine-independent, well-documented, and administered by an international steering committee.} maintainers cerfacs.fr:dechaume categories science version 2.5.4 revision 0 chemtool 446 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Oct 3 09:13:44 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 3 Oct 2009 09:13:44 -0700 (PDT) Subject: [58728] trunk/dports/x11/xorg-libXxf86dga/Portfile Message-ID: <20091003161344.E337128E21F5@beta.macosforge.org> Revision: 58728 http://trac.macports.org/changeset/58728 Author: jeremyhu at macports.org Date: 2009-10-03 09:13:40 -0700 (Sat, 03 Oct 2009) Log Message: ----------- xorg-libXxf86dga: Bumped to version 1.1 Modified Paths: -------------- trunk/dports/x11/xorg-libXxf86dga/Portfile Modified: trunk/dports/x11/xorg-libXxf86dga/Portfile =================================================================== --- trunk/dports/x11/xorg-libXxf86dga/Portfile 2009-10-03 15:53:50 UTC (rev 58727) +++ trunk/dports/x11/xorg-libXxf86dga/Portfile 2009-10-03 16:13:40 UTC (rev 58728) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libXxf86dga -version 1.0.2 +version 1.1 revision 1 categories x11 devel maintainers jeremyhu openmaintainer @@ -14,18 +14,20 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXxf86dga-${version} -checksums md5 6f5f621804ee652b6cc6f2025c517c78 \ - sha1 7bf4fff1e981357509e3a962e9040f243001088e \ - rmd160 deefcf435aee9e75a5f5b6dec1f7094246c79a67 +checksums md5 6e3da66b0594ae1d5240e5be8ee64b32 \ + sha1 08972749821baba9e2aaa13637823eac8d654c8d \ + rmd160 cf83c5d916bb1ac4da73105426448d5eb731b32b use_bzip2 yes use_parallel_build yes -depends_build port:pkgconfig - -depends_lib port:xorg-libXext \ +depends_build port:pkgconfig \ + port:xorg-xproto \ + port:xorg-xextproto \ port:xorg-xf86dgaproto +depends_lib port:xorg-libXext + livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D livecheck.regex libXxf86dga-(\\d+(?:\\.\\d+)*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Oct 3 09:25:00 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 3 Oct 2009 09:25:00 -0700 (PDT) Subject: [58729] trunk/dports/x11/xorg-libXv/Portfile Message-ID: <20091003162500.61B0028E2718@beta.macosforge.org> Revision: 58729 http://trac.macports.org/changeset/58729 Author: jeremyhu at macports.org Date: 2009-10-03 09:24:58 -0700 (Sat, 03 Oct 2009) Log Message: ----------- xorg-libXv: Bump to version 1.0.5 Modified Paths: -------------- trunk/dports/x11/xorg-libXv/Portfile Modified: trunk/dports/x11/xorg-libXv/Portfile =================================================================== --- trunk/dports/x11/xorg-libXv/Portfile 2009-10-03 16:13:40 UTC (rev 58728) +++ trunk/dports/x11/xorg-libXv/Portfile 2009-10-03 16:24:58 UTC (rev 58729) @@ -3,8 +3,7 @@ PortSystem 1.0 name xorg-libXv -version 1.0.4 -revision 1 +version 1.0.5 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXv @@ -14,18 +13,19 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXv-${version} -checksums md5 723a0275227165383e967a1ca8899b52 \ - sha1 5969e7a89bc8bd7ddbb70adc194cead72a40363e \ - rmd160 2083556832a74f2357e4c8921666e38791316e5b +checksums md5 1d97798b1d8bbf8d9085e1b223a0738f \ + sha1 3936dd661e75d173b9fd1da9d97e5720e9657254 \ + rmd160 18c2acbc9047a21931279912fb4b2c06d68da73c use_bzip2 yes use_parallel_build yes -depends_build port:pkgconfig - -depends_lib port:xorg-libXext \ +depends_build port:pkgconfig \ + port:xorg-xextproto \ port:xorg-videoproto +depends_lib port:xorg-libXext + livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D livecheck.regex libXv-(\\d+(?:\\.\\d+)*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Oct 3 09:26:09 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 3 Oct 2009 09:26:09 -0700 (PDT) Subject: [58730] trunk/dports/x11/xkbcomp/Portfile Message-ID: <20091003162609.52C5828E27E5@beta.macosforge.org> Revision: 58730 http://trac.macports.org/changeset/58730 Author: jeremyhu at macports.org Date: 2009-10-03 09:26:08 -0700 (Sat, 03 Oct 2009) Log Message: ----------- xkbcomp: Bumped to 1.1.1 Modified Paths: -------------- trunk/dports/x11/xkbcomp/Portfile Modified: trunk/dports/x11/xkbcomp/Portfile =================================================================== --- trunk/dports/x11/xkbcomp/Portfile 2009-10-03 16:24:58 UTC (rev 58729) +++ trunk/dports/x11/xkbcomp/Portfile 2009-10-03 16:26:08 UTC (rev 58730) @@ -2,7 +2,7 @@ PortSystem 1.0 name xkbcomp -version 1.1.0 +version 1.1.1 categories x11 maintainers blb openmaintainer description Compile XKB keyboard description @@ -19,9 +19,9 @@ master_sites http://xorg.freedesktop.org/archive/individual/app use_bzip2 yes -checksums md5 362380be3b3bed56c9ce45622eafc2c9 \ - sha1 78d710d64e64df1894dd2b49ff9b0113b3af4746 \ - rmd160 eed82db28ffb36ebef91d3b79b966349037ba51d +checksums md5 38c387bacdc01038c8ac280588792bcf \ + sha1 aeb733c495d7afd42136bf8ae5c6e792c63f0b4b \ + rmd160 6fcf2d4838ed8b006511d4cd7fcdcbac61c0cdbf depends_build port:pkgconfig -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 09:54:13 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 09:54:13 -0700 (PDT) Subject: [58731] trunk/dports Message-ID: <20091003165415.1F9EA28E2FB8@beta.macosforge.org> Revision: 58731 http://trac.macports.org/changeset/58731 Author: portindex at macports.org Date: 2009-10-03 09:54:10 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 16:26:08 UTC (rev 58730) +++ trunk/dports/PortIndex 2009-10-03 16:54:10 UTC (rev 58731) @@ -12063,7 +12063,7 @@ xinput 357 variants universal depends_build port:pkgconfig portdir x11/xinput description {Utility to configure and test XInput devices} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib port:xorg-libXi name xinput long_description {{Utility to configure and test XInput devices}} maintainers {blb openmaintainer} categories x11 version 1.4.2 revision 0 xkbcomp 633 -variants universal depends_build port:pkgconfig portdir x11/xkbcomp description {Compile XKB keyboard description} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib port:xorg-libxkbfile name xkbcomp long_description {The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats. The most common use for xkbcomp is to create a compiled keymap file (.xkm extension) which can be read directly by XKB-capable X servers or utilities. The keymap compiler can also produce C header files or XKB source files.} maintainers {blb openmaintainer} categories x11 version 1.1.0 revision 0 +variants universal depends_build port:pkgconfig portdir x11/xkbcomp description {Compile XKB keyboard description} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib port:xorg-libxkbfile name xkbcomp long_description {The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats. The most common use for xkbcomp is to create a compiled keymap file (.xkm extension) which can be read directly by XKB-capable X servers or utilities. The keymap compiler can also produce C header files or XKB source files.} maintainers {blb openmaintainer} categories x11 version 1.1.1 revision 0 xkbevd 306 variants universal depends_build port:pkgconfig portdir x11/xkbevd description {XKB event daemon} homepage http://www.x.org/ epoch 0 platforms darwin depends_lib port:xorg-libxkbfile name xkbevd long_description {{XKB event daemon}} maintainers {blb openmaintainer} categories x11 version 1.0.2 revision 1 xkbprint 344 @@ -12186,12 +12186,12 @@ variants universal depends_build {port:pkgconfig port:xorg-util-macros port:autoconf port:automake port:libtool} portdir x11/xorg-libXt description {X.org libXt} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libsm port:xorg-libX11} name xorg-libXt long_description {X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets, Xaw, and LessTif, a Motif implementation.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.6 revision 0 xorg-libXtst 378 variants universal depends_build port:pkgconfig portdir x11/xorg-libXtst description {X.org libXt} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-libXi port:xorg-recordproto} name xorg-libXtst long_description {X.org libXtst library.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.99.2 revision 0 -xorg-libXv 356 -variants universal depends_build port:pkgconfig portdir x11/xorg-libXv description {X.org libXv} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-videoproto} name xorg-libXv long_description {Xvideo extension library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.4 revision 1 +xorg-libXv 376 +variants universal depends_build {port:pkgconfig port:xorg-xextproto port:xorg-videoproto} portdir x11/xorg-libXv description {X.org libXv} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXv long_description {Xvideo extension library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.5 revision 0 xorg-libXvMC 361 variants universal depends_build port:pkgconfig portdir x11/xorg-libXvMC description {X.org libXvMC} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXv name xorg-libXvMC long_description {Xvideo extension library with Motion Compression} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.4 revision 1 -xorg-libXxf86dga 371 -variants universal depends_build port:pkgconfig portdir x11/xorg-libXxf86dga description {X.org libXxf86dga} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-xf86dgaproto} name xorg-libXxf86dga long_description {{X.org libXxf86dga}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.2 revision 1 +xorg-libXxf86dga 406 +variants universal depends_build {port:pkgconfig port:xorg-xproto port:xorg-xextproto port:xorg-xf86dgaproto} portdir x11/xorg-libXxf86dga description {X.org libXxf86dga} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXxf86dga long_description {{X.org libXxf86dga}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1 revision 1 xorg-libXxf86misc 376 variants universal depends_build port:pkgconfig portdir x11/xorg-libXxf86misc description {X.org libXxf86misc} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-xf86miscproto} name xorg-libXxf86misc long_description {{X.org libXxf86misc}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.1 revision 2 xorg-libXxf86vm 371 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jann at macports.org Sat Oct 3 10:20:44 2009 From: jann at macports.org (jann at macports.org) Date: Sat, 3 Oct 2009 10:20:44 -0700 (PDT) Subject: [58732] trunk/dports/lang Message-ID: <20091003172045.18C6828E3640@beta.macosforge.org> Revision: 58732 http://trac.macports.org/changeset/58732 Author: jann at macports.org Date: 2009-10-03 10:20:40 -0700 (Sat, 03 Oct 2009) Log Message: ----------- New version, fix to Eiffel launcher Modified Paths: -------------- trunk/dports/lang/eiffelstudio/Portfile trunk/dports/lang/eiffelstudio64/Portfile trunk/dports/lang/eiffelstudio65/Portfile Removed Paths: ------------- trunk/dports/lang/eiffelstudio65/files/ Modified: trunk/dports/lang/eiffelstudio/Portfile =================================================================== --- trunk/dports/lang/eiffelstudio/Portfile 2009-10-03 16:54:10 UTC (rev 58731) +++ trunk/dports/lang/eiffelstudio/Portfile 2009-10-03 17:20:40 UTC (rev 58732) @@ -5,6 +5,7 @@ name eiffelstudio set minor_version 76070 version 6.3.${minor_version} +revision 1 set branch [join [lrange [split ${version} .] 0 1] ""] categories lang platforms darwin @@ -29,14 +30,14 @@ extract.post_args extract.pre_args -xf distname PorterPackage_${branch}_${minor_version} -set eiffel_launch eiffel_launcher_20090924.tar.bz2 +set eiffel_launch eiffel_launcher_20091003.tar.bz2 distfiles ${distname}${extract.suffix}:source \ ${eiffel_launch}:launcher extract.only ${distname}${extract.suffix} worksrcdir PorterPackage checksums ${distname}${extract.suffix} rmd160 70484ff401322dc3feab43dd90733bb6e6dc804c \ - ${eiffel_launch} rmd160 98cef673ddfe24fe7b526a47b3469d56c121f71c + ${eiffel_launch} rmd160 f52af5b8b09ecdd21af4b1d89d2716597a9c1340 use_configure no Modified: trunk/dports/lang/eiffelstudio64/Portfile =================================================================== --- trunk/dports/lang/eiffelstudio64/Portfile 2009-10-03 16:54:10 UTC (rev 58731) +++ trunk/dports/lang/eiffelstudio64/Portfile 2009-10-03 17:20:40 UTC (rev 58732) @@ -5,6 +5,7 @@ name eiffelstudio64 set minor_version 79451 version 6.4.${minor_version} +revision 1 set branch [join [lrange [split ${version} .] 0 1] ""] categories lang platforms darwin @@ -30,14 +31,14 @@ extract.post_args extract.pre_args -xf distname PorterPackage_${branch}_${minor_version} -set eiffel_launch eiffel_launcher_20090924.tar.bz2 +set eiffel_launch eiffel_launcher_20091003.tar.bz2 distfiles ${distname}${extract.suffix}:source \ ${eiffel_launch}:launcher extract.only ${distname}${extract.suffix} worksrcdir PorterPackage checksums ${distname}${extract.suffix} rmd160 5fed6992a7bfaa8d174a5857c31eaca072777a06 \ - ${eiffel_launch} rmd160 98cef673ddfe24fe7b526a47b3469d56c121f71c + ${eiffel_launch} rmd160 f52af5b8b09ecdd21af4b1d89d2716597a9c1340 use_configure no Modified: trunk/dports/lang/eiffelstudio65/Portfile =================================================================== --- trunk/dports/lang/eiffelstudio65/Portfile 2009-10-03 16:54:10 UTC (rev 58731) +++ trunk/dports/lang/eiffelstudio65/Portfile 2009-10-03 17:20:40 UTC (rev 58732) @@ -2,7 +2,7 @@ PortSystem 1.0 name eiffelstudio65 -set minor_version 80524 +set minor_version 80945 version 6.5.${minor_version} set branch [join [lrange [split ${version} .] 0 1] ""] categories lang @@ -19,7 +19,7 @@ in particular "pick-and-drop" for effective browsing. homepage http://www.eiffel.com master_sites sourceforge:eiffelstudio:source \ - http://download.origo.ethz.ch/eiffelstudio/1385/:source \ + http://download.origo.ethz.ch/eiffelstudio/1433/:source \ http://n.ethz.ch/student/roederja/download/:launcher \ http://www.jann-roeder.net/download/:launcher depends_lib port:gtk2 @@ -29,14 +29,14 @@ extract.post_args extract.pre_args -xf distname PorterPackage_${branch}_${minor_version} -set eiffel_launch eiffel_launcher_20090924.tar.bz2 +set eiffel_launch eiffel_launcher_20091003.tar.bz2 distfiles ${distname}${extract.suffix}:source \ ${eiffel_launch}:launcher extract.only ${distname}${extract.suffix} worksrcdir PorterPackage -checksums ${distname}${extract.suffix} rmd160 be7d7b8d7b277cd98d28d0646e921b7f9eec189e \ - ${eiffel_launch} rmd160 98cef673ddfe24fe7b526a47b3469d56c121f71c +checksums ${distname}${extract.suffix} rmd160 0be71e6eefdffe6310619f8f2a28b1fee6f88715 \ + ${eiffel_launch} rmd160 f52af5b8b09ecdd21af4b1d89d2716597a9c1340 use_configure no @@ -52,14 +52,6 @@ set env(ISE_PLATFORM) macosx-ppc } -patch { - # This is a temporary workaround to support 64bit architectures until new porter packages are available - system "cd ${worksrcpath} && tar -xjf c.tar.bz2" - system "cd ${worksrcpath} && patch -p0 < ${portpath}/files/C.diff" - system "cd ${worksrcpath} && tar -cjf c.tar.bz2 C" - file delete -force -- ${worksrcpath}/C - } - build { set env(ISE_EIFFEL) ${worksrcpath}/Eiffel${branch} set env(GOBO) $env(ISE_EIFFEL)/library/gobo -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 10:54:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 10:54:11 -0700 (PDT) Subject: [58733] trunk/dports/PortIndex Message-ID: <20091003175412.7298C28E3F17@beta.macosforge.org> Revision: 58733 http://trac.macports.org/changeset/58733 Author: portindex at macports.org Date: 2009-10-03 10:54:08 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 17:20:40 UTC (rev 58732) +++ trunk/dports/PortIndex 2009-10-03 17:54:08 UTC (rev 58733) @@ -4145,11 +4145,11 @@ ecl 498 variants universal portdir lang/ecl description {Embeddable Common Lisp} homepage http://ecls.sourceforge.net/ epoch 0 platforms darwin name ecl depends_lib port:gmp long_description {ECL (Embeddable Common Lisp) is an interpreter of the Common Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.} maintainers waqar categories lang version 0.9l revision 0 eiffelstudio 713 -variants {i386 powerpc} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers student.ethz.ch:roederja categories lang version 6.3.76070 revision 0 +variants {i386 powerpc} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers student.ethz.ch:roederja categories lang version 6.3.76070 revision 1 eiffelstudio64 746 -variants {i386 powerpc precompile} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio64 description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio64 depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers {student.ethz.ch:roederja ethz.ch:dfurrer} categories lang version 6.4.79451 revision 0 +variants {i386 powerpc precompile} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio64 description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio64 depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers {student.ethz.ch:roederja ethz.ch:dfurrer} categories lang version 6.4.79451 revision 1 eiffelstudio65 746 -variants {i386 powerpc precompile} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio65 description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio65 depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers {student.ethz.ch:roederja ethz.ch:dfurrer} categories lang version 6.5.80524 revision 0 +variants {i386 powerpc precompile} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio65 description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio65 depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers {student.ethz.ch:roederja ethz.ch:dfurrer} categories lang version 6.5.80945 revision 0 elk 496 variants {x11 universal} portdir lang/elk description {Scheme Extension Language Kit} homepage http://sam.zoy.org/elk epoch 0 platforms darwin name elk long_description {Elk (the Extension Language Kit) is an implementation of the Scheme programming language. It can be used as a standalone Scheme interpreter, or as an embeddable, reusable extension language subsystem for applications written in C or C++ through the libelk library.} maintainers waqar categories lang version 3.99.7 revision 0 erlang 830 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sfiera at macports.org Sat Oct 3 13:26:10 2009 From: sfiera at macports.org (sfiera at macports.org) Date: Sat, 3 Oct 2009 13:26:10 -0700 (PDT) Subject: [58734] trunk/dports/devel/libdlna Message-ID: <20091003202611.7BD5228E66B1@beta.macosforge.org> Revision: 58734 http://trac.macports.org/changeset/58734 Author: sfiera at macports.org Date: 2009-10-03 13:26:07 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Fix build of libdlna. Add inclusion of to upnp-dms.c. Prior to Snow Leopard, this must have been picked up implicitly via one of the other headers, but no longer. This resulted in the compiler automatically generating an incorrect declaration for malloc() and failing to compile this file. Disable parallel build. libdlna's "all" target has two dependencies: a "build" target which builds the library, and a "test" target which verifies that the library was built correctly. Running these two targets in parallel is unproductive. Modified Paths: -------------- trunk/dports/devel/libdlna/Portfile Added Paths: ----------- trunk/dports/devel/libdlna/files/patch-src-upnp-dms.c.diff Modified: trunk/dports/devel/libdlna/Portfile =================================================================== --- trunk/dports/devel/libdlna/Portfile 2009-10-03 17:54:08 UTC (rev 58733) +++ trunk/dports/devel/libdlna/Portfile 2009-10-03 20:26:07 UTC (rev 58734) @@ -26,7 +26,8 @@ patch-src-profiles.h.diff \ patch-src-av_mpeg4_part2.c.diff \ patch-src-av_mpeg4_part10.c.diff \ - patch-src-containers.c.diff + patch-src-containers.c.diff \ + patch-src-upnp-dms.c.diff platform darwin { patchfiles-append patch-Makefile.diff @@ -36,3 +37,4 @@ # Not autoconf universal_variant no +use_parallel_build no Added: trunk/dports/devel/libdlna/files/patch-src-upnp-dms.c.diff =================================================================== --- trunk/dports/devel/libdlna/files/patch-src-upnp-dms.c.diff (rev 0) +++ trunk/dports/devel/libdlna/files/patch-src-upnp-dms.c.diff 2009-10-03 20:26:07 UTC (rev 58734) @@ -0,0 +1,10 @@ +--- src/upnp_dms.c 2007-11-26 15:47:43.000000000 -0500 ++++ src/upnp_dms.c.new 2009-10-03 12:14:30.000000000 -0400 +@@ -20,6 +20,7 @@ + */ + + #include ++#include + #include + + #include "dlna_internals.h" -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Oct 3 16:15:04 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 16:15:04 -0700 (PDT) Subject: [58735] trunk/dports/sysutils/tmux/Portfile Message-ID: <20091003231504.EC73C28E8273@beta.macosforge.org> Revision: 58735 http://trac.macports.org/changeset/58735 Author: toby at macports.org Date: 2009-10-03 16:15:00 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Untested fix for Leopard compilation, #21804 Means #18357 will remain an issue on Leopard, but I don't care. Modified Paths: -------------- trunk/dports/sysutils/tmux/Portfile Modified: trunk/dports/sysutils/tmux/Portfile =================================================================== --- trunk/dports/sysutils/tmux/Portfile 2009-10-03 20:26:07 UTC (rev 58734) +++ trunk/dports/sysutils/tmux/Portfile 2009-10-03 23:15:00 UTC (rev 58735) @@ -29,6 +29,10 @@ tmux.1.diff \ tmux.h.diff +platform darwin 9 { + patchfiles-delete server.c.diff +} + post-configure { reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h" reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 16:53:56 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 16:53:56 -0700 (PDT) Subject: [58736] trunk/dports Message-ID: <20091003235358.19C5128E8662@beta.macosforge.org> Revision: 58736 http://trac.macports.org/changeset/58736 Author: portindex at macports.org Date: 2009-10-03 16:53:53 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6231 Ports successfully parsed: 6231 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-03 23:15:00 UTC (rev 58735) +++ trunk/dports/PortIndex 2009-10-03 23:53:53 UTC (rev 58736) @@ -10686,8 +10686,8 @@ variants universal portdir sysutils/timespan description {calculates time between two specified dates} homepage http://timespan.sourceforge.net/ epoch 0 platforms darwin name timespan long_description {Calculates time (days, hours, minutes, or seconds) between 1 Jan 1970 and the specified date or between two specified dates.} maintainers nomaintainer categories sysutils version 2.0 revision 0 tmpreaper 352 variants universal portdir sysutils/tmpreaper description {A utility for removing files based on last access time} homepage http://www.debian.org/ epoch 0 platforms {darwin freebsd} name tmpreaper long_description {{A utility for removing files based on last access time}} maintainers genetikayos.com:kayos categories sysutils version 1.6.5 revision 0 -tmux 506 -variants {screen universal} portdir sysutils/tmux description {terminal multiplexer} homepage http://sourceforge.net/projects/tmux/ epoch 0 platforms darwin name tmux depends_lib port:ncurses long_description {tmux is a {"terminal} multiplexer\", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.} maintainers toby categories sysutils version 1.0 revision 3 +tmux 515 +variants {darwin_9 screen universal} portdir sysutils/tmux description {terminal multiplexer} homepage http://sourceforge.net/projects/tmux/ epoch 0 platforms darwin name tmux depends_lib port:ncurses long_description {tmux is a {"terminal} multiplexer\", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.} maintainers toby categories sysutils version 1.0 revision 3 tree 522 portdir sysutils/tree description {display tree-view of directories with optional color/HTML output} homepage http://mama.indstate.edu/users/ice/tree/ epoch 0 platforms darwin name tree maintainers {simon openmaintainer} long_description {Tree is a simple utility that displays a tree-view of directories and files. It has options to use ANSI color escape-sequences or ASCII graphic characters, and can also output in HTML format. Tree was written by Steve Baker for Linux.} version 1.5.2.2 categories sysutils revision 0 truncate 276 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sat Oct 3 17:44:28 2009 From: ram at macports.org (ram at macports.org) Date: Sat, 3 Oct 2009 17:44:28 -0700 (PDT) Subject: [58737] trunk/dports/games Message-ID: <20091004004428.5003B28E8B8F@beta.macosforge.org> Revision: 58737 http://trac.macports.org/changeset/58737 Author: ram at macports.org Date: 2009-10-03 17:44:27 -0700 (Sat, 03 Oct 2009) Log Message: ----------- games/poker-eval: new port, closes #21791 Added Paths: ----------- trunk/dports/games/poker-eval/ trunk/dports/games/poker-eval/Portfile Added: trunk/dports/games/poker-eval/Portfile =================================================================== --- trunk/dports/games/poker-eval/Portfile (rev 0) +++ trunk/dports/games/poker-eval/Portfile 2009-10-04 00:44:27 UTC (rev 58737) @@ -0,0 +1,27 @@ +# -*- 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 poker-eval +version 136.0 +categories games math +maintainers nomaintainer +description Library for poker hand evaluation, dev files +long_description poker-eval is a C library to evaluate poker hands. \ + The result of the evalution for a given hand is a number. \ + The general idea is that if the evalution of your hand is \ + lower than the evaluation of the hand of your opponent, \ + you lose. Many poker variants are supported (draw, \ + holdem, omaha, etc.) and more can be added. \ + poker-eval is designed for speed so that it can be used \ + within poker simulation software using either exhaustive \ + exploration or Monte Carlo. + +homepage http://gna.org/projects/pokersource/ +platforms darwin +master_sites http://download.gna.org/pokersource/sources/ + +checksums md5 7707f88e5ff93dcdb4c14d6f1a7a825c \ + sha1 3a82dd7828f995b22029367b5c9aca67ac44517f \ + rmd160 34d692b3c603dcf83f5ba6f68b5d4343971da908 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 17:53:55 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 17:53:55 -0700 (PDT) Subject: [58738] trunk/dports Message-ID: <20091004005356.6621C28E8C86@beta.macosforge.org> Revision: 58738 http://trac.macports.org/changeset/58738 Author: portindex at macports.org Date: 2009-10-03 17:53:54 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 00:44:27 UTC (rev 58737) +++ trunk/dports/PortIndex 2009-10-04 00:53:54 UTC (rev 58738) @@ -2506,6 +2506,8 @@ variants universal portdir games/othello description {Clone of Othello played in the terminal} epoch 0 platforms darwin name othello maintainers adelphia.net:zizban categories games version 0.03 revision 0 pennmush 812 variants {mysql5 postgresql83 sqlite3 universal} portdir games/pennmush description {The PennMUSH mud server} homepage http://www.pennmush.org/ epoch 0 platforms darwin name pennmush depends_lib {port:openssl port:pcre path:bin/perl:perl5 port:gettext} long_description {There are a number of flavors of MUSH server freely available to those who want to run their own MUSHes: TinyMUSH 3.0, TinyMUSH 2.2, TinyMUX 1.6, and PennMUSH 1.7.x. TinyMUSH uses a disk-based database, while PennMUSH keeps its database in the computer's memory (TinyMUX can do either). This makes PennMUSH suitable for computers which have plenty of memory or little disk space. From a user standpoint they offer many similar features and a very similar command parser.} maintainers nomaintainer categories games version 1.8.3p9 revision 0 +poker-eval 742 +variants universal portdir games/poker-eval description {Library for poker hand evaluation, dev files} homepage http://gna.org/projects/pokersource/ epoch 0 platforms darwin name poker-eval long_description {poker-eval is a C library to evaluate poker hands. The result of the evalution for a given hand is a number. The general idea is that if the evalution of your hand is lower than the evaluation of the hand of your opponent, you lose. Many poker variants are supported (draw, holdem, omaha, etc.) and more can be added. poker-eval is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo.} maintainers nomaintainer categories {games math} version 136.0 revision 0 qstat 423 variants universal portdir games/qstat description {Gather statistics from game servers} homepage http://qstat.org/ epoch 0 platforms darwin name qstat long_description {Qstat is a command-line program that gathers real-time statistics from Internet game servers. Most supported games are of the first person shooter variety (Quake, Half-Life, etc).} maintainers nomaintainer categories {games net} version 2.10 revision 0 qthello 507 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sat Oct 3 17:58:50 2009 From: ram at macports.org (ram at macports.org) Date: Sat, 3 Oct 2009 17:58:50 -0700 (PDT) Subject: [58739] trunk/dports/games/poker-eval/Portfile Message-ID: <20091004005850.7EF4D28E8CFD@beta.macosforge.org> Revision: 58739 http://trac.macports.org/changeset/58739 Author: ram at macports.org Date: 2009-10-03 17:58:49 -0700 (Sat, 03 Oct 2009) Log Message: ----------- games/poker-eval: set keywords Property Changed: ---------------- trunk/dports/games/poker-eval/Portfile Property changes on: trunk/dports/games/poker-eval/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Sat Oct 3 18:41:05 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Sat, 3 Oct 2009 18:41:05 -0700 (PDT) Subject: [58740] trunk/dports/python/py25-quodlibet/Portfile Message-ID: <20091004014106.1818028E9104@beta.macosforge.org> Revision: 58740 http://trac.macports.org/changeset/58740 Author: rmsfisher at macports.org Date: 2009-10-03 18:41:02 -0700 (Sat, 03 Oct 2009) Log Message: ----------- python/py25-quodlibet added dependency to fix bug 20668 Modified Paths: -------------- trunk/dports/python/py25-quodlibet/Portfile Modified: trunk/dports/python/py25-quodlibet/Portfile =================================================================== --- trunk/dports/python/py25-quodlibet/Portfile 2009-10-04 00:58:49 UTC (rev 58739) +++ trunk/dports/python/py25-quodlibet/Portfile 2009-10-04 01:41:02 UTC (rev 58740) @@ -27,7 +27,8 @@ sha1 15a40c054955d1ad539432a265b2c96225b864c2 \ rmd160 349b9ac2f913e83a2f3216e1f804c9cd8b41766f -depends_lib port:gst-python \ +depends_lib post:gst-plugins-good \ + port:gst-python \ port:py25-mutagen \ port:py25-feedparser -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 18:53:58 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 18:53:58 -0700 (PDT) Subject: [58741] trunk/dports Message-ID: <20091004015359.6552628E9235@beta.macosforge.org> Revision: 58741 http://trac.macports.org/changeset/58741 Author: portindex at macports.org Date: 2009-10-03 18:53:57 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6231 Ports failed: 1 Failed to parse file python/py25-quodlibet/Portfile: can't set "depends_lib": invalid depspec: post:gst-plugins-good Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 01:41:02 UTC (rev 58740) +++ trunk/dports/PortIndex 2009-10-04 01:53:57 UTC (rev 58741) @@ -8780,8 +8780,6 @@ portdir python/py25-pyxmpp description {Python Jabber/XMPP implementation} homepage http://pyxmpp.jajcus.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-libxml2 port:py25-dnspython port:py25-m2crypto} name py25-pyxmpp maintainers {ram openmaintainer} long_description {PyXMPP provides most core features of the XMPP protocol and several JSF-defined extensions. PyXMPP provides building blocks for creating Jabber clients and components. Developer uses them to setup XMPP streams, handle incoming events and create outgoing stanzas.} version 1.0.1 categories {python crypto devel} revision 0 py25-quadtree 814 depends_build port:py25-setuptools portdir python/py25-quadtree description Quadtree homepage http://trac.gispython.org/projects/PCL/wiki/QuadTree epoch 0 platforms darwin depends_lib port:python25 name py25-quadtree maintainers {mcalhoun openmaintainer} long_description {Quadtree: Whether for PCL in-memory feature stores, Plone content, or whatever -- we need a simple spatial index to speed up retrieval of objects that intersect with a given bounding box. The simplest, most tried-and-true, open source spatial index is shapelib's (http://shapelib.maptools.org) quadtree. It's been improving the performance of MapServer applications for years. The quadtree itself is completely separable from any shapefile. We can use it with arbitrary Python object collections.} version 0.1.2 categories python revision 1 -py25-quodlibet 675 -portdir python/py25-quodlibet description {audio library manager and player for GTK+} homepage http://code.google.com/p/quodlibet/ epoch 0 platforms darwin depends_lib {port:gst-python port:py25-mutagen port:py25-feedparser} name py25-quodlibet maintainers {wanadoo.fr:neric27 openmaintainer} long_description {Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library and GStreamer for playback. It provides several different ways to view your audio library, as well as support for Internet radio and audio feeds. It has extremely flexible metadata tag editing and searching capabilities.} version 2.1 categories {python audio} revision 0 py25-rdflib 558 portdir python/py25-rdflib description {Python library for working with RDF} homepage http://rdflib.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-rdflib maintainers nomaintainer long_description {RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).} version 2.4.0 categories {python textproc} revision 0 py25-readline 338 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Sat Oct 3 19:08:09 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Sat, 3 Oct 2009 19:08:09 -0700 (PDT) Subject: [58742] trunk/dports/python/py26-mutagen/Portfile Message-ID: <20091004020810.23F0D28E935C@beta.macosforge.org> Revision: 58742 http://trac.macports.org/changeset/58742 Author: rmsfisher at macports.org Date: 2009-10-03 19:08:05 -0700 (Sat, 03 Oct 2009) Log Message: ----------- python/py26-mutagen updated homepage Modified Paths: -------------- trunk/dports/python/py26-mutagen/Portfile Modified: trunk/dports/python/py26-mutagen/Portfile =================================================================== --- trunk/dports/python/py26-mutagen/Portfile 2009-10-04 01:53:57 UTC (rev 58741) +++ trunk/dports/python/py26-mutagen/Portfile 2009-10-04 02:08:05 UTC (rev 58742) @@ -20,7 +20,7 @@ packet/page level. distname mutagen-${version} -homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen +homepage http://code.google.com/p/mutagen/ master_sites googlecode:mutagen checksums md5 feea89bebee5816aed911f33a2171559 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Oct 3 19:26:29 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 3 Oct 2009 19:26:29 -0700 (PDT) Subject: [58743] trunk/dports/python/py25-quodlibet/Portfile Message-ID: <20091004022630.07DA028E94E7@beta.macosforge.org> Revision: 58743 http://trac.macports.org/changeset/58743 Author: ryandesign at macports.org Date: 2009-10-03 19:26:25 -0700 (Sat, 03 Oct 2009) Log Message: ----------- py25-quodlibet: fix typo in depends_lib Modified Paths: -------------- trunk/dports/python/py25-quodlibet/Portfile Modified: trunk/dports/python/py25-quodlibet/Portfile =================================================================== --- trunk/dports/python/py25-quodlibet/Portfile 2009-10-04 02:08:05 UTC (rev 58742) +++ trunk/dports/python/py25-quodlibet/Portfile 2009-10-04 02:26:25 UTC (rev 58743) @@ -27,7 +27,7 @@ sha1 15a40c054955d1ad539432a265b2c96225b864c2 \ rmd160 349b9ac2f913e83a2f3216e1f804c9cd8b41766f -depends_lib post:gst-plugins-good \ +depends_lib port:gst-plugins-good \ port:gst-python \ port:py25-mutagen \ port:py25-feedparser -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 19:53:53 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 19:53:53 -0700 (PDT) Subject: [58744] trunk/dports Message-ID: <20091004025354.5AA6128E9719@beta.macosforge.org> Revision: 58744 http://trac.macports.org/changeset/58744 Author: portindex at macports.org Date: 2009-10-03 19:53:52 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 02:26:25 UTC (rev 58743) +++ trunk/dports/PortIndex 2009-10-04 02:53:52 UTC (rev 58744) @@ -8780,6 +8780,8 @@ portdir python/py25-pyxmpp description {Python Jabber/XMPP implementation} homepage http://pyxmpp.jajcus.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-libxml2 port:py25-dnspython port:py25-m2crypto} name py25-pyxmpp maintainers {ram openmaintainer} long_description {PyXMPP provides most core features of the XMPP protocol and several JSF-defined extensions. PyXMPP provides building blocks for creating Jabber clients and components. Developer uses them to setup XMPP streams, handle incoming events and create outgoing stanzas.} version 1.0.1 categories {python crypto devel} revision 0 py25-quadtree 814 depends_build port:py25-setuptools portdir python/py25-quadtree description Quadtree homepage http://trac.gispython.org/projects/PCL/wiki/QuadTree epoch 0 platforms darwin depends_lib port:python25 name py25-quadtree maintainers {mcalhoun openmaintainer} long_description {Quadtree: Whether for PCL in-memory feature stores, Plone content, or whatever -- we need a simple spatial index to speed up retrieval of objects that intersect with a given bounding box. The simplest, most tried-and-true, open source spatial index is shapelib's (http://shapelib.maptools.org) quadtree. It's been improving the performance of MapServer applications for years. The quadtree itself is completely separable from any shapefile. We can use it with arbitrary Python object collections.} version 0.1.2 categories python revision 1 +py25-quodlibet 697 +portdir python/py25-quodlibet description {audio library manager and player for GTK+} homepage http://code.google.com/p/quodlibet/ epoch 0 platforms darwin depends_lib {port:gst-plugins-good port:gst-python port:py25-mutagen port:py25-feedparser} name py25-quodlibet maintainers {wanadoo.fr:neric27 openmaintainer} long_description {Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library and GStreamer for playback. It provides several different ways to view your audio library, as well as support for Internet radio and audio feeds. It has extremely flexible metadata tag editing and searching capabilities.} version 2.1 categories {python audio} revision 0 py25-rdflib 558 portdir python/py25-rdflib description {Python library for working with RDF} homepage http://rdflib.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-rdflib maintainers nomaintainer long_description {RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).} version 2.4.0 categories {python textproc} revision 0 py25-readline 338 @@ -9122,8 +9124,8 @@ portdir python/py26-mpmath description {Arbitrary-precision floating-point library for Python} homepage http://code.google.com/p/mpmath/ epoch 0 platforms darwin depends_lib port:python26 name py26-mpmath maintainers {blb openmaintainer} long_description {Mpmath is a pure-Python library for arbitrary-precision floating-point arithmetic that implements an extensive set of mathematical functions.} version 0.13 categories {python math} revision 0 py26-mssql 368 portdir python/py26-mssql description {A simple database interface to MS-SQL for Python.} homepage http://pymssql.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:freetds} name py26-mssql maintainers gmail.com:ruseel long_description {{A simple database interface to MS-SQL for Python.}} version 1.0.1 categories {python databases} revision 0 -py26-mutagen 786 -portdir python/py26-mutagen description {A Python module to handle audio metadata} homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen epoch 0 platforms darwin depends_lib port:python26 name py26-mutagen maintainers {wanadoo.fr:neric27 openmaintainer} long_description {Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.} version 1.16 categories {python audio devel} revision 0 +py26-mutagen 760 +portdir python/py26-mutagen description {A Python module to handle audio metadata} homepage http://code.google.com/p/mutagen/ epoch 0 platforms darwin depends_lib port:python26 name py26-mutagen maintainers {wanadoo.fr:neric27 openmaintainer} long_description {Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.} version 1.16 categories {python audio devel} revision 0 py26-mx-base 510 portdir python/py26-mx-base description {eGenix.com mx Extensions for Python - base package} homepage http://www.egenix.com/products/python/mxBase/ epoch 0 platforms darwin depends_lib port:python26 name py26-mx-base maintainers {blb openmaintainer} long_description {Collection of Python software tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text processing, date/time processing and web site programming.} version 3.1.2 categories python revision 0 py26-mysql 454 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Oct 3 20:18:44 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 3 Oct 2009 20:18:44 -0700 (PDT) Subject: [58745] trunk/dports/graphics/ftgl/Portfile Message-ID: <20091004031846.AE98228E993E@beta.macosforge.org> Revision: 58745 http://trac.macports.org/changeset/58745 Author: toby at macports.org Date: 2009-10-03 20:18:41 -0700 (Sat, 03 Oct 2009) Log Message: ----------- #18444 has gone 8 months without comment Modified Paths: -------------- trunk/dports/graphics/ftgl/Portfile Modified: trunk/dports/graphics/ftgl/Portfile =================================================================== --- trunk/dports/graphics/ftgl/Portfile 2009-10-04 02:53:52 UTC (rev 58744) +++ trunk/dports/graphics/ftgl/Portfile 2009-10-04 03:18:41 UTC (rev 58745) @@ -6,7 +6,7 @@ revision 1 platforms darwin categories graphics -maintainers free.fr:krugazor +maintainers nomaintainer description Freetype / OpenGL bridge long_description FTGL takes freetype fonts, decodes them,\ and generate an OpenGL object out of it.\ -------------- next part -------------- An HTML attachment was scrubbed... URL: From bfulgham at macports.org Sat Oct 3 20:46:36 2009 From: bfulgham at macports.org (bfulgham at macports.org) Date: Sat, 3 Oct 2009 20:46:36 -0700 (PDT) Subject: [58746] trunk/dports/lang/erlang Message-ID: <20091004034637.0DB5528E9B4D@beta.macosforge.org> Revision: 58746 http://trac.macports.org/changeset/58746 Author: bfulgham at macports.org Date: 2009-10-03 20:46:34 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Update Erlang to R13B-2. Closes #21809. Modified Paths: -------------- trunk/dports/lang/erlang/Portfile trunk/dports/lang/erlang/files/patch-erts_emulator_Makefile.in trunk/dports/lang/erlang/files/patch-erts_emulator_hipe_hipe_amd64_glue.S.diff Removed Paths: ------------- trunk/dports/lang/erlang/files/patch-decode_big.c.diff trunk/dports/lang/erlang/files/patch-decode_fun.c.diff Modified: trunk/dports/lang/erlang/Portfile =================================================================== --- trunk/dports/lang/erlang/Portfile 2009-10-04 03:18:41 UTC (rev 58745) +++ trunk/dports/lang/erlang/Portfile 2009-10-04 03:46:34 UTC (rev 58746) @@ -2,7 +2,7 @@ PortSystem 1.0 name erlang -version R13B01 +version R13B02 revision 1 categories lang erlang maintainers bfulgham @@ -37,37 +37,28 @@ otp_doc_html_${version}${extract.suffix} checksums otp_src_${version}.tar.gz \ - md5 b3db581de6c13e1ec93d74e54a7b4231 \ - sha1 29d0e06dd351f31c70112454f8187e70ee75ca03 \ - rmd160 f40ed0d6837f187f889a49c841a6615714b5ae96 \ + md5 d70bfba6935e52a7759168a35fbcabe7 \ + sha1 747f2d7284e5e9983b003b31656bb3921e764f34 \ + rmd160 bf616616e423e4cbdec1eef2f78593daa09bac21 \ otp_doc_man_${version}.tar.gz \ - md5 fa8f96159bd9a88aa2fb9e4d79d7affe \ - sha1 528a4a95e09e0422256c1bd9a818c37a6ece0a14 \ - rmd160 9cc398f8a648b6c0444831edd37b16ae88b18cb8 \ + md5 975b2c8a1cc2fda017cb5cd3864e32ba \ + sha1 ee6d511b0a5f992f507860ce554e988967777955 \ + rmd160 67b64ffde6df84e7a8f1ffeff21a1bfc7bf2f701 \ otp_doc_html_${version}.tar.gz \ - md5 42cb55bbfa5dc071fd56034615072f7a \ - sha1 fdb2836af961745ded836f3dd465d3395c750cd5 \ - rmd160 e0504ca360b806977d6613fab0b7bcd7512a8333 + md5 78fc0c139a0297e502a6008bd8166887 \ + sha1 5562f460c37d36624147af681eebca29dab7ee36 \ + rmd160 d4377abe16ae3558a4e3bd9196ff1553b0a8b889 pre-patch { file rename ${workpath}/otp_src_${version} ${workpath}/${name}-${version} } -# http://www.erlang.org/pipermail/erlang-bugs/2008-October/001023.html -# http://www.erlang.org/pipermail/erlang-bugs/2008-October/001024.html # http://www.erlang.org/pipermail/erlang-bugs/2009-January/001171.html patchfiles patch-toolbar.erl \ patch-erts_emulator_Makefile.in \ patch-erts_emulator_hipe_hipe_amd64_asm.m4.diff \ patch-erts_emulator_hipe_hipe_amd64_bifs.m4.diff \ - patch-erts_emulator_hipe_hipe_amd64_glue.S.diff \ + patch-erts_emulator_hipe_hipe_amd64_glue.S.diff \ patch-erts_emulator_hipe_hipe_amd64.c.diff \ patch-erts_emulator_sys_unix_sys_float.c.diff \ - patch-lib_ssl_c_src_esock_openssl.c \ - patch-lib_ssl_c_src_Makefile.dist \ - patch-lib_ssl_c_src_Makefile.in \ - patch-decode_big.c.diff \ - patch-decode_fun.c.diff \ - patch-lib-erl_interface-src-connect-ei_connect.c.diff \ - patch-lib-erl_interface-include-ei.h.diff \ patch-erts_configure.diff \ patch-lib_wx_configure.in \ patch-lib_wx_configure @@ -83,12 +74,6 @@ # 10.6 comes with wxWidgets and since it requires libsdl, which # current doesn't compile (bug #20235), we can avoid it here. depends_build-delete port:wxWidgets - - # On x86_64, the default pagezero_size is 4GB, thus making it - # impossible to allocate a mmap between 0.5GB and 2GB, which is required - # by hipe. - # on i386, the default pagezero_size is 4KB which is what we'll set here. - configure.ldflags-append -pagezero_size 0x400000 } variant ssl description {Build SSL support} { @@ -110,7 +95,7 @@ system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_html_${version}${extract.suffix}" system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_man_${version}${extract.suffix}" - set erts_dir erts-5.7.2 + set erts_dir erts-5.7.3 reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/erl reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/start Deleted: trunk/dports/lang/erlang/files/patch-decode_big.c.diff =================================================================== --- trunk/dports/lang/erlang/files/patch-decode_big.c.diff 2009-10-04 03:18:41 UTC (rev 58745) +++ trunk/dports/lang/erlang/files/patch-decode_big.c.diff 2009-10-04 03:46:34 UTC (rev 58746) @@ -1,13 +0,0 @@ ---- lib/erl_interface/src/decode/decode_big.c.orig 2008-11-06 06:57:02.000000000 +0100 -+++ lib/erl_interface/src/decode/decode_big.c 2008-11-06 06:58:39.000000000 +0100 -@@ -51,7 +51,9 @@ - u = (unsigned char *) s; - for (i = 0; i < b->arity; ++i) { - dt[i] = u[i*2]; -- dt[i] |= ((unsigned short) u[(i*2)+1]) << 8; -+ if ((i*2 + 1) < digit_bytes) { -+ dt[i] |= ((unsigned short) u[(i*2)+1]) << 8; -+ } - } - } else { - s++; /* skip sign byte */ Deleted: trunk/dports/lang/erlang/files/patch-decode_fun.c.diff =================================================================== --- trunk/dports/lang/erlang/files/patch-decode_fun.c.diff 2009-10-04 03:18:41 UTC (rev 58745) +++ trunk/dports/lang/erlang/files/patch-decode_fun.c.diff 2009-10-04 03:46:34 UTC (rev 58746) @@ -1,11 +0,0 @@ ---- lib/erl_interface/src/decode/decode_fun.c.orig 2008-11-06 06:53:46.000000000 +0100 -+++ lib/erl_interface/src/decode/decode_fun.c 2008-11-06 06:54:09.000000000 +0100 -@@ -103,7 +103,7 @@ - memcpy(p->free_vars, s, n); - } - } -- *index += s-s0; -+ *index += n + s-s0; - return 0; - break; - default: Modified: trunk/dports/lang/erlang/files/patch-erts_emulator_Makefile.in =================================================================== --- trunk/dports/lang/erlang/files/patch-erts_emulator_Makefile.in 2009-10-04 03:18:41 UTC (rev 58745) +++ trunk/dports/lang/erlang/files/patch-erts_emulator_Makefile.in 2009-10-04 03:46:34 UTC (rev 58746) @@ -1,6 +1,20 @@ ---- erts/emulator/Makefile.in.orig 2008-06-11 23:28:03.000000000 -0700 -+++ erts/emulator/Makefile.in 2008-06-11 23:27:45.000000000 -0700 -@@ -101,7 +101,7 @@ +--- erts/emulator/Makefile.in.orig 2009-09-18 07:06:45.000000000 -0700 ++++ erts/emulator/Makefile.in 2009-10-03 20:09:16.000000000 -0700 +@@ -36,7 +36,12 @@ + M4FLAGS= + CREATE_DIRS= + +-LDFLAGS=@LDFLAGS@ ++# On x86_64, the default pagezero_size is 4GB, thus making it ++# impossible to allocate an mmap between 0.5GB and 2GB, which ++# is required by hipe. ++# On i386, the default pagezero_size is 4KB which is what we'll ++# set here. ++LDFLAGS=@LDFLAGS@ -pagezero_size 0x400000 + + ifeq ($(TYPE),debug) + PURIFY = +@@ -110,7 +115,7 @@ override TYPE=opt PURIFY = TYPEMARKER = Modified: trunk/dports/lang/erlang/files/patch-erts_emulator_hipe_hipe_amd64_glue.S.diff =================================================================== --- trunk/dports/lang/erlang/files/patch-erts_emulator_hipe_hipe_amd64_glue.S.diff 2009-10-04 03:18:41 UTC (rev 58745) +++ trunk/dports/lang/erlang/files/patch-erts_emulator_hipe_hipe_amd64_glue.S.diff 2009-10-04 03:46:34 UTC (rev 58746) @@ -1,5 +1,5 @@ ---- erts/emulator/hipe/hipe_amd64_glue.S 2009-03-12 13:16:07.000000000 +0100 -+++ erts/emulator/hipe/hipe_amd64_glue.S 2009-09-02 18:31:07.000000000 +0200 +--- erts/emulator/hipe/hipe_amd64_glue.S.orig 2009-09-26 20:41:55.000000000 -0700 ++++ erts/emulator/hipe/hipe_amd64_glue.S 2009-09-26 20:58:41.000000000 -0700 @@ -56,16 +56,16 @@ /* switch to native stack */ \ SWITCH_C_TO_ERLANG @@ -226,20 +226,22 @@ addq $(16-8), %rsp movl $0, P_NARITY(P) # Note: narity is a 32-bit field ret -@@ -356,9 +356,9 @@ +@@ -356,10 +356,10 @@ * exceptional condition. * The stack/heap registers were just read from P. */ +- .global nbif_0_simple_exception - .global nbif_1_simple_exception - .global nbif_2_simple_exception - .global nbif_3_simple_exception ++ GLOBAL(nbif_0_simple_exception) + GLOBAL(nbif_1_simple_exception) + GLOBAL(nbif_2_simple_exception) + GLOBAL(nbif_3_simple_exception) .align 4 - nbif_1_simple_exception: - movl $1, %eax -@@ -384,7 +384,7 @@ + nbif_0_simple_exception: + xorl %eax, %eax +@@ -389,7 +389,7 @@ /* find and prepare to invoke the handler */ SWITCH_ERLANG_TO_C_QUICK # The cached state is clean and need not be saved. movq P, %rdi @@ -248,16 +250,7 @@ SWITCH_C_TO_ERLANG # %rsp updated by hipe_find_handler() /* now invoke the handler */ jmp *P_NCALLEE(P) # set by hipe_find_handler() -@@ -394,7 +394,7 @@ - * - the BIF's arity is in %rax - * - the native heap/stack/reds registers are saved in P - */ -- .global nbif_0_trap_exception -+ GLOBAL(nbif_0_trap_exception) - .align 4 - nbif_0_trap_exception: - xorl %eax, %eax -@@ -407,15 +407,15 @@ +@@ -408,15 +408,15 @@ * nbif_stack_trap_ra: trap return address for maintaining * the gray/white stack boundary */ @@ -265,7 +258,7 @@ + GLOBAL(ASYM(nbif_stack_trap_ra)) .align 4 -nbif_stack_trap_ra: # a return address, not a function -+ASYM(nbif_stack_trap_ra): # a return address, not a function ++ASYM(nbif_stack_trap_ra): # a return address, not a function # This only handles a single return value. # If we have more, we need to save them in the PCB. movq %rax, TEMP_RV # save retval @@ -276,14 +269,14 @@ movq %rax, %rdx # original RA SWITCH_C_TO_ERLANG_QUICK movq TEMP_RV, %rax # restore retval -@@ -424,15 +424,15 @@ +@@ -425,15 +425,15 @@ /* * nbif_inc_stack_0 */ - .global nbif_inc_stack_0 ++ GLOBAL(ASYM(nbif_inc_stack_0)) .align 4 -nbif_inc_stack_0: -+ GLOBAL(ASYM(nbif_inc_stack_0)) +ASYM(nbif_inc_stack_0): SWITCH_ERLANG_TO_C_QUICK STORE_ARG_REGS -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 20:54:15 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 20:54:15 -0700 (PDT) Subject: [58747] trunk/dports Message-ID: <20091004035416.1E40528E9BF7@beta.macosforge.org> Revision: 58747 http://trac.macports.org/changeset/58747 Author: portindex at macports.org Date: 2009-10-03 20:54:14 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 03:46:34 UTC (rev 58746) +++ trunk/dports/PortIndex 2009-10-04 03:54:14 UTC (rev 58747) @@ -3122,8 +3122,8 @@ variants with_freetype_bytecode depends_build {port:autoconf port:automake port:libtool} portdir graphics/fontforge description {Outline and bitmap font editor/converter for many formats} homepage http://fontforge.sourceforge.net/ epoch 0 platforms darwin name fontforge depends_lib {port:xorg-libXi port:xorg-libxkbui port:xorg-libXt port:freetype port:gettext port:giflib port:jpeg port:libiconv port:libpng port:libuninameslist port:libxml2 port:tiff port:zlib} long_description {FontForge allows you to edit outline and bitmap fonts. You may create new ones or modify old ones. It is also a format converter and can interconvert between PostScript (ascii & binary Type1, some Type3, some Type0), TrueType, OpenType (Type2), CID, SVG. Previously known as pfaedit.} maintainers nomaintainer categories {graphics fonts} version 20090622 revision 0 freeimage 530 variants universal portdir graphics/freeimage description {Library for FreeImage, a dependency-less graphics library} homepage http://freeimage.sourceforge.net/ epoch 0 platforms macosx name freeimage long_description {FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!} maintainers toby depends_extract bin:unzip:unzip categories graphics version 3.12.0 revision 0 -ftgl 438 -variants universal depends_build bin:doxygen:doxygen portdir graphics/ftgl description {Freetype / OpenGL bridge} homepage http://ftgl.wiki.sourceforge.net/ epoch 0 platforms darwin name ftgl depends_lib lib:freetype:freetype long_description {FTGL takes freetype fonts, decodes them, and generate an OpenGL object out of it. It supports a lot of rendering modes} maintainers free.fr:krugazor categories graphics version 2.1.2 revision 1 +ftgl 434 +variants universal depends_build bin:doxygen:doxygen portdir graphics/ftgl description {Freetype / OpenGL bridge} homepage http://ftgl.wiki.sourceforge.net/ epoch 0 platforms darwin name ftgl depends_lib lib:freetype:freetype long_description {FTGL takes freetype fonts, decodes them, and generate an OpenGL object out of it. It supports a lot of rendering modes} maintainers nomaintainer categories graphics version 2.1.2 revision 1 gd2 935 variants {universal no_x11} depends_build {port:gettext port:autoconf port:automake port:libtool} portdir graphics/gd2 description {GD creates PNG and JPEG images, among other formats} homepage http://www.libgd.org/ epoch 0 platforms darwin depends_lib {port:zlib port:libpng port:jpeg port:freetype port:fontconfig port:libiconv port:expat port:xpm} name gd2 maintainers ryandesign long_description {gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a .PNG file. This is particularly useful in World Wide Web applications, where .PNG is the format used for inline images. gd is not a paint program. If you are looking for a paint program, you are looking in the wrong place. If you are not a programmer, you are looking in the wrong place.} categories graphics version 2.0.35 revision 5 gdchart 372 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Oct 3 21:53:54 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 3 Oct 2009 21:53:54 -0700 (PDT) Subject: [58748] trunk/dports/PortIndex Message-ID: <20091004045356.446D628E9F75@beta.macosforge.org> Revision: 58748 http://trac.macports.org/changeset/58748 Author: portindex at macports.org Date: 2009-10-03 21:53:51 -0700 (Sat, 03 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 03:54:14 UTC (rev 58747) +++ trunk/dports/PortIndex 2009-10-04 04:53:51 UTC (rev 58748) @@ -4155,7 +4155,7 @@ elk 496 variants {x11 universal} portdir lang/elk description {Scheme Extension Language Kit} homepage http://sam.zoy.org/elk epoch 0 platforms darwin name elk long_description {Elk (the Extension Language Kit) is an implementation of the Scheme programming language. It can be used as a standalone Scheme interpreter, or as an embeddable, reusable extension language subsystem for applications written in C or C++ through the libelk library.} maintainers waqar categories lang version 3.99.7 revision 0 erlang 830 -variants {darwin_10 ssl nohipe universal} depends_build {port:gawk port:wxWidgets} portdir lang/erlang description {The Erlang Programming Language} homepage http://www.erlang.org/ depends_run port:tk epoch 0 platforms darwin name erlang long_description {Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson. We are releasing free of charge: The entire source code of the current Erlang system. Extensive libraries of code for building robust fault-tolerant distributed applications. All with documentation. All the above software has been battle tested in a number of Ericsson products, for example the new Ericsson ATM switch.} maintainers bfulgham categories {lang erlang} version R13B01 revision 1 +variants {darwin_10 ssl nohipe universal} depends_build {port:gawk port:wxWidgets} portdir lang/erlang description {The Erlang Programming Language} homepage http://www.erlang.org/ depends_run port:tk epoch 0 platforms darwin name erlang long_description {Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson. We are releasing free of charge: The entire source code of the current Erlang system. Extensive libraries of code for building robust fault-tolerant distributed applications. All with documentation. All the above software has been battle tested in a number of Ericsson products, for example the new Ericsson ATM switch.} maintainers bfulgham categories {lang erlang} version R13B02 revision 1 ferite 431 variants universal portdir lang/ferite description {embeddable scripting language} homepage http://www.ferite.org/ epoch 0 platforms darwin name ferite depends_lib {port:pcre port:libxml2} long_description {A scripting language designed to be embedded in other applications, that aims to provide a powerful object oriented syntax with low memory and cpu overhead.} maintainers nomaintainer categories lang version 1.0.2 revision 0 ficl 391 -------------- next part -------------- An HTML attachment was scrubbed... URL: From krischik at macports.org Sun Oct 4 03:43:08 2009 From: krischik at macports.org (krischik at macports.org) Date: Sun, 4 Oct 2009 03:43:08 -0700 (PDT) Subject: [58749] trunk/dports/lang/oorexx Message-ID: <20091004104309.6817228EC005@beta.macosforge.org> Revision: 58749 http://trac.macports.org/changeset/58749 Author: krischik at macports.org Date: 2009-10-04 03:43:04 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Update for Snow Leopard, backup 4.0 script, true 64 bit support maybe with 4.1 Modified Paths: -------------- trunk/dports/lang/oorexx/Portfile Added Paths: ----------- trunk/dports/lang/oorexx/Portfile.4 Modified: trunk/dports/lang/oorexx/Portfile =================================================================== --- trunk/dports/lang/oorexx/Portfile 2009-10-04 04:53:51 UTC (rev 58748) +++ trunk/dports/lang/oorexx/Portfile 2009-10-04 10:43:04 UTC (rev 58749) @@ -1,27 +1,36 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4; -*- # $Id$ -# vim: set fileencoding=utf-8 tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl : +# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl : -PortSystem 1.0 -name oorexx -version 3.2.0 -categories lang -platforms darwin -maintainers krischik -description Open Object Rexx is an interpreter for the Rexx language -long_description ooRexx is an object orientated extension to \ - the Rexx language. Rexx is designed to be an easily \ - readable, but powerful scripting and embedded macro \ - language. +PortSystem 1.0 -homepage http://oorexx.sourceforge.net/ -master_sites sourceforge:oorexx -distname ooRexx-${version} -use_parallel_build yes -build.args --jobs=${build.jobs} +name oorexx +version 3.2.0 +revision 1 +categories lang +platforms darwin +maintainers krischik +description Open Object Rexx is an interpreter for the Rexx language +long_description oRexx is an object orientated extension to \ + the Rexx language. Rexx is designed to be an easily \ + readable, but powerful scripting and embedded macro \ + language. -checksums md5 4a3220466acd13028311e3498efb306a \ - sha1 d21dbc130cd38831cdc35c38d889defa97cfef82 \ - rmd160 3f1c08611eb24b05b2657a9de9da583a0699e1b8 +homepage http://oorexx.sourceforge.net/ +master_sites sourceforge:oorexx +distname ooRexx-${version} +use_parallel_build yes +build.args --jobs=${build.jobs} +checksums md5 4a3220466acd13028311e3498efb306a \ + sha1 d21dbc130cd38831cdc35c38d889defa97cfef82 \ + rmd160 3f1c08611eb24b05b2657a9de9da583a0699e1b8 + +# Force 32-bit, inline-asm + +if {$build_arch == "x86_64"} { + configure.build_arch i386 +} elseif {$build_arch == "ppc64"} { + configure.build_arch ppc +} Added: trunk/dports/lang/oorexx/Portfile.4 =================================================================== --- trunk/dports/lang/oorexx/Portfile.4 (rev 0) +++ trunk/dports/lang/oorexx/Portfile.4 2009-10-04 10:43:04 UTC (rev 58749) @@ -0,0 +1,26 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4; -*- +# $Id: Portfile 48920 2009-03-31 11:28:38Z ryandesign at macports.org $ +# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl : + +PortSystem 1.0 + +name oorexx +version 4.0.0 +categories lang +platforms darwin +maintainers krischik +description Open Object Rexx is an interpreter for the Rexx language +long_description ooRexx is an object orientated extension to \ + the Rexx language. Rexx is designed to be an easily \ + readable, but powerful scripting and embedded macro \ + language. + +homepage http://oorexx.sourceforge.net/ +master_sites sourceforge:oorexx +distname ooRexx-${version} +use_parallel_build no + +checksums md5 938e8fbf254c9e043b92a3530a3d8f7d \ + sha1 944336a5488ea82b69409d1d3cf28e0d5b32cadc \ + rmd160 d1049ee25cc9500de602687d5b7b1d0e293bbb23 + Property changes on: trunk/dports/lang/oorexx/Portfile.4 ___________________________________________________________________ Added: svn:executable + * -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 03:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 03:53:50 -0700 (PDT) Subject: [58750] trunk/dports Message-ID: <20091004105352.00D4828EC0FA@beta.macosforge.org> Revision: 58750 http://trac.macports.org/changeset/58750 Author: portindex at macports.org Date: 2009-10-04 03:53:50 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 10:43:04 UTC (rev 58749) +++ trunk/dports/PortIndex 2009-10-04 10:53:50 UTC (rev 58750) @@ -4326,8 +4326,8 @@ portdir lang/ocaml-mode.el description {An EMACS major mode for editing OCaml programs.} homepage http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html depends_run bin:ocaml:ocaml epoch 0 platforms darwin name ocaml-mode.el depends_lib {{path:\${prefix}/bin/emacs:emacs}} maintainers kallisys.net:pguyot long_description {{An EMACS major mode for editing OCaml programs.}} categories {lang editors ml} version 3.05 revision 0 ocamlduce 460 variants universal portdir lang/ocamlduce description {Objective Caml extensions for manipulating XML} homepage http://www.cduce.org/ocaml.html epoch 0 platforms darwin name ocamlduce depends_lib bin:camlp4:ocaml long_description {OCamlDuce is a merger between OCaml and CDuce. It comes as a modified version of OCaml which integrates CDuce features: expressions, types, patterns.} maintainers recoil.org:anil categories {lang ml} version 3.08.4pl3 revision 1 -oorexx 426 -variants universal portdir lang/oorexx description {Open Object Rexx is an interpreter for the Rexx language} homepage http://oorexx.sourceforge.net/ epoch 0 platforms darwin name oorexx long_description {ooRexx is an object orientated extension to the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.} maintainers krischik categories lang version 3.2.0 revision 0 +oorexx 425 +variants universal portdir lang/oorexx description {Open Object Rexx is an interpreter for the Rexx language} homepage http://oorexx.sourceforge.net/ epoch 0 platforms darwin name oorexx long_description {oRexx is an object orientated extension to the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.} maintainers krischik categories lang version 3.2.0 revision 1 openmcl 482 variants universal portdir lang/openmcl description {The OpenMCL Common Lisp Implementation} homepage http://www.openmcl.com epoch 0 platforms darwin name openmcl long_description {OpenMCL is an opensourced Common Lisp implementation, derived from Digitool's Macintosh Common Lisp product. OpenMCL currently runs under LinuxPPC and, as of version 0.10, under Darwin, the BSD/Mach layer on which Mac OS X is based.} maintainers {waqar gwright} categories lang version 1.0 revision 1 opensaml 366 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Oct 4 08:45:13 2009 From: noreply at macports.org (MacPorts) Date: Sun, 04 Oct 2009 15:45:13 -0000 Subject: [MacPorts] howto/MAMP modified Message-ID: <20091004154513.3302E7516271@mail-out3.apple.com> Changed page "howto/MAMP" by nDiScReEt at GmAiL.cOm from 69.47.18.95* Page URL: Diff URL: Revision 46 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: howto/MAMP ========================================================================= --- howto/MAMP (version: 45) +++ howto/MAMP (version: 46) @@ -164,7 +164,7 @@ {{{ sudo port install php5 +apache2 -sudo port install php5-mysql5 +sudo port install php5-mysql }}} '''''Note:''''' php5 contains the core PHP features, but there are many optional features available in separate ports, some of which you may want to install as well (such as MySQL support via the php5-mysql port). Use `port search php5` to see all the options that are available. @@ -194,7 +194,7 @@ # # Include PHP configurations # -Include conf/extras-conf/mod_php.conf +Include conf/extra/mod_php.conf }}} You may also need to load the PHP module '''before''' including `mod_php.conf` as described above: -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on howto/MAMP. If it was not you, please report to . From avsm at macports.org Sun Oct 4 12:33:53 2009 From: avsm at macports.org (avsm at macports.org) Date: Sun, 4 Oct 2009 12:33:53 -0700 (PDT) Subject: [58751] trunk/dports/devel/cryptokit Message-ID: <20091004193354.BE38428EEF4C@beta.macosforge.org> Revision: 58751 http://trac.macports.org/changeset/58751 Author: avsm at macports.org Date: 2009-10-04 12:33:50 -0700 (Sun, 04 Oct 2009) Log Message: ----------- update to cryptokit 1.3 and make packaging ocamlfind compatible Modified Paths: -------------- trunk/dports/devel/cryptokit/Portfile Added Paths: ----------- trunk/dports/devel/cryptokit/files/ trunk/dports/devel/cryptokit/files/patch-META trunk/dports/devel/cryptokit/files/patch-Makefile Modified: trunk/dports/devel/cryptokit/Portfile =================================================================== --- trunk/dports/devel/cryptokit/Portfile 2009-10-04 10:53:50 UTC (rev 58750) +++ trunk/dports/devel/cryptokit/Portfile 2009-10-04 19:33:50 UTC (rev 58751) @@ -2,9 +2,9 @@ PortSystem 1.0 name cryptokit -version 1.2 +version 1.3 categories devel security -maintainers recoil.org:anil +maintainers avsm description Objective Caml interface to cryptographic functions. long_description The Cryptokit library for Objective Caml provides a \ variety of cryptographic primitives that can be used to \ @@ -13,17 +13,26 @@ homepage http://pauillac.inria.fr/~xleroy/software.html platforms darwin master_sites http://caml.inria.fr/distrib/bazar-ocaml/ -checksums md5 0249135953f10c1515e88985b45ee4c9 +checksums md5 d7de01d0702d16b3491c9e794ebb2cc3 \ + sha1 aebb0b2ed7c89320006de63b73ab639051888a9c \ + rmd160 bdf1ec365562b534b7995d0f2c3fc06ec203111f depends_lib bin:camlp4:ocaml use_configure no -build.target all allopt +build.target all allopt doc -set instdir ${destroot}${prefix}/lib/ocaml/ -destroot.args INSTALLDIR=${instdir} +set instdir ${destroot}${prefix}/lib/ocaml/site-lib +destroot.args INSTALLDIR=${instdir}/cryptokit +patchfiles patch-META patch-Makefile pre-destroot { - file mkdir ${instdir} + file mkdir ${instdir}/cryptokit/stublibs + file mkdir ${instdir}/stublibs } post-destroot { - system "ranlib ${instdir}/cryptokit.a" - system "ranlib ${instdir}/libcryptokit.a" + system "ranlib ${instdir}/cryptokit/cryptokit.a" + system "ranlib ${instdir}/cryptokit/libcryptokit.a" + xinstall ${worksrcpath}/META ${instdir}/cryptokit/META + system "mv ${instdir}/cryptokit/stublibs/*.so ${instdir}/stublibs/" + xinstall -d -755 ${destroot}${prefix}/share/doc/${name} + eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \ + ${destroot}/${prefix}/share/doc/${name} } Added: trunk/dports/devel/cryptokit/files/patch-META =================================================================== --- trunk/dports/devel/cryptokit/files/patch-META (rev 0) +++ trunk/dports/devel/cryptokit/files/patch-META 2009-10-04 19:33:50 UTC (rev 58751) @@ -0,0 +1,9 @@ +--- META.orig 2009-03-06 02:57:10.000000000 +0000 ++++ META 2009-03-06 05:29:58.000000000 +0000 +@@ -0,0 +1,6 @@ ++name="cryptokit" ++version="1.3" ++description="Cryptographic primitives" ++requires="num unix" ++archive(byte)="cryptokit.cma" ++archive(native)="cryptokit.cmxa" Added: trunk/dports/devel/cryptokit/files/patch-Makefile =================================================================== --- trunk/dports/devel/cryptokit/files/patch-Makefile (rev 0) +++ trunk/dports/devel/cryptokit/files/patch-Makefile 2009-10-04 19:33:50 UTC (rev 58751) @@ -0,0 +1,30 @@ +--- Makefile.orig 2005-04-20 14:19:54.000000000 +0100 ++++ Makefile 2009-08-01 00:40:39.000000000 +0100 +@@ -46,7 +46,7 @@ + + all: libcryptokit.a cryptokit.cmi cryptokit.cma + +-allopt: libcryptokit.a cryptokit.cmi cryptokit.cmxa ++allopt: libcryptokit.a cryptokit.cmi cryptokit.cmxs + + libcryptokit.a: $(C_OBJS) + $(MKLIB) -o cryptokit $(C_OBJS) -L$(ZLIB_LIBDIR) $(ZLIB_LIB) +@@ -57,6 +57,9 @@ + cryptokit.cmxa: $(CAML_OBJS:.cmo=.cmx) + $(MKLIB) -o cryptokit $(CAML_OBJS:.cmo=.cmx) -L$(ZLIB_LIBDIR) $(ZLIB_LIB) + ++cryptokit.cmxs: cryptokit.cmxa ++ $(OCAMLOPT) -shared -linkall -o $@ $< -cclib "-L. -L$(ZLIB_LIBDIR) $(ZLIB_LIB)" ++ + test: test.byt + $(OCAMLRUN) -I . ./test.byt + +@@ -77,7 +80,7 @@ + cp cryptokit.cmi cryptokit.cma cryptokit.mli $(INSTALLDIR) + cp libcryptokit.a $(INSTALLDIR) + if test -f dllcryptokit.so; then cp dllcryptokit.so $(INSTALLDIR)/stublibs; fi +- if test -f cryptokit.cmxa; then cp cryptokit.cmxa cryptokit.cmx cryptokit.a $(INSTALLDIR); fi ++ if test -f cryptokit.cmxa; then cp cryptokit.cmxa cryptokit.cmxs cryptokit.cmx cryptokit.a $(INSTALLDIR); fi + + doc: FORCE + cd doc; $(OCAMLDOC) -html -I .. ../cryptokit.mli -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 12:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 12:53:50 -0700 (PDT) Subject: [58752] trunk/dports Message-ID: <20091004195352.557EE28EF25D@beta.macosforge.org> Revision: 58752 http://trac.macports.org/changeset/58752 Author: portindex at macports.org Date: 2009-10-04 12:53:50 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 19:33:50 UTC (rev 58751) +++ trunk/dports/PortIndex 2009-10-04 19:53:50 UTC (rev 58752) @@ -1098,8 +1098,8 @@ variants universal portdir devel/cppunit description {unit testing framework for C++} homepage http://cppunit.sourceforge.net/ epoch 0 platforms darwin name cppunit long_description {CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.} maintainers mww categories devel version 1.12.1 revision 0 cryptlib 767 variants {darwin darwin_10 sunos} portdir devel/cryptlib description {cryptlib is a powerful security toolkit (library)} homepage http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ epoch 0 platforms {darwin sunos} name cryptlib long_description {cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. The high-level interface provides anyone with the ability to add strong security capabilities to an application in as little as half an hour, without needing to know any of the low-level details that make the encryption or authentication work.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {devel security crypto} version 3.3.3 revision 0 -cryptokit 492 -portdir devel/cryptokit description {Objective Caml interface to cryptographic functions.} homepage http://pauillac.inria.fr/~xleroy/software.html epoch 0 platforms darwin name cryptokit depends_lib bin:camlp4:ocaml maintainers recoil.org:anil long_description {The Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.} categories {devel security} version 1.2 revision 0 +cryptokit 481 +portdir devel/cryptokit description {Objective Caml interface to cryptographic functions.} homepage http://pauillac.inria.fr/~xleroy/software.html epoch 0 platforms darwin name cryptokit depends_lib bin:camlp4:ocaml maintainers avsm long_description {The Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.} categories {devel security} version 1.3 revision 0 cscope 598 variants universal portdir devel/cscope description {development tool for browsing source code} homepage http://cscope.sourceforge.net/ epoch 0 platforms {darwin freebsd} name cscope depends_lib port:ncurses long_description {Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.} maintainers mww categories devel version 15.7a revision 0 cssc 370 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Oct 4 13:29:58 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 4 Oct 2009 13:29:58 -0700 (PDT) Subject: [58753] trunk/dports/python/py26-cython/Portfile Message-ID: <20091004202958.73C5F28EF6EC@beta.macosforge.org> Revision: 58753 http://trac.macports.org/changeset/58753 Author: blb at macports.org Date: 2009-10-04 13:29:57 -0700 (Sun, 04 Oct 2009) Log Message: ----------- python/py26-cython - update to 0.11.3 Modified Paths: -------------- trunk/dports/python/py26-cython/Portfile Modified: trunk/dports/python/py26-cython/Portfile =================================================================== --- trunk/dports/python/py26-cython/Portfile 2009-10-04 19:53:50 UTC (rev 58752) +++ trunk/dports/python/py26-cython/Portfile 2009-10-04 20:29:57 UTC (rev 58753) @@ -5,7 +5,7 @@ PortGroup python26 1.0 name py26-cython -version 0.11.2 +version 0.11.3 categories python devel maintainers nomaintainer platforms darwin @@ -16,12 +16,12 @@ edge functionality and optimizations homepage http://www.cython.org/ -master_sites ${homepage} +master_sites ${homepage}release/ distname Cython-${version} -checksums md5 31a79d5c7365e1d18ff7be48d6c1026b \ - sha1 67ae3bdfdb6f2e5ee5f54e21a295d880d3c3bb9e \ - rmd160 6e4a69ff1de4e901ad416398a5453a09b229ae8d +checksums md5 470d1f928886f4e59463d7ead5d5e300 \ + sha1 088eabeb5bff2ff86b758f182dd9526db71f330e \ + rmd160 427902ba58b6292f96eb70c4c39036a6a13865ee post-destroot { xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Oct 4 13:53:58 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 4 Oct 2009 13:53:58 -0700 (PDT) Subject: [58754] trunk/dports/python/py26-lxml/Portfile Message-ID: <20091004205359.2DF6B28EF913@beta.macosforge.org> Revision: 58754 http://trac.macports.org/changeset/58754 Author: blb at macports.org Date: 2009-10-04 13:53:56 -0700 (Sun, 04 Oct 2009) Log Message: ----------- python/py26-lxml - needs py26-cython, should fix ticket #21820 Modified Paths: -------------- trunk/dports/python/py26-lxml/Portfile Modified: trunk/dports/python/py26-lxml/Portfile =================================================================== --- trunk/dports/python/py26-lxml/Portfile 2009-10-04 20:29:57 UTC (rev 58753) +++ trunk/dports/python/py26-lxml/Portfile 2009-10-04 20:53:56 UTC (rev 58754) @@ -22,7 +22,8 @@ sha1 eec5fbcd513d24fc96e85ad7f7f16a6200067c6c \ rmd160 8cc42ceb7c631ba63763d6bb664d87ec3bcf84b0 distname lxml-${version} -depends_lib-append port:libxml2 port:libxslt port:py26-setuptools +depends_lib-append port:libxml2 port:libxslt port:py26-setuptools \ + port:py26-cython livecheck.type regex livecheck.url ${master_sites} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 13:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 13:54:17 -0700 (PDT) Subject: [58755] trunk/dports/PortIndex Message-ID: <20091004205418.3C6CC28EF921@beta.macosforge.org> Revision: 58755 http://trac.macports.org/changeset/58755 Author: portindex at macports.org Date: 2009-10-04 13:54:16 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6232 Ports successfully parsed: 6232 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 20:53:56 UTC (rev 58754) +++ trunk/dports/PortIndex 2009-10-04 20:54:16 UTC (rev 58755) @@ -8975,7 +8975,7 @@ py26-cvxopt 849 variants {atlas gsl fftw glpk dsdp} portdir python/py26-cvxopt description {Python module for convex optimization} homepage http://abel.ee.ucla.edu/cvxopt epoch 0 platforms darwin depends_lib {port:python26 port:gsl port:fftw-3 port:glpk port:DSDP} name py26-cvxopt long_description {CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python scripts, or integrated in other software via Python extension modules. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python's extensive standard library and on the strengths of Python as a high-level programming language.} maintainers mnick version 1.1.1 categories {python math} revision 0 py26-cython 499 -portdir python/py26-cython description {A language for writing C extension modules for Python.} homepage http://www.cython.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-cython maintainers nomaintainer long_description {Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations} version 0.11.2 categories {python devel} revision 0 +portdir python/py26-cython description {A language for writing C extension modules for Python.} homepage http://www.cython.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-cython maintainers nomaintainer long_description {Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations} version 0.11.3 categories {python devel} revision 0 py26-dap 554 portdir python/py26-dap description {Python implementation of the Data Access Protocol} homepage http://pydap.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-httplib2} name py26-dap maintainers {ram openmaintainer} long_description {A scientific protocol for data access developed by the OPeNDAP team (http://opendap.org). This implementation is developed from scratch, following the latest specification of the protocol (DAP 2.0 Draft Community Standard 2005/04/27).} version 2.2.6.7 categories python revision 0 py26-dateutil 418 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Oct 4 14:05:03 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 4 Oct 2009 14:05:03 -0700 (PDT) Subject: [58756] trunk/dports/multimedia/mp4v2/Portfile Message-ID: <20091004210504.79A5E28EFA42@beta.macosforge.org> Revision: 58756 http://trac.macports.org/changeset/58756 Author: mnick at macports.org Date: 2009-10-04 14:04:59 -0700 (Sun, 04 Oct 2009) Log Message: ----------- maintainer update, update homepage (closes #21830) Modified Paths: -------------- trunk/dports/multimedia/mp4v2/Portfile Modified: trunk/dports/multimedia/mp4v2/Portfile =================================================================== --- trunk/dports/multimedia/mp4v2/Portfile 2009-10-04 20:54:16 UTC (rev 58755) +++ trunk/dports/multimedia/mp4v2/Portfile 2009-10-04 21:04:59 UTC (rev 58756) @@ -13,7 +13,7 @@ files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \ mp4v2 used to be part of the mpeg4ip library. -homepage http://mp4v2.googlecode.com +homepage http://code.google.com/p/mp4v2/ platforms darwin master_sites googlecode -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Oct 4 14:22:47 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 4 Oct 2009 14:22:47 -0700 (PDT) Subject: [58757] trunk/dports/python Message-ID: <20091004212248.407E628EFC96@beta.macosforge.org> Revision: 58757 http://trac.macports.org/changeset/58757 Author: blb at macports.org Date: 2009-10-04 14:22:43 -0700 (Sun, 04 Oct 2009) Log Message: ----------- New port - python26/py26-distribute, Replacement for setuptools; for py26-setuptools, note the conflict Modified Paths: -------------- trunk/dports/python/py26-setuptools/Portfile Added Paths: ----------- trunk/dports/python/py26-distribute/ trunk/dports/python/py26-distribute/Portfile Added: trunk/dports/python/py26-distribute/Portfile =================================================================== --- trunk/dports/python/py26-distribute/Portfile (rev 0) +++ trunk/dports/python/py26-distribute/Portfile 2009-10-04 21:22:43 UTC (rev 58757) @@ -0,0 +1,32 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 +name py26-distribute +version 0.6.3 +categories-append devel +maintainers nomaintainer +description Replacement for setuptools +long_description \ + Distribute is a fork of the Setuptools project. It is intended to replace \ + Setuptools as the standard method for working with Python module \ + distributions. + +platforms darwin + +homepage http://pypi.python.org/pypi/distribute/ +master_sites http://pypi.python.org/packages/source/d/distribute/ +distname distribute-${version} + +conflicts py26-setuptools + +checksums md5 3940fd02a763f001014296cfec5e69f2 \ + sha1 f259822547f09726d7c96258a6b3bb6ae9bcb75a \ + rmd160 100b4b9a54589608ae2c5f71f9172088a99b8223 + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \ + DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name} +} + Property changes on: trunk/dports/python/py26-distribute/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Modified: trunk/dports/python/py26-setuptools/Portfile =================================================================== --- trunk/dports/python/py26-setuptools/Portfile 2009-10-04 21:04:59 UTC (rev 58756) +++ trunk/dports/python/py26-setuptools/Portfile 2009-10-04 21:22:43 UTC (rev 58757) @@ -20,6 +20,8 @@ master_sites http://pypi.python.org/packages/source/s/setuptools distname setuptools-${version} +conflicts py26-distribute + checksums md5 3864c01d9c719c8924c455714492295e \ sha1 79086433b341f0c1df45e10d586a7d3cc25089f1 \ rmd160 bc0ee3821e76b57fd13425b16c4419dbccf95ed9 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Oct 4 14:29:52 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 4 Oct 2009 14:29:52 -0700 (PDT) Subject: [58758] contrib/mpvim/ftplugin/portfile.vim Message-ID: <20091004212952.9885128EFD57@beta.macosforge.org> Revision: 58758 http://trac.macports.org/changeset/58758 Author: mnick at macports.org Date: 2009-10-04 14:29:50 -0700 (Sun, 04 Oct 2009) Log Message: ----------- check if ftplugin functions are already defined Modified Paths: -------------- contrib/mpvim/ftplugin/portfile.vim Modified: contrib/mpvim/ftplugin/portfile.vim =================================================================== --- contrib/mpvim/ftplugin/portfile.vim 2009-10-04 21:22:43 UTC (rev 58757) +++ contrib/mpvim/ftplugin/portfile.vim 2009-10-04 21:29:50 UTC (rev 58758) @@ -1,16 +1,19 @@ " Vim filetype plugin for portfile " Author: Maximilian Nickel -if exists("b:did_ftplugin") +if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 -function PortfileGetErrors() - if !empty(getqflist()) - exe "copen" - end -endfunction +if exists("g:did_macportsplugin") + function PortfileGetErrors() + if !empty(getqflist()) + exe "copen" + end + endfunction +endif +let g:did_macportsplugin = 1 au QuickFixCmdPre make exe "cclose" au QuickFixCmdPost make call PortfileGetErrors() -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Oct 4 14:50:10 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 4 Oct 2009 14:50:10 -0700 (PDT) Subject: [58759] contrib/mpvim/ftplugin/portfile.vim Message-ID: <20091004215011.16E6C28F0298@beta.macosforge.org> Revision: 58759 http://trac.macports.org/changeset/58759 Author: mnick at macports.org Date: 2009-10-04 14:50:10 -0700 (Sun, 04 Oct 2009) Log Message: ----------- fix ftplugin function check Modified Paths: -------------- contrib/mpvim/ftplugin/portfile.vim Modified: contrib/mpvim/ftplugin/portfile.vim =================================================================== --- contrib/mpvim/ftplugin/portfile.vim 2009-10-04 21:29:50 UTC (rev 58758) +++ contrib/mpvim/ftplugin/portfile.vim 2009-10-04 21:50:10 UTC (rev 58759) @@ -6,14 +6,14 @@ endif let b:did_ftplugin = 1 -if exists("g:did_macportsplugin") +if !exists("g:did_mpftplugin") function PortfileGetErrors() if !empty(getqflist()) exe "copen" end endfunction + let g:did_mpftplugin = 1 endif -let g:did_macportsplugin = 1 au QuickFixCmdPre make exe "cclose" au QuickFixCmdPost make call PortfileGetErrors() -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Oct 4 14:51:28 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 4 Oct 2009 14:51:28 -0700 (PDT) Subject: [58760] contrib/mpvim/syntax/portfile.vim Message-ID: <20091004215128.CF7B728F02C5@beta.macosforge.org> Revision: 58760 http://trac.macports.org/changeset/58760 Author: mnick at macports.org Date: 2009-10-04 14:51:28 -0700 (Sun, 04 Oct 2009) Log Message: ----------- support 'path:' dependencies Modified Paths: -------------- contrib/mpvim/syntax/portfile.vim Modified: contrib/mpvim/syntax/portfile.vim =================================================================== --- contrib/mpvim/syntax/portfile.vim 2009-10-04 21:50:10 UTC (rev 58759) +++ contrib/mpvim/syntax/portfile.vim 2009-10-04 21:51:28 UTC (rev 58760) @@ -98,7 +98,7 @@ " Dependencies syn match PortfileDepends "depends_\(\(lib\|build\|run\|fetch\|extract\)\(-\(append\|delete\)\)\?\)" nextgroup=PortfileDependsEntries skipwhite syn region PortfileDependsEntries matchgroup=Normal start="" skip="\\$" end="$" contains=PortfileDependsEntry contained -syn match PortfileDependsEntry "\(port\|bin\):" contained +syn match PortfileDependsEntry "\(port\|bin\|path\):" contained " StartupItems syn match PortfileOptional "startupitem\.\(start\|stop\|restart\|init\|pidfile\)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 14:54:00 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 14:54:00 -0700 (PDT) Subject: [58761] trunk/dports Message-ID: <20091004215401.0DAB728F030E@beta.macosforge.org> Revision: 58761 http://trac.macports.org/changeset/58761 Author: portindex at macports.org Date: 2009-10-04 14:53:59 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-04 21:51:28 UTC (rev 58760) +++ trunk/dports/PortIndex 2009-10-04 21:53:59 UTC (rev 58761) @@ -5104,8 +5104,8 @@ variants universal depends_build {port:pkgconfig port:git-core port:doxygen} portdir multimedia/mlt description {Open source multimedia framework - core libraries} depends_fetch bin:git:git-core homepage http://www.mltframework.org epoch 1 platforms darwin depends_lib {port:atk port:frei0r-plugins path:lib/libavcodec.dylib:ffmpeg port:gtk2 port:libdv port:libsamplerate path:lib/pkgconfig/sdl.pc:libsdl port:libvorbis port:qt4-mac port:sox} name mlt long_description {MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. This package contains the files necessary for running applications that use the MLT multimedia framework.} maintainers dennedy.org:dan categories multimedia version 0.4.2 revision 0 moc 881 variants {autojack vorbis without_ffmpeg universal} portdir multimedia/moc description {MOC (music on console) is a console audio player for LINUX/UNIX} homepage http://moc.daper.net epoch 0 platforms darwin name moc depends_lib {port:libiconv port:ncurses path:lib/libavcodec.dylib:ffmpeg port:libmad port:mpc port:libid3tag port:libsamplerate path:lib/libspeex.dylib:speex port:flac port:jack port:curl} long_description {MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. Internet stream (Icecast, Shoutcast) are supported, key mapping can be fully customized. Supported file formats are: mp3, Ogg Vorbis, FLAC, Musepack, Speex, WAVE, AIFF, AU (and other less popular formats supported by libsndfile. New formats support is under development.} maintainers martinvazquez.net:eu categories multimedia version 2.4.4 revision 0 -mp4v2 458 -variants universal depends_build port:help2man portdir multimedia/mp4v2 description {Read, create, and modify mp4 files.} homepage http://mp4v2.googlecode.com epoch 0 platforms darwin name mp4v2 long_description {The mp4v2 library provides an API to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. mp4v2 used to be part of the mpeg4ip library.} maintainers gmail.com:cedric.luthi categories multimedia version 1.9.1 revision 1 +mp4v2 462 +variants universal depends_build port:help2man portdir multimedia/mp4v2 description {Read, create, and modify mp4 files.} homepage http://code.google.com/p/mp4v2/ epoch 0 platforms darwin name mp4v2 long_description {The mp4v2 library provides an API to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. mp4v2 used to be part of the mpeg4ip library.} maintainers gmail.com:cedric.luthi categories multimedia version 1.9.1 revision 1 mpeg2vidcodec 508 variants {no_x11 universal} portdir multimedia/mpeg2vidcodec description {MPEG-2 Video Encoder / Decoder} homepage http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html epoch 0 platforms darwin depends_lib port:xorg-libXext name mpeg2vidcodec long_description {Contains an implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences, and vice versa.} maintainers nomaintainer categories multimedia version 1.2 revision 3 mpgtx 746 @@ -8988,6 +8988,8 @@ portdir python/py26-dice3ds description {Read, write, and manipulate 3DS files} homepage http://www.aerojockey.com/software/dice3ds/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-dice3ds maintainers {jmr openmaintainer} long_description {Dice3DS is a package to to read, write, and manipulate 3D Studio format files in Python. Also includes code to convert 3DS files into an OpenGL display list.} version 0.10 categories {python graphics} revision 0 py26-dispatcher 483 portdir python/py26-dispatcher description {python dispatcher mechanism for creating event models} homepage http://pydispatcher.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-dispatcher maintainers {dh openmaintainer} long_description {PyDispatcher provides the Python programmer with a multiple-producer-multiple-consumer signal-registration and routing infrastructure for use in multiple contexts.} version 2.0.1 categories {python devel} revision 0 +py26-distribute 442 +portdir python/py26-distribute description {Replacement for setuptools} homepage http://pypi.python.org/pypi/distribute/ epoch 0 platforms darwin depends_lib port:python26 name py26-distribute maintainers nomaintainer long_description {Distribute is a fork of the Setuptools project. It is intended to replace Setuptools as the standard method for working with Python module distributions.} version 0.6.3 categories {python devel} revision 0 py26-distutils-extra 383 portdir python/py26-distutils-extra description {enhancements to the Python build system} homepage http://packages.debian.org/source/sid/python-distutils-extra epoch 0 platforms darwin depends_lib {port:python26 port:intltool} name py26-distutils-extra maintainers nomaintainer long_description {{enhancements to the Python build system}} version 1.91.2 categories python revision 0 py26-django 432 @@ -9092,8 +9094,8 @@ portdir python/py26-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python26 port:py26-logilab-common} name py26-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.1 categories python revision 0 py26-logilab-common 393 portdir python/py26-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python26 name py26-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.45.0 categories python revision 0 -py26-lxml 616 -portdir python/py26-lxml description {Powerful and Pythonic XML processing library} homepage http://codespeak.net/lxml/ epoch 0 platforms darwin depends_lib {port:python26 port:libxml2 port:libxslt port:py26-setuptools} name py26-lxml maintainers {gmail.com:dbraband openmaintainer} long_description {lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.} version 2.2.2 categories {python devel} revision 0 +py26-lxml 633 +portdir python/py26-lxml description {Powerful and Pythonic XML processing library} homepage http://codespeak.net/lxml/ epoch 0 platforms darwin depends_lib {port:python26 port:libxml2 port:libxslt port:py26-setuptools port:py26-cython} name py26-lxml maintainers {gmail.com:dbraband openmaintainer} long_description {lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.} version 2.2.2 categories {python devel} revision 0 py26-m2crypto 431 portdir python/py26-m2crypto description {M2Crypto is a crypto and SSL toolkit for Python.} homepage http://chandlerproject.org/Projects/MeTooCrypto epoch 0 platforms darwin depends_lib {port:python26 bin:swig:swig port:openssl port:py26-setuptools} name py26-m2crypto maintainers {ram openmaintainer} long_description {{M2Crypto is a crypto and SSL toolkit for Python.}} version 0.20.1 categories {python crypto devel} revision 0 py26-macholib 676 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Oct 4 15:52:47 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 4 Oct 2009 15:52:47 -0700 (PDT) Subject: [58762] trunk/dports/x11/worker/Portfile Message-ID: <20091004225247.A582E28F0ABE@beta.macosforge.org> Revision: 58762 http://trac.macports.org/changeset/58762 Author: blb at macports.org Date: 2009-10-04 15:52:43 -0700 (Sun, 04 Oct 2009) Log Message: ----------- x11/worker - properly find X11, ticket #21832 Modified Paths: -------------- trunk/dports/x11/worker/Portfile Modified: trunk/dports/x11/worker/Portfile =================================================================== --- trunk/dports/x11/worker/Portfile 2009-10-04 21:53:59 UTC (rev 58761) +++ trunk/dports/x11/worker/Portfile 2009-10-04 22:52:43 UTC (rev 58762) @@ -19,3 +19,5 @@ sha1 4eb7870b87aeff4b1cced80a8dcb543ab13e19a8 \ rmd160 c8d19bdc1e8d206f074daae1ffe713d5b6672906 +configure.args --x-includes=${prefix}/include --x-libraries=${prefix}/lib + -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Oct 4 17:04:14 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 4 Oct 2009 17:04:14 -0700 (PDT) Subject: [58763] contrib/mpvim/syntax/portfile.vim Message-ID: <20091005000414.AFE3B28F1A66@beta.macosforge.org> Revision: 58763 http://trac.macports.org/changeset/58763 Author: mnick at macports.org Date: 2009-10-04 17:04:11 -0700 (Sun, 04 Oct 2009) Log Message: ----------- support 'lib:' dependencies (thx ryan) Modified Paths: -------------- contrib/mpvim/syntax/portfile.vim Modified: contrib/mpvim/syntax/portfile.vim =================================================================== --- contrib/mpvim/syntax/portfile.vim 2009-10-04 22:52:43 UTC (rev 58762) +++ contrib/mpvim/syntax/portfile.vim 2009-10-05 00:04:11 UTC (rev 58763) @@ -98,7 +98,7 @@ " Dependencies syn match PortfileDepends "depends_\(\(lib\|build\|run\|fetch\|extract\)\(-\(append\|delete\)\)\?\)" nextgroup=PortfileDependsEntries skipwhite syn region PortfileDependsEntries matchgroup=Normal start="" skip="\\$" end="$" contains=PortfileDependsEntry contained -syn match PortfileDependsEntry "\(port\|bin\|path\):" contained +syn match PortfileDependsEntry "\(port\|bin\|path\|lib\):" contained " StartupItems syn match PortfileOptional "startupitem\.\(start\|stop\|restart\|init\|pidfile\)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sun Oct 4 17:46:14 2009 From: jmr at macports.org (jmr at macports.org) Date: Sun, 4 Oct 2009 17:46:14 -0700 (PDT) Subject: [58764] trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl Message-ID: <20091005004614.DDA8E28F1FF7@beta.macosforge.org> Revision: 58764 http://trac.macports.org/changeset/58764 Author: jmr at macports.org Date: 2009-10-04 17:46:11 -0700 (Sun, 04 Oct 2009) Log Message: ----------- remove dead savannah mirror (#21817) Modified Paths: -------------- trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl Modified: trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl =================================================================== --- trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl 2009-10-05 00:04:11 UTC (rev 58763) +++ trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl 2009-10-05 00:46:11 UTC (rev 58764) @@ -322,7 +322,6 @@ http://savannah.c3sl.ufpr.br/ ftp://savannah.c3sl.ufpr.br/savannah-nongnu/ http://savannah.inetbridge.net/ - http://savannah.releasenotes.org/ http://www.centervenus.com/mirrors/nongnu/ http://www.de-mirrors.de/nongnu/ http://www.very-clever.com/download/nongnu/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sun Oct 4 18:09:44 2009 From: jmr at macports.org (jmr at macports.org) Date: Sun, 4 Oct 2009 18:09:44 -0700 (PDT) Subject: [58765] trunk/dports/graphics/asymptote/Portfile Message-ID: <20091005010948.ECB8628F23A3@beta.macosforge.org> Revision: 58765 http://trac.macports.org/changeset/58765 Author: jmr at macports.org Date: 2009-10-04 18:09:41 -0700 (Sun, 04 Oct 2009) Log Message: ----------- asymptote: maintainer update to 1.88 (#21805, also fixes #21475) Modified Paths: -------------- trunk/dports/graphics/asymptote/Portfile Modified: trunk/dports/graphics/asymptote/Portfile =================================================================== --- trunk/dports/graphics/asymptote/Portfile 2009-10-05 00:46:11 UTC (rev 58764) +++ trunk/dports/graphics/asymptote/Portfile 2009-10-05 01:09:41 UTC (rev 58765) @@ -4,7 +4,7 @@ PortSystem 1.0 name asymptote -version 1.85 +version 1.88 categories graphics maintainers gmail.com:loshea description a vector graphics language @@ -19,9 +19,9 @@ --mandir=${prefix}/share/man master_sites sourceforge extract.suffix .src.tgz -checksums md5 41254066198abeb4379fc3989891b670 \ - sha1 7330403ad72de92e3791a977c50838675be1c061 \ - rmd160 4e801ca4d90a2d132a8553cfe3a5ddfef160d754 +checksums md5 6b3e32747e52b3af533a149bb0131b10 \ + sha1 2062d6c76ae946347668d61cd320ad52f93e1a7c \ + rmd160 3c880d59121d99ec2b1fb4dacfd3fe30dd96525d depends_lib port:readline \ port:texlive \ port:ghostscript \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sun Oct 4 18:46:08 2009 From: toby at macports.org (toby at macports.org) Date: Sun, 4 Oct 2009 18:46:08 -0700 (PDT) Subject: [58766] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl Message-ID: <20091005014609.D83BD28F2A00@beta.macosforge.org> Revision: 58766 http://trac.macports.org/changeset/58766 Author: toby at macports.org Date: 2009-10-04 18:46:06 -0700 (Sun, 04 Oct 2009) Log Message: ----------- fix os version check Modified Paths: -------------- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-05 01:09:41 UTC (rev 58765) +++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-05 01:46:06 UTC (rev 58766) @@ -57,7 +57,7 @@ } set file_archs " [strsed [exec lipo -info ${file}] {s/.*://}] " foreach requested_arch ${requested_archs} { - if {9 == ${os.major} && ${requested_arch} == "ppc"} { + if {9 <= ${os.major} && ${requested_arch} == "ppc"} { set requested_arch ppc7400 } if {-1 == [string first " ${requested_arch} " ${file_archs}]} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 18:54:01 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 18:54:01 -0700 (PDT) Subject: [58767] trunk/dports/PortIndex Message-ID: <20091005015402.B3BA028F2B06@beta.macosforge.org> Revision: 58767 http://trac.macports.org/changeset/58767 Author: portindex at macports.org Date: 2009-10-04 18:54:00 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 01:46:06 UTC (rev 58766) +++ trunk/dports/PortIndex 2009-10-05 01:54:00 UTC (rev 58767) @@ -3041,7 +3041,7 @@ antigraingeometry 963 variants {sdl universal} depends_build {port:pkgconfig port:autoconf port:automake port:libtool} portdir graphics/antigraingeometry description {A high quality rendering engine for C++} homepage http://www.antigrain.com/ epoch 0 platforms darwin name antigraingeometry depends_lib {port:freetype port:xorg-libX11} long_description {Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. For example, if you render 2D geographic maps AGG is a must. AGG uses only C++ and standard C runtime functions, such as memcpy, sin, cos, sqrt, etc. The basic algorithms don't even use C++ Standard Template Library. Thus, AGG can be used in a very large number of applications, including embedded systems.} maintainers nomaintainer categories {graphics devel} version 2.5 revision 2 asymptote 598 -variants universal portdir graphics/asymptote description {a vector graphics language} homepage http://asymptote.sourceforge.net epoch 0 platforms darwin name asymptote depends_lib {port:readline port:texlive port:ghostscript port:fftw-3 port:gsl port:libsigsegv port:ncurses port:boehmgc} long_description {Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.} maintainers gmail.com:loshea categories graphics version 1.85 revision 0 +variants universal portdir graphics/asymptote description {a vector graphics language} homepage http://asymptote.sourceforge.net epoch 0 platforms darwin name asymptote depends_lib {port:readline port:texlive port:ghostscript port:fftw-3 port:gsl port:libsigsegv port:ncurses port:boehmgc} long_description {Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.} maintainers gmail.com:loshea categories graphics version 1.88 revision 0 autopano-sift-c 653 variants universal depends_build port:cmake portdir graphics/autopano-sift-c description {Detects control points in photos using SIFT algorithm} depends_fetch port:subversion homepage http://hugin.sourceforge.net epoch 0 platforms darwin depends_lib {port:libpano13 port:libxml2} name autopano-sift-c long_description {C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos. Useful for stitching photographs, particularly in conjunction with graphics/hugin.} maintainers auckland.ac.nz:p.schmiedeskamp categories graphics version 2.4-2903 revision 0 autotrace 644 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Sun Oct 4 18:56:39 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Sun, 4 Oct 2009 18:56:39 -0700 (PDT) Subject: [58768] trunk/dports/gnome/gst-plugins-good/Portfile Message-ID: <20091005015639.D175C28F2BAE@beta.macosforge.org> Revision: 58768 http://trac.macports.org/changeset/58768 Author: rmsfisher at macports.org Date: 2009-10-04 18:56:38 -0700 (Sun, 04 Oct 2009) Log Message: ----------- gnome/gst-plugins-good updated version, disabled antiquated goom plugin with broken mmx code Modified Paths: -------------- trunk/dports/gnome/gst-plugins-good/Portfile Modified: trunk/dports/gnome/gst-plugins-good/Portfile =================================================================== --- trunk/dports/gnome/gst-plugins-good/Portfile 2009-10-05 01:54:00 UTC (rev 58767) +++ trunk/dports/gnome/gst-plugins-good/Portfile 2009-10-05 01:56:38 UTC (rev 58768) @@ -4,7 +4,7 @@ PortSystem 1.0 name gst-plugins-good -version 0.10.15 +version 0.10.16 revision 1 description This is gst-plugins, a set of plug-ins for GStreamer. long_description ${description} @@ -14,9 +14,9 @@ homepage http://www.gnome.org/ master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/gst-plugins-good/0.10/ -checksums md5 19bc6cc07951b3382d1ac8525b20e83f \ - sha1 b37611f5b4e28c19159ed3f71aeaf7dfff513174 \ - rmd160 6caa4c4f93285f03c15c23ac0ae5d390c20bfd07 +checksums md5 f0af97464bb6e060a99df39bb21b7a42 \ + sha1 655a22ea3f4f4dc0f9f200af7c85b4b725d960e7 \ + rmd160 51f6dfc95932ae3a25d017257a3587e3081ad163 depends_lib \ port:gst-plugins-base \ @@ -41,7 +41,7 @@ reinplace "s|-DGST_DISABLE_DEPRECATED||" ${worksrcpath}/configure } -configure.args --disable-schemas-install +configure.args --disable-schemas-install --disable-goom post-activate { system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sun Oct 4 19:26:00 2009 From: ram at macports.org (ram at macports.org) Date: Sun, 4 Oct 2009 19:26:00 -0700 (PDT) Subject: [58769] trunk/dports/python/py25-gnupg/Portfile Message-ID: <20091005022601.2BEEE28F2FC5@beta.macosforge.org> Revision: 58769 http://trac.macports.org/changeset/58769 Author: ram at macports.org Date: 2009-10-04 19:25:57 -0700 (Sun, 04 Oct 2009) Log Message: ----------- python/py25-gnupg: drop maintainership Modified Paths: -------------- trunk/dports/python/py25-gnupg/Portfile Modified: trunk/dports/python/py25-gnupg/Portfile =================================================================== --- trunk/dports/python/py25-gnupg/Portfile 2009-10-05 01:56:38 UTC (rev 58768) +++ trunk/dports/python/py25-gnupg/Portfile 2009-10-05 02:25:57 UTC (rev 58769) @@ -7,7 +7,7 @@ version 0.3.2 categories python platforms darwin -maintainers ram openmaintainer +maintainers nomaintainer description GnuPGInterface is a Python module to interface with GnuPG long_description GnuPGInterface is a Python module to interface with \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sun Oct 4 19:26:07 2009 From: ram at macports.org (ram at macports.org) Date: Sun, 4 Oct 2009 19:26:07 -0700 (PDT) Subject: [58770] trunk/dports/python/py26-gnupg/Portfile Message-ID: <20091005022607.A3C6128F301B@beta.macosforge.org> Revision: 58770 http://trac.macports.org/changeset/58770 Author: ram at macports.org Date: 2009-10-04 19:26:06 -0700 (Sun, 04 Oct 2009) Log Message: ----------- python/py26-gnupg: drop maintainership Modified Paths: -------------- trunk/dports/python/py26-gnupg/Portfile Modified: trunk/dports/python/py26-gnupg/Portfile =================================================================== --- trunk/dports/python/py26-gnupg/Portfile 2009-10-05 02:25:57 UTC (rev 58769) +++ trunk/dports/python/py26-gnupg/Portfile 2009-10-05 02:26:06 UTC (rev 58770) @@ -7,7 +7,7 @@ version 0.3.2 categories python platforms darwin -maintainers ram openmaintainer +maintainers nomaintainer description GnuPGInterface is a Python module to interface with GnuPG long_description GnuPGInterface is a Python module to interface with \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Oct 4 19:26:20 2009 From: noreply at macports.org (MacPorts) Date: Mon, 05 Oct 2009 02:26:20 -0000 Subject: [MacPorts] ram modified Message-ID: <20091005022621.08DCF7A7FA8D@mail-out4.apple.com> Changed page "ram" by ram at macports.org from 67.53.238.179* Page URL: Diff URL: Revision 58 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ram ========================================================================= --- ram (version: 57) +++ ram (version: 58) @@ -20,12 +20,10 @@ * [source:trunk/dports/python/py25-dap python/py25-dap] * [source:trunk/dports/python/py25-dateutil python/py25-dateutil] * [source:trunk/dports/python/py25-dnspython python/py25-dnspython] - * [source:trunk/dports/python/py25-gnupg python/py25-gnupg] * [source:trunk/dports/python/py25-m2crypto python/py25-m2crypto] * [source:trunk/dports/python/py25-matplotlib python/py25-matplotlib] * [source:trunk/dports/python/py25-matplotlib-basemap python/py25-matplotlib-basemap] * [source:trunk/dports/python/py25-numpy python/py25-numpy] - * [source:trunk/dports/python/py25-pyrex python/py25-pyrex] * [source:trunk/dports/python/py25-pyrxp python/py25-pyrxp] * [source:trunk/dports/python/py25-pyxmpp python/py25-pyxmpp] * [source:trunk/dports/python/py25-scipy python/py25-scipy] @@ -36,12 +34,10 @@ * [source:trunk/dports/python/py26-dateutil python/py26-dateutil] * [source:trunk/dports/python/py26-dnspython python/py26-dnspython] * [source:trunk/dports/python/py26-enum python/py26-enum] - * [source:trunk/dports/python/py26-gnupg python/py26-gnupg] * [source:trunk/dports/python/py26-httplib2 python/py26-httplib2] * [source:trunk/dports/python/py26-m2crypto python/py26-m2crypto] * [source:trunk/dports/python/py26-matplotlib python/py26-matplotlib] * [source:trunk/dports/python/py26-matplotlib-basemap python/py26-matplotlib-basemap] - * [source:trunk/dports/python/py26-pyrex python/py26-pyrex] * [source:trunk/dports/python/py26-pyrxp python/py26-pyrxp] * [source:trunk/dports/python/py26-pyxmpp python/py26-pyxmpp] * [source:trunk/dports/python/py26-tz python/py26-tz] -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on ram. If it was not you, please report to . From bfulgham at macports.org Sun Oct 4 19:37:34 2009 From: bfulgham at macports.org (bfulgham at macports.org) Date: Sun, 4 Oct 2009 19:37:34 -0700 (PDT) Subject: [58771] trunk/dports/lang/erlang/files Message-ID: <20091005023734.761EB28F3158@beta.macosforge.org> Revision: 58771 http://trac.macports.org/changeset/58771 Author: bfulgham at macports.org Date: 2009-10-04 19:37:31 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Remove unneeded patches. These were obsoleted by the addition of "configure.ldflags-append -lz" to the build options. Removed Paths: ------------- trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.dist trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.in Deleted: trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.dist =================================================================== --- trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.dist 2009-10-05 02:26:06 UTC (rev 58770) +++ trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.dist 2009-10-05 02:37:31 UTC (rev 58771) @@ -1,8 +0,0 @@ ---- lib/ssl/c_src/Makefile.dist.orig 2008-03-12 22:24:42.000000000 -0700 -+++ lib/ssl/c_src/Makefile.dist 2008-03-12 22:24:21.000000000 -0700 -@@ -11,4 +11,4 @@ - - $(BINDIR)/ssl_esock: $(OBJS) - $(CC) -L$(SSL_LIBDIR) -Wl,-R$(SSL_LIBDIR) -o $@ $^ \ -- $(LIBS) -lssl -lcrypto -+ $(LIBS) -lssl -lcrypto -lz Deleted: trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.in =================================================================== --- trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.in 2009-10-05 02:26:06 UTC (rev 58770) +++ trunk/dports/lang/erlang/files/patch-lib_ssl_c_src_Makefile.in 2009-10-05 02:37:31 UTC (rev 58771) @@ -1,20 +0,0 @@ ---- lib/ssl/c_src/Makefile.in.orig 2008-11-04 12:17:23.000000000 +0100 -+++ lib/ssl/c_src/Makefile.in 2008-11-06 07:46:48.000000000 +0100 -@@ -40,7 +40,7 @@ - CC = @CC@ - LD = @LD@ - SHELL = /bin/sh --LIBS = @LIBS@ -+LIBS = @LIBS@ -lz - PLAIN_CFLAGS = @CFLAGS@ - - # ---------------------------------------------------- -@@ -126,7 +126,7 @@ - CC_R_OPT = $(CC_R_FLAG)$(SSL_LIBDIR) - endif - --SSL_LINK_LIB=-L$(SSL_LIBDIR) -lssl -lcrypto -+SSL_LINK_LIB=-L$(SSL_LIBDIR) -lssl -lcrypto -lz - else - # not dynamic crypto lib (default from R11B-5) - NEED_KERBEROS=@SSL_LINK_WITH_KERBEROS@ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 19:54:02 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 19:54:02 -0700 (PDT) Subject: [58772] trunk/dports Message-ID: <20091005025403.30D3F28F356C@beta.macosforge.org> Revision: 58772 http://trac.macports.org/changeset/58772 Author: portindex at macports.org Date: 2009-10-04 19:54:01 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 02:37:31 UTC (rev 58771) +++ trunk/dports/PortIndex 2009-10-05 02:54:01 UTC (rev 58772) @@ -2799,7 +2799,7 @@ gst-plugins-farsight 679 variants universal depends_build port:pkgconfig portdir gnome/gst-plugins-farsight description {GStreamer plugins for Farsight} homepage http://farsight.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib {port:gst-plugins-base port:gconf port:jasper} name gst-plugins-farsight maintainers {devans openmaintainer} long_description {The Farsight project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins.} categories gnome version 0.12.11 revision 0 gst-plugins-good 543 -variants universal portdir gnome/gst-plugins-good description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-good depends_lib {port:gst-plugins-base port:aalib port:esound port:flac port:libcaca port:libcdio port:libdv port:libshout2 port:libsoup path:lib/libspeex.dylib:speex port:taglib port:wavpack} maintainers {rmsfisher openmaintainer} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} categories gnome version 0.10.15 revision 1 +variants universal portdir gnome/gst-plugins-good description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-good depends_lib {port:gst-plugins-base port:aalib port:esound port:flac port:libcaca port:libcdio port:libdv port:libshout2 port:libsoup path:lib/libspeex.dylib:speex port:taglib port:wavpack} maintainers {rmsfisher openmaintainer} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} categories gnome version 0.10.16 revision 1 gst-plugins-ugly 484 portdir gnome/gst-plugins-ugly description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-ugly depends_lib {port:gst-plugins-base port:a52dec port:lame port:libcdio port:libdvdread port:libid3tag port:liboil port:libmad port:libmpeg2 port:twolame port:x264} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} maintainers nomaintainer categories gnome version 0.10.12 revision 1 gst-python 309 @@ -8504,8 +8504,8 @@ portdir python/py25-geopy description {Network geocoding toolbox for Python.} homepage http://exogen.case.edu/projects/geopy/ epoch 0 platforms darwin depends_lib port:py25-simplejson name py25-geopy maintainers {landonf openmaintainer} long_description {geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other sources of data. geopy includes geocoder classes for MediaWiki (with the GIS extension), Semantic MediaWiki, the Google geocoder, the Yahoo! geocoder, geocoder.us, Virtual Earth, and GeoNames.} version 0.93 categories {python devel} revision 0 py25-gnome 582 variants {quartz darwin_9 universal} depends_build port:pkgconfig portdir python/py25-gnome description {gnome-python is a set of python interfaces to gnome-libs.} homepage http://www.pygtk.org/ epoch 0 platforms darwin depends_lib {port:libgnomeui port:py25-gtk port:py25-orbit port:libgnome port:python25 port:libgnomecanvas port:gnome-vfs port:gconf port:libbonobo port:libbonoboui} name py25-gnome long_description {{gnome-python is a set of python interfaces to gnome-libs.}} maintainers {kallisys.net:pguyot openmaintainer} categories {python gnome} version 2.26.1 revision 0 -py25-gnupg 503 -portdir python/py25-gnupg description {GnuPGInterface is a Python module to interface with GnuPG} homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:gnupg} name py25-gnupg maintainers {ram openmaintainer} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} version 0.3.2 categories python revision 0 +py25-gnupg 495 +portdir python/py25-gnupg description {GnuPGInterface is a Python module to interface with GnuPG} homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:gnupg} name py25-gnupg maintainers nomaintainer long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} version 0.3.2 categories python revision 0 py25-gnuplot 478 portdir python/py25-gnuplot description {A Python interface to the gnuplot plotting program.} homepage http://gnuplot-py.sourceforge.net/ depends_run port:gnuplot epoch 0 platforms darwin depends_lib {port:python25 port:py25-numeric} name py25-gnuplot maintainers mac.com:persamuelsson long_description {Gnuplot.py is a Python package that allows you to create graphs from within Python using the gnuplot plotting program.} version 1.7 categories {python devel math} revision 0 py25-gobject 676 @@ -9034,8 +9034,8 @@ portdir python/py26-geoip description {Python module for accessing the GeoIP C library} homepage http://www.maxmind.com/app/python epoch 0 platforms darwin depends_lib {port:python26 port:libgeoip} name py26-geoip maintainers nomaintainer long_description {{Python module for accessing the GeoIP C library}} version 1.2.4 categories {python net} revision 0 py26-gnome 581 variants {quartz darwin_9 universal} depends_build port:pkgconfig portdir python/py26-gnome description {gnome-python is a set of python interfaces to gnome-libs.} homepage http://www.pygtk.org/ epoch 0 platforms darwin depends_lib {port:libgnomeui port:py26-gtk port:py26-orbit port:libgnome port:python26 port:libgnomecanvas port:gnome-vfs port:gconf port:libbonobo port:libbonoboui} name py26-gnome long_description {{gnome-python is a set of python interfaces to gnome-libs.}} maintainers {wanadoo.fr:neric27 openmaintainer} categories {python gnome} version 2.26.1 revision 0 -py26-gnupg 503 -portdir python/py26-gnupg description {GnuPGInterface is a Python module to interface with GnuPG} homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:gnupg} name py26-gnupg maintainers {ram openmaintainer} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} version 0.3.2 categories python revision 0 +py26-gnupg 495 +portdir python/py26-gnupg description {GnuPGInterface is a Python module to interface with GnuPG} homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:gnupg} name py26-gnupg maintainers nomaintainer long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} version 0.3.2 categories python revision 0 py26-gnuplot 469 portdir python/py26-gnuplot description {A Python interface to the gnuplot plotting program.} homepage http://gnuplot-py.sourceforge.net/ depends_run port:gnuplot epoch 0 platforms darwin depends_lib {port:python26 port:py26-numeric} name py26-gnuplot maintainers nomaintainer long_description {Gnuplot.py is a Python package that allows you to create graphs from within Python using the gnuplot plotting program.} version 1.8 categories {python devel math} revision 0 py26-gobject 722 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From bfulgham at macports.org Sun Oct 4 20:27:22 2009 From: bfulgham at macports.org (bfulgham at macports.org) Date: Sun, 4 Oct 2009 20:27:22 -0700 (PDT) Subject: [58773] trunk/dports/graphics/esdl Message-ID: <20091005032723.D087A28F38E5@beta.macosforge.org> Revision: 58773 http://trac.macports.org/changeset/58773 Author: bfulgham at macports.org Date: 2009-10-04 20:27:17 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Update to current 1.0.1 release. Modified Paths: -------------- trunk/dports/graphics/esdl/Portfile trunk/dports/graphics/esdl/files/patch-Makefile trunk/dports/graphics/esdl/files/patch-c_src-Makefile.macOSX Modified: trunk/dports/graphics/esdl/Portfile =================================================================== --- trunk/dports/graphics/esdl/Portfile 2009-10-05 02:54:01 UTC (rev 58772) +++ trunk/dports/graphics/esdl/Portfile 2009-10-05 03:27:17 UTC (rev 58773) @@ -3,7 +3,7 @@ PortSystem 1.0 name esdl -version 0.96.0626 +version 1.0.1 categories graphics devel erlang platforms darwin maintainers mac.com:bfulgham @@ -16,11 +16,17 @@ homepage http://esdl.sourceforge.net/ master_sites sourceforge distfiles ${distname}.src.tar.gz -checksums md5 5007750ddd989319442e8e040db3b6dd +checksums md5 50230ea81418cb029281a70627a5dd8e \ + sha1 9452f54e0d8c8db2f54a7a8b4850c352f9267abb \ + rmd160 e60ec93bdfdea593f4fd507b65a792ffeccfd0d6 -depends_build port:libsdl-framework port:erlang +depends port:libsdl \ + port:libsdl_gfx \ + port:libsdl_imaage \ + port:erlang -patchfiles patch-c_src-Makefile.macOSX patch-c_src-esdl_driver.c patch-Makefile +patchfiles patch-c_src-Makefile.macOSX \ + patch-Makefile use_configure no Modified: trunk/dports/graphics/esdl/files/patch-Makefile =================================================================== --- trunk/dports/graphics/esdl/files/patch-Makefile 2009-10-05 02:54:01 UTC (rev 58772) +++ trunk/dports/graphics/esdl/files/patch-Makefile 2009-10-05 03:27:17 UTC (rev 58773) @@ -1,28 +1,24 @@ ---- Makefile~ 2005-07-10 22:20:33.000000000 -0700 -+++ Makefile 2005-07-10 22:38:27.000000000 -0700 -@@ -43,14 +43,14 @@ - ## Install needs to find the erlang directory - ERL_DIR := $(shell echo 'io:format("~s~n",[code:root_dir()]),halt().' | erl | sed 's,^[0-9]*> *,,g' | tail +2) - --INSTALLDIR = $(ERL_DIR)/lib/$(ESDL_VSN) -+INSTALLDIR = $(DPORTSDIR)/$(ERL_DIR)/lib/$(ESDL_VSN) - - ## I assume that make install are only made on unixes... :-) - install: - @echo Found erlang at $(ERL_DIR) - @echo Installing $(ESDL_VSN) in $(INSTALLDIR) - @if test ! -d $(INSTALLDIR) ; then \ -- mkdir $(INSTALLDIR) ; \ -+ mkdir -p $(INSTALLDIR) ; \ - else \ - rm -rf $(INSTALLDIR)/* ; \ - fi ; -@@ -71,7 +71,7 @@ - cp include/*.hrl $(INSTALLDIR)/include - cp doc/*.html $(INSTALLDIR)/doc - cp ebin/*beam $(INSTALLDIR)/ebin -- cp priv/*.* $(INSTALLDIR)/priv -+ cp -f -r priv/* $(INSTALLDIR)/priv - - - ## This is used by me only for making a new release... +--- Makefile.orig 2009-05-20 11:34:47.000000000 -0700 ++++ Makefile 2009-10-03 21:27:54.000000000 -0700 +@@ -50,11 +50,7 @@ + ## Install needs to find the erlang directory + ERL_DIR := $(shell erl -noshell -eval "io:format([126,115,126,110],[code:root_dir()])" -s erlang halt) + +-ifeq ($(INSTALL_DIR), ) +-INSTALLDIR = $(ERL_DIR)/addons/$(ESDL_VSN) +-else +-INSTALLDIR = $(INSTALL_DIR)/$(ESDL_VSN) +-endif ++INSTALLDIR = $(DPORTSDIR)/$(ERL_DIR)/lib/$(ESDL_VSN) + + ## I assume that make install are only made on unixes... :-) + install: +@@ -83,7 +79,7 @@ + cp doc/*.html $(INSTALLDIR)/doc + cp ebin/*beam $(INSTALLDIR)/ebin + chmod 644 $(INSTALLDIR)/ebin/*.beam +- cp priv/*.* $(INSTALLDIR)/priv ++ cp -f -r priv/*.* $(INSTALLDIR)/priv + chmod 755 $(INSTALLDIR)/priv/* + + Modified: trunk/dports/graphics/esdl/files/patch-c_src-Makefile.macOSX =================================================================== --- trunk/dports/graphics/esdl/files/patch-c_src-Makefile.macOSX 2009-10-05 02:54:01 UTC (rev 58772) +++ trunk/dports/graphics/esdl/files/patch-c_src-Makefile.macOSX 2009-10-05 03:27:17 UTC (rev 58773) @@ -1,15 +1,16 @@ ---- c_src/Makefile.macOSX.orig 2006-08-31 20:11:15.000000000 -0700 -+++ c_src/Makefile.macOSX 2006-08-31 20:13:10.000000000 -0700 -@@ -13,9 +13,10 @@ - - CC = cc - --CFLAGS = -g -O2 -Wall -D_THREAD_SAFE -D_OSX_COCOA -F$(HOME)/Library/Frameworks $(ERLINC) -+CSDLFLAGS := $(shell sdl-config --cflags) -+CFLAGS = -g -O2 -Wall -D_THREAD_SAFE -D_OSX_COCOA -F/System/Library/Frameworks -framework OpenGL $(CSDLFLAGS) -F/Library/Frameworks -framework SDL $(ERLINC) - --LDFLAGS = -F$(HOME)/Library/Frameworks -framework OpenGL -framework SDL -framework OpenGL -framework AGL -framework IOKit -framework Cocoa -L. -lsdlmain -+LDFLAGS := $(shell sdl-config --libs) - - TARGETDIR = ../priv - +--- c_src/Makefile.macosx.orig 2009-10-03 21:38:48.000000000 -0700 ++++ c_src/Makefile.macosx 2009-10-03 21:39:54.000000000 -0700 +@@ -26,9 +26,11 @@ + # the SDL framework has been installed in /Library/Frameworks. + # + +-CFLAGS = -g -O2 -Wall -D_THREAD_SAFE -D_OSX_COCOA -I/Library/Frameworks/SDL.framework/Headers -F/Library/Frameworks $(ERLINC) $(UNIVERSAL_FLAGS) ++CSDLFLAGS := $(shell sdl-config --cflags) + +-LDFLAGS = -F/Library/Frameworks -framework OpenGL -framework SDL -framework OpenGL -framework AGL -framework IOKit -framework Cocoa -L. $(UNIVERSAL_FLAGS) ++CFLAGS = -g -O2 -Wall -D_THREAD_SAFE -D_OSX_COCOA -F/System/Library/Frameworks -framework OpenGL $(CSDLFLAGS) -F/Library/Frameworks -framework SDL $(ERLINC) $(UNIVERSAL_FLAGS) ++ ++LDFLAGS = $(shell sdl-config --libs) + + TARGETDIR = ../priv + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Oct 4 20:54:09 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 4 Oct 2009 20:54:09 -0700 (PDT) Subject: [58774] trunk/dports Message-ID: <20091005035410.A4AD528F3ACD@beta.macosforge.org> Revision: 58774 http://trac.macports.org/changeset/58774 Author: portindex at macports.org Date: 2009-10-04 20:54:08 -0700 (Sun, 04 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 03:27:17 UTC (rev 58773) +++ trunk/dports/PortIndex 2009-10-05 03:54:08 UTC (rev 58774) @@ -3100,8 +3100,8 @@ variants {macosx universal} portdir graphics/enblend description {a tool to composite images} homepage http://enblend.sourceforge.net/ epoch 0 platforms darwin name enblend depends_lib {port:boost port:lcms port:libpng port:libxmi port:openexr port:glew} long_description {Enblend is a tool to composite overlapping images with invisible (or very difficult to see) seams. Enfuse is a tool for automatic exposure and contrast blending.} maintainers nomaintainer categories graphics version 3.2 revision 0 epeg 570 variants universal portdir graphics/epeg description {An IMMENSELY FAST JPEG thumbnailer library API.} homepage http://www.enlightenment.org epoch 0 platforms darwin name epeg depends_lib lib:libjpeg:jpeg maintainers nomaintainer long_description {Its a convenience library API to using libjpeg to load JPEG images destined to be turned into thumbnails of the original, saving information with these thumbnails, retreiving it and managing to load the image ready for scaling with the minimum of fuss and CPU overhead.} categories {graphics x11} version 0.9.0 revision 0 -esdl 488 -depends_build {port:libsdl-framework port:erlang} portdir graphics/esdl description {Erlang OpenGL/SDL API and Utilities} homepage http://esdl.sourceforge.net/ epoch 0 platforms darwin name esdl maintainers mac.com:bfulgham long_description {ESDL is a library that gives you access to SDL and OpenGL functionality from your Erlang program. SDL handles 2D graphics, user events, and audio, while OpenGL handles 3D graphics.} categories {graphics devel erlang} version 0.96.0626 revision 0 +esdl 434 +portdir graphics/esdl description {Erlang OpenGL/SDL API and Utilities} homepage http://esdl.sourceforge.net/ epoch 0 platforms darwin name esdl maintainers mac.com:bfulgham long_description {ESDL is a library that gives you access to SDL and OpenGL functionality from your Erlang program. SDL handles 2D graphics, user events, and audio, while OpenGL handles 3D graphics.} version 1.0.1 categories {graphics devel erlang} revision 0 exempi 433 variants {unit_test universal} portdir graphics/exempi description {Exempi is an implementation of XMP.} homepage http://libopenraw.freedesktop.org/wiki/Exempi epoch 0 platforms darwin name exempi long_description {Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK 4.1.1 and is released under a BSD-style license like Adobe's.} maintainers {devans openmaintainer} categories graphics version 2.1.1 revision 0 exif 483 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Oct 4 21:49:21 2009 From: noreply at macports.org (MacPorts) Date: Mon, 05 Oct 2009 04:49:21 -0000 Subject: [MacPorts] breskeby modified Message-ID: <20091005044921.5069A7A82D4A@mail-out4.apple.com> Changed page "breskeby" by breskeby at macports.org from 80.156.47.202* Page URL: Diff URL: Revision 4 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: breskeby ========================================================================= --- breskeby (version: 3) +++ breskeby (version: 4) @@ -8,6 +8,7 @@ == Ports == * [source:trunk/dports/java/groovy java/groovy][[BR]] +* [source:trunk/dports/devel/grails devel/grails-devel][[BR]] * [source:trunk/dports/devel/grails devel/grails][[BR]] * [source:trunk/dports/devel/gradle devel/gradle][[BR]] * [source:trunk/dports/java/gant java/gant][[BR]] -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on breskeby. If it was not you, please report to . From jmr at macports.org Sun Oct 4 22:45:20 2009 From: jmr at macports.org (jmr at macports.org) Date: Sun, 4 Oct 2009 22:45:20 -0700 (PDT) Subject: [58775] trunk/dports/www/clearsilver/Portfile Message-ID: <20091005054520.5BB1828F49F7@beta.macosforge.org> Revision: 58775 http://trac.macports.org/changeset/58775 Author: jmr at macports.org Date: 2009-10-04 22:45:19 -0700 (Sun, 04 Oct 2009) Log Message: ----------- clearsilver: livecheck (#21733) Modified Paths: -------------- trunk/dports/www/clearsilver/Portfile Modified: trunk/dports/www/clearsilver/Portfile =================================================================== --- trunk/dports/www/clearsilver/Portfile 2009-10-05 03:54:08 UTC (rev 58774) +++ trunk/dports/www/clearsilver/Portfile 2009-10-05 05:45:19 UTC (rev 58775) @@ -75,3 +75,6 @@ } } +livecheck.type regex +livecheck.url ${homepage}/downloads +livecheck.regex {clearsilver-([0-9.]+)\.tar\.gz} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Oct 4 23:00:38 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 4 Oct 2009 23:00:38 -0700 (PDT) Subject: [58776] trunk/base/src/port1.0/portutil.tcl Message-ID: <20091005060038.9D40728F4F95@beta.macosforge.org> Revision: 58776 http://trac.macports.org/changeset/58776 Author: ryandesign at macports.org Date: 2009-10-04 23:00:36 -0700 (Sun, 04 Oct 2009) Log Message: ----------- portutil.tcl: Add error message to merge proc if the directory it's called with doesn't contain directories named after the architectures to be merged Modified Paths: -------------- trunk/base/src/port1.0/portutil.tcl Modified: trunk/base/src/port1.0/portutil.tcl =================================================================== --- trunk/base/src/port1.0/portutil.tcl 2009-10-05 05:45:19 UTC (rev 58775) +++ trunk/base/src/port1.0/portutil.tcl 2009-10-05 06:00:36 UTC (rev 58776) @@ -2221,6 +2221,9 @@ set base_arch ${arch} } } + if {"" == ${base_arch}} { + return -code error [format [msgcat::mc "Cannot merge because directory '%s' contains no architecture directories."] ${base}] + } ui_debug "merging architectures ${archs}, base_arch is ${base_arch}" # traverse the base-architecture directory -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Oct 4 23:01:54 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 4 Oct 2009 23:01:54 -0700 (PDT) Subject: [58777] trunk/base/src/port1.0/portutil.tcl Message-ID: <20091005060154.38F2928F5087@beta.macosforge.org> Revision: 58777 http://trac.macports.org/changeset/58777 Author: ryandesign at macports.org Date: 2009-10-04 23:01:53 -0700 (Sun, 04 Oct 2009) Log Message: ----------- portutil.tcl: Support paths with special characters like spaces in the merge_lipo proc Modified Paths: -------------- trunk/base/src/port1.0/portutil.tcl Modified: trunk/base/src/port1.0/portutil.tcl =================================================================== --- trunk/base/src/port1.0/portutil.tcl 2009-10-05 06:00:36 UTC (rev 58776) +++ trunk/base/src/port1.0/portutil.tcl 2009-10-05 06:01:53 UTC (rev 58777) @@ -2171,12 +2171,11 @@ # e.g. 'merge_lipo ${workpath}/pre-dest ${destroot} ${prefix}/bin/pstree i386 ppc # will merge binary files with lipo which have to be in the same (relative) path proc merge_lipo {base target file archs} { - set exec-lipo "" + set exec-lipo [list [findBinary lipo $portutil::autoconf::lipo_path]] foreach arch ${archs} { - set exec-lipo [concat ${exec-lipo} [list "-arch" "${arch}" "${base}/${arch}${file}"]] + lappend exec-lipo -arch ${arch} ${base}/${arch}${file} } - set exec-lipo [concat ${exec-lipo}] - system "[findBinary lipo $portutil::autoconf::lipo_path] ${exec-lipo} -create -output ${target}${file}" + eval exec ${exec-lipo} [list -create -output ${target}${file}] } # private function -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 00:29:41 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 00:29:41 -0700 (PDT) Subject: [58778] trunk/dports/net/squid3/Portfile Message-ID: <20091005072942.8732D28F6A8F@beta.macosforge.org> Revision: 58778 http://trac.macports.org/changeset/58778 Author: blb at macports.org Date: 2009-10-05 00:29:38 -0700 (Mon, 05 Oct 2009) Log Message: ----------- net/squid3 - add variant for kqueue support Modified Paths: -------------- trunk/dports/net/squid3/Portfile Modified: trunk/dports/net/squid3/Portfile =================================================================== --- trunk/dports/net/squid3/Portfile 2009-10-05 06:01:53 UTC (rev 58777) +++ trunk/dports/net/squid3/Portfile 2009-10-05 07:29:38 UTC (rev 58778) @@ -105,6 +105,10 @@ } } +variant kqueue description "Enable kqueue() support (experimental)" { + configure.args-append --enable-kqueue +} + livecheck.type regex livecheck.url http://www.squid-cache.org/Versions/v3/${branch}/ livecheck.regex squid-(${branch}\\.STABLE\[0-9\\.\]+)-RELEASENOTES -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 00:47:35 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 00:47:35 -0700 (PDT) Subject: [58779] trunk/dports/perl/p5-astro-fits-cfitsio/Portfile Message-ID: <20091005074736.38C8C28F6E72@beta.macosforge.org> Revision: 58779 http://trac.macports.org/changeset/58779 Author: blb at macports.org Date: 2009-10-05 00:47:28 -0700 (Mon, 05 Oct 2009) Log Message: ----------- perl/p5-astro-fits-cfitsio - update to 1.05, ticket #21846 Modified Paths: -------------- trunk/dports/perl/p5-astro-fits-cfitsio/Portfile Modified: trunk/dports/perl/p5-astro-fits-cfitsio/Portfile =================================================================== --- trunk/dports/perl/p5-astro-fits-cfitsio/Portfile 2009-10-05 07:29:38 UTC (rev 58778) +++ trunk/dports/perl/p5-astro-fits-cfitsio/Portfile 2009-10-05 07:47:28 UTC (rev 58779) @@ -2,14 +2,16 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Astro-FITS-CFITSIO 1.02 +perl5.setup Astro-FITS-CFITSIO 1.05 maintainers nomaintainer description Interface to William Pence s cfitsio subroutine library long_description ${description} platforms darwin -checksums md5 8d9a6a448353c15e8c845041ebe54155 +checksums md5 6b9e0b765f332b124ccd918ac1763cef \ + sha1 46ba3a40078dcbc559b64552a3f29418f0581e2e \ + rmd160 6e3efb00a00ca52438eb336b5c5b8f79d28a6a40 configure.env CFITSIO="${prefix}" configure.args-append OPTIMIZE="-O" -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 00:52:39 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 00:52:39 -0700 (PDT) Subject: [58780] trunk/dports/perl/p5-astro-fits-header/Portfile Message-ID: <20091005075241.48F9728F7062@beta.macosforge.org> Revision: 58780 http://trac.macports.org/changeset/58780 Author: blb at macports.org Date: 2009-10-05 00:52:36 -0700 (Mon, 05 Oct 2009) Log Message: ----------- perl/p5-astro-fits-header - update to 3.01, ticket #21847 Modified Paths: -------------- trunk/dports/perl/p5-astro-fits-header/Portfile Modified: trunk/dports/perl/p5-astro-fits-header/Portfile =================================================================== --- trunk/dports/perl/p5-astro-fits-header/Portfile 2009-10-05 07:47:28 UTC (rev 58779) +++ trunk/dports/perl/p5-astro-fits-header/Portfile 2009-10-05 07:52:36 UTC (rev 58780) @@ -2,7 +2,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Astro-FITS-Header 2.8.1 +perl5.setup Astro-FITS-Header 3.01 maintainers nomaintainer description Module to work with FITS header blocks long_description \ @@ -15,7 +15,9 @@ platforms darwin -checksums md5 08ae3810997e4e5c92bd2f5013892cba +checksums md5 d3c412321625f902b95a50be20f21d6d \ + sha1 5b0aeb6e4605ea3d6e533d4cbc6571ebd7e2f51b \ + rmd160 feeba3cdd48acfadc154b26619e63d873784c76e depends_lib-append port:p5-astro-fits-cfitsio -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 00:53:56 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 00:53:56 -0700 (PDT) Subject: [58781] trunk/dports Message-ID: <20091005075357.F141E28F7153@beta.macosforge.org> Revision: 58781 http://trac.macports.org/changeset/58781 Author: portindex at macports.org Date: 2009-10-05 00:53:54 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 07:52:36 UTC (rev 58780) +++ trunk/dports/PortIndex 2009-10-05 07:53:54 UTC (rev 58781) @@ -5792,8 +5792,8 @@ portdir net/splat description {Splat: Scalable Periodic LDAP Attribute Transmogrifier} homepage http://dpw.threerings.net/projects/splat/ epoch 0 platforms darwin depends_lib {port:py-ldap port:py-twisted port:py-zconfig} name splat maintainers landonf long_description {Splat is a daemon designed to help keep information in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory.} version 1.0 categories net revision 0 squid 713 variants universal portdir net/squid description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid depends_lib {port:openssl port:zlib} long_description {Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.} maintainers {jmr openmaintainer} categories net version 2.7.STABLE7 revision 0 -squid3 716 -variants universal portdir net/squid3 description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid3 depends_lib {port:openssl port:zlib} long_description {Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.} maintainers {jmr openmaintainer} categories net version 3.0.STABLE19 revision 0 +squid3 725 +variants {kqueue universal} portdir net/squid3 description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid3 depends_lib {port:openssl port:zlib} long_description {Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.} maintainers {jmr openmaintainer} categories net version 3.0.STABLE19 revision 0 ssldump 736 variants {darwin universal} portdir net/ssldump description {SSLv3/TLS network protocol analyzer.} homepage http://www.rtfm.com/ssldump/ epoch 0 platforms darwin name ssldump depends_lib {port:libtool port:libpcap port:openssl lib:libz:zlib} long_description {ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.} maintainers kallisys.net:pguyot categories net version 0.9b3 revision 1 sslscan 471 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 00:59:53 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 00:59:53 -0700 (PDT) Subject: [58782] trunk/dports/perl/p5-bit-vector/Portfile Message-ID: <20091005075953.BE00528F72C4@beta.macosforge.org> Revision: 58782 http://trac.macports.org/changeset/58782 Author: blb at macports.org Date: 2009-10-05 00:59:49 -0700 (Mon, 05 Oct 2009) Log Message: ----------- perl/p5-bit-vector - update to 7.1, ticket #21848 Modified Paths: -------------- trunk/dports/perl/p5-bit-vector/Portfile Modified: trunk/dports/perl/p5-bit-vector/Portfile =================================================================== --- trunk/dports/perl/p5-bit-vector/Portfile 2009-10-05 07:53:54 UTC (rev 58781) +++ trunk/dports/perl/p5-bit-vector/Portfile 2009-10-05 07:59:49 UTC (rev 58782) @@ -2,14 +2,16 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Bit-Vector 6.4 +perl5.setup Bit-Vector 7.1 maintainers nomaintainer description Efficient bit vector, set of integers and "big int" math library long_description Bit::Vector is an efficient C library which allows \ you to handle bit vectors, sets (of integers), "big \ integer arithmetic" and boolean matrices, all of \ arbitrary sizes. -checksums md5 681433ff4f0b4da95dc5c560b7f5cc31 +checksums md5 164c8574b728f6171b2a6f564fcd2e50 \ + sha1 de2ffdae784ea061689f424dca56b27a55b50cd5 \ + rmd160 3d092f47596435b56400aa8c52da1291df4fe8a6 platforms darwin depends_lib port:p5-carp-clan -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 01:02:09 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 01:02:09 -0700 (PDT) Subject: [58783] trunk/dports/perl/p5-digest/Portfile Message-ID: <20091005080209.D333028F7439@beta.macosforge.org> Revision: 58783 http://trac.macports.org/changeset/58783 Author: blb at macports.org Date: 2009-10-05 01:02:06 -0700 (Mon, 05 Oct 2009) Log Message: ----------- perl/p5-digest - update to 1.16, ticket #21844 Modified Paths: -------------- trunk/dports/perl/p5-digest/Portfile Modified: trunk/dports/perl/p5-digest/Portfile =================================================================== --- trunk/dports/perl/p5-digest/Portfile 2009-10-05 07:59:49 UTC (rev 58782) +++ trunk/dports/perl/p5-digest/Portfile 2009-10-05 08:02:06 UTC (rev 58783) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Digest 1.15 +perl5.setup Digest 1.16 platforms darwin maintainers nomaintainer description A simple frontend module for autoloading of various Digest:: modules. @@ -11,7 +11,7 @@ long_description \ ${description} -checksums md5 83be88df645ef0981d991f86dcba6da7 \ - sha1 a2dc3094865b6c3b7a0b2e7806bc054d654bb1da \ - rmd160 c451ef4e267204c1da01fc220946efe89e7b784c +checksums md5 df65b3c12785ff9bbf14521551f0268d \ + sha1 0e0ff9e6ec19c9bba352a715b0dac587edb3163f \ + rmd160 6f48499c5405c3e8db962a6c9224ad8fff3fc876 -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Mon Oct 5 01:05:13 2009 From: raimue at macports.org (raimue at macports.org) Date: Mon, 5 Oct 2009 01:05:13 -0700 (PDT) Subject: [58784] trunk/dports/sysutils/bash-completion Message-ID: <20091005080514.14D2028F7614@beta.macosforge.org> Revision: 58784 http://trac.macports.org/changeset/58784 Author: raimue at macports.org Date: 2009-10-05 01:05:08 -0700 (Mon, 05 Oct 2009) Log Message: ----------- sysutils/bash-completion: Rewritten completion for the port command. It is much faster now by directly passing glob expressions with the port commands. Fixes #11441 and #21630 Modified Paths: -------------- trunk/dports/sysutils/bash-completion/Portfile trunk/dports/sysutils/bash-completion/files/port Modified: trunk/dports/sysutils/bash-completion/Portfile =================================================================== --- trunk/dports/sysutils/bash-completion/Portfile 2009-10-05 08:02:06 UTC (rev 58783) +++ trunk/dports/sysutils/bash-completion/Portfile 2009-10-05 08:05:08 UTC (rev 58784) @@ -4,7 +4,7 @@ name bash-completion version 1.0 -revision 2 +revision 3 epoch 1 categories sysutils platforms darwin Modified: trunk/dports/sysutils/bash-completion/files/port =================================================================== --- trunk/dports/sysutils/bash-completion/files/port 2009-10-05 08:02:06 UTC (rev 58783) +++ trunk/dports/sysutils/bash-completion/files/port 2009-10-05 08:05:08 UTC (rev 58784) @@ -6,135 +6,141 @@ # _port() { - local cur prev mode count portdir portdiropt i port - - COMPREPLY=() - cur=${COMP_WORDS[COMP_CWORD]} - prev=${COMP_WORDS[COMP_CWORD-1]} + local cur prev mode count portdir cmdfile i port - count=0 - for i in ${COMP_WORDS[@]}; do - [ $count -eq $COMP_CWORD ] && break - # Last parameter was the portdir, now go back to mode selection - if [ "${COMP_WORDS[((count))]}" == "$portdir" -a "$mode" == "portdir" ]; then - mode="" - fi - if [ -z "$mode" ]; then - case $i in - -D) - mode=portdir - portdir=${COMP_WORDS[((count+1))]} - portdiropt="-D $portdir" - ;; - activate|archive|build|cat|cd|checksum|clean|compact|configure|\ - contents|deactivate|dependents|deps|destroot|dir|distcheck|dmg|\ + COMPREPLY=() + cur=${COMP_WORDS[COMP_CWORD]} + prev=${COMP_WORDS[COMP_CWORD-1]} + + count=0 + for i in ${COMP_WORDS[@]}; do + [ $count -eq $COMP_CWORD ] && break + # Last parameter was a required parameter, now go back to mode selection + if [ "${COMP_WORDS[((count))]}" == "$portdir" -a "$mode" == "portdir" ] \ + || [ "${COMP_WORDS[((count))]}" == "$cmdfile" -a "$mode" == "cmdfile" ]; then + mode="" + fi + if [ -z "$mode" ]; then + case $i in + -D) + mode=portdir + portdir=${COMP_WORDS[((count+1))]} + ;; + -F) + mode=cmdfile + cmdfile=${COMP_WORDS[((count+1))]} + ;; + activate|archive|build|cat|cd|checksum|clean|configure|contents|\ + deactivate|dependents|deps|destroot|dir|distcheck|distfiles|dmg|\ dpkg|echo|ed|edit|exit|extract|fetch|file|gohome|help|info|\ install|installed|lint|list|livecheck|load|location|mdmg|mirror|\ - mpkg|outdated|patch|pkg|platform|provides|quit|rpm|search|selfupdate|\ - srpm|submit|sync|test|trace|unarchive|uncompact|uninstall|unload|\ - upgrade|url|usage|variants|version|work) + mpkg|notes|outdated|patch|pkg|platform|portpkg|provides|quit|\ + rpm|search|select|selfupdate|srpm|submit|sync|test|trace|unarchive|\ + uninstall|unload|upgrade|url|usage|variants|version|work) mode=$i - ;; - esac - elif [ -z "$port" ]; then - case $mode in - uninstall|upgrade|contents) - if [ $( port installed | awk ' !/The following ports/ {print $1}' \ - | uniq | grep '^'$i'$') ]; then - port=$i - fi - ;; - *) - if [ $(port $portdiropt list | awk '{ print $1 }' | grep '^'$i'$') ]; then - port=$i - fi - ;; - esac - fi - count=$((++count)) - done + ;; + esac + elif [ -z "$port" ]; then + case $mode in + contents|uninstall|upgrade) + if port -q installed "$i" | awk '{print $1}' | grep -q '^'$i'$'; then + port=$i + fi + ;; + *) + if port -q search --exact "$i" | grep -q '^'$i'$'; then + port=$i + fi + ;; + esac + fi + count=$((++count)) + done - if [ -n "$port" ]; then + if [ -n "$port" ]; then # complete variants - case $mode in - contents|uninstall) - # installed variants - COMPREPLY=( $( port installed \ - | awk '/'$port'/ { print $2 }' | tr '\r' ' ' 2> /dev/null ) ) - COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) - return 0 - ;; - activate) - # inactive variants - COMPREPLY=( $( port installed | grep -v '(active)' \ - | awk '/'$port'/ { print $2 }' | tr '\r' ' ' 2> /dev/null ) ) - COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) - return 0 - ;; - deactivate) - # active variants - COMPREPLY=( $( port installed | grep '(active)' \ - | awk '/'$port'/ { print $2 }' | tr '\r' ' ' 2> /dev/null ) ) - COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) - return 0 - ;; - *) - # all variants - COMPREPLY=( $(port $portdiropt variants $port | tr '\r' ' ' | grep -v "has no variants") ) - COMPREPLY=( $( compgen -P'+' -W '${COMPREPLY[@]}' -- $cur ) ) - return 0 - ;; - esac + case $mode in + contents|uninstall) + # installed variants + COMPREPLY=( $( port -q installed "$port" \ + | awk '{print $2}' | tr '\r' ' ' 2>/dev/null ) ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) + return 0 + ;; + activate) + # inactive variants + COMPREPLY=( $( port -q installed "$port" | grep -v '(active)' \ + | awk '{print $2}' | tr '\r' ' ' 2>/dev/null ) ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) + return 0 + ;; + deactivate) + # active variants + COMPREPLY=( $( port -q installed "$port" | grep '(active)' \ + | awk '{print $2}' | tr '\r' ' ' 2>/dev/null ) ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) + return 0 + ;; + *) + # all variants + COMPREPLY=( $( port -q info --line --variants "$port" | tr '\r,' ' ' ) ) + COMPREPLY=( $( compgen -P'+' -W '${COMPREPLY[@]}' -- $cur ) ) + return 0 + ;; + esac - fi + fi - if [ -n "$mode" ]; then - # complete port names - case $mode in - uninstall|upgrade|contents) - # installed ports - COMPREPLY=( $( port installed \ - | sed -ne 's|^ \('$cur'[^ ]*\).*$|\1|p' | uniq ) ) - return 0 - ;; - activate) - # inactive ports - COMPREPLY=( $( port installed | grep -v '(active)' \ - | sed -ne 's|^ \('$cur'[^ ]*\).*$|\1|p' | uniq ) ) - return 0 - ;; - deactivate) - # active ports - COMPREPLY=( $( port installed | grep '(active)' \ - | sed -ne 's|^ \('$cur'[^ ]*\).*$|\1|p' | uniq ) ) - return 0 - ;; - provides|portdir) - _filedir - return 0 - ;; - installed|outdated|list|sync|selfupdate) - # no port - return 0 - ;; - *) - # all ports - COMPREPLY=( $( port $portdiropt list \ - | awk '/^'$cur'/ { print $1 }' | sort 2> /dev/null ) ) - return 0 - ;; - esac - fi + if [ -n "$mode" ]; then + # complete port names + case $mode in + contents|installed|outdated|uninstall|upgrade) + # installed ports + COMPREPLY=( $( port -q installed "$cur*" \ + | awk '{print $1}' | uniq ) ) + return 0 + ;; + activate) + # inactive ports + COMPREPLY=( $( port -q installed "$cur*" | grep -v '(active)' \ + | awk '{print $1}' | uniq ) ) + return 0 + ;; + deactivate) + # active ports + COMPREPLY=( $( port -q installed "$cur*" | grep '(active)' \ + | awk '{print $1}' | uniq ) ) + return 0 + ;; + provides|cmdfile) + _filedir + return 0 + ;; + portdir) + _filedir -d + return 0 + ;; + selfupdate|search|sync) + # no port + return 0 + ;; + *) + # all ports + COMPREPLY=( $( port -q search --glob "$cur*" 2>/dev/null | uniq ) ) + return 0 + ;; + esac + fi - COMPREPLY=( $( compgen -W '-b -c -d -f -i -k -n -o -p -q -R -s -t -u -v -x \ - activate archive build cat cd checksum clean compact configure \ - contents deactivate dependents deps destroot dir distcheck dmg \ + COMPREPLY=( $( compgen -W '-b -c -d -f -k -n -o -p -q -R -s -t -u -v -y \ + activate archive build cat cd checksum clean configure contents \ + deactivate dependents deps destroot dir distcheck distfiles dmg \ dpkg echo ed edit exit extract fetch file gohome help info \ install installed lint list livecheck load location mdmg mirror \ - mpkg outdated patch pkg platform provides quit rpm search selfupdate \ - srpm submit sync test trace unarchive uncompact uninstall unload \ - upgrade url usage variants version work' -- $cur ) ) - return 0 + mpkg notes outdated patch pkg platform portpkg provides quit \ + rpm search select selfupdate srpm submit sync test trace unarchive \ + uninstall unload upgrade url usage variants version work' -- $cur ) ) + return 0 } complete -F _port $filenames port } -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 01:05:39 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 01:05:39 -0700 (PDT) Subject: [58785] trunk/dports/perl/p5-math-bigrat/Portfile Message-ID: <20091005080539.AF70C28F7668@beta.macosforge.org> Revision: 58785 http://trac.macports.org/changeset/58785 Author: blb at macports.org Date: 2009-10-05 01:05:38 -0700 (Mon, 05 Oct 2009) Log Message: ----------- perl/p5-math-bigrat - update to 0.24 and fix typo, ticket #21843 Modified Paths: -------------- trunk/dports/perl/p5-math-bigrat/Portfile Modified: trunk/dports/perl/p5-math-bigrat/Portfile =================================================================== --- trunk/dports/perl/p5-math-bigrat/Portfile 2009-10-05 08:05:08 UTC (rev 58784) +++ trunk/dports/perl/p5-math-bigrat/Portfile 2009-10-05 08:05:38 UTC (rev 58785) @@ -3,16 +3,16 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Math-BigRat 0.20 +perl5.setup Math-BigRat 0.24 maintainers nomaintainer categories-append math platforms darwin -description Arbitrary size rationale numbers math package +description Arbitrary size rational numbers math package long_description \ ${description} -checksums md5 bcebef7d4b0130fad2c91a3a66b005fe \ - sha1 4b27fdfd860c47378e69bd749be92fd8ae262fe9 \ - rmd160 56b2aa745ba61f39fd16bcc7c8f287de58f62f4e +checksums md5 509495c1d8ff51bf9f4f120a1bf426d7 \ + sha1 2ef38aaa9d2d5b3bd52cdec3f01b8e1fba01557d \ + rmd160 c68cc8bd6ba7b7e8ff54ee3716697ce8e87d966c -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 01:08:57 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 01:08:57 -0700 (PDT) Subject: [58786] trunk/dports/perl/p5-data-dumper/Portfile Message-ID: <20091005080857.E14CE28F7812@beta.macosforge.org> Revision: 58786 http://trac.macports.org/changeset/58786 Author: blb at macports.org Date: 2009-10-05 01:08:55 -0700 (Mon, 05 Oct 2009) Log Message: ----------- perl/p5-data-dumper - update to 2.125 and improve description, ticket #21842 Modified Paths: -------------- trunk/dports/perl/p5-data-dumper/Portfile Modified: trunk/dports/perl/p5-data-dumper/Portfile =================================================================== --- trunk/dports/perl/p5-data-dumper/Portfile 2009-10-05 08:05:38 UTC (rev 58785) +++ trunk/dports/perl/p5-data-dumper/Portfile 2009-10-05 08:08:55 UTC (rev 58786) @@ -3,14 +3,14 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Data-Dumper 2.121 +perl5.setup Data-Dumper 2.125 maintainers nomaintainer platforms darwin -description Sstringified perl data structures, suitable for both printing and eval +description Stringified Perl data structures, suitable for both printing \ + and "eval" long_description ${description} -checksums md5 10d6ff7a85fa3e5f91fcb2e6593cfd1b \ - sha1 35a5e005c8362391014b63431f650d54fcb234b5 \ - rmd160 638c283246eaa5fe8e745843bb56f95e930c86ba - +checksums md5 0a55f73b1218641d449989c14de4584b \ + sha1 42b9b39912d2801dd037189793f6577006ba64b1 \ + rmd160 cf6008588e29e36509f22fbc65c1061755dec9fc -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Oct 5 01:16:44 2009 From: noreply at macports.org (MacPorts) Date: Mon, 05 Oct 2009 08:16:44 -0000 Subject: [MacPorts] WikiStart modified Message-ID: <20091005081644.6813E7A86D80@mail-out4.apple.com> Changed page "WikiStart" by raimue at macports.org from 91.11.180.176* Page URL: Diff URL: Revision 63 Comment: Consistency, removing dots at end of line -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: WikiStart ========================================================================= --- WikiStart (version: 62) +++ WikiStart (version: 63) @@ -4,14 +4,14 @@ == MacPorts Starting Points == - * [http://www.macports.org/ Home Page] - The MacPorts home page. - * [wiki:InstallingMacPorts InstallingMacPorts] - Getting your Mac ready to use MacPorts. - * [wiki:UsingMacPortsQuickStart] - Using MacPorts QuickStart Guide. + * [http://www.macports.org/ Home Page] - The MacPorts home page + * [wiki:InstallingMacPorts InstallingMacPorts] - Getting your Mac ready to use MacPorts + * [wiki:UsingMacPortsQuickStart] - Using MacPorts QuickStart Guide == MacPorts Support == - * [wiki:ProblemHotlist ProblemHotlist] - Problems affecting many MacPorts users. - * SnowLeopardProblems - Problems with ports on Mac OS X 10.6 Snow Leopard. + * [wiki:ProblemHotlist ProblemHotlist] - Problems affecting many MacPorts users + * SnowLeopardProblems - Problems with ports on Mac OS X 10.6 Snow Leopard * [wiki:FAQ FAQ] - Frequently Asked Questions, find answers to common questions * [wiki:Migration] - What to do when you switch to a new OS release or CPU architecture * [http://guide.macports.org/ MacPorts Guide] - Detailed help and support guide for MacPorts @@ -19,30 +19,30 @@ * [http://guide.macports.org/#project.tickets Using Trac for tickets] * [wiki:Tickets Tickets] - Overview over open tickets * [report:16 Tickets filed against a specific port] - * [wiki:MailingLists MailingLists] - Get help from a mailing list or archives. - * [wiki:howto HOWTOs] - Useful tips and tricks. - * TracGuide - Trac Wiki Documentation. - * [wiki:Mirrors Mirrors] - Sync with a closer server. + * [wiki:MailingLists MailingLists] - Get help from a mailing list or archives + * [wiki:howto HOWTOs] - Useful tips and tricks + * TracGuide - Trac Wiki Documentation + * [wiki:Mirrors Mirrors] - Sync with a closer server == MacPorts Development == - * [wiki:GetMacPortsSource] - Checking out MacPorts ports and base sources. - * NewCommittersGuide - Port committer tasks and responsibilities. + * [wiki:GetMacPortsSource] - Checking out MacPorts ports and base sources + * NewCommittersGuide - Port committer tasks and responsibilities * [wiki:CommittersTipsAndTricks Committers Tips and Tricks] - Useful hints for committers * [wiki:CommittersGuide] - more Useful hints for committers - * BuildPhases - Brief documentation on port installation phases. + * BuildPhases - Brief documentation on port installation phases * [http://guide.macports.org/ MacPorts Guide] - Detailed help and support guide for MacPorts * [http://guide.macports.org/#development Portfile development] - Documentation for Portfile authors * [http://guide.macports.org/#reference Portfile reference] - Reference for Portfile authors * [http://guide.macports.org/#internals MacPorts internals] - Documentation of internal functionality * PortfileRecipes - Portfile recipes for certain situations, with examples - * MacPortsFramework - Work on a Cocoa Framework for accessing MacPorts. - * [wiki:UniversalDevelopment Universal Development] - Help getting more ports build ''universal''. + * MacPortsFramework - Work on a Cocoa Framework for accessing MacPorts + * [wiki:UniversalDevelopment Universal Development] - Help getting more ports build ''universal'' * [wiki:SummerOfCode Google Summer of Code] * [wiki:MPAB MacPorts AutoBuild project] == Desktop Environments == - * [wiki:GNOME GNOME] - Installing GNOME with MacPorts. - * [http://mac.kde.org/?id=build KDE] - Installing KDE 4 with MacPorts. - * [wiki:Xfce Xfce] - Installing Xfce with MacPorts. + * [wiki:GNOME GNOME] - Installing GNOME with MacPorts + * [http://mac.kde.org/?id=build KDE] - Installing KDE 4 with MacPorts + * [wiki:Xfce Xfce] - Installing Xfce with MacPorts -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on WikiStart. If it was not you, please report to . From portindex at macports.org Mon Oct 5 01:53:58 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 01:53:58 -0700 (PDT) Subject: [58787] trunk/dports Message-ID: <20091005085401.16C5A28F858D@beta.macosforge.org> Revision: 58787 http://trac.macports.org/changeset/58787 Author: portindex at macports.org Date: 2009-10-05 01:53:57 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 08:08:55 UTC (rev 58786) +++ trunk/dports/PortIndex 2009-10-05 08:53:57 UTC (rev 58787) @@ -6001,9 +6001,9 @@ p5-array-compare 412 portdir perl/p5-array-compare description {Perl module which allows you to compare two arrays} homepage http://search.cpan.org/dist/Array-Compare/ epoch 0 platforms darwin name p5-array-compare depends_lib {path:bin/perl:perl5 port:p5-moose port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {{Perl module which allows you to compare two arrays}} categories perl version 2.01 revision 1 p5-astro-fits-cfitsio 413 -portdir perl/p5-astro-fits-cfitsio description {Interface to William Pence s cfitsio subroutine library} homepage http://search.cpan.org/dist/Astro-FITS-CFITSIO/ epoch 0 platforms darwin name p5-astro-fits-cfitsio depends_lib {path:bin/perl:perl5 lib:libcfitsio:cfitsio} maintainers nomaintainer long_description {{Interface to William Pence s cfitsio subroutine library}} categories perl version 1.02 revision 0 -p5-astro-fits-header 689 -portdir perl/p5-astro-fits-header description {Module to work with FITS header blocks} homepage http://search.cpan.org/dist/Astro-FITS-Header/ epoch 0 platforms darwin name p5-astro-fits-header depends_lib {path:bin/perl:perl5 port:p5-astro-fits-cfitsio} maintainers nomaintainer long_description {The Astro::FITS::Header module can work with FITS Header blocks, either directly from the primary FITS HDU of a file complying with the FITS data standard, or from the FITS extension in an extensible N-dimensional data format (NDF) file or from a Global Section Data file (GSD). Additionally the module also supports .HEADER in HDS contanier files.} categories perl version 2.8.1 revision 0 +portdir perl/p5-astro-fits-cfitsio description {Interface to William Pence s cfitsio subroutine library} homepage http://search.cpan.org/dist/Astro-FITS-CFITSIO/ epoch 0 platforms darwin name p5-astro-fits-cfitsio depends_lib {path:bin/perl:perl5 lib:libcfitsio:cfitsio} maintainers nomaintainer long_description {{Interface to William Pence s cfitsio subroutine library}} categories perl version 1.05 revision 0 +p5-astro-fits-header 688 +portdir perl/p5-astro-fits-header description {Module to work with FITS header blocks} homepage http://search.cpan.org/dist/Astro-FITS-Header/ epoch 0 platforms darwin name p5-astro-fits-header depends_lib {path:bin/perl:perl5 port:p5-astro-fits-cfitsio} maintainers nomaintainer long_description {The Astro::FITS::Header module can work with FITS Header blocks, either directly from the primary FITS HDU of a file complying with the FITS data standard, or from the FITS extension in an extensible N-dimensional data format (NDF) file or from a Global Section Data file (GSD). Additionally the module also supports .HEADER in HDS contanier files.} categories perl version 3.01 revision 0 p5-astro-satpass 472 portdir perl/p5-astro-satpass description {Astro-satpass - Predict satellite passes over an observer.} homepage http://search.cpan.org/dist/Astro-satpass/ epoch 0 platforms darwin name p5-astro-satpass depends_lib path:bin/perl:perl5 maintainers hostwizard.com:scott long_description {This package contains classes needed to predict satellite visibility, and a demonstration application (satpass) that makes use of these classes.} categories perl version 0.025 revision 0 p5-attribute-handlers 370 @@ -6031,7 +6031,7 @@ p5-berkeleydb 754 portdir perl/p5-berkeleydb description {Perl extension for Berkeley DB version 2, 3, 4} homepage http://search.cpan.org/dist/BerkeleyDB/ epoch 0 platforms darwin name p5-berkeleydb depends_lib {path:bin/perl:perl5 port:db44} maintainers email.arc.nasa.gov:sal long_description {This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3 and 4. In general it is safe to assume that the interface provided here to be identical to the Berkeley DB interface. The main changes have been to make the Berkeley DB API work in a Perl way. Note that if you are using Berkeley DB 2.x, the new features available in Berkeley DB 3.x or DB 4.x are not available via this module.} categories perl version 0.31 revision 0 p5-bit-vector 482 -portdir perl/p5-bit-vector description {Efficient bit vector, set of integers and {big int} math library} homepage http://search.cpan.org/dist/Bit-Vector/ epoch 0 platforms darwin name p5-bit-vector depends_lib port:p5-carp-clan maintainers nomaintainer long_description {Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), {big integer arithmetic} and boolean matrices, all of arbitrary sizes.} categories perl version 6.4 revision 0 +portdir perl/p5-bit-vector description {Efficient bit vector, set of integers and {big int} math library} homepage http://search.cpan.org/dist/Bit-Vector/ epoch 0 platforms darwin name p5-bit-vector depends_lib port:p5-carp-clan maintainers nomaintainer long_description {Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), {big integer arithmetic} and boolean matrices, all of arbitrary sizes.} categories perl version 7.1 revision 0 p5-bsd-resource 422 portdir perl/p5-bsd-resource description {This is a Perl extension for BSD process resource limit and priority functions} homepage http://search.cpan.org/dist/BSD-Resource/ epoch 0 platforms darwin name p5-bsd-resource depends_lib path:bin/perl:perl5 maintainers geeklair.net:dluke long_description {{This is a Perl extension for BSD process resource limit and priority functions}} categories perl version 1.28 revision 0 p5-business-isbn 482 @@ -6282,8 +6282,8 @@ portdir perl/p5-data-buffer description {binary buffers for perl} homepage http://search.cpan.org/dist/Data-Buffer/ epoch 0 platforms darwin name p5-data-buffer depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {Data::Buffer implements a low-level binary buffer in which you can get and put integers, strings, and other data. Internally the implementation is based on pack and unpack, such that Data::Buffer is really a layer on top of those built-in functions.} categories perl version 0.04 revision 0 p5-data-dump 668 portdir perl/p5-data-dump description {Pretty printing of data structures} homepage http://search.cpan.org/dist/Data-Dump/ epoch 0 platforms darwin name p5-data-dump depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading. If dump() is called in a void context, then the dump is printed on STDERR instead of being returned.} categories perl version 1.15 revision 0 -p5-data-dumper 398 -portdir perl/p5-data-dumper description {Sstringified perl data structures, suitable for both printing and eval} homepage http://search.cpan.org/dist/Data-Dumper/ epoch 0 platforms darwin name p5-data-dumper depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Sstringified perl data structures, suitable for both printing and eval}} categories perl version 2.121 revision 0 +p5-data-dumper 396 +portdir perl/p5-data-dumper description {Stringified Perl data structures, suitable for both printing and eval} homepage http://search.cpan.org/dist/Data-Dumper/ epoch 0 platforms darwin name p5-data-dumper depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Stringified Perl data structures, suitable for both printing and eval}} categories perl version 2.125 revision 0 p5-data-hexify 353 portdir perl/p5-data-hexify description {Perl extension for hexdumping arbitrary data} homepage http://search.cpan.org/~jv/Data-Hexify epoch 0 platforms darwin name p5-data-hexify depends_lib path:bin/perl:perl5 maintainers email.arc.nasa.gov:sal long_description {{Perl extension for hexdumping arbitrary data}} categories perl version 1.00 revision 0 p5-data-hierarchy 463 @@ -6365,7 +6365,7 @@ p5-device-serialport 428 portdir perl/p5-device-serialport description {A POSIX-based version of the Win32::Serialport module} homepage http://search.cpan.org/dist/Device-SerialPort/ epoch 0 platforms darwin name p5-device-serialport depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {A POSIX-based version of the Win32::Serialport module that provides modem support to Perl applications} categories perl version 1.04 revision 0 p5-digest 380 -portdir perl/p5-digest description {A simple frontend module for autoloading of various Digest:: modules.} homepage http://search.cpan.org/dist/Digest/ epoch 0 platforms darwin name p5-digest depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{A simple frontend module for autoloading of various Digest:: modules.}} categories perl version 1.15 revision 0 +portdir perl/p5-digest description {A simple frontend module for autoloading of various Digest:: modules.} homepage http://search.cpan.org/dist/Digest/ epoch 0 platforms darwin name p5-digest depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{A simple frontend module for autoloading of various Digest:: modules.}} categories perl version 1.16 revision 0 p5-digest-bubblebabble 347 portdir perl/p5-digest-bubblebabble description {Create bubble-babble fingerprints} homepage http://search.cpan.org/dist/Digest-BubbleBabble/ epoch 0 platforms darwin name p5-digest-bubblebabble depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Create bubble-babble fingerprints}} categories perl version 0.01 revision 0 p5-digest-crc 433 @@ -6794,8 +6794,8 @@ portdir perl/p5-math-bezier description {Solution of Bezier Curves} homepage http://search.cpan.org/dist/Math-Bezier/ epoch 0 platforms darwin name p5-math-bezier depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {This module implements the algorithm for the solution of Bezier curves as presented by Robert D. Miller in Graphics Gems V, {"Quick} and Simple Bezier Curve Drawing\".} categories perl version 0.01 revision 0 p5-math-bigint 368 depends_build port:p5-test-simple portdir perl/p5-math-bigint description {Arbitrary size integer math package} homepage http://search.cpan.org/dist/Math-BigInt/ epoch 0 platforms darwin name p5-math-bigint depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Arbitrary size integer math package}} categories {perl math} version 1.89 revision 0 -p5-math-bigrat 354 -portdir perl/p5-math-bigrat description {Arbitrary size rationale numbers math package} homepage http://search.cpan.org/dist/Math-BigRat/ epoch 0 platforms darwin name p5-math-bigrat depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Arbitrary size rationale numbers math package}} categories {perl math} version 0.20 revision 0 +p5-math-bigrat 352 +portdir perl/p5-math-bigrat description {Arbitrary size rational numbers math package} homepage http://search.cpan.org/dist/Math-BigRat/ epoch 0 platforms darwin name p5-math-bigrat depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Arbitrary size rational numbers math package}} categories {perl math} version 0.24 revision 0 p5-math-gmp 351 depends_build port:gmp portdir perl/p5-math-gmp description {high speed arbitrary size integer math} homepage http://search.cpan.org/dist/Math-GMP/ epoch 0 platforms darwin name p5-math-gmp depends_lib path:bin/perl:perl5 maintainers uoregon.edu:tkay long_description {{high speed arbitrary size integer math}} categories perl version 2.05 revision 0 p5-math-mpfr 456 @@ -10331,7 +10331,7 @@ bacula 581 variants {darwin client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.2 revision 2 bash-completion 316 -variants universal portdir sysutils/bash-completion description {Programmable bash completions} homepage http://bash-completion.alioth.debian.org/ epoch 1 platforms darwin name bash-completion long_description {Programmable completion library for bash.} maintainers raimue categories sysutils version 1.0 revision 2 +variants universal portdir sysutils/bash-completion description {Programmable bash completions} homepage http://bash-completion.alioth.debian.org/ epoch 1 platforms darwin name bash-completion long_description {Programmable completion library for bash.} maintainers raimue categories sysutils version 1.0 revision 3 bchunk 512 variants universal portdir sysutils/bchunk description {Converts a CD image in a .bin/.cue format to .iso or .cdr} homepage http://he.fi/bchunk/ epoch 0 platforms darwin name bchunk maintainers nomaintainer long_description {binchunker converts a CD image in a .bin / .cue format (sometimes .raw / .cue) to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs} categories sysutils version 1.2.0 revision 0 bcwipe 584 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 02:02:39 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 02:02:39 -0700 (PDT) Subject: [58788] trunk/base/src/port1.0/portutil.tcl Message-ID: <20091005090240.34F5128F873E@beta.macosforge.org> Revision: 58788 http://trac.macports.org/changeset/58788 Author: ryandesign at macports.org Date: 2009-10-05 02:02:38 -0700 (Mon, 05 Oct 2009) Log Message: ----------- portutil.tcl: merge proc: use pure tcl to identify symlinks and directories, to avoid Snow Leopard's "file" command which dereferences symlinks; see #21852 Modified Paths: -------------- trunk/base/src/port1.0/portutil.tcl Modified: trunk/base/src/port1.0/portutil.tcl =================================================================== --- trunk/base/src/port1.0/portutil.tcl 2009-10-05 08:53:57 UTC (rev 58787) +++ trunk/base/src/port1.0/portutil.tcl 2009-10-05 09:02:38 UTC (rev 58788) @@ -2231,30 +2231,34 @@ set fpath [string range "${file}" [string length "${basepath}"] [string length "${file}"]] if {${fpath} != ""} { # determine the type (dir/file/link) - set filetype [exec [findBinary file $portutil::autoconf::file_path] "-b" "${basepath}${fpath}"] - switch -regexp ${filetype} { + switch [file type ${basepath}${fpath}] { directory { # just create directories ui_debug "mrg: directory ${fpath}" file mkdir "${destroot}${fpath}" } - symbolic\ link.* { + link { # copy symlinks, TODO: check if targets match! ui_debug "mrg: symlink ${fpath}" file copy "${basepath}${fpath}" "${destroot}${fpath}" } - Mach-O.* { - merge_lipo "${base}" "${destroot}" "${fpath}" "${archs}" - } - current\ ar\ archive { - merge_lipo "${base}" "${destroot}" "${fpath}" "${archs}" - } - ASCII\ C\ program\ text { - merge_cpp "${base}" "${destroot}" "${fpath}" "${archs}" - } default { - ui_debug "unknown file type: ${filetype}" - merge_file "${base}" "${destroot}" "${fpath}" "${archs}" + set filetype [exec [findBinary file $portutil::autoconf::file_path] "-b" "${basepath}${fpath}"] + switch -regexp ${filetype} { + Mach-O.* { + merge_lipo "${base}" "${destroot}" "${fpath}" "${archs}" + } + current\ ar\ archive { + merge_lipo "${base}" "${destroot}" "${fpath}" "${archs}" + } + ASCII\ C\ program\ text { + merge_cpp "${base}" "${destroot}" "${fpath}" "${archs}" + } + default { + ui_debug "unknown file type: ${filetype}" + merge_file "${base}" "${destroot}" "${fpath}" "${archs}" + } + } } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From css at macports.org Mon Oct 5 02:30:44 2009 From: css at macports.org (css at macports.org) Date: Mon, 5 Oct 2009 02:30:44 -0700 (PDT) Subject: [58789] trunk/dports/graphics/simage/Portfile Message-ID: <20091005093044.B150C28F8CC9@beta.macosforge.org> Revision: 58789 http://trac.macports.org/changeset/58789 Author: css at macports.org Date: 2009-10-05 02:30:42 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Replace the libungif dependency with giflib. refs #21730 Modified Paths: -------------- trunk/dports/graphics/simage/Portfile Modified: trunk/dports/graphics/simage/Portfile =================================================================== --- trunk/dports/graphics/simage/Portfile 2009-10-05 09:02:38 UTC (rev 58788) +++ trunk/dports/graphics/simage/Portfile 2009-10-05 09:30:42 UTC (rev 58789) @@ -3,7 +3,7 @@ PortSystem 1.0 name simage version 1.6.1 -revision 1 +revision 2 description library for loading and saving images, sound and video long_description simage is a library capable of loading, manipulating \ and saving images, creating and saving movies (AVI and mpeg), and \ @@ -22,7 +22,7 @@ depends_lib lib:libjpeg:jpeg \ lib:libpng:libpng \ lib:libsndfile:libsndfile \ - lib:libungif:libungif \ + port:giflib \ lib:libtiff:tiff \ lib:libz:zlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 02:54:21 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 02:54:21 -0700 (PDT) Subject: [58790] trunk/dports Message-ID: <20091005095425.C9D7E28F9010@beta.macosforge.org> Revision: 58790 http://trac.macports.org/changeset/58790 Author: portindex at macports.org Date: 2009-10-05 02:54:18 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 09:30:42 UTC (rev 58789) +++ trunk/dports/PortIndex 2009-10-05 09:54:18 UTC (rev 58790) @@ -3376,8 +3376,8 @@ variants universal portdir graphics/scale2x description {utility to increase the size of small bitmaps} homepage http://scale2x.sourceforge.net/ epoch 0 platforms darwin name scale2x depends_lib {port:zlib port:libpng} long_description {Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the images.} maintainers nomaintainer categories graphics version 2.1 revision 0 shapelib 337 portdir graphics/shapelib description {Library and tools for dealing with ESRI ShapeFiles} homepage http://gdal.velocet.ca/projects/shapelib/index.html epoch 0 platforms darwin name shapelib maintainers nomaintainer long_description {This software provides support for the ESRI ShapeFiles.} version 1.2.10 categories graphics revision 0 -simage 635 -variants {quicktime universal} portdir graphics/simage description {library for loading and saving images, sound and video} homepage http://www.coin3d.org/lib/simage/ epoch 0 platforms darwin name simage depends_lib {lib:libjpeg:jpeg lib:libpng:libpng lib:libsndfile:libsndfile lib:libungif:libungif lib:libtiff:tiff lib:libz:zlib} maintainers css long_description {simage is a library capable of loading, manipulating and saving images, creating and saving movies (AVI and mpeg), and loading audio. The simage library relies heavily on 3rd party libraries to perform these tasks.} categories {graphics devel} version 1.6.1 revision 1 +simage 625 +variants {quicktime universal} portdir graphics/simage description {library for loading and saving images, sound and video} homepage http://www.coin3d.org/lib/simage/ epoch 0 platforms darwin name simage depends_lib {lib:libjpeg:jpeg lib:libpng:libpng lib:libsndfile:libsndfile port:giflib lib:libtiff:tiff lib:libz:zlib} maintainers css long_description {simage is a library capable of loading, manipulating and saving images, creating and saving movies (AVI and mpeg), and loading audio. The simage library relies heavily on 3rd party libraries to perform these tasks.} categories {graphics devel} version 1.6.1 revision 2 squish 454 portdir graphics/squish description {DXT Compression Library} homepage http://code.google.com/p/libsquish/ epoch 0 platforms darwin name squish maintainers gmail.com:julian9 long_description {DXT compression is a very well-designed compression scheme for colour textures with an optional alpha channel. The squish library is a cross-platform open source implementation of DXT compression (and decompression).} version 1.10 categories graphics revision 1 svg2pdf 353 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 04:28:12 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 04:28:12 -0700 Subject: propchange - r58662 svn:log Message-ID: <20091005112812.A31F2752C6C0@mail-out3.apple.com> Author: ryandesign at macports.org (original author: nox at macports.org) Revision: 58662 Property Name: svn:log @@ -1 +1 @@ -php5-http: Update to 1.6.4. +php5-http: Update to 1.6.5. From mnick at macports.org Mon Oct 5 04:58:17 2009 From: mnick at macports.org (mnick at macports.org) Date: Mon, 5 Oct 2009 04:58:17 -0700 (PDT) Subject: [58791] trunk/dports/devel/judy/Portfile Message-ID: <20091005115819.1CC7828F9F0E@beta.macosforge.org> Revision: 58791 http://trac.macports.org/changeset/58791 Author: mnick at macports.org Date: 2009-10-05 04:58:14 -0700 (Mon, 05 Oct 2009) Log Message: ----------- disable parallel build to fix build issues of documentation Modified Paths: -------------- trunk/dports/devel/judy/Portfile Modified: trunk/dports/devel/judy/Portfile =================================================================== --- trunk/dports/devel/judy/Portfile 2009-10-05 09:54:18 UTC (rev 58790) +++ trunk/dports/devel/judy/Portfile 2009-10-05 11:58:14 UTC (rev 58791) @@ -31,6 +31,7 @@ configure.cflags-append -m64 } +use_parallel_build no test.run yes test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 05:35:05 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 05:35:05 -0700 (PDT) Subject: [58792] trunk/dports/emulators Message-ID: <20091005123506.0FBD828FA45F@beta.macosforge.org> Revision: 58792 http://trac.macports.org/changeset/58792 Author: ryandesign at macports.org Date: 2009-10-05 05:35:02 -0700 (Mon, 05 Oct 2009) Log Message: ----------- minivmac, minivmac-devel: add machinery to build for multiple architectures; universal build is not possible until a new version of MacPorts with a fixed merge procedure (see r58777 and r58788) is released Revision Links: -------------- http://trac.macports.org/changeset/58777 http://trac.macports.org/changeset/58788 Modified Paths: -------------- trunk/dports/emulators/minivmac/Portfile trunk/dports/emulators/minivmac/files/Makefile.in trunk/dports/emulators/minivmac-devel/Portfile trunk/dports/emulators/minivmac-devel/files/Makefile.in Modified: trunk/dports/emulators/minivmac/Portfile =================================================================== --- trunk/dports/emulators/minivmac/Portfile 2009-10-05 11:58:14 UTC (rev 58791) +++ trunk/dports/emulators/minivmac/Portfile 2009-10-05 12:35:02 UTC (rev 58792) @@ -84,18 +84,31 @@ set my_bootstrap_app "Mini vMac.app" set my_rom_file vMac.ROM set my_base_options "-maintainer MacPorts -homepage http://www.macports.org/ -cl -eol unx -nex -im 1" -set my_target "" +set my_archs {} options my_variations default my_variations {} -platform powerpc { - set my_target mach +# The universal variant is disabled until MacPorts 1.8.2 is released +# and this port is upgraded to version 3.1.x final. +if {0} { +variant universal { + configure.universal_args + configure.universal_archs ppc i386 + set my_archs ${configure.universal_archs} } - -platform i386 { - set my_target imch } +if {![variant_isset universal]} { + switch ${os.arch} { + powerpc { + configure.build_arch ppc + } + default { + configure.build_arch ${os.arch} + } + } + set my_archs ${configure.build_arch} +} pre-fetch { set my_real_rom_dir [exec osascript ${filespath}/readalias.applescript [file normalize ${my_rom_dir}]] @@ -155,16 +168,19 @@ pre-configure { set i 0 - foreach {my_machine my_variation_options} ${my_variations} { - if {${i} > 0} { - configure.args-append {\;} + foreach my_arch ${my_archs} { + set my_target [my_arch_to_target ${my_arch}] + foreach {my_machine my_variation_options} ${my_variations} { + if {${i} > 0} { + configure.args-append {\;} + } + configure.args-append \ + ${my_base_options} \ + -t ${my_target} \ + ${my_variation_options} \ + -n ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} + incr i } - configure.args-append \ - ${my_base_options} \ - -t ${my_target} \ - ${my_variation_options} \ - -n ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} - incr i } # Launch Mini vMac so the configure script can talk to it. @@ -180,18 +196,26 @@ file mkdir ${build.dir} set my_variation_dirs "" set my_src_disk_mount [my_attach_disk_image ${worksrcpath}/${my_src}/${my_src}.img] - foreach my_variation_dir [glob -nocomplain -type d -tails -directory ${my_src_disk_mount}/output *] { - set my_variation_dirs "${my_variation_dirs} ${my_variation_dir}" - - # Get the configured source code. - file copy ${my_src_disk_mount}/output/${my_variation_dir} ${build.dir} - - # Use the right compiler. - reinplace "s|gcc|${configure.cc}|g" ${build.dir}/${my_variation_dir}/Makefile - - # Remove references to SDKs -- the 10.4u SDK is not installed by default on 10.6 - # and even if you install it manually it does not work here. - reinplace -E {s|-isysroot /Developer/SDKs/[^ ]+||g} ${build.dir}/${my_variation_dir}/Makefile + foreach my_arch ${my_archs} { + file mkdir ${build.dir}/${my_arch} + set my_target [my_arch_to_target ${my_arch}] + foreach {my_machine unused} ${my_variations} { + set my_src_dir ${my_src_disk_mount}/output/${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} + if {[file isdirectory ${my_src_dir}]} { + set my_variation_dir ${my_arch}/${my_machine} + set my_variation_dirs "${my_variation_dirs} [strsed ${my_variation_dir} {g/ /\\\\ /}]" + + # Get the configured source code. + file copy ${my_src_dir} ${build.dir}/${my_variation_dir} + + # Use the right compiler. + reinplace "s|gcc|${configure.cc}|g" ${build.dir}/${my_variation_dir}/Makefile + + # Remove references to SDKs -- the 10.4u SDK is not installed by default on 10.6 + # and even if you install it manually it does not work here. + reinplace -E {s|-isysroot /Developer/SDKs/[^ ]+||g} ${build.dir}/${my_variation_dir}/Makefile + } + } } my_detach_disk_image ${my_src_disk_mount} @@ -212,15 +236,21 @@ post-build { # To save space, keep only a single copy of the Resources directory. set i 0 - foreach my_variation_dir [glob -type d -tails -directory ${build.dir} *] { - set my_resources_dir ${build.dir}/${my_variation_dir}/minivmac.app/Contents/Resources - if {0 == ${i}} { - move ${my_resources_dir} ${build.dir} - } else { - delete ${my_resources_dir} + foreach my_arch ${my_archs} { + set my_target [my_arch_to_target ${my_arch}] + foreach {my_machine unused} ${my_variations} { + if {[variant_isset universal]} { + reinplace "s|${my_target}|umch|" ${build.dir}/${my_arch}/${my_machine}/minivmac.app/Contents/Info.plist + } + set my_resources_dir ${build.dir}/${my_arch}/${my_machine}/minivmac.app/Contents/Resources + if {0 == ${i}} { + move ${my_resources_dir} ${build.dir} + } else { + delete ${my_resources_dir} + } + ln -s ${my_share_dir}/Resources ${my_resources_dir} + incr i } - ln -s ${my_share_dir}/Resources ${my_resources_dir} - incr i } # Install the prettier icons. @@ -233,12 +263,21 @@ copy ${build.dir}/Resources ${destroot}${my_share_dir} # Install the programs. - xinstall -d ${destroot}${my_app_dir} - foreach {my_machine my_variation_options} ${my_variations} { - set my_variation_dir ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} - file copy ${build.dir}/${my_variation_dir}/minivmac.app \ - "${destroot}${my_app_dir}/Mini vMac ${my_machine}.app" + foreach my_arch ${my_archs} { + if {[variant_isset universal]} { + set my_dest ${workpath}/pre-dest/${my_arch} + } else { + set my_dest ${destroot} + } + xinstall -d ${my_dest}${my_app_dir} + foreach {my_machine unused} ${my_variations} { + copy ${build.dir}/${my_arch}/${my_machine}/minivmac.app \ + "${my_dest}${my_app_dir}/Mini vMac ${my_machine}.app" + } } + if {[variant_isset universal]} { + merge ${workpath}/pre-dest + } } if { ![variant_isset mac128k] && ![variant_isset mac512k] && ![variant_isset mac512ke] && ![variant_isset macse] } { @@ -265,6 +304,21 @@ my_variations-append {SE} {-m SE} } +# Converts normal arch names into Mini vMac target names. +proc my_arch_to_target {arch} { + switch ${arch} { + i386 { + return imch + } + ppc { + return mach + } + default { + return -code error "unsupported architecture ${arch}" + } + } +} + # Mounts a disk image. proc my_attach_disk_image {disk_image} { global my_name filespath Modified: trunk/dports/emulators/minivmac/files/Makefile.in =================================================================== --- trunk/dports/emulators/minivmac/files/Makefile.in 2009-10-05 11:58:14 UTC (rev 58791) +++ trunk/dports/emulators/minivmac/files/Makefile.in 2009-10-05 12:35:02 UTC (rev 58792) @@ -7,4 +7,4 @@ all: $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ + $(MAKE) -C "$@" Modified: trunk/dports/emulators/minivmac-devel/Portfile =================================================================== --- trunk/dports/emulators/minivmac-devel/Portfile 2009-10-05 11:58:14 UTC (rev 58791) +++ trunk/dports/emulators/minivmac-devel/Portfile 2009-10-05 12:35:02 UTC (rev 58792) @@ -93,7 +93,7 @@ set my_bootstrap_app "Mini vMac.app" set my_rom_file vMac.ROM set my_base_options "-maintainer MacPorts -homepage http://www.macports.org/ -cl -eol unx -nex" -set my_target "" +set my_archs {} options my_variations my_variations {128K} {-m 128K} \ @@ -110,13 +110,25 @@ {IIx} {-m IIx -mem 8M -hres 800 -vres 600 -depth 3} } -platform powerpc { - set my_target mach +# The universal variant is disabled until MacPorts 1.8.2 is released. +if {0} { +variant universal { + configure.universal_args + configure.universal_archs ppc i386 + set my_archs ${configure.universal_archs} } - -platform i386 { - set my_target imch } +if {![variant_isset universal]} { + switch ${os.arch} { + powerpc { + configure.build_arch ppc + } + default { + configure.build_arch ${os.arch} + } + } + set my_archs ${configure.build_arch} +} pre-fetch { set my_real_rom_dir [exec osascript ${filespath}/readalias.applescript [file normalize ${my_rom_dir}]] @@ -181,16 +193,19 @@ pre-configure { set i 0 - foreach {my_machine my_variation_options} ${my_variations} { - if {${i} > 0} { - configure.args-append {\;} + foreach my_arch ${my_archs} { + set my_target [my_arch_to_target ${my_arch}] + foreach {my_machine my_variation_options} ${my_variations} { + if {${i} > 0} { + configure.args-append {\;} + } + configure.args-append \ + ${my_base_options} \ + -t ${my_target} \ + ${my_variation_options} \ + -n ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} + incr i } - configure.args-append \ - ${my_base_options} \ - -t ${my_target} \ - ${my_variation_options} \ - -n ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} - incr i } # Launch Mini vMac so the configure script can talk to it. @@ -206,18 +221,26 @@ file mkdir ${build.dir} set my_variation_dirs "" set my_output_disk_mount [my_attach_disk_image ${worksrcpath}/output.img] - foreach my_variation_dir [glob -nocomplain -type d -tails -directory ${my_output_disk_mount} *] { - set my_variation_dirs "${my_variation_dirs} ${my_variation_dir}" - - # Get the configured source code. - file copy ${my_output_disk_mount}/${my_variation_dir} ${build.dir} - - # Use the right compiler. - reinplace "s|gcc|${configure.cc}|g" ${build.dir}/${my_variation_dir}/Makefile - - # Remove references to SDKs -- the 10.4u SDK is not installed by default on 10.6 - # and even if you install it manually it does not work here. - reinplace -E {s|-isysroot /Developer/SDKs/[^ ]+||g} ${build.dir}/${my_variation_dir}/Makefile + foreach my_arch ${my_archs} { + file mkdir ${build.dir}/${my_arch} + set my_target [my_arch_to_target ${my_arch}] + foreach {my_machine unused} ${my_variations} { + set my_src_dir ${my_output_disk_mount}/${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} + if {[file isdirectory ${my_src_dir}]} { + set my_variation_dir ${my_arch}/${my_machine} + set my_variation_dirs "${my_variation_dirs} [strsed ${my_variation_dir} {g/ /\\\\ /}]" + + # Get the configured source code. + file copy ${my_src_dir} ${build.dir}/${my_variation_dir} + + # Use the right compiler. + reinplace "s|gcc|${configure.cc}|g" ${build.dir}/${my_variation_dir}/Makefile + + # Remove references to SDKs -- the 10.4u SDK is not installed by default on 10.6 + # and even if you install it manually it does not work here. + reinplace -E {s|-isysroot /Developer/SDKs/[^ ]+||g} ${build.dir}/${my_variation_dir}/Makefile + } + } } my_detach_disk_image ${my_output_disk_mount} @@ -238,15 +261,21 @@ post-build { # To save space, keep only a single copy of the Resources directory. set i 0 - foreach my_variation_dir [glob -type d -tails -directory ${build.dir} *] { - set my_resources_dir ${build.dir}/${my_variation_dir}/minivmac.app/Contents/Resources - if {0 == ${i}} { - move ${my_resources_dir} ${build.dir} - } else { - delete ${my_resources_dir} + foreach my_arch ${my_archs} { + set my_target [my_arch_to_target ${my_arch}] + foreach {my_machine unused} ${my_variations} { + if {[variant_isset universal]} { + reinplace "s|${my_target}|umch|" ${build.dir}/${my_arch}/${my_machine}/minivmac.app/Contents/Info.plist + } + set my_resources_dir ${build.dir}/${my_arch}/${my_machine}/minivmac.app/Contents/Resources + if {0 == ${i}} { + move ${my_resources_dir} ${build.dir} + } else { + delete ${my_resources_dir} + } + ln -s ${my_share_dir}/Resources ${my_resources_dir} + incr i } - ln -s ${my_share_dir}/Resources ${my_resources_dir} - incr i } # Install the prettier icons. @@ -259,14 +288,38 @@ copy ${build.dir}/Resources ${destroot}${my_share_dir} # Install the programs. - xinstall -d ${destroot}${my_app_dir} - foreach {my_machine my_variation_options} ${my_variations} { - set my_variation_dir ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target} - file copy ${build.dir}/${my_variation_dir}/minivmac.app \ - "${destroot}${my_app_dir}/Mini vMac ${my_machine}.app" + foreach my_arch ${my_archs} { + if {[variant_isset universal]} { + set my_dest ${workpath}/pre-dest/${my_arch} + } else { + set my_dest ${destroot} + } + xinstall -d ${my_dest}${my_app_dir} + foreach {my_machine unused} ${my_variations} { + copy ${build.dir}/${my_arch}/${my_machine}/minivmac.app \ + "${my_dest}${my_app_dir}/Mini vMac ${my_machine}.app" + } } + if {[variant_isset universal]} { + merge ${workpath}/pre-dest + } } +# Converts normal arch names into Mini vMac target names. +proc my_arch_to_target {arch} { + switch ${arch} { + i386 { + return imch + } + ppc { + return mach + } + default { + return -code error "unsupported architecture ${arch}" + } + } +} + # Mounts a disk image. proc my_attach_disk_image {disk_image} { global my_name filespath Modified: trunk/dports/emulators/minivmac-devel/files/Makefile.in =================================================================== --- trunk/dports/emulators/minivmac-devel/files/Makefile.in 2009-10-05 11:58:14 UTC (rev 58791) +++ trunk/dports/emulators/minivmac-devel/files/Makefile.in 2009-10-05 12:35:02 UTC (rev 58792) @@ -7,4 +7,4 @@ all: $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ + $(MAKE) -C "$@" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 05:53:54 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 05:53:54 -0700 (PDT) Subject: [58793] trunk/dports Message-ID: <20091005125356.182B728FA6F8@beta.macosforge.org> Revision: 58793 http://trac.macports.org/changeset/58793 Author: portindex at macports.org Date: 2009-10-05 05:53:54 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 12:35:02 UTC (rev 58792) +++ trunk/dports/PortIndex 2009-10-05 12:53:54 UTC (rev 58793) @@ -2262,10 +2262,10 @@ portdir emulators/lisaem description {Apple Lisa emulator} homepage http://lisa.sunder.net/ epoch 0 platforms darwin name lisaem depends_lib port:wxWidgets maintainers ryandesign long_description {{Apple Lisa emulator}} categories emulators version 1.2.6 revision 1 mednafen 837 variants universal portdir emulators/mednafen description {Super-fast and super-compatible emulator for many video game systems} homepage http://mednafen.sourceforge.net/ epoch 0 platforms darwin name mednafen depends_lib {path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_net port:libsndfile port:libcdio port:zlib} long_description {Medfafen is a portable (utilizing OpenGL and SDL) argument-driven multi-system emulator with many advanced features. The Atari Lynx, GameBoy, GameBoy Colour, GameBoy Advance, NES, PC Engine (TurboGrafx 16) and SuperGrafx are emulated. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding.} maintainers freebsd.org:adamw categories {emulators games} version 0.8.1 revision 1 -minivmac 645 -variants {powerpc i386 mac128k mac512k mac512ke macplus macse} portdir emulators/minivmac description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms macosx name minivmac maintainers ryandesign long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} depends_extract {port:macutil bin:expect:expect} categories {emulators aqua} version 3.0.4 revision 3 -minivmac-devel 642 -variants {unsupported powerpc i386} portdir emulators/minivmac-devel description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms macosx name minivmac-devel maintainers ryandesign long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} depends_extract {port:macutil port:bsdiff bin:expect:expect} categories {emulators aqua} version 3.1.2 revision 1 +minivmac 632 +variants {mac128k mac512k mac512ke macplus macse} portdir emulators/minivmac description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms macosx name minivmac maintainers ryandesign long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} depends_extract {port:macutil bin:expect:expect} categories {emulators aqua} version 3.0.4 revision 3 +minivmac-devel 627 +variants unsupported portdir emulators/minivmac-devel description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms macosx name minivmac-devel maintainers ryandesign long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} depends_extract {port:macutil port:bsdiff bin:expect:expect} categories {emulators aqua} version 3.1.2 revision 1 nonpareil 924 variants {macosx voyager debugger hpil} depends_build {port:bison port:flex port:pkgconfig port:python25 port:scons} portdir emulators/nonpareil description {a high-fidelity simulator for calculators.} homepage http://nonpareil.brouhaha.com/ epoch 0 platforms darwin name nonpareil depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 port:libxml2 port:libsdl_sound port:netpbm} long_description {Nonpareil is a high-fidelity simulator for calculators. It currently supports many HP calculators models introduced between 1972 and 1982. Simulation fidelity is achieved through the use of the actual microcode of the calculators, thus in most cases the simulation behavior exactly matches that of the real calculator. In particular, numerical results will be identical, because the simulator is using the BCD arithmetic algorithms from the calculator.} maintainers krischik categories emulators version 0.79 revision 3 pearpc 495 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Mon Oct 5 07:11:40 2009 From: jmr at macports.org (jmr at macports.org) Date: Mon, 5 Oct 2009 07:11:40 -0700 (PDT) Subject: [58794] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl Message-ID: <20091005141140.ECC9E28FB559@beta.macosforge.org> Revision: 58794 http://trac.macports.org/changeset/58794 Author: jmr at macports.org Date: 2009-10-05 07:11:40 -0700 (Mon, 05 Oct 2009) Log Message: ----------- get the requested archs right Modified Paths: -------------- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-05 12:53:54 UTC (rev 58793) +++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-05 14:11:40 UTC (rev 58794) @@ -45,10 +45,10 @@ default archcheck.files {} pre-extract { - if {[variant_isset universal]} { - set requested_archs ${universal_archs} + if {[variant_exists universal] && [variant_isset universal]} { + set requested_archs ${configure.universal_archs} } else { - set requested_archs ${build_arch} + set requested_archs ${configure.build_arch} } foreach file ${archcheck.files} { # Prepend prefix if necessary. -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Oct 5 07:33:02 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 5 Oct 2009 07:33:02 -0700 (PDT) Subject: [58795] trunk/dports/python/py25-psycopg2/Portfile Message-ID: <20091005143302.C364728FBD80@beta.macosforge.org> Revision: 58795 http://trac.macports.org/changeset/58795 Author: snc at macports.org Date: 2009-10-05 07:32:59 -0700 (Mon, 05 Oct 2009) Log Message: ----------- fix livecheck Modified Paths: -------------- trunk/dports/python/py25-psycopg2/Portfile Modified: trunk/dports/python/py25-psycopg2/Portfile =================================================================== --- trunk/dports/python/py25-psycopg2/Portfile 2009-10-05 14:11:40 UTC (rev 58794) +++ trunk/dports/python/py25-psycopg2/Portfile 2009-10-05 14:32:59 UTC (rev 58795) @@ -18,6 +18,7 @@ homepage http://www.initd.org/software/initd/psycopg/ master_sites http://initd.org/pub/software/psycopg/ \ http://initd.org/pub/software/psycopg/PSYCOPG-2-0/ + distname psycopg2-${version} checksums md5 5c8080d0d0568479f041bb8534caf1f8 \ sha1 a5649fced3ffc9968b21421023239f95a3a21ad3 \ @@ -62,4 +63,4 @@ } livecheck.url ${master_sites} -livecheck.regex psycopg2-(\\d+\\.\\d+(\\.\\d+)?) +livecheck.regex psycopg2-(\\d+\\.\\d+(\\.\\d+)?)\\.tar\\.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Mon Oct 5 07:37:15 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Mon, 5 Oct 2009 07:37:15 -0700 (PDT) Subject: [58796] trunk/dports/ruby/rb-cocoa/Portfile Message-ID: <20091005143715.83C8328FBE96@beta.macosforge.org> Revision: 58796 http://trac.macports.org/changeset/58796 Author: kimuraw at macports.org Date: 2009-10-05 07:37:14 -0700 (Mon, 05 Oct 2009) Log Message: ----------- ruby/rb-cocoa: fix #21764, install fails with xargs from findutils+with_default_names Modified Paths: -------------- trunk/dports/ruby/rb-cocoa/Portfile Modified: trunk/dports/ruby/rb-cocoa/Portfile =================================================================== --- trunk/dports/ruby/rb-cocoa/Portfile 2009-10-05 14:32:59 UTC (rev 58795) +++ trunk/dports/ruby/rb-cocoa/Portfile 2009-10-05 14:37:14 UTC (rev 58796) @@ -15,6 +15,7 @@ such. categories-append devel homepage http://${ruby.project}.sourceforge.net/ +license LGPL/Ruby master_sites sourceforge:${ruby.project} distname RubyCocoa-${version} checksums md5 96e6a69191e862f60915c11d4d9ea7c0 \ @@ -33,6 +34,13 @@ --examples=${prefix}/share/examples/${name} destroot.violate_mtree yes +# see bug #21764 +# install fails with gnu xargs from findutils+with_default_names. +# this problem was fixed RubyCocoa trunk r2268 +post-patch { + reinplace "s| xargs | /usr/bin/xargs |" ${worksrcpath}/pre-install.rb +} + # by default, do not install Xcode templates. #18708 variant xcode description {install project templates for Xcode} { } if {![variant_isset xcode]} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Mon Oct 5 07:50:07 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Mon, 5 Oct 2009 07:50:07 -0700 (PDT) Subject: [58797] trunk/dports/ruby/rb-cocoa/Portfile Message-ID: <20091005145007.796CA28FC11E@beta.macosforge.org> Revision: 58797 http://trac.macports.org/changeset/58797 Author: kimuraw at macports.org Date: 2009-10-05 07:50:06 -0700 (Mon, 05 Oct 2009) Log Message: ----------- ruby/rb-cocoa: use $build_arch or $universal_archs if specified. Modified Paths: -------------- trunk/dports/ruby/rb-cocoa/Portfile Modified: trunk/dports/ruby/rb-cocoa/Portfile =================================================================== --- trunk/dports/ruby/rb-cocoa/Portfile 2009-10-05 14:37:14 UTC (rev 58796) +++ trunk/dports/ruby/rb-cocoa/Portfile 2009-10-05 14:50:06 UTC (rev 58797) @@ -4,7 +4,7 @@ PortGroup ruby 1.0 ruby.setup {cocoa rubycocoa} 1.0.0 install.rb {ChangeLog ReadMe.html ReadMe.ja.html} -revision 1 +revision 2 maintainers kimuraw description Ruby bindings for writing cocoa programs long_description RubyCocoa is a Ruby library for using Cocoa Objects \ @@ -41,6 +41,17 @@ reinplace "s| xargs | /usr/bin/xargs |" ${worksrcpath}/pre-install.rb } +# apply universal_archs or build_arch +if {[variant_isset universal]} { + if {[info exists universal_archs] && $universal_archs != ""} { + configure.args-append --target-archs="${universal_archs}" + } +} else { + if {[info exists build_arch] && $build_arch != ""} { + configure.args-append --target-archs="${build_arch}" + } +} + # by default, do not install Xcode templates. #18708 variant xcode description {install project templates for Xcode} { } if {![variant_isset xcode]} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Mon Oct 5 08:12:00 2009 From: nox at macports.org (nox at macports.org) Date: Mon, 5 Oct 2009 08:12:00 -0700 (PDT) Subject: [58798] trunk/dports/devel/boost/Portfile Message-ID: <20091005151200.C5B0428FC5D8@beta.macosforge.org> Revision: 58798 http://trac.macports.org/changeset/58798 Author: nox at macports.org Date: 2009-10-05 08:11:59 -0700 (Mon, 05 Oct 2009) Log Message: ----------- boost: Patch gcc.jam on every platform when building universally (closes #21408). Modified Paths: -------------- trunk/dports/devel/boost/Portfile Modified: trunk/dports/devel/boost/Portfile =================================================================== --- trunk/dports/devel/boost/Portfile 2009-10-05 14:50:06 UTC (rev 58797) +++ trunk/dports/devel/boost/Portfile 2009-10-05 15:11:59 UTC (rev 58798) @@ -187,10 +187,9 @@ variant universal { build.args-append pch=off + patchfiles-append patch-tools-build-v2-tools-gcc.jam.diff if {${os.major} == 10} { - patchfiles-append \ - patch-tools-build-v2-tools-darwin.jam.diff \ - patch-tools-build-v2-tools-gcc.jam.diff + patchfiles-append patch-tools-build-v2-tools-darwin.jam.diff } if {[lsearch ${universal_archs} ppc*] != -1} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 08:54:05 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 08:54:05 -0700 (PDT) Subject: [58799] trunk/dports/PortIndex Message-ID: <20091005155407.BCA2B28FD2E8@beta.macosforge.org> Revision: 58799 http://trac.macports.org/changeset/58799 Author: portindex at macports.org Date: 2009-10-05 08:54:02 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 15:11:59 UTC (rev 58798) +++ trunk/dports/PortIndex 2009-10-05 15:54:02 UTC (rev 58799) @@ -9431,7 +9431,7 @@ rb-cgikit 481 variants universal portdir ruby/rb-cgikit description {Component-based web application framework} homepage http://www.spice-of-life.net/cgikit/index_en.html epoch 0 platforms darwin name rb-cgikit depends_lib port:ruby long_description {CGIKit is a web application framework written in Ruby. This framework is based on components for development, so you can develop CGI applications quickly and efficiently.} maintainers nomaintainer categories {ruby www} version 1.2.0 revision 1 rb-cocoa 557 -variants {xcode universal} portdir ruby/rb-cocoa description {Ruby bindings for writing cocoa programs} homepage http://rubycocoa.sourceforge.net/ epoch 0 platforms darwin name rb-cocoa depends_lib port:ruby long_description {RubyCocoa is a Ruby library for using Cocoa Objects on Mac OS X in Ruby scripts. You can use RubyCocoa to work with Cocoa objects in Ruby scripts, write Cocoa applications with Ruby and Interface Builder, develop small scale simple Cocoa applications and such.} maintainers kimuraw categories {ruby devel} version 1.0.0 revision 1 +variants {xcode universal} portdir ruby/rb-cocoa description {Ruby bindings for writing cocoa programs} homepage http://rubycocoa.sourceforge.net/ epoch 0 platforms darwin name rb-cocoa depends_lib port:ruby long_description {RubyCocoa is a Ruby library for using Cocoa Objects on Mac OS X in Ruby scripts. You can use RubyCocoa to work with Cocoa objects in Ruby scripts, write Cocoa applications with Ruby and Interface Builder, develop small scale simple Cocoa applications and such.} maintainers kimuraw categories {ruby devel} version 1.0.0 revision 2 rb-crypt-isaac 470 portdir ruby/rb-crypt-isaac description {Implementation of the ISAAC psuedo random number generator.} homepage http://rubyforge.org/projects/crypt-isaac epoch 0 platforms darwin name rb-crypt-isaac depends_lib port:ruby maintainers nomaintainer long_description {This is a Ruby implementation of the ISAAC cryptographically secure PRNG. One can use it when one wants independent sources of high quality random numbers.} categories {ruby security} version 0.9 revision 0 rb-csbattery 648 -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Oct 5 10:22:50 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 5 Oct 2009 10:22:50 -0700 (PDT) Subject: [58800] trunk/dports/devel/strigi Message-ID: <20091005172250.6825428FE980@beta.macosforge.org> Revision: 58800 http://trac.macports.org/changeset/58800 Author: snc at macports.org Date: 2009-10-05 10:22:48 -0700 (Mon, 05 Oct 2009) Log Message: ----------- add patch to build on snow leopard, ticket #21138 Modified Paths: -------------- trunk/dports/devel/strigi/Portfile Added Paths: ----------- trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff Modified: trunk/dports/devel/strigi/Portfile =================================================================== --- trunk/dports/devel/strigi/Portfile 2009-10-05 15:54:02 UTC (rev 58799) +++ trunk/dports/devel/strigi/Portfile 2009-10-05 17:22:48 UTC (rev 58800) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -5,7 +6,7 @@ name strigi version 0.6.3 -revision 1 +revision 2 categories devel maintainers gmail.com:clubjuggler openmaintainer description Fastest and smallest desktop searching program @@ -14,7 +15,7 @@ homepage http://strigi.sourceforge.net/ master_sites sourceforge use_bzip2 yes -patchfiles strigi-fix-check-gcc-visibility-macro-ccache.patch +patchfiles strigi-fix-check-gcc-visibility-macro-ccache.patch strigi-dbus-types.patch.diff patch.pre_args -p1 depends_lib port:bzip2 \ Added: trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff =================================================================== --- trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff (rev 0) +++ trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff 2009-10-05 17:22:48 UTC (rev 58800) @@ -0,0 +1,37 @@ +--- strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.horig 2009-09-23 21:37:10 +0200 ++++ strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.h 2009-09-23 21:38:03 +0200 +@@ -60,10 +60,10 @@ public: + DBusMessageReader& operator>>(std::vector& s); + DBusMessageReader& operator>>(std::vector& s); + DBusMessageReader& operator>>(std::string& s); +- DBusMessageReader& operator>>(dbus_int32_t& s); +- DBusMessageReader& operator>>(dbus_uint32_t& s); +- DBusMessageReader& operator>>(dbus_uint64_t& s); +- DBusMessageReader& operator>>(dbus_int64_t& s); ++ DBusMessageReader& operator>>(int32_t& s); ++ DBusMessageReader& operator>>(uint32_t& s); ++ DBusMessageReader& operator>>(uint64_t& s); ++ DBusMessageReader& operator>>(int64_t& s); + DBusMessageReader& operator>>(std::multimap&); + DBusMessageReader& operator>>(std::vector >&); + bool isOk() const { return ok; } +--- strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.cpporig 2009-09-23 21:37:07 +0200 ++++ strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.cpp 2009-09-23 21:37:47 +0200 +@@ -29,7 +29,7 @@ DBusMessageReader::DBusMessageReader(DBu + } + } + DBusMessageReader& +-DBusMessageReader::operator>>(dbus_uint32_t& s) { ++DBusMessageReader::operator>>(uint32_t& s) { + if (!isOk()) return *this; + if (DBUS_TYPE_UINT32 != dbus_message_iter_get_arg_type(&it) + && DBUS_TYPE_BOOLEAN != dbus_message_iter_get_arg_type(&it)) { +@@ -52,7 +52,7 @@ DBusMessageReader::operator>>(int32_t& s + return *this; + } + DBusMessageReader& +-DBusMessageReader::operator>>(dbus_uint64_t& s) { ++DBusMessageReader::operator>>(uint64_t& s) { + if (!isOk()) return *this; + if (DBUS_TYPE_UINT64 != dbus_message_iter_get_arg_type(&it)) { + close(); -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Oct 5 10:29:37 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 5 Oct 2009 10:29:37 -0700 (PDT) Subject: [58801] trunk/dports/devel/strigi Message-ID: <20091005172937.7934A28FEAA6@beta.macosforge.org> Revision: 58801 http://trac.macports.org/changeset/58801 Author: snc at macports.org Date: 2009-10-05 10:29:35 -0700 (Mon, 05 Oct 2009) Log Message: ----------- consistent patchfile naming Modified Paths: -------------- trunk/dports/devel/strigi/Portfile Added Paths: ----------- trunk/dports/devel/strigi/files/strigi-dbus-types.patch Removed Paths: ------------- trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff Modified: trunk/dports/devel/strigi/Portfile =================================================================== --- trunk/dports/devel/strigi/Portfile 2009-10-05 17:22:48 UTC (rev 58800) +++ trunk/dports/devel/strigi/Portfile 2009-10-05 17:29:35 UTC (rev 58801) @@ -15,7 +15,7 @@ homepage http://strigi.sourceforge.net/ master_sites sourceforge use_bzip2 yes -patchfiles strigi-fix-check-gcc-visibility-macro-ccache.patch strigi-dbus-types.patch.diff +patchfiles strigi-fix-check-gcc-visibility-macro-ccache.patch strigi-dbus-types.patch patch.pre_args -p1 depends_lib port:bzip2 \ Copied: trunk/dports/devel/strigi/files/strigi-dbus-types.patch (from rev 58800, trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff) =================================================================== --- trunk/dports/devel/strigi/files/strigi-dbus-types.patch (rev 0) +++ trunk/dports/devel/strigi/files/strigi-dbus-types.patch 2009-10-05 17:29:35 UTC (rev 58801) @@ -0,0 +1,37 @@ +--- strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.horig 2009-09-23 21:37:10 +0200 ++++ strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.h 2009-09-23 21:38:03 +0200 +@@ -60,10 +60,10 @@ public: + DBusMessageReader& operator>>(std::vector& s); + DBusMessageReader& operator>>(std::vector& s); + DBusMessageReader& operator>>(std::string& s); +- DBusMessageReader& operator>>(dbus_int32_t& s); +- DBusMessageReader& operator>>(dbus_uint32_t& s); +- DBusMessageReader& operator>>(dbus_uint64_t& s); +- DBusMessageReader& operator>>(dbus_int64_t& s); ++ DBusMessageReader& operator>>(int32_t& s); ++ DBusMessageReader& operator>>(uint32_t& s); ++ DBusMessageReader& operator>>(uint64_t& s); ++ DBusMessageReader& operator>>(int64_t& s); + DBusMessageReader& operator>>(std::multimap&); + DBusMessageReader& operator>>(std::vector >&); + bool isOk() const { return ok; } +--- strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.cpporig 2009-09-23 21:37:07 +0200 ++++ strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.cpp 2009-09-23 21:37:47 +0200 +@@ -29,7 +29,7 @@ DBusMessageReader::DBusMessageReader(DBu + } + } + DBusMessageReader& +-DBusMessageReader::operator>>(dbus_uint32_t& s) { ++DBusMessageReader::operator>>(uint32_t& s) { + if (!isOk()) return *this; + if (DBUS_TYPE_UINT32 != dbus_message_iter_get_arg_type(&it) + && DBUS_TYPE_BOOLEAN != dbus_message_iter_get_arg_type(&it)) { +@@ -52,7 +52,7 @@ DBusMessageReader::operator>>(int32_t& s + return *this; + } + DBusMessageReader& +-DBusMessageReader::operator>>(dbus_uint64_t& s) { ++DBusMessageReader::operator>>(uint64_t& s) { + if (!isOk()) return *this; + if (DBUS_TYPE_UINT64 != dbus_message_iter_get_arg_type(&it)) { + close(); Deleted: trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff =================================================================== --- trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff 2009-10-05 17:22:48 UTC (rev 58800) +++ trunk/dports/devel/strigi/files/strigi-dbus-types.patch.diff 2009-10-05 17:29:35 UTC (rev 58801) @@ -1,37 +0,0 @@ ---- strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.horig 2009-09-23 21:37:10 +0200 -+++ strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.h 2009-09-23 21:38:03 +0200 -@@ -60,10 +60,10 @@ public: - DBusMessageReader& operator>>(std::vector& s); - DBusMessageReader& operator>>(std::vector& s); - DBusMessageReader& operator>>(std::string& s); -- DBusMessageReader& operator>>(dbus_int32_t& s); -- DBusMessageReader& operator>>(dbus_uint32_t& s); -- DBusMessageReader& operator>>(dbus_uint64_t& s); -- DBusMessageReader& operator>>(dbus_int64_t& s); -+ DBusMessageReader& operator>>(int32_t& s); -+ DBusMessageReader& operator>>(uint32_t& s); -+ DBusMessageReader& operator>>(uint64_t& s); -+ DBusMessageReader& operator>>(int64_t& s); - DBusMessageReader& operator>>(std::multimap&); - DBusMessageReader& operator>>(std::vector >&); - bool isOk() const { return ok; } ---- strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.cpporig 2009-09-23 21:37:07 +0200 -+++ strigi-0.7.0/src/daemon/dbus/dbuscpp/dbusmessagereader.cpp 2009-09-23 21:37:47 +0200 -@@ -29,7 +29,7 @@ DBusMessageReader::DBusMessageReader(DBu - } - } - DBusMessageReader& --DBusMessageReader::operator>>(dbus_uint32_t& s) { -+DBusMessageReader::operator>>(uint32_t& s) { - if (!isOk()) return *this; - if (DBUS_TYPE_UINT32 != dbus_message_iter_get_arg_type(&it) - && DBUS_TYPE_BOOLEAN != dbus_message_iter_get_arg_type(&it)) { -@@ -52,7 +52,7 @@ DBusMessageReader::operator>>(int32_t& s - return *this; - } - DBusMessageReader& --DBusMessageReader::operator>>(dbus_uint64_t& s) { -+DBusMessageReader::operator>>(uint64_t& s) { - if (!isOk()) return *this; - if (DBUS_TYPE_UINT64 != dbus_message_iter_get_arg_type(&it)) { - close(); -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Oct 5 10:47:30 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 5 Oct 2009 10:47:30 -0700 (PDT) Subject: [58802] trunk/dports/mail/gnupg/Portfile Message-ID: <20091005174730.E93AA28FEEEF@beta.macosforge.org> Revision: 58802 http://trac.macports.org/changeset/58802 Author: snc at macports.org Date: 2009-10-05 10:47:30 -0700 (Mon, 05 Oct 2009) Log Message: ----------- updated livecheck, ticket #21775. added modeline Modified Paths: -------------- trunk/dports/mail/gnupg/Portfile Modified: trunk/dports/mail/gnupg/Portfile =================================================================== --- trunk/dports/mail/gnupg/Portfile 2009-10-05 17:29:35 UTC (rev 58801) +++ trunk/dports/mail/gnupg/Portfile 2009-10-05 17:47:30 UTC (rev 58802) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -65,5 +66,5 @@ } livecheck.type regex -livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D +livecheck.url ftp://ftp.gnupg.org/GnuPG/${name}/ livecheck.regex ${name}-(1\\.\\d+\\.\\d+) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Mon Oct 5 10:50:39 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Mon, 5 Oct 2009 10:50:39 -0700 (PDT) Subject: [58803] trunk/dports/x11/xorg-libXtst/Portfile Message-ID: <20091005175039.5C3BF28FEFB7@beta.macosforge.org> Revision: 58803 http://trac.macports.org/changeset/58803 Author: jeremyhu at macports.org Date: 2009-10-05 10:50:38 -0700 (Mon, 05 Oct 2009) Log Message: ----------- xorg-libXtst: Bump to 1.1.0 Modified Paths: -------------- trunk/dports/x11/xorg-libXtst/Portfile Modified: trunk/dports/x11/xorg-libXtst/Portfile =================================================================== --- trunk/dports/x11/xorg-libXtst/Portfile 2009-10-05 17:47:30 UTC (rev 58802) +++ trunk/dports/x11/xorg-libXtst/Portfile 2009-10-05 17:50:38 UTC (rev 58803) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libXtst -version 1.0.99.2 +version 1.1.0 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXt @@ -13,18 +13,20 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXtst-${version} -checksums md5 b5edc35ca9b9ba4133a3fa34cb1b00f8 \ - sha1 4be8ed3ee05c37e9b490baa525bc64447571b5c4 \ - rmd160 a3c38212e5ea039306ae9879cda893c3f8dbd763 +checksums md5 dd6f3e20b87310187121539f9605d977 \ + sha1 4363e9285bfb5a884073efacc50d39edb803a1a5 \ + rmd160 588fe77d9f915f5f6521ec660129b45adfc16acc use_bzip2 yes use_parallel_build yes -depends_build port:pkgconfig +depends_build port:pkgconfig \ + port:xorg-xextproto \ + port:xorg-inputproto \ + port:xorg-recordproto depends_lib port:xorg-libXext \ - port:xorg-libXi \ - port:xorg-recordproto + port:xorg-libXi livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Mon Oct 5 10:52:02 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Mon, 5 Oct 2009 10:52:02 -0700 (PDT) Subject: [58804] trunk/dports/x11/xorg-libdmx/Portfile Message-ID: <20091005175202.CE62328FF014@beta.macosforge.org> Revision: 58804 http://trac.macports.org/changeset/58804 Author: jeremyhu at macports.org Date: 2009-10-05 10:52:01 -0700 (Mon, 05 Oct 2009) Log Message: ----------- xorg-libdmx: Upgrade to 1.1.0 Modified Paths: -------------- trunk/dports/x11/xorg-libdmx/Portfile Modified: trunk/dports/x11/xorg-libdmx/Portfile =================================================================== --- trunk/dports/x11/xorg-libdmx/Portfile 2009-10-05 17:50:38 UTC (rev 58803) +++ trunk/dports/x11/xorg-libdmx/Portfile 2009-10-05 17:52:01 UTC (rev 58804) @@ -3,8 +3,7 @@ PortSystem 1.0 name xorg-libdmx -version 1.0.2 -revision 2 +version 1.1.0 categories x11 devel maintainers jeremyhu openmaintainer description X.org libdmx @@ -14,19 +13,18 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libdmx-${version} -checksums md5 4d866967210d06098fc9f302ed4c79b1 \ - sha1 cafa14a5eb60ff4397dcb03af1197a43036fab54 \ - rmd160 579b5e376c69c9b858cee5763912ee1361529711 +checksums md5 a2fcf0382837888d3781b714489a8999 \ + sha1 8719434f167d476d53fca57c5be516c153354d60 \ + rmd160 d10f37c82344ba952f5459516632c0aa2a2e7262 use_bzip2 yes use_parallel_build yes -depends_build port:pkgconfig - -depends_lib port:xorg-libXext \ +depends_build port:pkgconfig \ + port:xorg-xextproto \ port:xorg-dmxproto -configure.args --mandir=${prefix}/share/man +depends_lib port:xorg-libXext livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Mon Oct 5 10:53:24 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Mon, 5 Oct 2009 10:53:24 -0700 (PDT) Subject: [58805] trunk/dports/x11/xorg-libXxf86vm/Portfile Message-ID: <20091005175324.4646228FF06D@beta.macosforge.org> Revision: 58805 http://trac.macports.org/changeset/58805 Author: jeremyhu at macports.org Date: 2009-10-05 10:53:23 -0700 (Mon, 05 Oct 2009) Log Message: ----------- xorg-libXxf86vm: Bump to 1.1.0 Modified Paths: -------------- trunk/dports/x11/xorg-libXxf86vm/Portfile Modified: trunk/dports/x11/xorg-libXxf86vm/Portfile =================================================================== --- trunk/dports/x11/xorg-libXxf86vm/Portfile 2009-10-05 17:52:01 UTC (rev 58804) +++ trunk/dports/x11/xorg-libXxf86vm/Portfile 2009-10-05 17:53:23 UTC (rev 58805) @@ -3,8 +3,7 @@ PortSystem 1.0 name xorg-libXxf86vm -version 1.0.2 -revision 1 +version 1.1.0 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXxf86vm @@ -14,17 +13,19 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXxf86vm-${version} -checksums md5 304d37bd0a10d9b58aa9b64469ad73e5 \ - sha1 f9003eeacea625da74d757a68a66aa7dff5ed0cf \ - rmd160 10fcd0ebd90c0110e6b04da660578aa883895256 +checksums md5 b431ad7084e1055fef99a9115237edd8 \ + sha1 f5ce7854f201d9c69dfcdd13123b51f497b69a47 \ + rmd160 e618c5e67af23c7cb8e0258a627ee8dd2e2d35ec use_bzip2 yes use_parallel_build yes -depends_build port:pkgconfig -depends_lib port:xorg-libXext \ +depends_build port:pkgconfig \ + port:xorg-xextproto \ port:xorg-xf86vidmodeproto +depends_lib port:xorg-libXext + livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D livecheck.regex libXxf86vm-(\\d+(?:\\.\\d+)*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 10:54:03 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 10:54:03 -0700 (PDT) Subject: [58806] trunk/dports/PortIndex Message-ID: <20091005175404.4CE4C28FF0AA@beta.macosforge.org> Revision: 58806 http://trac.macports.org/changeset/58806 Author: portindex at macports.org Date: 2009-10-05 10:54:02 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 17:53:23 UTC (rev 58805) +++ trunk/dports/PortIndex 2009-10-05 17:54:02 UTC (rev 58806) @@ -2013,7 +2013,7 @@ stgit 950 variants html_man_docs portdir devel/stgit description {Push/pop utility on top of GIT} homepage http://www.procode.org/stgit/ depends_run port:git-core epoch 0 platforms darwin depends_lib port:python25 name stgit long_description {StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality. Note that StGIT is not an SCM interface on top of GIT and it expects a previously initialised GIT repository (unless it is cloned using StGIT directly). For standard SCM operations, either use plain GIT commands or the Cogito tool but it is not recommended to mix them with the StGIT commands.} maintainers {boeyms openmaintainer} version 0.14.3 categories {devel python} revision 1 strigi 718 -variants {universal debug} depends_build port:cmake portdir devel/strigi description {Fastest and smallest desktop searching program} homepage http://strigi.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:bzip2 port:clucene port:dbus port:libxml2 port:zlib} name strigi maintainers {gmail.com:clubjuggler openmaintainer} long_description {Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files.} categories devel version 0.6.3 revision 1 +variants {universal debug} depends_build port:cmake portdir devel/strigi description {Fastest and smallest desktop searching program} homepage http://strigi.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:bzip2 port:clucene port:dbus port:libxml2 port:zlib} name strigi maintainers {gmail.com:clubjuggler openmaintainer} long_description {Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files.} categories devel version 0.6.3 revision 2 subversion 667 variants {mod_dav_svn no_neon no_bdb mac_os_x_server_mod_dav_svn tools unicode_path bash_completion disable_keychain darwin_7} portdir devel/subversion description {A version control system designed to be a better cvs.} homepage http://subversion.tigris.org/ epoch 0 platforms darwin name subversion depends_lib {port:expat port:neon port:apr port:apr-util port:db46 port:sqlite3 port:gettext port:libiconv port:serf port:cyrus-sasl2} long_description {Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1).} maintainers geeklair.net:dluke categories devel version 1.6.5 revision 0 subversion-javahlbindings 723 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Mon Oct 5 11:29:40 2009 From: dweber at macports.org (dweber at macports.org) Date: Mon, 5 Oct 2009 11:29:40 -0700 (PDT) Subject: [58807] users/dweber/graphics/vtk-devel/Portfile Message-ID: <20091005182940.CB49D28FFD8A@beta.macosforge.org> Revision: 58807 http://trac.macports.org/changeset/58807 Author: dweber at macports.org Date: 2009-10-05 11:29:39 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Upgrade to 5.4.2 will build, destroot, and install using +huge variant. The default for PostgreSQL is now pgsql84 variant, older variant pgsql83 remains available. Should migrate these changes to the MacPorts distribution. Modified Paths: -------------- users/dweber/graphics/vtk-devel/Portfile Modified: users/dweber/graphics/vtk-devel/Portfile =================================================================== --- users/dweber/graphics/vtk-devel/Portfile 2009-10-05 17:54:02 UTC (rev 58806) +++ users/dweber/graphics/vtk-devel/Portfile 2009-10-05 18:29:39 UTC (rev 58807) @@ -191,7 +191,7 @@ description "provide java, py26, & tcl" {} variant database \ - requires mysql5 pgsql83 odbc \ + requires mysql5 pgsql84 odbc \ description "provide all database variants" {} @@ -694,7 +694,7 @@ } -variant pgsql83 description "build the PostgreSQL 8.3 driver for vtkSQLDatabase" { +variant pgsql83 conflicts pgsql84 description "build the PostgreSQL 8.3 driver for vtkSQLDatabase" { depends_lib-append \ path:lib/postgresql83/bin/pg_config:postgresql83 pre-configure { @@ -715,6 +715,27 @@ } +variant pgsql84 conflicts pgsql83 description "build the PostgreSQL 8.4 driver for vtkSQLDatabase" { + depends_lib-append \ + path:lib/postgresql84/bin/pg_config:postgresql84 + pre-configure { + set pgconf [exec ${prefix}/lib/postgresql84/bin/pg_config ] + set includeIdx [lsearch -regex ${pgconf} "^INCLUDEDIR"] + set includePath [lindex ${pgconf} [expr ${includeIdx} + 2]] + set libIdx [lsearch -regex $pgconf "^LIBDIR"] + set libPath [lindex $pgconf [expr $libIdx + 2]] + set libFile [exec find ${libPath} -name "libpq.dylib"] + configure.args-append \ + -DVTK_USE_POSTGRES:BOOL=ON \ + -DPOSTGRES_INCLUDE_DIRECTORIES:PATH=${includePath} \ + -DPOSTGRES_LIBRARIES:FILEPATH=${libFile} + #// A URL for a PostgreSQL server of the form + #// psql://[[username[:password]@]hostname[:port]]/[dbname] + #VTK_PSQL_TEST_URL:STRING= + } +} + + variant odbc description "build the ODBC database interface" { depends_lib-append \ port:unixODBC -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Oct 5 11:35:30 2009 From: noreply at macports.org (MacPorts) Date: Mon, 05 Oct 2009 18:35:30 -0000 Subject: [MacPorts] CommittersTipsAndTricks modified Message-ID: <20091005183530.86A107A9D179@mail-out4.apple.com> Changed page "CommittersTipsAndTricks" by dweber at macports.org from 206.176.233.167* Page URL: Diff URL: Revision 27 Comment: Note about bug in port 1.0 package for tcl development work -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: CommittersTipsAndTricks ========================================================================= --- CommittersTipsAndTricks (version: 26) +++ CommittersTipsAndTricks (version: 27) @@ -159,10 +159,12 @@ source /Library/Tcl/macports1.0/macports_fastload.tcl package require macports 1.0 set portarchivemode no -package require port 1.0 +#package require port 1.0 package require Pextlib set prefix /opt/local }}} + +[Note, Oct 2009] There may be a bug in the port 1.0 package, see http://lists.macosforge.org/pipermail/macports-dev/2009-September/010132.html Then source the file in tclsh8.4 (which is the Tcl version shipped with Leopard), i.e.: -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on CommittersTipsAndTricks. If it was not you, please report to . From portindex at macports.org Mon Oct 5 11:54:59 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 11:54:59 -0700 (PDT) Subject: [58808] trunk/dports Message-ID: <20091005185501.A3B7F2900976@beta.macosforge.org> Revision: 58808 http://trac.macports.org/changeset/58808 Author: portindex at macports.org Date: 2009-10-05 11:54:56 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 18:29:39 UTC (rev 58807) +++ trunk/dports/PortIndex 2009-10-05 18:54:56 UTC (rev 58808) @@ -12188,8 +12188,8 @@ variants universal depends_build port:pkgconfig portdir x11/xorg-libXres description {X.org libXres} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-resourceproto} name xorg-libXres long_description {X Resource extension} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.3 revision 1 xorg-libXt 583 variants universal depends_build {port:pkgconfig port:xorg-util-macros port:autoconf port:automake port:libtool} portdir x11/xorg-libXt description {X.org libXt} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libsm port:xorg-libX11} name xorg-libXt long_description {X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets, Xaw, and LessTif, a Motif implementation.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.6 revision 0 -xorg-libXtst 378 -variants universal depends_build port:pkgconfig portdir x11/xorg-libXtst description {X.org libXt} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-libXi port:xorg-recordproto} name xorg-libXtst long_description {X.org libXtst library.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.99.2 revision 0 +xorg-libXtst 418 +variants universal depends_build {port:pkgconfig port:xorg-xextproto port:xorg-inputproto port:xorg-recordproto} portdir x11/xorg-libXtst description {X.org libXt} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-libXi} name xorg-libXtst long_description {X.org libXtst library.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1.0 revision 0 xorg-libXv 376 variants universal depends_build {port:pkgconfig port:xorg-xextproto port:xorg-videoproto} portdir x11/xorg-libXv description {X.org libXv} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXv long_description {Xvideo extension library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.5 revision 0 xorg-libXvMC 361 @@ -12198,10 +12198,10 @@ variants universal depends_build {port:pkgconfig port:xorg-xproto port:xorg-xextproto port:xorg-xf86dgaproto} portdir x11/xorg-libXxf86dga description {X.org libXxf86dga} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXxf86dga long_description {{X.org libXxf86dga}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1 revision 1 xorg-libXxf86misc 376 variants universal depends_build port:pkgconfig portdir x11/xorg-libXxf86misc description {X.org libXxf86misc} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-xf86miscproto} name xorg-libXxf86misc long_description {{X.org libXxf86misc}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.1 revision 2 -xorg-libXxf86vm 371 -variants universal depends_build port:pkgconfig portdir x11/xorg-libXxf86vm description {X.org libXxf86vm} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-xf86vidmodeproto} name xorg-libXxf86vm long_description {{X.org libXxf86vm}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.2 revision 1 -xorg-libdmx 354 -variants universal depends_build port:pkgconfig portdir x11/xorg-libdmx description {X.org libdmx} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXext port:xorg-dmxproto} name xorg-libdmx long_description {X.org libdmx library.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.2 revision 2 +xorg-libXxf86vm 391 +variants universal depends_build {port:pkgconfig port:xorg-xextproto port:xorg-xf86vidmodeproto} portdir x11/xorg-libXxf86vm description {X.org libXxf86vm} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libXxf86vm long_description {{X.org libXxf86vm}} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1.0 revision 0 +xorg-libdmx 374 +variants universal depends_build {port:pkgconfig port:xorg-xextproto port:xorg-dmxproto} portdir x11/xorg-libdmx description {X.org libdmx} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libXext name xorg-libdmx long_description {X.org libdmx library.} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.1.0 revision 0 xorg-libfontenc 356 variants universal depends_build {port:pkgconfig port:xorg-xproto} portdir x11/xorg-libfontenc description {X.org libfontenc} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:zlib name xorg-libfontenc long_description {Font encoding library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.5 revision 0 xorg-libice 334 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Mon Oct 5 12:39:31 2009 From: dweber at macports.org (dweber at macports.org) Date: Mon, 5 Oct 2009 12:39:31 -0700 (PDT) Subject: [58809] trunk/dports/graphics/vtk-devel/Portfile Message-ID: <20091005193932.B33CA290255B@beta.macosforge.org> Revision: 58809 http://trac.macports.org/changeset/58809 Author: dweber at macports.org Date: 2009-10-05 12:39:28 -0700 (Mon, 05 Oct 2009) Log Message: ----------- merged all changes from user branch back to the trunk after testing update to ver 5.4.2; main difference is the version update and pgsql84 replaces pgsql83 as a default in the database variant Modified Paths: -------------- trunk/dports/graphics/vtk-devel/Portfile Property Changed: ---------------- trunk/dports/graphics/vtk-devel/Portfile Modified: trunk/dports/graphics/vtk-devel/Portfile =================================================================== --- trunk/dports/graphics/vtk-devel/Portfile 2009-10-05 18:54:56 UTC (rev 58808) +++ trunk/dports/graphics/vtk-devel/Portfile 2009-10-05 19:39:28 UTC (rev 58809) @@ -4,8 +4,8 @@ PortSystem 1.0 name vtk-devel -version 5.4.0 -revision 5 +version 5.4.2 +revision 0 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics math science devel @@ -24,14 +24,14 @@ distname vtk-${branch} distfiles vtk-${version}.tar.gz +# Also update checksums in the data and doc variants below. checksums vtk-${version}.tar.gz \ - md5 3e7c6d5c37602c935674d580a8dd43c0 \ - sha1 a227caf932315d944cf72008d75df90dd4c554e7 \ - rmd160 e2140fc35ed974f5fde6b418089554904e197c21 + md5 c2c797091d4b2128d9a1bd32c4b78227 \ + sha1 508106a15c32326aa9ac737c7f0e7212c150d55f \ + rmd160 607df8babe7413b92a5bd4d8c264fd69798df83f eval extract.only vtk-${version}.tar.gz - platforms darwin depends_build port:cmake \ @@ -191,7 +191,7 @@ description "provide java, py26, & tcl" {} variant database \ - requires mysql5 pgsql83 odbc \ + requires mysql5 pgsql84 odbc \ description "provide all database variants" {} @@ -305,9 +305,9 @@ variant data description "provide example data in: ${vtkDataPath}" { distfiles-append ${vtkDataFile} checksums-append ${vtkDataFile} \ - md5 283d40f3e499b3a6102d86855d2ca20b \ - sha1 a710227e7f7f25f481a36d2fa14bda49756bd39d \ - rmd160 160129a0580bd7b70b40d3f7fa61bbd78b586ad8 + md5 3b05eadd4446bbf3f863e744b7bee14a \ + sha1 5030523c0a9e17c47bf94fe9005e5c91069a571a \ + rmd160 0cc24fc7a6a9bb80c619a0555eb288cc97554001 configure.args-append \ -DVTK_DATA_ROOT:PATH=${vtkDataPath} post-destroot { @@ -320,9 +320,9 @@ variant doc description "provide doxygen documentation in: ${vtkDocPath}" { distfiles-append ${vtkDocFile} checksums-append ${vtkDocFile} \ - md5 eb8fcaa5fa8bc8f463084f071b2b978b \ - sha1 1a8f8ff20b18bc7ac707846a8ba056b04c827392 \ - rmd160 c657f9ce0850eca1bb0a0d7537f0bcf631132f30 + md5 a12be55a8787a6346efa9e251bce3a10 \ + sha1 13da1373bb95f34b1f868b307f0e84fef6626020 \ + rmd160 d6372984b74ede33713501219fecd6768edcfad3 post-destroot { xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkDocPath} xinstall -d -o root -g admin -m 0755 ${destroot}/${prefix}/share/doc @@ -694,7 +694,7 @@ } -variant pgsql83 description "build the PostgreSQL 8.3 driver for vtkSQLDatabase" { +variant pgsql83 conflicts pgsql84 description "build the PostgreSQL 8.3 driver for vtkSQLDatabase" { depends_lib-append \ path:lib/postgresql83/bin/pg_config:postgresql83 pre-configure { @@ -715,6 +715,27 @@ } +variant pgsql84 conflicts pgsql83 description "build the PostgreSQL 8.4 driver for vtkSQLDatabase" { + depends_lib-append \ + path:lib/postgresql84/bin/pg_config:postgresql84 + pre-configure { + set pgconf [exec ${prefix}/lib/postgresql84/bin/pg_config ] + set includeIdx [lsearch -regex ${pgconf} "^INCLUDEDIR"] + set includePath [lindex ${pgconf} [expr ${includeIdx} + 2]] + set libIdx [lsearch -regex $pgconf "^LIBDIR"] + set libPath [lindex $pgconf [expr $libIdx + 2]] + set libFile [exec find ${libPath} -name "libpq.dylib"] + configure.args-append \ + -DVTK_USE_POSTGRES:BOOL=ON \ + -DPOSTGRES_INCLUDE_DIRECTORIES:PATH=${includePath} \ + -DPOSTGRES_LIBRARIES:FILEPATH=${libFile} + #// A URL for a PostgreSQL server of the form + #// psql://[[username[:password]@]hostname[:port]]/[dbname] + #VTK_PSQL_TEST_URL:STRING= + } +} + + variant odbc description "build the ODBC database interface" { depends_lib-append \ port:unixODBC Property changes on: trunk/dports/graphics/vtk-devel/Portfile ___________________________________________________________________ Modified: svn:mergeinfo - /users/dweber/graphics/vtk-devel/Portfile:53188-53543 + /users/dweber/graphics/vtk-devel/Portfile:53188-53543,58690-58808 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 12:54:42 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 12:54:42 -0700 (PDT) Subject: [58810] trunk/dports Message-ID: <20091005195444.70DFC29029F7@beta.macosforge.org> Revision: 58810 http://trac.macports.org/changeset/58810 Author: portindex at macports.org Date: 2009-10-05 12:54:39 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 19:39:28 UTC (rev 58809) +++ trunk/dports/PortIndex 2009-10-05 19:54:39 UTC (rev 58810) @@ -3400,8 +3400,8 @@ variants universal depends_build port:pkgconfig portdir graphics/vips description {VIPS is an image processing library.} homepage http://www.vips.ecs.soton.ac.uk epoch 0 platforms darwin depends_lib {port:fftw-3 path:lib/pkgconfig/glib-2.0.pc:glib2 port:jpeg port:libpng port:tiff port:ImageMagick port:openexr port:lcms port:zlib path:lib/pkgconfig/pango.pc:pango port:libexif port:liboil port:libxml2} name vips maintainers gmail.com:jcupitt long_description {VIPS is an image processing library. It's good for large images and for colour.} categories graphics version 7.18.1 revision 0 VTK 566 variants {darwin x11 universal} depends_build bin:cmake:cmake portdir graphics/vtk description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name VTK long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers css categories graphics version 4.4.2 revision 0 -vtk-devel 797 -variants {darwin_8 darwin_9 huge core wrap database debug release shared carbon cocoa x11 data doc examples testing java py25 py26 tcl tcl_apple mysql5 pgsql83 odbc mpi boost universal} depends_build {port:cmake port:readline port:gnutar} portdir graphics/vtk-devel description {3D visualization toolkit (www.vtk.org)} homepage http://www.vtk.org/ epoch 0 platforms darwin name vtk-devel long_description {An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 5.4.0 revision 5 +vtk-devel 805 +variants {darwin_8 darwin_9 huge core wrap database debug release shared carbon cocoa x11 data doc examples testing java py25 py26 tcl tcl_apple mysql5 pgsql83 pgsql84 odbc mpi boost universal} depends_build {port:cmake port:readline port:gnutar} portdir graphics/vtk-devel description {3D visualization toolkit (www.vtk.org)} homepage http://www.vtk.org/ epoch 0 platforms darwin name vtk-devel long_description {An open source, freely available software system for computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers {dweber openmaintainer} categories {graphics math science devel} version 5.4.2 revision 0 vtk44 639 variants {darwin x11 universal} depends_build bin:cmake:cmake portdir graphics/vtk44 description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name vtk44 long_description {An open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. (This port does not currently provide wrappers for these languages.)} maintainers css categories graphics version 4.4.2 revision 0 vtk5 706 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Oct 5 12:59:18 2009 From: noreply at macports.org (MacPorts) Date: Mon, 05 Oct 2009 19:59:18 -0000 Subject: [MacPorts] CommittersTipsAndTricks modified Message-ID: <20091005195918.51328753E069@mail-out3.apple.com> Changed page "CommittersTipsAndTricks" by dweber at macports.org from 206.176.233.167* Page URL: Diff URL: Revision 28 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: CommittersTipsAndTricks ========================================================================= --- CommittersTipsAndTricks (version: 27) +++ CommittersTipsAndTricks (version: 28) @@ -19,31 +19,31 @@ }}} -== Create your own users directory in the MacPorts Subversion repository == +== Create an experimental users directory in the MacPorts Subversion repository == Use the [/browser Trac Browser] to explore the MacPorts Subversion repository. The repository root is located at `https://svn.macosforge.org/repository/macports`. See also the explanation of [http://guide.macports.org/#development.local-repositories local development port trees] in the guide. -To create your own users directory: +To create a sandbox for experimental development, create a users directory: {{{ svn mkdir https://svn.macports.org/repository/macports/users/ }}} -Then, checkout your user directory: +Then, checkout the user directory (suggested location is ~/myports): {{{ $ svn co https://svn.macports.org/repository/macports/users/ ~/myports }}} -Then edit your MacPorts sources.conf file {{{/opt/local/etc/macports/sources.conf}}} to add ~/myports to the list before the main rsync source at rsync.macports.org, e.g.: - -{{{ -file:///Users//myports -}}} - -To work on a copy of a port from MacPorts trunk, use `svn copy`. For example, to test changes on the cableswig port, you can copy the repository trunk (at the HEAD revision) to your new user branch: +Then edit the MacPorts sources.conf file {{{/opt/local/etc/macports/sources.conf}}} to add ~/myports to the list before the main rsync source at rsync.macports.org, e.g.: + +{{{ +file:///Users//myports [nosync] +}}} + +To work on a copy of a port from the MacPorts trunk, use `svn copy`. For example, to test changes on the cableswig port, copy the repository trunk (at the HEAD revision) into the user branch: {{{ $ svn mkdir ~/myports/devel @@ -56,12 +56,12 @@ $ svn copy \ https://svn.macosforge.org/repository/macports/trunk/dports/devel/cableswig \ https://svn.macports.org/repository/macports/users//devel/cableswig \ - -m "testing modifications to cableswig" + -m "experimental modifications to cableswig" $ cd ~/myports $ svn update }}} -After the copy, run `portindex` in `~/myports` (do this any time you add a new Portfile), e.g.: +After the copy, run `portindex` in `~/myports` (do this anytime ports are added or removed from ~/myports), e.g.: {{{ $ cd ~/myports @@ -69,6 +69,65 @@ $ portindex $ port file cableswig }}} + +Now make experimental changes to the port in the sandbox. Whenever a signficant change is made, note the change with a commit to the sandbox and when all the changes are complete commit the final change to the sandbox with a meaningful commit message. + +The main trunk Portfile and the sandbox Portfile are now out of sync. Someone may make changes to the main trunk Portfile while changes are made to the sandbox Portfile. Let's assume that all the experimental changes are successful, so the Portfile needs to be integrated back into the main trunk, where other changes may have occurred. This merge process requires a few steps. Let's assume there are checkouts for the sandbox in ~/myports and the trunk in ~/macports. + +First update the sandbox and the trunk checkouts, e.g.: + +{{{ +cd ~/myports +svn update +cd ~/macports +svn update +}}} + +Note that the revision numbers should be the same (because the sandbox and the main trunk belong to the same svn repository). + +Next, find out where the experimental changes left off from the trunk and create a bash variable (any shell variable) to store the value of the revision number where the branch copy occurred (the revision number will be the last one in the log): + +{{{ +cd ~/myports/devel/cableswig +svn log --stop-on-copy Portfile +EXP_BRANCH_REV=54362 +}}} + +For the curious, leave off the `--stop-on-copy` to see the entire commit log history (it should all be there if there is a continuous and reliable use of svn to manage the file from it's "birth" in the svn repository). + +Now take a look at the commit log for the main trunk, to get some hints about what has changed to the file since the experimental branch was forked off. + +{{{ +cd ~/macports/dports/devel/cableswig +svn log Portfile | more +}}} + +Look through the log to find the revision number where the experimental copy took place. If that is the first revision number in the log, there have been no changes in the trunk. Otherwise, changes have occurred in the trunk that are not in the experimental branch. There could be trunk changes that complement the experimental branch, or they may be in conflict. Try to merge all these changes using the revision number of the experimental copy: + +{{{ +cd ~/macports/dports/devel/cableswig +svn merge -r ${EXP_BRANCH_REV}:HEAD https://svn.macosforge.org/repository/macports/users//devel/cableswig/Portfile Portfile +}}} + +Now resolve any conflicts, if any, in the trunk Portfile. All work continues in the trunk (until the next time a sandbox is required). Once the merge looks good, commit all the changes to the trunk with a meaningful commit message, + +{{{ +cd ~/macports/dports/devel/cableswig +svn commit "merged sandbox changes from ${EXP_BRANCH_REV}:HEAD back into trunk" Portfile +}}} + +Finally, to have the port system revert to using the rsync distribution, it's possible to remove the sandbox port. No information is lost from the svn system, so removing the sandbox port is really harmless (in any case, all the changes are now back in the trunk). For example, + +{{{ +sudo port clean --all cableswig +cd ~/myports/devel +svn remove cableswig +svn commit -m "done with sandbox for cableswig" +svn update +cd ~/myports +portindex +}}} + For more information about branches and merging, see http://svnbook.red-bean.com/en/1.5/svn.branchmerge.html -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on CommittersTipsAndTricks. If it was not you, please report to . From dweber at macports.org Mon Oct 5 13:02:42 2009 From: dweber at macports.org (dweber at macports.org) Date: Mon, 5 Oct 2009 13:02:42 -0700 (PDT) Subject: [58811] users/dweber/graphics/vtk-devel/ Message-ID: <20091005200242.AB08C2902C33@beta.macosforge.org> Revision: 58811 http://trac.macports.org/changeset/58811 Author: dweber at macports.org Date: 2009-10-05 13:02:40 -0700 (Mon, 05 Oct 2009) Log Message: ----------- sandbox changes commited back to trunk for vtk-devel 5.4.2 update Removed Paths: ------------- users/dweber/graphics/vtk-devel/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avsm at macports.org Mon Oct 5 13:45:03 2009 From: avsm at macports.org (avsm at macports.org) Date: Mon, 5 Oct 2009 13:45:03 -0700 (PDT) Subject: [58812] trunk/dports/devel/caml-calendar/Portfile Message-ID: <20091005204503.2BFFC2903FC4@beta.macosforge.org> Revision: 58812 http://trac.macports.org/changeset/58812 Author: avsm at macports.org Date: 2009-10-05 13:45:02 -0700 (Mon, 05 Oct 2009) Log Message: ----------- update master site for caml-calendar since old one is a 404 now Modified Paths: -------------- trunk/dports/devel/caml-calendar/Portfile Modified: trunk/dports/devel/caml-calendar/Portfile =================================================================== --- trunk/dports/devel/caml-calendar/Portfile 2009-10-05 20:02:40 UTC (rev 58811) +++ trunk/dports/devel/caml-calendar/Portfile 2009-10-05 20:45:02 UTC (rev 58812) @@ -3,7 +3,7 @@ PortSystem 1.0 name caml-calendar version 2.0.4 -maintainers recoil.org:anil +maintainers avsm description Objective Caml interface for calendar functions long_description An OCaml interface for managing dates and times. @@ -11,12 +11,14 @@ distname calendar-${version} -homepage http://www.lri.fr/~signoles/prog.en.html -master_sites http://www.lri.fr/~signoles/prog/calendar/ +homepage http://calendar.forge.ocamlcore.org/ +master_sites http://forge.ocamlcore.org/frs/download.php/171/ platforms darwin -checksums md5 f460b1f0544d6c29b9d6517ef8a4b282 +checksums md5 f460b1f0544d6c29b9d6517ef8a4b282 \ + sha1 60917d141a79b07b3bf4289ef906e97bd657814a \ + rmd160 23c2a5a8d030cdf19d4d98b7b7bdf67d87146b59 post-patch { set ocaml_site_path [exec ${prefix}/bin/ocamlfind printconf destdir] -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 13:54:01 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 13:54:01 -0700 (PDT) Subject: [58813] trunk/dports Message-ID: <20091005205403.229FF290442D@beta.macosforge.org> Revision: 58813 http://trac.macports.org/changeset/58813 Author: portindex at macports.org Date: 2009-10-05 13:54:01 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 20:45:02 UTC (rev 58812) +++ trunk/dports/PortIndex 2009-10-05 20:54:01 UTC (rev 58813) @@ -1012,8 +1012,8 @@ variants {doc universal} portdir devel/caml-batteries description {A new O'Caml standard library} homepage http://batteries.forge.ocamlcore.org/ epoch 0 platforms darwin name caml-batteries depends_lib {port:ocaml port:caml-findlib port:caml-type-conv port:caml-sexplib port:caml-bin-prot port:caml-camomile port:caml-camlzip port:caml-ocamlnet port:caml-ounit} long_description {OCaml Batteries included (or simply Batteries) is a community-driven effort to standardize on an consistent, documented, and comprehensive development platform for the OCaml programming language.} maintainers {erickt openmaintainer} categories {devel ml} version 20090405 revision 0 caml-bin-prot 305 portdir devel/caml-bin-prot description {A binary protocol generator} homepage http://ocaml.janestreet.com/?q=node/13 epoch 0 platforms darwin name caml-bin-prot depends_lib {port:ocaml port:caml-findlib port:caml-ounit} maintainers {erickt openmaintainer} version 1.2.10 categories {devel ml} revision 0 -caml-calendar 389 -variants universal portdir devel/caml-calendar description {Objective Caml interface for calendar functions} homepage http://www.lri.fr/~signoles/prog.en.html epoch 0 platforms darwin name caml-calendar depends_lib {port:ocaml port:caml-findlib} long_description {An OCaml interface for managing dates and times.} maintainers recoil.org:anil categories {devel ml} version 2.0.4 revision 0 +caml-calendar 374 +variants universal portdir devel/caml-calendar description {Objective Caml interface for calendar functions} homepage http://calendar.forge.ocamlcore.org/ epoch 0 platforms darwin name caml-calendar depends_lib {port:ocaml port:caml-findlib} long_description {An OCaml interface for managing dates and times.} maintainers avsm categories {devel ml} version 2.0.4 revision 0 caml-camlzip 335 portdir devel/caml-camlzip description {Automated code generation for converting OCaml-values to S-expressions} homepage http://cristal.inria.fr/~xleroy/software.html epoch 0 platforms darwin name caml-camlzip depends_lib {port:ocaml port:caml-findlib} maintainers {erickt openmaintainer} version 1.04 categories {devel ml} revision 0 caml-camomile 323 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Oct 5 14:09:35 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 5 Oct 2009 14:09:35 -0700 (PDT) Subject: [58814] trunk/dports/sysutils/bacula/Portfile Message-ID: <20091005210935.2C6E52904D6B@beta.macosforge.org> Revision: 58814 http://trac.macports.org/changeset/58814 Author: macsforever2000 at macports.org Date: 2009-10-05 14:09:34 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Revert 58502. bacula crashes. (#21866) Modified Paths: -------------- trunk/dports/sysutils/bacula/Portfile Modified: trunk/dports/sysutils/bacula/Portfile =================================================================== --- trunk/dports/sysutils/bacula/Portfile 2009-10-05 20:54:01 UTC (rev 58813) +++ trunk/dports/sysutils/bacula/Portfile 2009-10-05 21:09:34 UTC (rev 58814) @@ -5,7 +5,7 @@ name bacula version 3.0.2 -revision 2 +revision 3 categories sysutils platforms darwin license GPL @@ -30,8 +30,7 @@ port:gettext \ port:ncurses -patchfiles patch-configure.diff \ - patch-base64-typecast.diff +patchfiles patch-configure.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Oct 5 14:16:05 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 5 Oct 2009 14:16:05 -0700 Subject: propchange - r58814 svn:log Message-ID: <20091005211605.BA98C754177E@mail-out3.apple.com> Author: macsforever2000 at macports.org (original author: macsforever2000 at macports.org) Revision: 58814 Property Name: svn:log @@ -1 +1 @@ -Revert 58502. bacula crashes. (#21866) +Revert r58502. bacula crashes. (#21866) From macsforever2000 at macports.org Mon Oct 5 14:30:17 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 5 Oct 2009 14:30:17 -0700 (PDT) Subject: [58815] trunk/dports/net/vpnc/Portfile Message-ID: <20091005213017.CE95C2905926@beta.macosforge.org> Revision: 58815 http://trac.macports.org/changeset/58815 Author: macsforever2000 at macports.org Date: 2009-10-05 14:30:16 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Changed maintainer email address. (#21829) Modified Paths: -------------- trunk/dports/net/vpnc/Portfile Modified: trunk/dports/net/vpnc/Portfile =================================================================== --- trunk/dports/net/vpnc/Portfile 2009-10-05 21:09:34 UTC (rev 58814) +++ trunk/dports/net/vpnc/Portfile 2009-10-05 21:30:16 UTC (rev 58815) @@ -8,8 +8,7 @@ name vpnc version 0.5.3 categories net -maintainers openmaintainer \ - stud.uni-heidelberg.de:kiehn +maintainers lavabit.com:msmk openmaintainer description client for cisco vpn concentrator long_description vpnc is an open source replacement for the commercial \ cisco vpnclient. It is supposed to work with the following \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Oct 5 14:49:27 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 5 Oct 2009 14:49:27 -0700 (PDT) Subject: [58816] trunk/dports/math/qrupdate/Portfile Message-ID: <20091005214928.4C4CF2905E4C@beta.macosforge.org> Revision: 58816 http://trac.macports.org/changeset/58816 Author: blb at macports.org Date: 2009-10-05 14:49:24 -0700 (Mon, 05 Oct 2009) Log Message: ----------- math/qrupdate - add variant for gcc44 and cleanup things some, ticket #21855 Modified Paths: -------------- trunk/dports/math/qrupdate/Portfile Modified: trunk/dports/math/qrupdate/Portfile =================================================================== --- trunk/dports/math/qrupdate/Portfile 2009-10-05 21:30:16 UTC (rev 58815) +++ trunk/dports/math/qrupdate/Portfile 2009-10-05 21:49:24 UTC (rev 58816) @@ -18,20 +18,6 @@ sha1 679aa98ff823332ead25b5c5c9c01210155a510d \ md160 d1f120ae97d840bf7b932c7d18abb54360d7d1f6 -depends_build port:gcc43 - -patch { -# foreach f {Makeconf Makeconf.g95} { -# reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" ${worksrcpath}/${f} -# } -# reinplace "s|\$\(PREFIX\)|\$(DESTDIR)\$(PREFIX)|g" ${worksrcpath}/src/Makefile - reinplace "s|gfortran|gfortran-mp-4.3|" ${worksrcpath}/Makeconf - if {[variant_isset g95]} { - reinplace "s|Makeconf|Makeconf.g95|" ${worksrcpath}/Makefile - reinplace "s|Makeconf|Makeconf.g95|" ${worksrcpath}/src/Makefile - } -} - use_configure no build.target lib destroot { @@ -39,7 +25,28 @@ system "ranlib ${destroot}${prefix}/lib/lib${name}.a" } -variant g95 description {build with g95} { - depends_build-delete port:gcc43 +variant g95 conflicts gcc43 gcc44 description {build with g95} { depends_build-append port:g95 + post-patch { + reinplace "s|Makeconf|Makeconf.g95|" ${worksrcpath}/Makefile + reinplace "s|Makeconf|Makeconf.g95|" ${worksrcpath}/src/Makefile + } } + +variant gcc43 conflicts g95 gcc44 description {build with gcc43 fortran} { + depends_build-append port:gcc43 + post-patch { + reinplace "s|gfortran|gfortran-mp-4.3|" ${worksrcpath}/Makeconf + } +} +variant gcc44 conflicts g95 gcc43 description {build with gcc44 fortran} { + depends_build-append port:gcc44 + post-patch { + reinplace "s|gfortran|gfortran-mp-4.4|" ${worksrcpath}/Makeconf + } +} + +if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} { + default_variants +gcc43 +} + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 14:54:05 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 14:54:05 -0700 (PDT) Subject: [58817] trunk/dports Message-ID: <20091005215407.7B6BA2905F72@beta.macosforge.org> Revision: 58817 http://trac.macports.org/changeset/58817 Author: portindex at macports.org Date: 2009-10-05 14:54:05 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 21:49:24 UTC (rev 58816) +++ trunk/dports/PortIndex 2009-10-05 21:54:05 UTC (rev 58817) @@ -5868,8 +5868,8 @@ variants universal portdir net/uplog description {A UDP based ping program that can give an ASCII-graphical log of the packet losses.} homepage http://www.nerdlabs.org/projects/uplog.php epoch 0 platforms darwin name uplog long_description {{A UDP based ping program that can give an ASCII-graphical log of the packet losses.}} maintainers markd categories net version 0.3 revision 0 ushare 572 depends_build path:bin/pkg-config:pkgconfig portdir net/ushare description {a UPnP (TM) A/V & DLNA Media Server} homepage http://ushare.geexbox.org/ epoch 0 platforms darwin name ushare depends_lib {port:gettext port:libupnp port:libdlna} maintainers sfiera long_description {uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files. uShare uses the built-in http server of libupnp to stream the files to clients.} categories {net multimedia} version 1.1a revision 1 -vpnc 674 -variants hybrid_cert portdir net/vpnc description {client for cisco vpn concentrator} homepage http://www.unix-ag.uni-kl.de/~massar/vpnc/ epoch 0 platforms darwin name vpnc depends_lib {port:libgcrypt port:libgpg-error} long_description {vpnc is an open source replacement for the commercial cisco vpnclient. It is supposed to work with the following systems: - Cisco VPN concentrator 3000 Series - Cisco IOS routers - Cisco PIX / ASA Zecurity Appliances - Juniper/Netscreen You will also need the tun/tap driver for Mac OS X: http://www-user.rhrk.uni-kl.de/~nissler/tuntap/} maintainers {openmaintainer stud.uni-heidelberg.de:kiehn} categories net version 0.5.3 revision 0 +vpnc 662 +variants hybrid_cert portdir net/vpnc description {client for cisco vpn concentrator} homepage http://www.unix-ag.uni-kl.de/~massar/vpnc/ epoch 0 platforms darwin name vpnc depends_lib {port:libgcrypt port:libgpg-error} long_description {vpnc is an open source replacement for the commercial cisco vpnclient. It is supposed to work with the following systems: - Cisco VPN concentrator 3000 Series - Cisco IOS routers - Cisco PIX / ASA Zecurity Appliances - Juniper/Netscreen You will also need the tun/tap driver for Mac OS X: http://www-user.rhrk.uni-kl.de/~nissler/tuntap/} maintainers {lavabit.com:msmk openmaintainer} categories net version 0.5.3 revision 0 vsftpd 478 variants {ssl darwin_9 universal} portdir net/vsftpd description {Secure FTP server for UNIX systems} homepage http://vsftpd.beasts.org epoch 0 platforms darwin name vsftpd long_description {vsftpd is an FTP server, or daemon. The 'vs' stands for Very Secure. Obviously this is not a guarantee, but a reflection that it is written with security in mind, and carefully designed to be resilient to attack.} maintainers {pmq openmaintainer} categories net version 2.0.7 revision 0 vtun 660 @@ -10329,7 +10329,7 @@ backuppc 741 variants universal portdir sysutils/backuppc description {BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} homepage http://backuppc.sourceforge.net/ epoch 0 platforms darwin name backuppc depends_lib {port:perl5 port:p5-compress-zlib port:p5-archive-zip port:p5-file-rsyncp port:samba3 port:gnutar port:mod_perl2 port:rsync port:openssh port:gzip port:bzip2 port:par2} long_description {{BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} BackupPC is highly configurable and easy to install and maintain.} maintainers jameskyle version 3.1.0 categories sysutils revision 0 bacula 581 -variants {darwin client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.2 revision 2 +variants {darwin client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.2 revision 3 bash-completion 316 variants universal portdir sysutils/bash-completion description {Programmable bash completions} homepage http://bash-completion.alioth.debian.org/ epoch 1 platforms darwin name bash-completion long_description {Programmable completion library for bash.} maintainers raimue categories sysutils version 1.0 revision 3 bchunk 512 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Mon Oct 5 15:31:15 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Mon, 5 Oct 2009 15:31:15 -0700 (PDT) Subject: [58818] trunk/dports/ruby/rb-cocoa Message-ID: <20091005223116.C65AC290670E@beta.macosforge.org> Revision: 58818 http://trac.macports.org/changeset/58818 Author: kimuraw at macports.org Date: 2009-10-05 15:31:11 -0700 (Mon, 05 Oct 2009) Log Message: ----------- ruby/rb-cocoa: fix #21856, build fails when -arch is not given for ruby or build_arch Modified Paths: -------------- trunk/dports/ruby/rb-cocoa/Portfile Added Paths: ----------- trunk/dports/ruby/rb-cocoa/files/patch-pre-config.rb.diff Modified: trunk/dports/ruby/rb-cocoa/Portfile =================================================================== --- trunk/dports/ruby/rb-cocoa/Portfile 2009-10-05 21:54:05 UTC (rev 58817) +++ trunk/dports/ruby/rb-cocoa/Portfile 2009-10-05 22:31:11 UTC (rev 58818) @@ -27,6 +27,8 @@ patchfiles-append patch-ext-rubycocoa-extconf.rb.in.diff # fix some errors 1.0.0 on Snow Leopard (1.0.0 to r2258) patchfiles-append patch-r2258.diff +# fix #21856: build fails when -arch is not given for ruby +patchfiles-append patch-pre-config.rb.diff configure.args --install-prefix=${destroot}${prefix} \ --install-root=${destroot} \ Added: trunk/dports/ruby/rb-cocoa/files/patch-pre-config.rb.diff =================================================================== --- trunk/dports/ruby/rb-cocoa/files/patch-pre-config.rb.diff (rev 0) +++ trunk/dports/ruby/rb-cocoa/files/patch-pre-config.rb.diff 2009-10-05 22:31:11 UTC (rev 58818) @@ -0,0 +1,13 @@ +Index: pre-config.rb +=================================================================== +--- pre-config.rb (revision 2267) ++++ pre-config.rb (working copy) +@@ -82,7 +82,7 @@ + config_ary << [ :other_cflags, cflags ] + config_ary << [ :other_ldflags, ldflags ] + config_ary << [ :target_archs, archs.size > 0 ? archs : '$NATIVE_ARCH' ] +-config_ary << [ :arch_flags, arch_flags ] ++config_ary << [ :arch_flags, archs.size > 0 ? arch_flags : '' ] + + target_files.each do |dst_name| + src_name = dst_name + '.in' -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 15:53:59 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 15:53:59 -0700 (PDT) Subject: [58819] trunk/dports Message-ID: <20091005225400.6247B2906C82@beta.macosforge.org> Revision: 58819 http://trac.macports.org/changeset/58819 Author: portindex at macports.org Date: 2009-10-05 15:53:58 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6233 Ports successfully parsed: 6233 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-05 22:31:11 UTC (rev 58818) +++ trunk/dports/PortIndex 2009-10-05 22:53:58 UTC (rev 58819) @@ -4996,8 +4996,8 @@ variants universal depends_build path:bin/pkg-config:pkgconfig portdir math/qalculate-kde description {Qalculate! is a multi-purpose desktop calculator for GNU/Linux.} homepage http://qalculate.sourceforge.net/ depends_run port:gnuplot epoch 0 platforms darwin depends_lib {port:libqalculate port:kdelibs3} name qalculate-kde long_description {Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface.} maintainers vcn.com:jjstickel categories {math kde kde3} version 0.9.6 revision 0 qhull 703 variants universal portdir math/qhull description {Programs and library for computing convex hulls.} homepage http://www.qhull.org epoch 0 platforms darwin name qhull long_description {Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The software runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull implements the Quickhull algorithm for computing the convex hull. It handles roundoff errors from floating point arithmetic. Qhull also computes volumes, surface areas, and approximations to the convex hull.} maintainers mmoll categories math version 2003.1 revision 0 -qrupdate 377 -variants g95 depends_build port:gcc43 portdir math/qrupdate description {library for fast updates of QR and Cholesky decompositions} homepage http://sourceforge.net/projects/qrupdate/ epoch 0 platforms darwin name qrupdate long_description {a Fortran library for fast updates of QR and Cholesky decompositions} maintainers nomaintainer categories math version 1.0.1 revision 0 +qrupdate 391 +variants {g95 gcc43 gcc44} depends_build port:gcc43 portdir math/qrupdate description {library for fast updates of QR and Cholesky decompositions} homepage http://sourceforge.net/projects/qrupdate/ epoch 0 platforms darwin name qrupdate long_description {a Fortran library for fast updates of QR and Cholesky decompositions} maintainers nomaintainer categories math version 1.0.1 revision 0 scalc 448 depends_build port:smake portdir math/scalc description {tool for simple integer calculations or for converting numbers} homepage http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/ epoch 0 platforms darwin name scalc maintainers nomaintainer long_description {The calc command may be used to do simple integer calculations or to convert numbers from one radix to another.} categories math version 1.15 revision 1 shogun 760 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From wsiegrist at apple.com Mon Oct 5 16:48:54 2009 From: wsiegrist at apple.com (wsiegrist at apple.com) Date: Mon, 5 Oct 2009 16:48:54 -0700 (PDT) Subject: [58820] trunk/dports/devel/darwinbuild/Portfile Message-ID: <20091005234855.50CEF2908445@beta.macosforge.org> Revision: 58820 http://trac.macports.org/changeset/58820 Author: wsiegrist at apple.com Date: 2009-10-05 16:48:50 -0700 (Mon, 05 Oct 2009) Log Message: ----------- darwinbuild: version 593 Modified Paths: -------------- trunk/dports/devel/darwinbuild/Portfile Modified: trunk/dports/devel/darwinbuild/Portfile =================================================================== --- trunk/dports/devel/darwinbuild/Portfile 2009-10-05 22:53:58 UTC (rev 58819) +++ trunk/dports/devel/darwinbuild/Portfile 2009-10-05 23:48:50 UTC (rev 58820) @@ -4,7 +4,7 @@ name darwinbuild version 0.8.0 -revision 549 +revision 593 categories devel platforms darwin maintainers wms -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Mon Oct 5 17:09:06 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Mon, 5 Oct 2009 17:09:06 -0700 (PDT) Subject: [58821] trunk/dports/perl/p5-compress-zlib/ Message-ID: <20091006000906.D234E2908B6F@beta.macosforge.org> Revision: 58821 http://trac.macports.org/changeset/58821 Author: narf_tm at macports.org Date: 2009-10-05 17:09:06 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Removed obsolete p5-compress-zlib port (see bug #21167). Removed Paths: ------------- trunk/dports/perl/p5-compress-zlib/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Mon Oct 5 17:10:07 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Mon, 5 Oct 2009 17:10:07 -0700 (PDT) Subject: [58822] trunk/dports/perl/p5-io-compress-base/ Message-ID: <20091006001007.E55A02908B84@beta.macosforge.org> Revision: 58822 http://trac.macports.org/changeset/58822 Author: narf_tm at macports.org Date: 2009-10-05 17:10:07 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Removed obsolete p5-io-compress-base port (see bug #21167). Removed Paths: ------------- trunk/dports/perl/p5-io-compress-base/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Mon Oct 5 17:10:57 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Mon, 5 Oct 2009 17:10:57 -0700 (PDT) Subject: [58823] trunk/dports/perl/p5-io-compress-zlib/ Message-ID: <20091006001057.5D13B2908BB5@beta.macosforge.org> Revision: 58823 http://trac.macports.org/changeset/58823 Author: narf_tm at macports.org Date: 2009-10-05 17:10:56 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Removed obsolete p5-io-compress-zlib port (see bug #21167). Removed Paths: ------------- trunk/dports/perl/p5-io-compress-zlib/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 17:20:43 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 17:20:43 -0700 (PDT) Subject: [58824] trunk/dports/science/molden/Portfile Message-ID: <20091006002043.9D96B2908DD3@beta.macosforge.org> Revision: 58824 http://trac.macports.org/changeset/58824 Author: ryandesign at macports.org Date: 2009-10-05 17:20:41 -0700 (Mon, 05 Oct 2009) Log Message: ----------- molden: follow stealth update to 4.8-20091005094400 See http://lists.macosforge.org/pipermail/macports-users/2009-October/017163.html Modified Paths: -------------- trunk/dports/science/molden/Portfile Modified: trunk/dports/science/molden/Portfile =================================================================== --- trunk/dports/science/molden/Portfile 2009-10-06 00:10:56 UTC (rev 58823) +++ trunk/dports/science/molden/Portfile 2009-10-06 00:20:41 UTC (rev 58824) @@ -12,7 +12,7 @@ PortGroup xcodeversion 1.0 name molden -version 4.8-20091001111300 +version 4.8-20091005094400 set version_number [lindex [split ${version} -] 0] categories science graphics maintainers openmaintainer jochen @@ -20,9 +20,9 @@ distname molden${version_number} dist_subdir ${name}/${version} master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ -checksums md5 200ca14f13d89c8d477e9e0f2151c69d \ - sha1 697451c018df0ff60dae2e41a3c7d0c56ffcded5 \ - rmd160 6a7454d7bb9cbaab98522976ab51e6904689538c +checksums md5 935af63cd05774fdd0ed553280763d78 \ + sha1 df14593611c560fed56963dff3edd0126ae6e3b7 \ + rmd160 30d44f697d18a865a764af7c8bce30da1db230d8 description Molecular graphics visualisation tool long_description Molden is a package for displaying Molecular Density from \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 17:53:54 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 17:53:54 -0700 (PDT) Subject: [58825] trunk/dports Message-ID: <20091006005357.035A22909AFE@beta.macosforge.org> Revision: 58825 http://trac.macports.org/changeset/58825 Author: portindex at macports.org Date: 2009-10-05 17:53:52 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-06 00:20:41 UTC (rev 58824) +++ trunk/dports/PortIndex 2009-10-06 00:53:52 UTC (rev 58825) @@ -1143,7 +1143,7 @@ darts 528 variants universal portdir devel/darts description {Double-ARray Trie System} homepage http://chasen.org/~taku/software/darts/ epoch 0 platforms darwin name darts depends_lib port:zlib long_description {Darts is a C++ Templeate library which can be used to make Double-Array. Reference: Aoe, J. An Efficient Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077} maintainers {takanori openmaintainer} categories devel version 0.32 revision 0 darwinbuild 808 -portdir devel/darwinbuild description {Darwinbuild is a set of tools that facilitate building the sources released by Apple.} depends_fetch port:subversion homepage http://darwinbuild.macosforge.org/ epoch 0 platforms darwin depends_lib {port:sqlite3 port:openssl} name darwinbuild maintainers wms long_description {The Darwin Build Scripts are a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's Mac OS X operating system. Apple publishes the sources of these projects in an archive format (.tar.gz). An archive is published for each project version on Apple's site. These tools will provide the proper build environment as well as help to resolve any necessary dependencies prior to building.} categories devel version 0.8.0 revision 549 +portdir devel/darwinbuild description {Darwinbuild is a set of tools that facilitate building the sources released by Apple.} depends_fetch port:subversion homepage http://darwinbuild.macosforge.org/ epoch 0 platforms darwin depends_lib {port:sqlite3 port:openssl} name darwinbuild maintainers wms long_description {The Darwin Build Scripts are a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's Mac OS X operating system. Apple publishes the sources of these projects in an archive format (.tar.gz). An archive is published for each project version on Apple's site. These tools will provide the proper build environment as well as help to resolve any necessary dependencies prior to building.} categories devel version 0.8.0 revision 593 dbow 475 portdir devel/dbow description {database compiler-compiler} homepage http://dbow.sourceforge.net/ epoch 0 platforms darwin name dbow depends_lib port:mysql4 maintainers nomaintainer long_description {DBOW is a database compiler-compiler or front-end. It takes table definitions in a meta language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.} categories {devel databases} version 0.7 revision 0 dbus 482 @@ -6202,8 +6202,6 @@ portdir perl/p5-compress-raw-bzip2 description {Perl low-level interface to bzip2 compression library} homepage http://search.cpan.org/dist/Compress-Raw-Bzip2/ epoch 0 platforms darwin name p5-compress-raw-bzip2 depends_lib path:bin/perl:perl5 maintainers vinc17 long_description {Compress::Raw::Bzip2 provides an interface to the in-memory compression/uncompression functions from the bzip2 compression library for the modules IO::Compress::Bzip2 and IO::Compress::Bunzip2.} categories perl version 2.021 revision 0 p5-compress-raw-zlib 464 portdir perl/p5-compress-raw-zlib description {The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library} homepage http://search.cpan.org/dist/Compress-Raw-Zlib/ epoch 0 platforms darwin name p5-compress-raw-zlib depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library}} categories perl version 2.021 revision 0 -p5-compress-zlib 428 -portdir perl/p5-compress-zlib description {Interface to zlib compression library} homepage http://search.cpan.org/dist/Compress-Zlib/ epoch 0 platforms darwin name p5-compress-zlib depends_lib {path:bin/perl:perl5 port:p5-compress-raw-zlib port:p5-io-compress-base port:p5-io-compress-zlib} maintainers {narf_tm openmaintainer} long_description {{Interface to zlib compression library}} categories perl version 2.015 revision 0 p5-config-any 484 portdir perl/p5-config-any description {Load configuration from different file formats, transparently} homepage http://search.cpan.org/dist/Config-Any/ epoch 0 platforms darwin name p5-config-any depends_lib {path:bin/perl:perl5 port:p5-module-pluggable} maintainers {narf_tm openmaintainer} long_description {Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats.} categories perl version 0.17 revision 0 p5-config-general 320 @@ -6650,10 +6648,6 @@ portdir perl/p5-io-captureoutput description {Capture STDOUT/STDERR from subprocesses and XS/C modules} homepage http://search.cpan.org/dist/IO-CaptureOutput/ epoch 0 platforms darwin name p5-io-captureoutput depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Capture STDOUT/STDERR from subprocesses and XS/C modules}} categories perl version 1.03 revision 0 p5-io-compress 535 portdir perl/p5-io-compress description {Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries.} homepage http://search.cpan.org/dist/IO-Compress/ epoch 0 platforms darwin name p5-io-compress depends_lib {path:bin/perl:perl5 port:p5-compress-raw-bzip2 port:p5-compress-raw-zlib} maintainers {narf_tm openmaintainer} long_description {{Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries.}} categories perl version 2.021 revision 3 -p5-io-compress-base 355 -portdir perl/p5-io-compress-base description {Base Class for IO::Compress modules} homepage http://search.cpan.org/dist/IO-Compress-Base/ epoch 0 platforms darwin name p5-io-compress-base depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{Base Class for IO::Compress modules}} categories perl version 2.015 revision 0 -p5-io-compress-zlib 588 -portdir perl/p5-io-compress-zlib description {This module provides a Perl interface to allow reading and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.} homepage http://search.cpan.org/dist/IO-Compress-Zlib/ epoch 0 platforms darwin name p5-io-compress-zlib depends_lib {path:bin/perl:perl5 port:p5-compress-raw-zlib port:p5-io-compress-base} maintainers {narf_tm openmaintainer} long_description {{This module provides a Perl interface to allow reading and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.}} categories perl version 2.015 revision 0 p5-io-digest 462 portdir perl/p5-io-digest description {This is a Perl extension for calculating digests while reading or writing (used by svk).} homepage http://search.cpan.org/dist/IO-Digest/ epoch 0 platforms darwin name p5-io-digest depends_lib {path:bin/perl:perl5 port:p5-perlio-via-dynamic} maintainers geeklair.net:dluke long_description {{This is a Perl extension for calculating digests while reading or writing (used by svk).}} categories perl version 0.10 revision 0 p5-io-kqueue 330 @@ -9995,7 +9989,7 @@ minc 870 variants {darwin_8 universal} portdir science/minc description {This package contains tools to manipulate MINC files.} homepage http://www.bic.mni.mcgill.ca/software/ epoch 0 platforms darwin name minc depends_lib port:netcdf long_description {The Minc file format is a highly flexible medical image file format built on top of the NetCDF generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment: they are simple and powerful and make no attempt to provide a pretty interface to users.} maintainers mac.com:mhough categories science version 1.4 revision 0 molden 787 -variants {gcc43 gcc44 opengl} depends_build port:gmake portdir science/molden description {Molecular graphics visualisation tool} homepage http://www.cmbi.ru.nl/molden/molden.html epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:gcc43} name molden long_description {Molden is a package for displaying Molecular Density from the Ab Initio packages GAMESS-UK , GAMESS-US and GAUSSIAN and the Semi-Empirical packages Mopac/Ampac, it also supports a number of other programs via the Molden Format. In order to keep up support for Molden, proof that it is being used outside the CMBI is required. Please register your copy of molden at: http://www.cmbi.ru.nl/molden/form.html} maintainers {openmaintainer jochen} categories {science graphics} version 4.8-20091001111300 revision 0 +variants {gcc43 gcc44 opengl} depends_build port:gmake portdir science/molden description {Molecular graphics visualisation tool} homepage http://www.cmbi.ru.nl/molden/molden.html epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:gcc43} name molden long_description {Molden is a package for displaying Molecular Density from the Ab Initio packages GAMESS-UK , GAMESS-US and GAUSSIAN and the Semi-Empirical packages Mopac/Ampac, it also supports a number of other programs via the Molden Format. In order to keep up support for Molden, proof that it is being used outside the CMBI is required. Please register your copy of molden at: http://www.cmbi.ru.nl/molden/form.html} maintainers {openmaintainer jochen} categories {science graphics} version 4.8-20091005094400 revision 0 mpich 664 variants universal portdir science/mpich description {Message Passing Interface (MPI) Library} homepage http://www-unix.mcs.anl.gov/mpi/mpich1/ epoch 0 platforms darwin name mpich long_description {MPICH is a portable implementation of the MPI (Message Passing Interface) standard. The goal of MPI, simply stated, is to develop a widely used standard for writing message-passing programs. As such the interface should establish a practical, portable, efficient, and flexible standard for message passing. Included are a full set of documents and parallel programming examples.} maintainers nomaintainer categories {science parallel net} version 1.2.7p1 revision 0 mpich2 680 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Oct 5 18:25:46 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 5 Oct 2009 18:25:46 -0700 (PDT) Subject: [58826] trunk/dports/devel/libsdl-devel/Portfile Message-ID: <20091006012547.3F9A6290A4B2@beta.macosforge.org> Revision: 58826 http://trac.macports.org/changeset/58826 Author: toby at macports.org Date: 2009-10-05 18:25:43 -0700 (Mon, 05 Oct 2009) Log Message: ----------- 1.3.0-4950 snapshot Modified Paths: -------------- trunk/dports/devel/libsdl-devel/Portfile Modified: trunk/dports/devel/libsdl-devel/Portfile =================================================================== --- trunk/dports/devel/libsdl-devel/Portfile 2009-10-06 00:53:52 UTC (rev 58825) +++ trunk/dports/devel/libsdl-devel/Portfile 2009-10-06 01:25:43 UTC (rev 58826) @@ -5,7 +5,7 @@ conflicts libsdl name libsdl-devel -version 1.3.0-4900 +version 1.3.0-4950 categories devel multimedia description Cross-platform multi-media development API @@ -22,9 +22,9 @@ maintainers toby master_sites ${homepage}tmp/ -checksums md5 f375cb6cba341922772c96d673e38988 \ - sha1 56ad7f197d73134cf21654f2aa41245bcd952553 \ - rmd160 104e7dc87da8f02da7a0a6b02afece8198bbf59c +checksums md5 af45d109a35d3809008fafca4617cbef \ + sha1 d7bb40ad9380c4f151b90c5fafc1d460bb7992e1 \ + rmd160 5c74c342d2ffe8a80f37bf689ec03425261853f5 distname SDL-${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 18:53:55 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 18:53:55 -0700 (PDT) Subject: [58827] trunk/dports/PortIndex Message-ID: <20091006015356.7FCC3290ACA3@beta.macosforge.org> Revision: 58827 http://trac.macports.org/changeset/58827 Author: portindex at macports.org Date: 2009-10-05 18:53:54 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-06 01:25:43 UTC (rev 58826) +++ trunk/dports/PortIndex 2009-10-06 01:53:54 UTC (rev 58827) @@ -1617,7 +1617,7 @@ libsdl 739 variants {universal no_x11} portdir devel/libsdl description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms {macosx freebsd} depends_lib {port:xorg-libXext port:xorg-libXrandr port:xrender} name libsdl maintainers {nox openmaintainer} long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.2.14 revision 6 libsdl-devel 655 -variants universal portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel maintainers toby long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.3.0-4900 revision 0 +variants universal portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel maintainers toby long_description {Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of {"Civilization:} Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.} categories {devel multimedia} version 1.3.0-4950 revision 0 libsdl-framework 316 portdir devel/libsdl-framework description {Framework version of libsdl} homepage http://www.libsdl.org/ epoch 0 depends_run port:libsdl platforms macosx name libsdl-framework maintainers {nox openmaintainer} long_description {{Framework version of libsdl}} version 20091002 categories {devel multimedia} revision 0 libsdl_gfx 854 -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Oct 5 19:50:14 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 5 Oct 2009 19:50:14 -0700 (PDT) Subject: [58828] trunk/dports/sysutils/bacula/Portfile Message-ID: <20091006025014.B71D6290CE5F@beta.macosforge.org> Revision: 58828 http://trac.macports.org/changeset/58828 Author: macsforever2000 at macports.org Date: 2009-10-05 19:50:13 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Re-add 64-bit patch from r58502. (#21866) Revision Links: -------------- http://trac.macports.org/changeset/58502 Modified Paths: -------------- trunk/dports/sysutils/bacula/Portfile Modified: trunk/dports/sysutils/bacula/Portfile =================================================================== --- trunk/dports/sysutils/bacula/Portfile 2009-10-06 01:53:54 UTC (rev 58827) +++ trunk/dports/sysutils/bacula/Portfile 2009-10-06 02:50:13 UTC (rev 58828) @@ -5,7 +5,7 @@ name bacula version 3.0.2 -revision 3 +revision 4 categories sysutils platforms darwin license GPL @@ -30,7 +30,8 @@ port:gettext \ port:ncurses -patchfiles patch-configure.diff +patchfiles patch-configure.diff \ + patch-base64-typecast.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 20:54:09 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 20:54:09 -0700 (PDT) Subject: [58829] trunk/dports/PortIndex Message-ID: <20091006035411.5957E291030D@beta.macosforge.org> Revision: 58829 http://trac.macports.org/changeset/58829 Author: portindex at macports.org Date: 2009-10-05 20:54:06 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-06 02:50:13 UTC (rev 58828) +++ trunk/dports/PortIndex 2009-10-06 03:54:06 UTC (rev 58829) @@ -10323,7 +10323,7 @@ backuppc 741 variants universal portdir sysutils/backuppc description {BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} homepage http://backuppc.sourceforge.net/ epoch 0 platforms darwin name backuppc depends_lib {port:perl5 port:p5-compress-zlib port:p5-archive-zip port:p5-file-rsyncp port:samba3 port:gnutar port:mod_perl2 port:rsync port:openssh port:gzip port:bzip2 port:par2} long_description {{BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server's disk.} BackupPC is highly configurable and easy to install and maintain.} maintainers jameskyle version 3.1.0 categories sysutils revision 0 bacula 581 -variants {darwin client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.2 revision 3 +variants {darwin client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.2 revision 4 bash-completion 316 variants universal portdir sysutils/bash-completion description {Programmable bash completions} homepage http://bash-completion.alioth.debian.org/ epoch 1 platforms darwin name bash-completion long_description {Programmable completion library for bash.} maintainers raimue categories sysutils version 1.0 revision 3 bchunk 512 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 21:21:35 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 21:21:35 -0700 (PDT) Subject: [58830] trunk/dports/lang/php5-devel Message-ID: <20091006042135.7B64129119B8@beta.macosforge.org> Revision: 58830 http://trac.macports.org/changeset/58830 Author: ryandesign at macports.org Date: 2009-10-05 21:21:34 -0700 (Mon, 05 Oct 2009) Log Message: ----------- php5-devel: merge r58589 from php5: update to 5.3.1RC1_1: * remove odbc support which is now in the php5-odbc port (#19091) * remove snmp support which is now in the php5-snmp port (#19091) * remove dba support which is now in the php5-dba port (#20056) * fix php-config --includes so it contains -I${prefix}/include (#20627) * move conf file from extras-conf to extra to match the rest of apache2's extra conf files (#21217) * prevent installation with the +apache2 variant when apache2 is not built with the +preforkmpm variant (#21281) * update suhosin patch to version 5.3.1RC1-0.9.8 (#21737) Revision Links: -------------- http://trac.macports.org/changeset/58589 Modified Paths: -------------- trunk/dports/lang/php5-devel/Portfile Added Paths: ----------- trunk/dports/lang/php5-devel/files/patch-scripts-php-config.in.diff Property Changed: ---------------- trunk/dports/lang/php5-devel/ Property changes on: trunk/dports/lang/php5-devel ___________________________________________________________________ Modified: svn:mergeinfo - /trunk/dports/lang/php5:52241-52279,53127,56346,56392,56403 + /trunk/dports/lang/php5:52241-52279,53127,56346,56392,56403,58589 Modified: trunk/dports/lang/php5-devel/Portfile =================================================================== --- trunk/dports/lang/php5-devel/Portfile 2009-10-06 03:54:06 UTC (rev 58829) +++ trunk/dports/lang/php5-devel/Portfile 2009-10-06 04:21:34 UTC (rev 58830) @@ -6,6 +6,7 @@ conflicts php5 php52 epoch 1 version 5.3.1RC1 +revision 1 set major [lindex [split ${version} .] 0] set my_name php${major} dist_subdir ${my_name} @@ -51,6 +52,8 @@ # Use -p1 to accommodate the Suhosin patch patch.pre_args -p1 +patchfiles \ + patch-scripts-php-config.in.diff use_autoconf yes autoconf.cmd ${prefix}/bin/autoconf213 @@ -68,7 +71,6 @@ --disable-all \ --enable-bcmath \ --enable-ctype \ - --enable-dba \ --enable-dom \ --enable-fileinfo \ --enable-filter \ @@ -102,8 +104,7 @@ platform macosx { configure.args-append \ - --with-ldap=/usr \ - --with-iodbc=/usr + --with-ldap=/usr } variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {} @@ -127,6 +128,14 @@ # Build an Apache 2.2 module. Keep the options here in sync with those in the # relevant part of the post-destroot phase. variant apache2 conflicts apache no_web description {Add Apache 2.2 web server module} { + pre-extract { + # Checking for mod_cgi.so is a convenient way to verify apache2 is using its + # +preforkmpm variant. (+eventmpm and +workermpm instead provide mod_cgid.so.) + if {![file exists ${prefix}/apache2/modules/mod_cgi.so]} { + ui_error "To use ${name} with the +apache2 variant, apache2 must be installed with the +preforkmpm variant." + return -code error "incompatible apache2 installation" + } + } destroot.violate_mtree yes depends_lib-append \ port:apache2 @@ -148,6 +157,7 @@ foreach {old_variant new_port} { gmp gmp imap imap + macports_snmp snmp mssql mssql mysql3 mysql mysql4 mysql @@ -158,6 +168,7 @@ postgresql82 postgresql postgresql83 postgresql pspell pspell + snmp snmp sockets sockets sqlite sqlite tidy tidy @@ -171,20 +182,6 @@ }] } -variant snmp conflicts macports_snmp description {Add SNMP support using Apple SNMP} { - # This compiles PHP5 with SNMP linked against Apple's included NET-SNMP. - configure.args-append \ - --with-snmp=/usr -} - -variant macports_snmp conflicts snmp description {Add SNMP support using MacPorts SNMP} { - # This compiles PHP with SNMP linked against MacPorts' NET-SNMP. - depends_lib-append \ - port:net-snmp - configure.args-append \ - --with-snmp=${prefix} -} - variant ipc description {Add semaphore, shared memory and IPC functions} { configure.args-append \ --enable-shmop \ @@ -225,15 +222,15 @@ return -code error "incompatible Mac OS X version" } } - set suhosin_patch_version 5.3.0-0.9.8-BETA-1 + set suhosin_patch_version ${version}-0.9.8 set suhosin_patch suhosin-patch-${suhosin_patch_version}.patch.gz patch_sites-append http://download.suhosin.org/ patchfiles-append ${suhosin_patch} checksums-append \ ${suhosin_patch} \ - md5 62dc36545b86bf86e44ada1fccc17d0a \ - sha1 8bad461c7b16febc1d2f6bcbf4c8e10428569591 \ - rmd160 d89fd850dbba853aa881454be7995e2d6dff2490 + md5 c3ff0cb5fa728420d56f8ed139446647 \ + sha1 d3e8f83f81311a5f382b545cbd745dcedd5f3c93 \ + rmd160 cfb60da9b4142b0d3fd0f7e193fe2419ba9a5d31 } destroot.args \ @@ -246,17 +243,17 @@ # Copy the Apache 1 module. if { [variant_isset apache] } { xinstall -m 755 -d ${destroot}${prefix}/libexec/apache \ - ${destroot}${prefix}/etc/apache/extras-conf + ${destroot}${prefix}/etc/apache/extra xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/libexec/apache/ - xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extras-conf + xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extra } # Copy the Apache 2.2 module. if { [variant_isset apache2] } { xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \ - ${destroot}${prefix}/apache2/conf/extras-conf + ${destroot}${prefix}/apache2/conf/extra xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/apache2/modules/ - xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extras-conf + xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extra } if { [variant_isset fastcgi] } { Copied: trunk/dports/lang/php5-devel/files/patch-scripts-php-config.in.diff (from rev 58589, trunk/dports/lang/php5/files/patch-scripts-php-config.in.diff) =================================================================== --- trunk/dports/lang/php5-devel/files/patch-scripts-php-config.in.diff (rev 0) +++ trunk/dports/lang/php5-devel/files/patch-scripts-php-config.in.diff 2009-10-06 04:21:34 UTC (rev 58830) @@ -0,0 +1,11 @@ +--- a/scripts/php-config.in.orig 2007-08-24 06:44:10.000000000 -0500 ++++ b/scripts/php-config.in 2009-08-10 16:33:49.000000000 -0500 +@@ -6,7 +6,7 @@ + version="@PHP_VERSION@" + vernum="@PHP_VERSION_ID@" + include_dir="@includedir@/php" +-includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib" ++includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib -I at prefix@/include" + ldflags="@PHP_LDFLAGS@" + libs="@EXTRA_LIBS@" + extension_dir='@EXTENSION_DIR@' -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Oct 5 21:44:15 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 5 Oct 2009 21:44:15 -0700 (PDT) Subject: [58831] trunk/dports/net/sslscan Message-ID: <20091006044415.79E1429138FB@beta.macosforge.org> Revision: 58831 http://trac.macports.org/changeset/58831 Author: toby at macports.org Date: 2009-10-05 21:44:14 -0700 (Mon, 05 Oct 2009) Log Message: ----------- fix on old OSes Modified Paths: -------------- trunk/dports/net/sslscan/Portfile trunk/dports/net/sslscan/files/patch-Makefile Modified: trunk/dports/net/sslscan/Portfile =================================================================== --- trunk/dports/net/sslscan/Portfile 2009-10-06 04:21:34 UTC (rev 58830) +++ trunk/dports/net/sslscan/Portfile 2009-10-06 04:44:14 UTC (rev 58831) @@ -4,6 +4,7 @@ name sslscan version 1.8.2 +revision 1 categories net maintainers nomaintainer description SSL port scanner @@ -27,7 +28,7 @@ patchfiles patch-Makefile configure { - reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile + reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/Makefile } Modified: trunk/dports/net/sslscan/files/patch-Makefile =================================================================== --- trunk/dports/net/sslscan/files/patch-Makefile 2009-10-06 04:21:34 UTC (rev 58830) +++ trunk/dports/net/sslscan/files/patch-Makefile 2009-10-06 04:44:14 UTC (rev 58831) @@ -5,7 +5,7 @@ all: - gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) -+ __CC__ -g -Wall -L__PREFIX__/lib -lssl -lcrypto -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) ++ __CC__ -g -Wall -I__PREFIX__/include -L__PREFIX__/lib -lssl -lcrypto -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) install: cp sslscan $(BINPATH) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Oct 5 21:54:04 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 5 Oct 2009 21:54:04 -0700 (PDT) Subject: [58832] trunk/dports/PortIndex Message-ID: <20091006045406.EE0EC291402D@beta.macosforge.org> Revision: 58832 http://trac.macports.org/changeset/58832 Author: portindex at macports.org Date: 2009-10-05 21:54:01 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Total number of ports parsed: 6230 Ports successfully parsed: 6230 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-10-06 04:44:14 UTC (rev 58831) +++ trunk/dports/PortIndex 2009-10-06 04:54:01 UTC (rev 58832) @@ -4353,7 +4353,7 @@ php5 786 variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap macports_snmp mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell snmp sockets sqlite tidy ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5 long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.0 revision 3 php5-devel 800 -variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell sockets sqlite tidy snmp macports_snmp ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5-devel long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.1RC1 revision 0 +variants {darwin_10 macosx no_web apache apache2 fastcgi gmp imap macports_snmp mssql mysql3 mysql4 mysql5 mysqlnd oracle pcntl postgresql82 postgresql83 pspell snmp sockets sqlite tidy ipc pear suhosin debug universal} depends_build {port:pkgconfig port:autoconf213} portdir lang/php5-devel description {PHP: Hypertext Preprocessor} homepage http://qa.php.net/ epoch 1 platforms {darwin freebsd} depends_lib {path:bin/gsed:gsed port:libtool port:libxml2 port:bzip2 port:mhash port:pcre port:readline port:zlib port:apache2} name php5-devel long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} maintainers {ryandesign jwa} categories {lang php www} version 5.3.1RC1 revision 1 php5-web 468 portdir lang/php5-web description {Meta-port for PHP web server support} homepage http://www.php.net/ epoch 0 platforms darwin name php5-web depends_lib path:bin/php:php5 maintainers ryandesign long_description {If you have a port for a web app that uses PHP, and you don't care (as you usually wouldn't) whether PHP is compiled as an Apache module or as a FastCGI binary, depend on php5-web so the user can choose.} categories {lang php www} version 5.3.0 revision 0 php52 916 @@ -5797,7 +5797,7 @@ ssldump 736 variants {darwin universal} portdir net/ssldump description {SSLv3/TLS network protocol analyzer.} homepage http://www.rtfm.com/ssldump/ epoch 0 platforms darwin name ssldump depends_lib {port:libtool port:libpcap port:openssl lib:libz:zlib} long_description {ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.} maintainers kallisys.net:pguyot categories net version 0.9b3 revision 1 sslscan 471 -variants universal portdir net/sslscan description {SSL port scanner} homepage http://test.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68 epoch 0 platforms darwin name sslscan depends_lib port:openssl long_description {SSLScan determines what ciphers are supported on SSL-based services, such as HTTPS. Furthermore, SSLScan will determine the prefered ciphers of the SSL service.} maintainers nomaintainer categories net version 1.8.2 revision 0 +variants universal portdir net/sslscan description {SSL port scanner} homepage http://test.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68 epoch 0 platforms darwin name sslscan depends_lib port:openssl long_description {SSLScan determines what ciphers are supported on SSL-based services, such as HTTPS. Furthermore, SSLScan will determine the prefered ciphers of the SSL service.} maintainers nomaintainer categories net version 1.8.2 revision 1 suck 601 variants universal portdir net/suck description {grab news from a remote NNTP news server.} homepage http://home.comcast.net/~bobyetman/ epoch 0 platforms {darwin freebsd} name suck depends_lib {port:gdbm port:openssl} long_description {Suck is a program used to grab news from a remote NNTP news server and bring it to your local machine, without the remote server doing anything special. If you have read permission on the server, you can use suck. Suck does NOT use the NEWNEWS command, hated by many administrators.} maintainers gmail.com:springer.jonathan categories net version 4.3.2 revision 0 surfraw 413 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 22:03:59 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 22:03:59 -0700 (PDT) Subject: [58833] trunk/dports/lang/php52 Message-ID: <20091006050359.57A962914B8E@beta.macosforge.org> Revision: 58833 http://trac.macports.org/changeset/58833 Author: ryandesign at macports.org Date: 2009-10-05 22:03:58 -0700 (Mon, 05 Oct 2009) Log Message: ----------- php52: merge r58589 from php5: update to 5.2.11_1: * fix php-config --includes so it contains -I${prefix}/include (#20627) * move conf file from extras-conf to extra to match the rest of apache2's extra conf files (#21217) * prevent installation with the +apache2 variant when apache2 is not built with the +preforkmpm variant (#21281) Revision Links: -------------- http://trac.macports.org/changeset/58589 Modified Paths: -------------- trunk/dports/lang/php52/Portfile Added Paths: ----------- trunk/dports/lang/php52/files/patch-scripts-php-config.in.diff Property Changed: ---------------- trunk/dports/lang/php52/ Property changes on: trunk/dports/lang/php52 ___________________________________________________________________ Modified: svn:mergeinfo - /trunk/dports/lang/php5:53631,54310,54581-55557,56403 /trunk/dports/www/php5-devel:41985 + /trunk/dports/lang/php5:53631,54310,54581-55557,56403,58589 /trunk/dports/www/php5-devel:41985 Modified: trunk/dports/lang/php52/Portfile =================================================================== --- trunk/dports/lang/php52/Portfile 2009-10-06 04:54:01 UTC (rev 58832) +++ trunk/dports/lang/php52/Portfile 2009-10-06 05:03:58 UTC (rev 58833) @@ -5,6 +5,7 @@ name php52 conflicts php5 php5-devel version 5.2.11 +revision 1 set major [lindex [split ${version} .] 0] set my_name php${major} dist_subdir ${my_name} @@ -58,6 +59,7 @@ # Use -p1 to accommodate the Suhosin patch patch.pre_args -p1 patchfiles \ + patch-scripts-php-config.in.diff \ patch-bind.diff use_autoconf yes @@ -139,6 +141,14 @@ # Build an Apache 2.2 module. Keep the options here in sync with those in the # relevant part of the post-destroot phase. variant apache2 conflicts apache no_web description {Add Apache 2.2 web server module} { + pre-extract { + # Checking for mod_cgi.so is a convenient way to verify apache2 is using its + # +preforkmpm variant. (+eventmpm and +workermpm instead provide mod_cgid.so.) + if {![file exists ${prefix}/apache2/modules/mod_cgi.so]} { + ui_error "To use ${name} with the +apache2 variant, apache2 must be installed with the +preforkmpm variant." + return -code error "incompatible apache2 installation" + } + } destroot.violate_mtree yes depends_lib-append \ port:apache2 @@ -371,17 +381,17 @@ # Copy the Apache 1 module. if { [variant_isset apache] } { xinstall -m 755 -d ${destroot}${prefix}/libexec/apache \ - ${destroot}${prefix}/etc/apache/extras-conf + ${destroot}${prefix}/etc/apache/extra xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/libexec/apache/ - xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extras-conf + xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extra } # Copy the Apache 2.2 module. if { [variant_isset apache2] } { xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \ - ${destroot}${prefix}/apache2/conf/extras-conf + ${destroot}${prefix}/apache2/conf/extra xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/apache2/modules/ - xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extras-conf + xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extra } if { [variant_isset fastcgi] } { Copied: trunk/dports/lang/php52/files/patch-scripts-php-config.in.diff (from rev 58831, trunk/dports/lang/php5/files/patch-scripts-php-config.in.diff) =================================================================== --- trunk/dports/lang/php52/files/patch-scripts-php-config.in.diff (rev 0) +++ trunk/dports/lang/php52/files/patch-scripts-php-config.in.diff 2009-10-06 05:03:58 UTC (rev 58833) @@ -0,0 +1,11 @@ +--- a/scripts/php-config.in.orig 2007-08-24 06:44:10.000000000 -0500 ++++ b/scripts/php-config.in 2009-08-10 16:33:49.000000000 -0500 +@@ -6,7 +6,7 @@ + version="@PHP_VERSION@" + vernum="@PHP_VERSION_ID@" + include_dir="@includedir@/php" +-includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib" ++includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib -I at prefix@/include" + ldflags="@PHP_LDFLAGS@" + libs="@EXTRA_LIBS@" + extension_dir='@EXTENSION_DIR@' -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Oct 5 22:05:43 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 5 Oct 2009 22:05:43 -0700 (PDT) Subject: [58834] trunk/base/src/pextlib1.0 Message-ID: <20091006050543.C56402914C92@beta.macosforge.org> Revision: 58834 http://trac.macports.org/changeset/58834 Author: toby at macports.org Date: 2009-10-05 22:05:42 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Avoid calling curl_global_init for actions that don't require it - this should be a noticeable performance gain. Modified Paths: -------------- trunk/base/src/pextlib1.0/Pextlib.c trunk/base/src/pextlib1.0/curl.c trunk/base/src/pextlib1.0/curl.h Modified: trunk/base/src/pextlib1.0/Pextlib.c =================================================================== --- trunk/base/src/pextlib1.0/Pextlib.c 2009-10-06 05:03:58 UTC (rev 58833) +++ trunk/base/src/pextlib1.0/Pextlib.c 2009-10-06 05:05:42 UTC (rev 58834) @@ -623,8 +623,5 @@ if (Tcl_PkgProvide(interp, "Pextlib", "1.0") != TCL_OK) return TCL_ERROR; - /* init libcurl */ - CurlInit(interp); - return TCL_OK; } Modified: trunk/base/src/pextlib1.0/curl.c =================================================================== --- trunk/base/src/pextlib1.0/curl.c 2009-10-06 05:03:58 UTC (rev 58833) +++ trunk/base/src/pextlib1.0/curl.c 2009-10-06 05:05:42 UTC (rev 58834) @@ -36,6 +36,7 @@ #include #include +#include #include #include #include @@ -71,6 +72,8 @@ int CurlIsNewerCmd(Tcl_Interp* interp, int objc, Tcl_Obj* CONST objv[]); int CurlGetSizeCmd(Tcl_Interp* interp, int objc, Tcl_Obj* CONST objv[]); +void CurlInit(void); + /* ========================================================================= ** * Entry points * ========================================================================= */ @@ -821,7 +824,11 @@ }; int theResult = TCL_OK; EOption theOptionIndex; + static pthread_once_t once = PTHREAD_ONCE_INIT; + /* TODO: use dispatch_once when we drop Leopard support */ + pthread_once(&once, CurlInit); + if (objc < 3) { Tcl_WrongNumArgs(interp, 1, objv, "option ?arg ...?"); return TCL_ERROR; @@ -857,11 +864,12 @@ /** * curl init entry point. * + * libcurl will never be cleaned (where should I plug the hook?) + * * @param interp current interpreter */ -int -CurlInit(Tcl_Interp* interp) +void +CurlInit() { - CURLcode theCurlCode = curl_global_init(CURL_GLOBAL_ALL); - return SetResultFromCurlErrorCode(interp, theCurlCode); + curl_global_init(CURL_GLOBAL_ALL); } Modified: trunk/base/src/pextlib1.0/curl.h =================================================================== --- trunk/base/src/pextlib1.0/curl.h 2009-10-06 05:03:58 UTC (rev 58833) +++ trunk/base/src/pextlib1.0/curl.h 2009-10-06 05:05:42 UTC (rev 58834) @@ -36,12 +36,6 @@ #include /** - * Init libcurl. - * libcurl will never be cleaned (where should I plug the hook?) - */ -int CurlInit(Tcl_Interp* interp); - -/** * A native command to use libcurl. * * The syntax is: -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Oct 5 22:15:25 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 5 Oct 2009 22:15:25 -0700 (PDT) Subject: [58835] trunk/base/src/pextlib1.0/curl.c Message-ID: <20091006051525.67F8C2915337@beta.macosforge.org> Revision: 58835 http://trac.macports.org/changeset/58835 Author: toby at macports.org Date: 2009-10-05 22:15:24 -0700 (Mon, 05 Oct 2009) Log Message: ----------- fix a comment, misc whitespace Modified Paths: -------------- trunk/base/src/pextlib1.0/curl.c Modified: trunk/base/src/pextlib1.0/curl.c =================================================================== --- trunk/base/src/pextlib1.0/curl.c 2009-10-06 05:05:42 UTC (rev 58834) +++ trunk/base/src/pextlib1.0/curl.c 2009-10-06 05:15:24 UTC (rev 58835) @@ -842,31 +842,25 @@ 0, (int*) &theOptionIndex); if (theResult == TCL_OK) { - switch (theOptionIndex) - { - case kCurlFetch: - theResult = CurlFetchCmd(interp, objc, objv); - break; - - case kCurlIsNewer: - theResult = CurlIsNewerCmd(interp, objc, objv); - break; - - case kCurlGetSize: - theResult = CurlGetSizeCmd(interp, objc, objv); - break; + switch (theOptionIndex) { + case kCurlFetch: + theResult = CurlFetchCmd(interp, objc, objv); + break; + case kCurlIsNewer: + theResult = CurlIsNewerCmd(interp, objc, objv); + break; + case kCurlGetSize: + theResult = CurlGetSizeCmd(interp, objc, objv); + break; } } - + return theResult; } /** * curl init entry point. - * * libcurl will never be cleaned (where should I plug the hook?) - * - * @param interp current interpreter */ void CurlInit() -------------- next part -------------- An HTML attachment was scrubbed... URL: From blair at macports.org Mon Oct 5 22:16:13 2009 From: blair at macports.org (blair at macports.org) Date: Mon, 5 Oct 2009 22:16:13 -0700 (PDT) Subject: [58836] trunk/dports/perl/p5-net-ping-external/Portfile Message-ID: <20091006051613.49C40291547E@beta.macosforge.org> Revision: 58836 http://trac.macports.org/changeset/58836 Author: blair at macports.org Date: 2009-10-05 22:16:12 -0700 (Mon, 05 Oct 2009) Log Message: ----------- Upstream 0.13 release. Closes #21849. Modified Paths: -------------- trunk/dports/perl/p5-net-ping-external/Portfile Modified: trunk/dports/perl/p5-net-ping-external/Portfile =================================================================== --- trunk/dports/perl/p5-net-ping-external/Portfile 2009-10-06 05:15:24 UTC (rev 58835) +++ trunk/dports/perl/p5-net-ping-external/Portfile 2009-10-06 05:16:12 UTC (rev 58836) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Net-Ping-External 0.12 +perl5.setup Net-Ping-External 0.13 maintainers blair openmaintainer description Cross-platform interface to ICMP 'ping' utilities @@ -17,7 +17,8 @@ on your system, this module will probably provide \ more accurate results than Net::Ping will. -checksums md5 29c6cd74081861f4bffe1f83943f5792 \ - sha1 b4c77107cc490399cc0bcbc5dd24d66755e107e1 \ - rmd160 5813385f2358a19754697a7ce02482f3758ed620 +use_zip yes +checksums md5 83710568eb209598a04674b18986b049 \ + sha1 aa6aae1b1cd33106ec2452376e848014ff6c61f8 \ + rmd160 f74248cc7232c1b08d5ba9f7d5a70600d3a5f953 platforms darwin -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 22:18:40 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 22:18:40 -0700 Subject: propchange - r56575 svn:log Message-ID: <20091006051840.27BD47AB46C4@mail-out4.apple.com> Author: ryandesign at macports.org (original author: ryandesign at macports.org) Revision: 56575 Property Name: svn:log @@ -1 +1 @@ -php52: merge r56403 from php5: add variant for suhosin patch +php52: merge r56403 from php5: add variant for suhosin patch; see #20681 From toby at macports.org Mon Oct 5 22:20:53 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 5 Oct 2009 22:20:53 -0700 (PDT) Subject: [58837] trunk/base/src/pextlib1.0/curl.c Message-ID: <20091006052053.77FBC2915751@beta.macosforge.org> Revision: 58837 http://trac.macports.org/changeset/58837 Author: toby at macports.org Date: 2009-10-05 22:20:52 -0700 (Mon, 05 Oct 2009) Log Message: ----------- utime.h is required by posix, no need to ifdef Modified Paths: -------------- trunk/base/src/pextlib1.0/curl.c Modified: trunk/base/src/pextlib1.0/curl.c =================================================================== --- trunk/base/src/pextlib1.0/curl.c 2009-10-06 05:16:12 UTC (rev 58836) +++ trunk/base/src/pextlib1.0/curl.c 2009-10-06 05:20:52 UTC (rev 58837) @@ -40,10 +40,7 @@ #include #include #include - -#ifdef HAVE_UTIME_H #include -#endif #include @@ -396,7 +393,6 @@ } #endif -#ifdef HAVE_UTIME_H if (remotetime) { theCurlCode = curl_easy_getinfo(theHandle, CURLINFO_FILETIME, &theFileTime); if (theFileTime > 0) { @@ -406,7 +402,6 @@ utime(theFilePath, ×); /* set the time we got */ } } -#endif /*HAVE_UTIME_H*/ /* free header memory */ curl_slist_free_all(headers); -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Oct 5 22:22:48 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 5 Oct 2009 22:22:48 -0700 (PDT) Subject: [58838] trunk/base Message-ID: <20091006052248.4DE032915853@beta.macosforge.org> Revision: 58838 http://trac.macports.org/changeset/58838 Author: toby at macports.org Date: 2009-10-05 22:22:47 -0700 (Mon, 05 Oct 2009) Log Message: ----------- update config.* for the lulz Modified Paths: -------------- trunk/base/config.guess trunk/base/config.sub Modified: trunk/base/config.guess =================================================================== --- trunk/base/config.guess 2009-10-06 05:20:52 UTC (rev 58837) +++ trunk/base/config.guess 2009-10-06 05:22:47 UTC (rev 58838) @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-04-27' +timestamp='2009-09-18' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,16 +27,16 @@ # the same distribution terms that you use for the rest of that program. -# Originally written by Per Bothner . -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` @@ -170,7 +170,7 @@ arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null + | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? @@ -656,7 +656,7 @@ # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep __LP64__ >/dev/null + grep -q __LP64__ then HP_ARCH="hppa2.0w" else @@ -822,6 +822,9 @@ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we @@ -851,6 +854,20 @@ i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ @@ -873,6 +890,9 @@ frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; + i*86:Linux:*:*) + echo ${UNAME_MACHINE}-pc-linux-gnu + exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; @@ -882,17 +902,17 @@ m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; - mips:Linux:*:*) + mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU - #undef mips - #undef mipsel + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mipsel + CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips + CPU=${UNAME_MACHINE} #else CPU= #endif @@ -905,55 +925,15 @@ }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; - mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips64 - #undef mips64el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mips64el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips64 - #else - CPU= - #endif - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -962,9 +942,12 @@ *) echo hppa-unknown-linux-gnu ;; esac exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; @@ -986,66 +969,6 @@ xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; - i*86:Linux:*:*) - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - # Set LC_ALL=C to ensure ld outputs messages in English. - ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ - | sed -ne '/supported targets:/!d - s/[ ][ ]*/ /g - s/.*supported targets: *// - s/ .*// - p'` - case "$ld_supported_targets" in - elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" - ;; - a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit ;; - "") - # Either a pre-BFD a.out linker (linux-gnuoldld) or - # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-gnuoldld" - exit ;; - esac - # Determine whether the default compiler is a.out or elf - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #ifdef __ELF__ - # ifdef __GLIBC__ - # if __GLIBC__ >= 2 - LIBC=gnu - # else - LIBC=gnulibc1 - # endif - # else - LIBC=gnulibc1 - # endif - #else - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) - LIBC=gnu - #else - LIBC=gnuaout - #endif - #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^LIBC/{ - s: ::g - p - }'`" - test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit - } - test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } - ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both @@ -1074,7 +997,7 @@ i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) @@ -1182,7 +1105,7 @@ rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) @@ -1275,6 +1198,16 @@ *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} Modified: trunk/base/config.sub =================================================================== --- trunk/base/config.sub 2009-10-06 05:20:52 UTC (rev 58837) +++ trunk/base/config.sub 2009-10-06 05:22:47 UTC (rev 58838) @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-04-17' +timestamp='2009-09-25' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -32,13 +32,16 @@ # Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. @@ -149,10 +152,13 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray) + -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; + -bluegene*) + os=-cnk + ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 @@ -281,6 +287,7 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ @@ -294,7 +301,7 @@ | z8k | z80) basic_machine=$basic_machine-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12) + m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none @@ -337,7 +344,7 @@ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -365,7 +372,7 @@ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ - | romp-* | rs6000-* \ + | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ @@ -467,6 +474,10 @@ basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; c90) basic_machine=c90-cray os=-unicos @@ -719,6 +730,9 @@ basic_machine=ns32k-utek os=-sysv ;; + microblaze) + basic_machine=microblaze-xilinx + ;; mingw32) basic_machine=i386-pc os=-mingw32 @@ -1260,7 +1274,7 @@ # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ @@ -1613,7 +1627,7 @@ -sunos*) vendor=sun ;; - -aix*) + -cnk*|-aix*) vendor=ibm ;; -beos*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Oct 5 22:24:01 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 5 Oct 2009 22:24:01 -0700 (PDT) Subject: [58839] trunk/dports/lang/php4 Message-ID: <20091006052401.8DF8E29158D7@beta.macosforge.org> Revision: 58839 http://trac.macports.org/changeset/58839 Author: ryandesign at macports.org Date: 2009-10-05 22:24:00 -0700 (Mon, 05 Oct 2009) Log Message: ----------- php4: merge r56403 from php5: add variant for suhosin patch; see #20681 Revision Links: -------------- http://trac.macports.org/changeset/56403 Modified Paths: -------------- trunk/dports/lang/php4/Portfile Property Changed: ---------------- trunk/dports/lang/php4/ Property changes on: trunk/dports/lang/php4 _____________________________________