From landonf at macports.org Tue Dec 1 00:12:00 2009 From: landonf at macports.org (landonf at macports.org) Date: Tue, 1 Dec 2009 00:12:00 -0800 (PST) Subject: [61047] trunk/dports/net Message-ID: <20091201081201.231C03732397@beta.macosforge.org> Revision: 61047 http://trac.macports.org/changeset/61047 Author: landonf at macports.org Date: 2009-12-01 00:11:56 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Add a port for unfs3, a userspace NFS daemon Homepage: http://unfs3.sourceforge.net/ Added Paths: ----------- trunk/dports/net/unfs3/ trunk/dports/net/unfs3/Portfile Added: trunk/dports/net/unfs3/Portfile =================================================================== --- trunk/dports/net/unfs3/Portfile (rev 0) +++ trunk/dports/net/unfs3/Portfile 2009-12-01 08:11:56 UTC (rev 61047) @@ -0,0 +1,21 @@ +# $Id: $ + +PortSystem 1.0 +name unfs3 +version 0.9.22 +categories net +maintainers landonf openmaintainer + +homepage http://unfs3.sourceforge.net/ +description User-space implementation of the NFSv3 server specification +long_description \ + UNFS3 User-space implementation of the NFSv3 server \ + specification. It provides a daemon for the MOUNT \ + and NFS protocols, which are used by NFS clients \ + for accessing files on the server. + +master_sites sourceforge +checksums md5 ddf679a5d4d80096a59f3affc64f16e5 \ + sha1 a6c83e1210ce75836c672cd76e66577bfef7a17a \ + rmd160 de51d1c6049a265a1a790fc3b59907202c82e1f5 + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 00:54:07 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 00:54:07 -0800 (PST) Subject: [61048] trunk/dports Message-ID: <20091201085409.D75993732A05@beta.macosforge.org> Revision: 61048 http://trac.macports.org/changeset/61048 Author: portindex at macports.org Date: 2009-12-01 00:54:03 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6400 Ports successfully parsed: 6400 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 08:11:56 UTC (rev 61047) +++ trunk/dports/PortIndex 2009-12-01 08:54:03 UTC (rev 61048) @@ -5996,6 +5996,8 @@ portdir net/umit description {A graphical tool to scanner networks} homepage http://www.umitproject.org/ epoch 1 platforms {darwin freebsd} depends_lib {port:coreutils port:nmap port:py25-gtk} name umit maintainers gmail.com:luis.kop long_description {Umit is a graphical scanner.} version 0.9.5 categories net revision 1 unbound 725 variants universal portdir net/unbound description {Validating, recursive, and caching DNS resolver.} homepage http://unbound.net/ epoch 0 platforms darwin name unbound long_description {Unbound is a validating, recursive, and caching DNS server software product from NLnet Labs, VeriSign Inc., Nominet, and Kirei. It is distributed free of charge in open source form under the BSD license. Unbound is designed as a set of modular components that incorporate modern features, such as enhanced security (DNSSEC) validation, Internet Protocol Version 6 (IPv6), and a client resolver library API as an integral part of the architecture.} maintainers {macports.org:snc macports.org:deric} categories net version 1.3.4 revision 0 +unfs3 452 +variants universal portdir net/unfs3 description {User-space implementation of the NFSv3 server specification} homepage http://unfs3.sourceforge.net/ epoch 0 name unfs3 maintainers {landonf openmaintainer} long_description {UNFS3 User-space implementation of the NFSv3 server specification. It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server.} categories net version 0.9.22 revision 0 unison 590 variants {x11 aqua} depends_build bin:camlp4:ocaml portdir net/unison description {Unison File Synchronizer} homepage http://www.cis.upenn.edu/~bcpierce/unison/ epoch 0 platforms {darwin openbsd} name unison long_description {Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.} maintainers eridius categories net version 2.27.57 revision 0 upclient 250 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Dec 1 03:02:42 2009 From: jmr at macports.org (jmr at macports.org) Date: Tue, 1 Dec 2009 03:02:42 -0800 (PST) Subject: [61049] trunk/dports/gnustep/gnustep-make/Portfile Message-ID: <20091201110243.A30F03733BFC@beta.macosforge.org> Revision: 61049 http://trac.macports.org/changeset/61049 Author: jmr at macports.org Date: 2009-12-01 03:02:39 -0800 (Tue, 01 Dec 2009) Log Message: ----------- gnustep-make: set configure.compiler correctly (#22729) Modified Paths: -------------- trunk/dports/gnustep/gnustep-make/Portfile Modified: trunk/dports/gnustep/gnustep-make/Portfile =================================================================== --- trunk/dports/gnustep/gnustep-make/Portfile 2009-12-01 08:54:03 UTC (rev 61048) +++ trunk/dports/gnustep/gnustep-make/Portfile 2009-12-01 11:02:39 UTC (rev 61049) @@ -25,7 +25,8 @@ destroot.violate_mtree yes universal_variant no -depends_run port:gcc42 +depends_lib port:gcc42 +configure.compiler macports-gcc-4.2 configure.args CC=gcc-mp-4.2 \ --with-library-combo=gnu-gnu-gnu \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 03:41:20 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 03:41:20 -0800 (PST) Subject: [61050] trunk/dports/emulators/dosbox/Portfile Message-ID: <20091201114121.1837B373444D@beta.macosforge.org> Revision: 61050 http://trac.macports.org/changeset/61050 Author: ryandesign at macports.org Date: 2009-12-01 03:41:17 -0800 (Tue, 01 Dec 2009) Log Message: ----------- dosbox: force 32-bit build; closes #21516 Modified Paths: -------------- trunk/dports/emulators/dosbox/Portfile Modified: trunk/dports/emulators/dosbox/Portfile =================================================================== --- trunk/dports/emulators/dosbox/Portfile 2009-12-01 11:02:39 UTC (rev 61049) +++ trunk/dports/emulators/dosbox/Portfile 2009-12-01 11:41:17 UTC (rev 61050) @@ -5,6 +5,7 @@ name dosbox version 0.73 +revision 1 categories emulators platforms darwin maintainers nomaintainer @@ -47,6 +48,14 @@ ${destroot}${prefix}/share/doc/${name} } +if {[info exists build_arch]} { + if {${build_arch} == "x86_64"} { + configure.build_arch i386 + } elseif {${build_arch} == "ppc64"} { + configure.build_arch ppc + } +} + platform darwin { configure.args-append --build=${build_arch}-apple-darwin${os.major} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From vinc17 at macports.org Tue Dec 1 03:53:54 2009 From: vinc17 at macports.org (vinc17 at macports.org) Date: Tue, 1 Dec 2009 03:53:54 -0800 (PST) Subject: [61051] trunk/dports/devel/mpfr/Portfile Message-ID: <20091201115355.1A9DB3734591@beta.macosforge.org> Revision: 61051 http://trac.macports.org/changeset/61051 Author: vinc17 at macports.org Date: 2009-12-01 03:53:52 -0800 (Tue, 01 Dec 2009) Log Message: ----------- * Bump to version 2.4.2. * Reverted to bzip2 archive format as MacPorts doesn't support xz yet. * Removed post-destroot since documentation is now installed by MPFR's "make install". Modified Paths: -------------- trunk/dports/devel/mpfr/Portfile Modified: trunk/dports/devel/mpfr/Portfile =================================================================== --- trunk/dports/devel/mpfr/Portfile 2009-12-01 11:41:17 UTC (rev 61050) +++ trunk/dports/devel/mpfr/Portfile 2009-12-01 11:53:52 UTC (rev 61051) @@ -8,10 +8,10 @@ PortGroup muniversal 1.0 name mpfr -set base_version 2.4.1 -set patch_level 4 -version ${base_version}-p${patch_level} -revision 1 +set base_version 2.4.2 +set patch_level 0 +#version ${base_version}-p${patch_level} +version ${base_version} categories devel math platforms darwin maintainers vinc17 @@ -24,34 +24,17 @@ has a well-defined semantics. It copies the good ideas from the \ ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic. -distname ${name}-${base_version} -homepage http://www.mpfr.org/ -master_sites http://www.mpfr.org/${distname}/ +distname ${name}-${base_version} +homepage http://www.mpfr.org/ +master_sites http://www.mpfr.org/${distname}/ -use_lzma yes -depends_build bin:unlzma:lzmautils +use_bzip2 yes checksums \ - patch01 \ - md5 106f37855e1c4a5e54da5613e49e3a38 \ - sha1 82eb4c34685b6d655d33e0dfcea003248a8967d9 \ - rmd160 a68a65e3ba90fabb8d634d69b172a32162488661 \ - patch02 \ - md5 a440bcd882d8868e9b47a0082f8877a2 \ - sha1 49ae9b7d23d5ba1013687a99d28ac2c1d674af55 \ - rmd160 d1ff268cae4d0659d805d7e22bc5c8e245c86587 \ - patch03 \ - md5 394ac993308d6bfd0e88ce4b79e0e2e0 \ - sha1 282066b0104ec41931126acb57e6ef6140dcacbd \ - rmd160 97b3cc3b761addf812420433d658ba400e0f8d4b \ - patch04 \ - md5 5b22dd389f5724594398686b5db072eb \ - sha1 a32e20029351eb34cee941d22566044693a91b93 \ - rmd160 209acd4081774b4e63d58700dc8355e66238ac8d \ [suffix ${distname}] \ - md5 22402995cf2496d8faea42c8da02ce1f \ - sha1 6145947361fac880b87976e21e28fab12ccf4881 \ - rmd160 e848db799fc3b6a4681de3b38df8809c2369f266 + md5 89e59fe665e2b3ad44a6789f40b059a0 \ + sha1 7ca93006e38ae6e53a995af836173cf10ee7c18c \ + rmd160 a3563baef20dab98825d90971e6a69a649f53fdf use_parallel_build yes @@ -69,12 +52,5 @@ test.run yes test.target check -post-destroot { - set docdir ${destroot}${prefix}/share/doc/${name} - file mkdir ${docdir} - xinstall -m 644 -v -W ${worksrcpath} \ - AUTHORS BUGS COPYING.LIB FAQ.html NEWS TODO ${docdir} -} - livecheck.url http://www.mpfr.org/mpfr-current/ livecheck.regex "mpfr-(\\d+(?:\\.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 03:54:18 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 03:54:18 -0800 (PST) Subject: [61052] trunk/dports/PortIndex Message-ID: <20091201115419.EF5FF37345AB@beta.macosforge.org> Revision: 61052 http://trac.macports.org/changeset/61052 Author: portindex at macports.org Date: 2009-12-01 03:54:18 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6400 Ports successfully parsed: 6400 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 11:53:52 UTC (rev 61051) +++ trunk/dports/PortIndex 2009-12-01 11:54:18 UTC (rev 61052) @@ -2345,7 +2345,7 @@ bochs 476 variants {smp darwin_10 universal} portdir emulators/bochs description {cross platform ia-32 emulator} homepage http://bochs.sourceforge.net/ epoch 0 depends_run port:wget platforms darwin name bochs long_description {Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It emulates the Intel x86 CPU, common I/O devices, and a custom BIOS.} maintainers nomaintainer categories emulators version 2.3.7 revision 0 dosbox 595 -variants darwin portdir emulators/dosbox description {DOS emulator featuring 386 realmode, filesystem, XMS, EMS} homepage http://dosbox.sourceforge.net/ epoch 0 platforms darwin name dosbox depends_lib {path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_net port:libsdl_sound port:libpng} long_description {DOSBox is a DOS emulator supporting 286/386 realmode, directory file system, XMS/EMS and many sound cards. It can be configured to run a wide range of DOS games, from CGA/Tandy/PCjr classics up to games from the Quake era.} maintainers nomaintainer categories emulators version 0.73 revision 0 +variants darwin portdir emulators/dosbox description {DOS emulator featuring 386 realmode, filesystem, XMS, EMS} homepage http://dosbox.sourceforge.net/ epoch 0 platforms darwin name dosbox depends_lib {path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_net port:libsdl_sound port:libpng} long_description {DOSBox is a DOS emulator supporting 286/386 realmode, directory file system, XMS/EMS and many sound cards. It can be configured to run a wide range of DOS games, from CGA/Tandy/PCjr classics up to games from the Quake era.} maintainers nomaintainer categories emulators version 0.73 revision 1 free42 518 variants {darwin macosx} portdir emulators/free42 description {a HP-42s Simulator} homepage http://free42.sourceforge.net/ epoch 0 platforms darwin name free42 depends_lib port:gtk2 long_description {Free42 is a complete re-implementation of the HP-42S calculator and the HP-82240 printer. Free42 was written from scratch, without using any HP code. You do not need any ROM images in order to use it, yet it is fully HP-42S compatible.} maintainers krischik:macports.org categories emulators version 1.4.44 revision 2 freesci 598 @@ -3101,7 +3101,7 @@ gnustep-gui 813 variants {with_docs darwin universal} portdir gnustep/gnustep-gui description {A library of graphical user interface Objective C classes} homepage http://www.gnustep.org/ epoch 0 platforms darwin depends_lib {port:aspell port:gnustep-base port:gnutls port:libpng port:libungif port:tiff} name gnustep-gui maintainers nomaintainer long_description {The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language. The classes are based upon the OpenStep specification as release by NeXT Software, Inc. These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows. There are also many associated classes for handling events, colors, fonts, pasteboards and images.} version 0.17.0 categories gnustep revision 0 gnustep-make 652 -variants {fhs_layout gnustep_layout darwin} portdir gnustep/gnustep-make description {GNUstep makefile package} homepage http://www.gnustep.org/ epoch 0 depends_run port:gcc42 platforms darwin name gnustep-make long_description {The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.} maintainers nomaintainer categories {gnustep devel cross} version 2.2.0 revision 0 +variants {fhs_layout gnustep_layout darwin} portdir gnustep/gnustep-make description {GNUstep makefile package} homepage http://www.gnustep.org/ epoch 0 platforms darwin name gnustep-make depends_lib port:gcc42 long_description {The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.} maintainers nomaintainer categories {gnustep devel cross} version 2.2.0 revision 0 gnustep-make-cocoa 607 variants universal portdir gnustep/gnustep-make-cocoa description {GNUstep makefile package for the Cocoa API} epoch 0 platforms darwin name gnustep-make-cocoa maintainers nomaintainer long_description {The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.} categories {gnustep aqua devel cross} version 1.13.0 revision 0 gnustep-make-docs 414 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 04:54:05 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 04:54:05 -0800 (PST) Subject: [61053] trunk/dports Message-ID: <20091201125408.46A0D3734CB9@beta.macosforge.org> Revision: 61053 http://trac.macports.org/changeset/61053 Author: portindex at macports.org Date: 2009-12-01 04:54:02 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6400 Ports successfully parsed: 6400 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 11:54:18 UTC (rev 61052) +++ trunk/dports/PortIndex 2009-12-01 12:54:02 UTC (rev 61053) @@ -1800,8 +1800,8 @@ portdir devel/mono-basic description {Visual Basic .NET compiler for mono} homepage http://www.go-mono.com/ epoch 0 platforms darwin name mono-basic depends_lib port:mono maintainers mww long_description {{Visual Basic .NET compiler for mono}} categories {devel lang mono} version 2.4.2 revision 0 monotone 721 variants universal depends_build port:pkgconfig portdir devel/monotone description {A distributed version control system} homepage http://monotone.ca/ epoch 0 platforms darwin depends_lib {port:zlib port:libiconv port:libidn port:gettext port:boost port:lua port:pcre port:sqlite3 port:botan} name monotone long_description {monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.} maintainers {tommyd openmaintainer} categories devel version 0.45 revision 0 -mpfr 686 -variants universal depends_build bin:unlzma:lzmautils portdir devel/mpfr description {C library for multiple-precision floating-point computations} homepage http://www.mpfr.org/ epoch 0 platforms darwin depends_lib port:gmp name mpfr maintainers vinc17 long_description {MPFR is a portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on the GMP multiple-precision library. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic.} depends_extract bin:lzma:lzmautils categories {devel math} version 2.4.1-p4 revision 1 +mpfr 613 +variants universal portdir devel/mpfr description {C library for multiple-precision floating-point computations} homepage http://www.mpfr.org/ epoch 0 platforms darwin depends_lib port:gmp name mpfr maintainers vinc17 long_description {MPFR is a portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on the GMP multiple-precision library. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic.} categories {devel math} version 2.4.2 revision 0 mtn-browse 668 portdir devel/mtn-browse description {A GTK+ based browser for version control system monotone} homepage http://www.coosoft.plus.com/software.html epoch 0 depends_run {port:p5-monotone-automatestdio port:p5-gnome2 port:p5-gtk2-gladexml port:p5-gtk2-sourceview port:p5-libintl-perl} platforms darwin name mtn-browse maintainers {tommyd openmaintainer} long_description {Monotone browser (mtn-browse) is an application for browsing Monotone VCS databases without the need of a workspace. The interface allows one to do various tasks very easily like selecting revisions, display file contents, compare changesets and much more.} categories devel version 0.61 revision 0 nant 360 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 05:13:47 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 05:13:47 -0800 (PST) Subject: [61054] trunk/dports/math Message-ID: <20091201131347.BE8D43734F2C@beta.macosforge.org> Revision: 61054 http://trac.macports.org/changeset/61054 Author: ryandesign at macports.org Date: 2009-12-01 05:13:43 -0800 (Tue, 01 Dec 2009) Log Message: ----------- matio: new port, version 1.3.3; see #22580 Added Paths: ----------- trunk/dports/math/matio/ trunk/dports/math/matio/Portfile Added: trunk/dports/math/matio/Portfile =================================================================== --- trunk/dports/math/matio/Portfile (rev 0) +++ trunk/dports/math/matio/Portfile 2009-12-01 13:13:43 UTC (rev 61054) @@ -0,0 +1,40 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name matio +version 1.3.3 +set branch [join [lrange [split ${version} .] 0 1] .] +maintainers nomaintainer +license LGPLv2.1 +categories math +platforms darwin + +description Matio is a library for working with Matlab save files + +long_description Matio is a library for reading and writing Matlab \ + save files. It is used by scientific data processing \ + programs. + +homepage http://sourceforge.net/projects/matio +master_sites sourceforge + +checksums md5 5c12a98f391de000e88b5a1b20d74abf \ + sha1 3f8c0dd2eb1abe4ded77ecfca6376f171bcff66c \ + rmd160 acc835c83fc615978c9ba407f8c17b79afdafb9a + +depends_lib port:zlib + +configure.args --enable-shared + +post-destroot { + set docdir ${destroot}${prefix}/share/doc/${name} + xinstall -d ${docdir} + xinstall -m 644 -W ${worksrcpath} \ + COPYING \ + ChangeLog \ + NEWS \ + README \ + ${docdir} +} Property changes on: trunk/dports/math/matio/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 05:21:28 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 05:21:28 -0800 (PST) Subject: [61055] trunk/dports/graphics/vips/Portfile Message-ID: <20091201132129.0E0C03735007@beta.macosforge.org> Revision: 61055 http://trac.macports.org/changeset/61055 Author: ryandesign at macports.org Date: 2009-12-01 05:21:27 -0800 (Tue, 01 Dec 2009) Log Message: ----------- vips: disable universal variant because dependency liboil is not universal Modified Paths: -------------- trunk/dports/graphics/vips/Portfile Modified: trunk/dports/graphics/vips/Portfile =================================================================== --- trunk/dports/graphics/vips/Portfile 2009-12-01 13:13:43 UTC (rev 61054) +++ trunk/dports/graphics/vips/Portfile 2009-12-01 13:21:27 UTC (rev 61055) @@ -15,6 +15,9 @@ master_sites ${homepage}/supported/${branch}/ checksums md5 7796b0cb7e656a51fcbf803d092e7f05 +# liboil is not universal +universal_variant no + depends_build port:pkgconfig depends_lib port:fftw-3 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 05:32:43 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 05:32:43 -0800 (PST) Subject: [61056] trunk/dports/graphics/vips/Portfile Message-ID: <20091201133244.AA18A373525A@beta.macosforge.org> Revision: 61056 http://trac.macports.org/changeset/61056 Author: ryandesign at macports.org Date: 2009-12-01 05:32:40 -0800 (Tue, 01 Dec 2009) Log Message: ----------- vips: update to 7.20.3; see #22582 Modified Paths: -------------- trunk/dports/graphics/vips/Portfile Modified: trunk/dports/graphics/vips/Portfile =================================================================== --- trunk/dports/graphics/vips/Portfile 2009-12-01 13:21:27 UTC (rev 61055) +++ trunk/dports/graphics/vips/Portfile 2009-12-01 13:32:40 UTC (rev 61056) @@ -3,7 +3,7 @@ PortSystem 1.0 name vips -version 7.18.1 +version 7.20.3 set branch [join [lrange [split ${version} .] 0 1] .] description VIPS is an image processing library. long_description VIPS is an image processing library. It's good for \ @@ -13,12 +13,15 @@ platforms darwin homepage http://www.vips.ecs.soton.ac.uk master_sites ${homepage}/supported/${branch}/ -checksums md5 7796b0cb7e656a51fcbf803d092e7f05 +checksums md5 cdbc7092333aa0ce1a16bb73eb29c9be +configure.args --enable-gtk-doc + # liboil is not universal universal_variant no -depends_build port:pkgconfig +depends_build port:pkgconfig \ + port:gtk-doc depends_lib port:fftw-3 \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ @@ -27,6 +30,7 @@ port:tiff \ port:ImageMagick \ port:openexr \ + port:matio \ port:lcms \ port:zlib \ path:lib/pkgconfig/pango.pc:pango \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 05:47:31 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 05:47:31 -0800 (PST) Subject: [61057] trunk/dports/science/cdf/Portfile Message-ID: <20091201134732.2CC103735421@beta.macosforge.org> Revision: 61057 http://trac.macports.org/changeset/61057 Author: ryandesign at macports.org Date: 2009-12-01 05:47:28 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf: remove assumption that worksrcpath is the current working directory; see #17526 and #22592 Modified Paths: -------------- trunk/dports/science/cdf/Portfile Modified: trunk/dports/science/cdf/Portfile =================================================================== --- trunk/dports/science/cdf/Portfile 2009-12-01 13:32:40 UTC (rev 61056) +++ trunk/dports/science/cdf/Portfile 2009-12-01 13:47:28 UTC (rev 61057) @@ -42,11 +42,11 @@ patchfiles patch-Makefile post-patch { - reinplace "s|-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1|`gcc-mp-4.2 -print-libgcc-file-name`|g" Makefile - reinplace "s|-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64|`gcc-mp-4.2 -print-libgcc-file-name`|g" Makefile - reinplace "s|-L/usr/lib/gcc/i686-apple-darwin8/4.0.1|`gcc-mp-4.2 -print-libgcc-file-name`|g" Makefile + reinplace "s|-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1|`gcc-mp-4.2 -print-libgcc-file-name`|g" ${worksrcpath}/Makefile + reinplace "s|-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64|`gcc-mp-4.2 -print-libgcc-file-name`|g" ${worksrcpath}/Makefile + reinplace "s|-L/usr/lib/gcc/i686-apple-darwin8/4.0.1|`gcc-mp-4.2 -print-libgcc-file-name`|g" ${worksrcpath}/Makefile - reinplace "s|/Developer/SDKs/MacOSX10.4u.sdk/usr/lib|${prefix}/lib|g" Makefile + reinplace "s|/Developer/SDKs/MacOSX10.4u.sdk/usr/lib|${prefix}/lib|g" ${worksrcpath}/Makefile } pre-build { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 05:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 05:54:17 -0800 (PST) Subject: [61058] trunk/dports Message-ID: <20091201135420.47BB83735542@beta.macosforge.org> Revision: 61058 http://trac.macports.org/changeset/61058 Author: portindex at macports.org Date: 2009-12-01 05:54:16 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6401 Ports successfully parsed: 6401 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 13:47:28 UTC (rev 61057) +++ trunk/dports/PortIndex 2009-12-01 13:54:16 UTC (rev 61058) @@ -3510,8 +3510,8 @@ variants universal portdir graphics/ufraw description {Unidentified Flying Raw (UFRaw)} homepage http://ufraw.sourceforge.net epoch 0 platforms darwin name ufraw depends_lib {lib:libgimp-2.0:gimp2 port:exiv2 port:gtkimageview} long_description {The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. It can be used on its own or as a Gimp plug-in. It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw supports basic color management using Little CMS, allowing the user to apply color profiles.} maintainers janusresearch.com:frank.mcpherson categories graphics version 0.15 revision 0 vigra 732 portdir graphics/vigra description {Generic Image Processing Library for C++} homepage http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ epoch 0 platforms darwin name vigra depends_lib {port:jpeg port:tiff port:libpng port:zlib port:fftw-3 port:doxygen} maintainers gmail.com:benjamin.seppke long_description {VIGRA stands for {"Vision} with Generic Algorithms\". It's a novel computer vision library that puts its main emphasis on customizable algorithms and data structures. By using template techniques similar to those in the C++ Standard Template Library, you can easily adapt any VIGRA component to the needs of your application, without thereby giving up execution speed.} categories graphics version 1.6.0 revision 1 -vips 589 -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 +vips 596 +depends_build {port:pkgconfig port:gtk-doc} 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:matio port:lcms port:zlib path:lib/pkgconfig/pango.pc:pango port:libexif port:liboil port:libxml2} name vips long_description {VIPS is an image processing library. It's good for large images and for colour.} maintainers gmail.com:jcupitt categories graphics version 7.20.3 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 805 @@ -4948,6 +4948,8 @@ portdir math/mapm description {A Portable Arbitrary Precision Math Library in C.} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html epoch 0 platforms darwin name mapm maintainers {jmpp openmaintainer} long_description {MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} version 4.9.5 categories {math science} revision 1 mathomatic 483 variants universal portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} maintainers mww categories math version 14.6.3 revision 0 +matio 409 +variants universal portdir math/matio description {Matio is a library for working with Matlab save files} homepage http://sourceforge.net/projects/matio epoch 0 platforms darwin name matio depends_lib port:zlib long_description {Matio is a library for reading and writing Matlab save files. It is used by scientific data processing programs.} maintainers nomaintainer categories math version 1.3.3 revision 0 maxima 731 variants {clisp printable_doc universal} portdir math/maxima description {The Maxima computer algebra system} homepage http://maxima.sourceforge.net/ depends_run {port:tk port:recode port:gnuplot} epoch 0 platforms darwin name maxima depends_lib port:sbcl long_description {The Maxima computer algebra system is a descendant of DOE Macsyma, a version of MIT's Macsyma whose development was supported by the U.S. Department of Energy. Through the effort of the late William Shelter of the University of Texas, it was released under the GNU General Public License. It is one of the more comprehensive and powerful computer algebra systems available as open source.} maintainers nomaintainer categories math version 5.19.2 revision 0 metis 612 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 06:03:38 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 06:03:38 -0800 (PST) Subject: [61059] trunk/dports/net/socket/Portfile Message-ID: <20091201140339.53E4237356EE@beta.macosforge.org> Revision: 61059 http://trac.macports.org/changeset/61059 Author: ryandesign at macports.org Date: 2009-12-01 06:03:35 -0800 (Tue, 01 Dec 2009) Log Message: ----------- socket: fix patch phase by removing assumption that ${worksrcpath} is the current working directory Modified Paths: -------------- trunk/dports/net/socket/Portfile Modified: trunk/dports/net/socket/Portfile =================================================================== --- trunk/dports/net/socket/Portfile 2009-12-01 13:54:16 UTC (rev 61058) +++ trunk/dports/net/socket/Portfile 2009-12-01 14:03:35 UTC (rev 61059) @@ -22,13 +22,13 @@ patchfiles patch-Makefile.diff post-patch { - reinplace "s, at prefix@,${destroot}${prefix}," Makefile + reinplace "s, at prefix@,${destroot}${prefix}," ${worksrcpath}/Makefile if { [variant_isset universal] } { - reinplace "s, at cflags@,${configure.universal_cflags}," Makefile - reinplace "s, at ldflags@,${configure.universal_ldflags}," Makefile + reinplace "s, at cflags@,${configure.universal_cflags}," ${worksrcpath}/Makefile + reinplace "s, at ldflags@,${configure.universal_ldflags}," ${worksrcpath}/Makefile } else { - reinplace "s, at cflags@,," Makefile - reinplace "s, at ldflags@,," Makefile + reinplace "s, at cflags@,," ${worksrcpath}/Makefile + reinplace "s, at ldflags@,," ${worksrcpath}/Makefile } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 06:04:58 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 06:04:58 -0800 (PST) Subject: [61060] trunk/dports/net/socket/Portfile Message-ID: <20091201140459.141CF3735758@beta.macosforge.org> Revision: 61060 http://trac.macports.org/changeset/61060 Author: ryandesign at macports.org Date: 2009-12-01 06:04:58 -0800 (Tue, 01 Dec 2009) Log Message: ----------- socket: ensure we're UsingTheRightCompiler Modified Paths: -------------- trunk/dports/net/socket/Portfile Modified: trunk/dports/net/socket/Portfile =================================================================== --- trunk/dports/net/socket/Portfile 2009-12-01 14:03:35 UTC (rev 61059) +++ trunk/dports/net/socket/Portfile 2009-12-01 14:04:58 UTC (rev 61060) @@ -32,4 +32,6 @@ } } +build.args CC=${configure.cc} + variant universal {} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 07:27:03 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 07:27:03 -0800 (PST) Subject: [61061] trunk/dports/science/cdf Message-ID: <20091201152704.DB88137366AF@beta.macosforge.org> Revision: 61061 http://trac.macports.org/changeset/61061 Author: ryandesign at macports.org Date: 2009-12-01 07:27:00 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf: update from 3.2 (mislabeled "32") to 3.3.0 Modified Paths: -------------- trunk/dports/science/cdf/Portfile trunk/dports/science/cdf/files/patch-Makefile Modified: trunk/dports/science/cdf/Portfile =================================================================== --- trunk/dports/science/cdf/Portfile 2009-12-01 14:04:58 UTC (rev 61060) +++ trunk/dports/science/cdf/Portfile 2009-12-01 15:27:00 UTC (rev 61061) @@ -3,7 +3,10 @@ PortSystem 1.0 name cdf -version 32 +epoch 1 +version 3.3.0 +set my_branch [join [lrange [split ${version} .] 0 1] ""] +set my_version ${my_branch}_[lindex [split ${version} .] 2] maintainers nomaintainer platforms darwin categories science @@ -16,54 +19,50 @@ independent fashion. homepage http://cdf.gsfc.nasa.gov/ -master_sites http://distfiles.macports.org/${dist_subdir} \ - ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/${name}${version}/unix +master_sites ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/${name}${my_version}/unix \ + ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/obsolete/${name}${my_branch}/${name}${my_version}/unix -distfiles ${name}${version}-dist-all${extract.suffix} +distname ${name}${my_version}-dist +extract.suffix -all${extract.suffix} -checksums sha1 c24a88dee108ab3ae7787697350f77ca3e9bd776 +checksums md5 3ce6409c616675611cb8050c0496b071 \ + sha1 8ae0a2585a580394a41a746ac53808a408fa0c01 \ + rmd160 280ef2b91f8b39df7daa4149202965f07dbb3118 -depends_build port:gcc42 +configure.compiler macports-gcc-4.4 +depends_lib port:gcc44 \ + port:ncurses fetch.use_epsv no use_configure no -worksrcdir ${name}${version}-dist-readonly +use_parallel_build no -platform darwin i386 { - global cdf_arch - set cdf_arch i386 -} - -platform darwin powerpc { - global cdf_arch - set cdf_arch ppc +post-patch { + reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile + reinplace "s|\\\$(INSTALLDIR)/bin/definitions\\.\\(\[BCK\]\\)|${prefix}/bin/definitions.\\1|" ${worksrcpath}/Makefile } -patchfiles patch-Makefile +build.args FORTRAN=yes -post-patch { - reinplace "s|-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1|`gcc-mp-4.2 -print-libgcc-file-name`|g" ${worksrcpath}/Makefile - reinplace "s|-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64|`gcc-mp-4.2 -print-libgcc-file-name`|g" ${worksrcpath}/Makefile - reinplace "s|-L/usr/lib/gcc/i686-apple-darwin8/4.0.1|`gcc-mp-4.2 -print-libgcc-file-name`|g" ${worksrcpath}/Makefile +platform darwin { + patchfiles-append patch-Makefile + build.args-append OS=macosx +} - reinplace "s|/Developer/SDKs/MacOSX10.4u.sdk/usr/lib|${prefix}/lib|g" ${worksrcpath}/Makefile - } +if {[info exists build_arch]} { + build.args-append ENV=${configure.build_arch} +} pre-build { - build.pre_args OS=macosx ENV=${cdf_arch} FORTRAN=yes FC=gfortran-mp-4.2 ${build.target} + build.args-append CC=${configure.cc} FC=${configure.fc} } destroot.destdir INSTALLDIR=${destroot}${prefix} -pre-destroot { - reinplace "s|(INSTALLDIR)/bin/definitions.B|/${prefix}/bin/definitions.B|" ${worksrcpath}/Makefile - reinplace "s|(INSTALLDIR)/bin/definitions.C|/${prefix}/bin/definitions.C|" ${worksrcpath}/Makefile - reinplace "s|(INSTALLDIR)/bin/definitions.K|/${prefix}/bin/definitions.K|" ${worksrcpath}/Makefile - } post-destroot { - reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.B - reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.C - reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.K + reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.B \ + ${destroot}${prefix}/bin/definitions.C \ + ${destroot}${prefix}/bin/definitions.K system "install_name_tool -id ${prefix}/lib/libcdf.dylib ${destroot}${prefix}/lib/libcdf.dylib" } Modified: trunk/dports/science/cdf/files/patch-Makefile =================================================================== --- trunk/dports/science/cdf/files/patch-Makefile 2009-12-01 14:04:58 UTC (rev 61060) +++ trunk/dports/science/cdf/files/patch-Makefile 2009-12-01 15:27:00 UTC (rev 61061) @@ -1,62 +1,80 @@ ---- Makefile.sav 2008-02-02 13:16:04.000000000 -0500 -+++ Makefile 2008-02-02 13:16:48.000000000 -0500 -@@ -171,43 +171,43 @@ - EXEEXT_macosx= +--- Makefile.orig 2009-05-13 09:17:26.000000000 -0500 ++++ Makefile 2009-12-01 09:22:28.000000000 -0600 +@@ -173,55 +173,55 @@ CURSES_macosx_ppc=yes --CC_macosx_ppc=gcc -+CC_macosx_ppc=gcc-mp-4.2 - LD_macosx_ppc=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only ppc --LDOPTIONS_macosx_ppc=-dynamic -+LDOPTIONS_macosx_ppc=-dynamic -headerpad_max_install_names + CC_macosx_ppc=gcc +-LD_macosx_ppc=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only ppc ++LD_macosx_ppc=libtool -arch_only ppc + LDOPTIONS_macosx_ppc=-dynamic PIC_macosx_ppc= -COPTIONS_macosx_ppc=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -+COPTIONS_macosx_ppc=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE - COPTIONSld_macosx_ppc=-arch ppc -isysroot/Developer/SDKs/MacOSX10.4u.sdk +-COPTIONSld_macosx_ppc=-arch ppc -isysroot/Developer/SDKs/MacOSX10.4u.sdk ++COPTIONS_macosx_ppc=-I at PREFIX@/include -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE ++COPTIONSld_macosx_ppc=-I at PREFIX@/include FOPTIONS_macosx_ppc=-w FOPTIONSld_macosx_ppc= - CURSESLIB_macosx_ppc=-lcurses +-CURSESLIB_macosx_ppc=-lcurses -SYSLIBSexe_macosx_ppc=-L/Developer/SDKs/MacOSX10.4u.sdk -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -lm -lc -lgcc -lSystemStubs -SYSLIBSshr_macosx_ppc=-L/Developer/SDKs/MacOSX10.4u.sdk -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -lm -lc -lgcc -lSystemStubs -+SYSLIBSexe_macosx_ppc=-L/Developer/SDKs/MacOSX10.4u.sdk -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -lm -lc -lSystemStubs -+SYSLIBSshr_macosx_ppc=-L/Developer/SDKs/MacOSX10.4u.sdk -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -lm -lc -lSystemStubs ++CURSESLIB_macosx_ppc=-lncurses ++SYSLIBSexe_macosx_ppc=-L at PREFIX@/lib -lm -lc -lgcc -lSystemStubs ++SYSLIBSshr_macosx_ppc=-L at PREFIX@/lib -lm -lc -lgcc -lSystemStubs CURSES_macosx_ppc64=yes --CC_macosx_ppc64=gcc -+CC_macosx_ppc64=gcc-mp-4.2 - LD_macosx_ppc64=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only ppc64 --LDOPTIONS_macosx_ppc64=-dynamic -+LDOPTIONS_macosx_ppc64=-dynamic -headerpad_max_install_names + CC_macosx_ppc64=gcc +-LD_macosx_ppc64=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only ppc64 ++LD_macosx_ppc64=libtool -arch_only ppc64 + LDOPTIONS_macosx_ppc64=-dynamic PIC_macosx_ppc64= --COPTIONS_macosx_ppc64=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch ppc64 -m64 -DMACOSX64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -+COPTIONS_macosx_ppc64=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -m64 -DMACOSX64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE - COPTIONSld_macosx_ppc64=-arch ppc64 -isysroot/Developer/SDKs/MacOSX10.4u.sdk +-COPTIONS_macosx_ppc64=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch ppc64 -m64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE +-COPTIONSld_macosx_ppc64=-arch ppc64 -isysroot/Developer/SDKs/MacOSX10.4u.sdk ++COPTIONS_macosx_ppc64=-I at PREFIX@/include -m64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE ++COPTIONSld_macosx_ppc64=-I at PREFIX@/include FOPTIONS_macosx_ppc64=-w FOPTIONSld_macosx_ppc64= - CURSESLIB_macosx_ppc64=-lcurses --SYSLIBSexe_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc -gcc --SYSLIBSshr_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc -gcc -+SYSLIBSexe_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc -+SYSLIBSshr_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc +-CURSESLIB_macosx_ppc64=-lcurses +-SYSLIBSexe_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc -lgcc +-SYSLIBSshr_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc -lgcc ++CURSESLIB_macosx_ppc64=-lncurses ++SYSLIBSexe_macosx_ppc64=-L at PREFIX@/lib -lm -lc -lgcc ++SYSLIBSshr_macosx_ppc64=-L at PREFIX@/lib -lm -lc -lgcc CURSES_macosx_i386=yes --CC_macosx_i386=gcc -+CC_macosx_i386=gcc-mp-4.2 - LD_macosx_i386=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only i386 --LDOPTIONS_macosx_i386=-dynamic -+LDOPTIONS_macosx_i386=-dynamic -headerpad_max_install_names + CC_macosx_i386=gcc + LD_macosx_i386=libtool -arch_only i386 + LDOPTIONS_macosx_i386=-dynamic PIC_macosx_i386= --COPTIONS_macosx_i386=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE --COPTIONSld_macosx_i386=-arch i386 -isysroot/Developer/SDKs/MacOSX10.4u.sdk -+COPTIONS_macosx_i386=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -+COPTIONSld_macosx_i386=-isysroot/Developer/SDKs/MacOSX10.4u.sdk +-COPTIONS_macosx_i386=-mmacosx-version-min=10.4 -arch i386 -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE +-COPTIONSld_macosx_i386=-mmacosx-version-min=10.4 -arch i386 ++COPTIONS_macosx_i386=-I at PREFIX@/include -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE ++COPTIONSld_macosx_i386=-I at PREFIX@/include FOPTIONS_macosx_i386=-w FOPTIONSld_macosx_i386= - CURSESLIB_macosx_i386=-lcurses --SYSLIBSexe_macosx_i386=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin8/4.0.1 -lm -lc -lgcc --SYSLIBSshr_macosx_i386=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin8/4.0.1 -lm -lc -lgcc -+SYSLIBSexe_macosx_i386=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin8/4.0.1 -lm -lc -+SYSLIBSshr_macosx_i386=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin8/4.0.1 -lm -lc +-CURSESLIB_macosx_i386=-lcurses +-SYSLIBSexe_macosx_i386=-L/Developer/SDKs/MacOSX10.5u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin9/4.0.1 -lm -lc -lgcc +-SYSLIBSshr_macosx_i386=-L/Developer/SDKs/MacOSX10.5u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin9/4.0.1 -lm -lc -lgcc ++CURSESLIB_macosx_i386=-lncurses ++SYSLIBSexe_macosx_i386=-L at PREFIX@/lib -lm -lc -lgcc ++SYSLIBSshr_macosx_i386=-L at PREFIX@/lib -lm -lc -lgcc - # CURSES_macosx_i386_64=yes - # CC_macosx_i386_64=/usr/bin/gcc -arch x86_64 + CURSES_macosx_x86_64=yes + CC_macosx_x86_64=gcc + LD_macosx_x86_64=libtool -arch_only x86_64 + LDOPTIONS_macosx_x86_64=-dynamic + PIC_macosx_x86_64= +-COPTIONS_macosx_x86_64=-mmacosx-version-min=10.4 -arch x86_64 -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE +-COPTIONSld_macosx_x86_64=-mmacosx-version-min=10.4 -arch x86_64 ++COPTIONS_macosx_x86_64=-I at PREFIX@/include -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE ++COPTIONSld_macosx_x86_64=-I at PREFIX@/include + FOPTIONS_macosx_x86_64=-w -m64 + FOPTIONSld_macosx_x86_64=-m64 +-CURSESLIB_macosx_x86_64=-lcurses +-SYSLIBSexe_macosx_x86_64=-lm -lc +-SYSLIBSshr_macosx_x86_64=-lm -lc ++CURSESLIB_macosx_x86_64=-lncurses ++SYSLIBSexe_macosx_x86_64=-L at PREFIX@/lib -lm -lc ++SYSLIBSshr_macosx_x86_64=-L at PREFIX@/lib -lm -lc + + #------------------------------------------------------------------------------ + # Macros for OSF (Digital UNIX). -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 07:40:50 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 07:40:50 -0800 (PST) Subject: [61062] trunk/dports/science/cdf/Portfile Message-ID: <20091201154051.2721837368F1@beta.macosforge.org> Revision: 61062 http://trac.macports.org/changeset/61062 Author: ryandesign at macports.org Date: 2009-12-01 07:40:46 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf: fix build when build_arch is not x86_64 Modified Paths: -------------- trunk/dports/science/cdf/Portfile Modified: trunk/dports/science/cdf/Portfile =================================================================== --- trunk/dports/science/cdf/Portfile 2009-12-01 15:27:00 UTC (rev 61061) +++ trunk/dports/science/cdf/Portfile 2009-12-01 15:40:46 UTC (rev 61062) @@ -39,6 +39,7 @@ post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile + reinplace "s|-lgcc|`${configure.cc} -print-libgcc-file-name`|g" ${worksrcpath}/Makefile reinplace "s|\\\$(INSTALLDIR)/bin/definitions\\.\\(\[BCK\]\\)|${prefix}/bin/definitions.\\1|" ${worksrcpath}/Makefile } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 07:54:10 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 07:54:10 -0800 (PST) Subject: [61063] trunk/dports Message-ID: <20091201155413.85D943736DC2@beta.macosforge.org> Revision: 61063 http://trac.macports.org/changeset/61063 Author: portindex at macports.org Date: 2009-12-01 07:54:07 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6401 Ports successfully parsed: 6401 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 15:40:46 UTC (rev 61062) +++ trunk/dports/PortIndex 2009-12-01 15:54:07 UTC (rev 61063) @@ -10120,8 +10120,8 @@ portdir science/bkchem description {Free chemical drawing program.} homepage http://bkchem.zirael.org/ epoch 0 platforms darwin depends_lib port:python25 name bkchem maintainers {simon openmaintainer} long_description {Free chemical drawing program written in Python by Beda Kosata.} version 0.12.5 categories {science python} revision 0 ccpnmr 595 portdir science/ccpnmr description CCPNMR homepage http://www.ccpn.ac.uk/ccpn/software/ccpnmr-suite epoch 0 platforms darwin name ccpnmr depends_lib {port:py26-scipy port:mesa port:tk} maintainers bromo.med.uc.edu:howarth long_description {The CcpNmr software suite is a series of programs for macromolecular NMR spectroscopy integrated with the CCP data model. The CCP Data Model for macro- molecular NMR is intended to cover all data needed for macromolecular NMR spectroscopy from the initial experimental data to the final validation.} categories {science python} version 2.1.2_1 revision 0 -cdf 456 -variants {darwin_i386 darwin_powerpc} depends_build port:gcc42 portdir science/cdf description {CDF: Common Data Format} homepage http://cdf.gsfc.nasa.gov/ epoch 0 platforms darwin name cdf long_description {The Common Data Format (CDF) is a self-describing data format for the storage and manipulation of scalar and multidimensional data in a platform and discipline independent fashion.} maintainers nomaintainer categories science version 32 revision 0 +cdf 450 +variants darwin portdir science/cdf description {CDF: Common Data Format} homepage http://cdf.gsfc.nasa.gov/ epoch 1 platforms darwin name cdf depends_lib {port:gcc44 port:ncurses} long_description {The Common Data Format (CDF) is a self-describing data format for the storage and manipulation of scalar and multidimensional data in a platform and discipline independent fashion.} maintainers nomaintainer categories science version 3.3.0 revision 0 cdo 510 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 port:grib_api port:proj} 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.4.0.1 revision 1 cfitsio 839 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 08:01:01 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 08:01:01 -0800 (PST) Subject: [61064] trunk/dports/science/cfitsio/Portfile Message-ID: <20091201160101.24BBD3737442@beta.macosforge.org> Revision: 61064 http://trac.macports.org/changeset/61064 Author: ryandesign at macports.org Date: 2009-12-01 08:01:00 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cfitsio: remove unsupported/unnecessary configure.arg --disable-dependency-tracking when building universal Modified Paths: -------------- trunk/dports/science/cfitsio/Portfile Modified: trunk/dports/science/cfitsio/Portfile =================================================================== --- trunk/dports/science/cfitsio/Portfile 2009-12-01 15:54:07 UTC (rev 61063) +++ trunk/dports/science/cfitsio/Portfile 2009-12-01 16:01:00 UTC (rev 61064) @@ -34,6 +34,7 @@ # turn off FORTRAN compiler wrappers by removing FORTRAN from the path configure.fc ${prefix}/bin/no-possible-compiler configure.cflags -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +configure.universal_args-delete --disable-dependency-tracking build.target all shared -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 08:01:31 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 08:01:31 -0800 (PST) Subject: [61065] trunk/dports/science/cfitsio/files/patch-configure.diff Message-ID: <20091201160131.AE91937374C7@beta.macosforge.org> Revision: 61065 http://trac.macports.org/changeset/61065 Author: ryandesign at macports.org Date: 2009-12-01 08:01:31 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cfitsio: when the configure script checks the compiler version, make sure we're UsingTheRightCompiler Modified Paths: -------------- trunk/dports/science/cfitsio/files/patch-configure.diff Modified: trunk/dports/science/cfitsio/files/patch-configure.diff =================================================================== --- trunk/dports/science/cfitsio/files/patch-configure.diff 2009-12-01 16:01:00 UTC (rev 61064) +++ trunk/dports/science/cfitsio/files/patch-configure.diff 2009-12-01 16:01:31 UTC (rev 61065) @@ -1,6 +1,15 @@ ---- configure 2008-12-24 11:22:33.000000000 +0000 -+++ configure 2008-12-24 11:22:48.000000000 +0000 -@@ -3388,7 +3388,7 @@ +--- configure.orig 2009-09-03 15:33:59.000000000 -0500 ++++ configure 2009-12-01 09:49:05.000000000 -0600 +@@ -4001,7 +4001,7 @@ + + case $GCC in + yes) +- GCCVERSION="`gcc -dumpversion 2>&1`" ++ GCCVERSION="`$CC -dumpversion 2>&1`" + echo "cfitsio: == Using gcc version $GCCVERSION" + + +@@ -4052,7 +4052,7 @@ SHLIB_SUFFIX=".dll" ;; darwin) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 08:08:12 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 08:08:12 -0800 (PST) Subject: [61066] trunk/dports/science Message-ID: <20091201160813.0CFB33737A78@beta.macosforge.org> Revision: 61066 http://trac.macports.org/changeset/61066 Author: ryandesign at macports.org Date: 2009-12-01 08:08:10 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf-to-fits: new port, version 1.0; see #21816 Added Paths: ----------- trunk/dports/science/cdf-to-fits/ trunk/dports/science/cdf-to-fits/Portfile trunk/dports/science/cdf-to-fits/files/ trunk/dports/science/cdf-to-fits/files/patch-Makefile.in.diff Added: trunk/dports/science/cdf-to-fits/Portfile =================================================================== --- trunk/dports/science/cdf-to-fits/Portfile (rev 0) +++ trunk/dports/science/cdf-to-fits/Portfile 2009-12-01 16:08:10 UTC (rev 61066) @@ -0,0 +1,45 @@ +# $Id$ + +PortSystem 1.0 + +name cdf-to-fits +version 1.0 +maintainers gmail.com:doc.aronnax +categories science +description CDF to FITS converter +long_description Tool for converting CDF files to FITS files +homepage http://cdf.gsfc.nasa.gov/html/dtws.html +platforms darwin +fetch.use_epsv no +master_sites ftp://cdaweb.gsfc.nasa.gov/pub/cdf/conversion_tools/source/ +distname ${name} +dist_subdir ${name}/${version} +extract.suffix .tar +extract.cmd tar +extract.pre_args -xf +extract.post_args + +# cdf is not universal +universal_variant no + +checksums md5 d805504740ec92c40a85b712fe57b168 \ + sha1 c2a6802b4819f4f39a6f24ecd940c9841e19fa16 \ + rmd160 091fa81c6bc92a875134e041aa2da6152dfb754b + +depends_lib port:cfitsio \ + port:cdf + +patchfiles patch-Makefile.in.diff + +configure.args --with-cfitsio-prefix=${prefix} \ + --with-cdf-prefix=${prefix} + +destroot.post_args INSTDIR=${destroot}${prefix}/bin + +post-destroot { + set docdir ${destroot}${prefix}/share/doc/${name} + xinstall -d ${docdir} + xinstall -m 644 -W ${worksrcpath} \ + README \ + ${docdir} +} Property changes on: trunk/dports/science/cdf-to-fits/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/science/cdf-to-fits/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/science/cdf-to-fits/files/patch-Makefile.in.diff (rev 0) +++ trunk/dports/science/cdf-to-fits/files/patch-Makefile.in.diff 2009-12-01 16:08:10 UTC (rev 61066) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2004-05-24 06:12:14.000000000 -0700 ++++ Makefile.in 2009-10-08 19:38:37.000000000 -0700 +@@ -1,7 +1,7 @@ + # + # Makefile for cdf-to-fits + # +-INSTALL_DIR = `pwd` ++INSTALL_DIR = ${INSTDIR} + CC = @CC@ + + CFLAGS = @CFLAGS@ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 08:17:59 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 08:17:59 -0800 (PST) Subject: [61067] trunk/dports/sysutils Message-ID: <20091201161800.3D1673738291@beta.macosforge.org> Revision: 61067 http://trac.macports.org/changeset/61067 Author: ryandesign at macports.org Date: 2009-12-01 08:17:59 -0800 (Tue, 01 Dec 2009) Log Message: ----------- bcfg2: new port, version 1.0.0; see #22623 Added Paths: ----------- trunk/dports/sysutils/bcfg2/ trunk/dports/sysutils/bcfg2/Portfile trunk/dports/sysutils/bcfg2/files/ trunk/dports/sysutils/bcfg2/files/patch-setup.py.diff Added: trunk/dports/sysutils/bcfg2/Portfile =================================================================== --- trunk/dports/sysutils/bcfg2/Portfile (rev 0) +++ trunk/dports/sysutils/bcfg2/Portfile 2009-12-01 16:17:59 UTC (rev 61067) @@ -0,0 +1,36 @@ +# -*- 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 +PortGroup python26 1.0 + +name bcfg2 +version 1.0.0 +categories sysutils python +maintainers ices.utexas.edu:solj +description Bcfg2 configuration management system +long_description Bcfg2 helps system administrators deploy complex \ + changes across large numbers of systems in a \ + coherent and transparent fashion. + +homepage http://www.bcfg2.org/ +platforms darwin +master_sites ftp://ftp.mcs.anl.gov/pub/bcfg + +checksums md5 2303fc4cb7b5e49034dd1f71f5ad5847 \ + sha1 592d94b5626200aa513f06b8ecc38a7ea021aa72 \ + rmd160 974b9973e9a4297fcc9c94ee93cd16d4957a0418 + +patchfiles patch-setup.py.diff + +post-destroot { + ln -s ${python.prefix}/bin/bcfg2 ${destroot}${prefix}/bin/bcfg2 + + set pyman ${python.prefix}/share/man/ + set manroot ${destroot}${prefix}/share/man/ + + xinstall -d ${manroot}/man5 + xinstall -d ${manroot}/man1 + ln -s ${pyman}man5/bcfg2.conf.5 ${manroot}/man5/ + ln -s ${pyman}/man1/bcfg2.1 ${manroot}/man1/ +} Property changes on: trunk/dports/sysutils/bcfg2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/sysutils/bcfg2/files/patch-setup.py.diff =================================================================== --- trunk/dports/sysutils/bcfg2/files/patch-setup.py.diff (rev 0) +++ trunk/dports/sysutils/bcfg2/files/patch-setup.py.diff 2009-12-01 16:17:59 UTC (rev 61067) @@ -0,0 +1,56 @@ +--- setup.py.orig 2009-11-20 16:07:52.000000000 -0600 ++++ setup.py 2009-11-20 16:29:56.000000000 -0600 +@@ -5,45 +5,19 @@ + + setup(name="Bcfg2", + version="1.0.0", +- description="Bcfg2 Server", ++ description="Bcfg2 Client", + author="Narayan Desai", + author_email="desai at mcs.anl.gov", +- packages=["Bcfg2", +- "Bcfg2.Client", ++ packages=["Bcfg2.Client", + "Bcfg2.Client.Tools", +- 'Bcfg2.Server', +- "Bcfg2.Server.Admin", +- "Bcfg2.Server.Hostbase", +- "Bcfg2.Server.Hostbase.hostbase", +- "Bcfg2.Server.Plugins", +- "Bcfg2.Server.Reports", +- "Bcfg2.Server.Reports.reports", +- "Bcfg2.Server.Reports.reports.templatetags", +- "Bcfg2.Server.Snapshots", + ], ++ py_modules = ["Bcfg2.Options", ++ "Bcfg2.Proxy", ++ "Bcfg2.Logger", ++ ], + package_dir = {'Bcfg2':'src/lib'}, +- package_data = {'Bcfg2.Server.Reports.reports':['fixtures/*.xml']}, +- scripts = glob('src/sbin/*'), +- data_files = [('share/bcfg2/schemas', +- glob('schemas/*.xsd')), +- ('share/bcfg2/xsl-transforms', +- glob('reports/xsl-transforms/*.xsl')), +- ('share/bcfg2/xsl-transforms/xsl-transform-includes', +- glob('reports/xsl-transforms/xsl-transform-includes/*.xsl')), +- ('share/man/man1', glob("man/bcfg2.1")), ++ scripts = glob('src/sbin/bcfg2'), ++ data_files = [('share/man/man1', glob("man/bcfg2.1")), + ('share/man/man5', glob("man/*.5")), +- ('share/man/man8', glob("man/*.8")), +- ('share/bcfg2/Reports/templates', +- glob('src/lib/Server/Reports/reports/templates/*.html')), +- ('share/bcfg2/Reports/templates/displays', +- glob('src/lib/Server/Reports/reports/templates/displays/*')), +- ('share/bcfg2/Reports/templates/clients', +- glob('src/lib/Server/Reports/reports/templates/clients/*')), +- ('share/bcfg2/Reports/templates/config_items', +- glob('src/lib/Server/Reports/reports/templates/config_items/*')), +- ('share/bcfg2/Hostbase/templates', +- glob('src/lib/Server/Hostbase/hostbase/webtemplates/*')), +- ('share/bcfg2/Hostbase/repo', +- glob('src/lib/Server/Hostbase/templates/*')), + ] + ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 08:31:37 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 08:31:37 -0800 (PST) Subject: [61068] trunk/dports/textproc/sword Message-ID: <20091201163137.DFE97373882C@beta.macosforge.org> Revision: 61068 http://trac.macports.org/changeset/61068 Author: ryandesign at macports.org Date: 2009-12-01 08:31:35 -0800 (Tue, 01 Dec 2009) Log Message: ----------- sword: update to 1.6.0; closes #22639 Modified Paths: -------------- trunk/dports/textproc/sword/Portfile Removed Paths: ------------- trunk/dports/textproc/sword/files/ Modified: trunk/dports/textproc/sword/Portfile =================================================================== --- trunk/dports/textproc/sword/Portfile 2009-12-01 16:17:59 UTC (rev 61067) +++ trunk/dports/textproc/sword/Portfile 2009-12-01 16:31:35 UTC (rev 61068) @@ -4,10 +4,11 @@ PortSystem 1.0 name sword -version 1.5.11 -revision 2 +version 1.6.0 +set branch [join [lrange [split ${version} .] 0 1] .] categories textproc maintainers nomaintainer +license GPLv2 description cross-platform API/library for Bible software long_description The SWORD Project is an open source, cross-platform \ (Linux, Windows, Solaris, etc.) API/library for \ @@ -15,10 +16,10 @@ front-ends (GUI, textmode, web-based, etc.) and a \ library of over 200 text modules. homepage http://www.crosswire.org/${name}/index.jsp -master_sites http://www.crosswire.org/ftpmirror/pub/${name}/source/v1.5/ -checksums md5 84a13fd3cf767902de91368424f30baa \ - sha1 d0ff7f039e27c6be5727d548abee929f648ced79 \ - rmd160 3c3278b477542b40413d4936ad0e066c6e50b475 +master_sites http://www.crosswire.org/ftpmirror/pub/${name}/source/v${branch}/ +checksums md5 292ca38b2427168b19d629b48a428dde \ + sha1 ca1a4a902da806a6f653403c1c4648ad29f98358 \ + rmd160 5fe67b12d7849bd70d8a9d227993a07d6746d0f1 platforms darwin depends_build port:autoconf \ @@ -30,8 +31,6 @@ port:openssl \ port:zlib -patchfiles patch-include_Makefile.am.diff - pre-configure { system "cd ${worksrcpath} && env LTIZE=${prefix}/bin/glibtoolize ./autogen.sh" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 08:54:13 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 08:54:13 -0800 (PST) Subject: [61069] trunk/dports Message-ID: <20091201165414.6FE2A3738D7B@beta.macosforge.org> Revision: 61069 http://trac.macports.org/changeset/61069 Author: portindex at macports.org Date: 2009-12-01 08:54:12 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6403 Ports successfully parsed: 6403 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 16:31:35 UTC (rev 61068) +++ trunk/dports/PortIndex 2009-12-01 16:54:12 UTC (rev 61069) @@ -10122,6 +10122,8 @@ portdir science/ccpnmr description CCPNMR homepage http://www.ccpn.ac.uk/ccpn/software/ccpnmr-suite epoch 0 platforms darwin name ccpnmr depends_lib {port:py26-scipy port:mesa port:tk} maintainers bromo.med.uc.edu:howarth long_description {The CcpNmr software suite is a series of programs for macromolecular NMR spectroscopy integrated with the CCP data model. The CCP Data Model for macro- molecular NMR is intended to cover all data needed for macromolecular NMR spectroscopy from the initial experimental data to the final validation.} categories {science python} version 2.1.2_1 revision 0 cdf 450 variants darwin portdir science/cdf description {CDF: Common Data Format} homepage http://cdf.gsfc.nasa.gov/ epoch 1 platforms darwin name cdf depends_lib {port:gcc44 port:ncurses} long_description {The Common Data Format (CDF) is a self-describing data format for the storage and manipulation of scalar and multidimensional data in a platform and discipline independent fashion.} maintainers nomaintainer categories science version 3.3.0 revision 0 +cdf-to-fits 330 +portdir science/cdf-to-fits description {CDF to FITS converter} homepage http://cdf.gsfc.nasa.gov/html/dtws.html epoch 0 platforms darwin name cdf-to-fits depends_lib {port:cfitsio port:cdf} maintainers gmail.com:doc.aronnax long_description {Tool for converting CDF files to FITS files} categories science version 1.0 revision 0 cdo 510 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 port:grib_api port:proj} 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.4.0.1 revision 1 cfitsio 839 @@ -10660,6 +10662,8 @@ variants {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.3 revision 0 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.1 revision 2 +bcfg2 402 +portdir sysutils/bcfg2 description {Bcfg2 configuration management system} homepage http://www.bcfg2.org/ epoch 0 platforms darwin depends_lib port:python26 name bcfg2 maintainers ices.utexas.edu:solj long_description {Bcfg2 helps system administrators deploy complex changes across large numbers of systems in a coherent and transparent fashion.} version 1.0.0 categories {sysutils python} revision 0 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 @@ -11540,8 +11544,8 @@ portdir textproc/stardict-xmlittre description {XMLittr? dictionary for stardict} homepage http://francois.gannaz.free.fr/Littre/accueil.php epoch 0 platforms darwin name stardict-xmlittre maintainers vinc17 long_description {XMLittr? dictionary for stardict.} version 2.4.2 categories textproc revision 0 string_replace 484 portdir textproc/string_replace description {searches and replaces a text string or regular expression} homepage http://www.costlowcorp.com/apps/string_replace/ epoch 0 depends_run bin:perl:perl5 platforms darwin name string_replace maintainers nomaintainer long_description {This tool was designed to go through text files (meaning: text, html, php, etc.) to search for and replace a particular text string (or regular expression).} categories {textproc perl} version 0.1 revision 0 -sword 639 -variants universal depends_build {port:autoconf port:automake port:libtool port:pkgconfig} portdir textproc/sword description {cross-platform API/library for Bible software} homepage http://www.crosswire.org/sword/index.jsp epoch 0 platforms darwin depends_lib {port:curl port:icu port:openssl port:zlib} name sword long_description {The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules.} maintainers nomaintainer categories textproc version 1.5.11 revision 2 +sword 638 +variants universal depends_build {port:autoconf port:automake port:libtool port:pkgconfig} portdir textproc/sword description {cross-platform API/library for Bible software} homepage http://www.crosswire.org/sword/index.jsp epoch 0 platforms darwin depends_lib {port:curl port:icu port:openssl port:zlib} name sword long_description {The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules.} maintainers nomaintainer categories textproc version 1.6.0 revision 0 sword-bible-akjv 662 portdir textproc/sword-bible-akjv description {American King James Version} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=AKJV epoch 0 platforms darwin depends_lib lib:libsword:sword name sword-bible-akjv maintainers nomaintainer long_description {This is a new translation of the Bible, based on the original King James Version. It is a simple word for word update from the King James English. It has taken care to change nothing doctrinely, but to simply update the spelling and vocabulary. It has not changed the grammar because that could alter it doctrinely.} depends_extract bin:unzip:unzip categories textproc version 1.3 revision 1 sword-bible-asv 674 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 09:00:14 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 09:00:14 -0800 (PST) Subject: [61070] trunk/dports/net/wireshark-devel/Portfile Message-ID: <20091201170014.8C57C3738EBA@beta.macosforge.org> Revision: 61070 http://trac.macports.org/changeset/61070 Author: ryandesign at macports.org Date: 2009-12-01 09:00:11 -0800 (Tue, 01 Dec 2009) Log Message: ----------- wireshark-devel: maintainer update to 1.3.2; see #22691 Modified Paths: -------------- trunk/dports/net/wireshark-devel/Portfile Modified: trunk/dports/net/wireshark-devel/Portfile =================================================================== --- trunk/dports/net/wireshark-devel/Portfile 2009-12-01 16:54:12 UTC (rev 61069) +++ trunk/dports/net/wireshark-devel/Portfile 2009-12-01 17:00:11 UTC (rev 61070) @@ -4,7 +4,7 @@ PortSystem 1.0 name wireshark-devel -version 1.3.1 +version 1.3.2 categories net maintainers gmail.com:hsivank description Graphical network analyzer and capture tool @@ -22,9 +22,9 @@ use_bzip2 yes -checksums md5 9daefc147472d7e18a8cd37a1bd090a3 \ - sha1 8a0fc2e990f1b52998f9d3de585d179ccf9d5a7a \ - rmd160 6d9a56c55ee750a62cff9300ceeac9e6d41390d4 +checksums md5 1298ba67c983fcafb69e1d3e061a6c5a \ + sha1 3e98de2bd8b3cbe9c0d79262441ed75229bb7ea3 \ + rmd160 bf74f1c29dc9582bd341944f5eb48dba7919e65a conflicts wireshark -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 09:22:50 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 09:22:50 -0800 (PST) Subject: [61071] trunk/dports/devel Message-ID: <20091201172250.D653E3739405@beta.macosforge.org> Revision: 61071 http://trac.macports.org/changeset/61071 Author: ryandesign at macports.org Date: 2009-12-01 09:22:50 -0800 (Tue, 01 Dec 2009) Log Message: ----------- build: new port, version 0.3.4; see #22707 Added Paths: ----------- trunk/dports/devel/build/ trunk/dports/devel/build/Portfile Added: trunk/dports/devel/build/Portfile =================================================================== --- trunk/dports/devel/build/Portfile (rev 0) +++ trunk/dports/devel/build/Portfile 2009-12-01 17:22:50 UTC (rev 61071) @@ -0,0 +1,45 @@ +# $Id$ + +PortSystem 1.0 + +name build +version 0.3.4 +set branch [join [lrange [split ${version} .] 0 1] .] +categories devel +maintainers ieee.org:cardi openmaintainer +description Massively-parallel software build system +long_description ${description} implemented on top of GNU make. +homepage http://kolpackov.net/projects/build/ +platforms darwin +master_sites ftp://kolpackov.net/pub/projects/build/${branch}/ + +checksums md5 c23ce5bef88fff82a0e8afa995c6c00e \ + sha1 55758f91fda8b8def42d76f19b7ed3209849be55 \ + rmd160 6480d9530a92941b2704a20f60f953e079495a03 + +license GPLv2 + +use_bzip2 yes +use_configure no + +destroot.args install_prefix=${prefix} + +build {} + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/documentation + + xinstall -m 644 -W ${worksrcpath} LICENSE README NEWS INSTALL \ + ${destroot}${prefix}/share/doc/${name} + + eval xinstall -m 644 [glob ${worksrcpath}/documentation/*] \ + ${destroot}${prefix}/share/doc/${name}/documentation + + move ${worksrcpath}/examples \ + ${destroot}${prefix}/share/doc/${name}/ + + move ${worksrcpath}/tests \ + ${destroot}${prefix}/share/doc/${name}/ +} + +# vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 Property changes on: trunk/dports/devel/build/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 09:26:58 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 09:26:58 -0800 (PST) Subject: [61072] trunk/dports/devel/build/Portfile Message-ID: <20091201172659.302F33739520@beta.macosforge.org> Revision: 61072 http://trac.macports.org/changeset/61072 Author: ryandesign at macports.org Date: 2009-12-01 09:26:55 -0800 (Tue, 01 Dec 2009) Log Message: ----------- build: install include files inside the destroot; see #22707 Modified Paths: -------------- trunk/dports/devel/build/Portfile Modified: trunk/dports/devel/build/Portfile =================================================================== --- trunk/dports/devel/build/Portfile 2009-12-01 17:22:50 UTC (rev 61071) +++ trunk/dports/devel/build/Portfile 2009-12-01 17:26:55 UTC (rev 61072) @@ -4,6 +4,7 @@ name build version 0.3.4 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel maintainers ieee.org:cardi openmaintainer @@ -22,7 +23,7 @@ use_bzip2 yes use_configure no -destroot.args install_prefix=${prefix} +destroot.destdir install_prefix=${destroot}${prefix} build {} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 09:37:41 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 09:37:41 -0800 (PST) Subject: [61073] trunk/dports/lang Message-ID: <20091201173742.78F2337396EB@beta.macosforge.org> Revision: 61073 http://trac.macports.org/changeset/61073 Author: ryandesign at macports.org Date: 2009-12-01 09:37:39 -0800 (Tue, 01 Dec 2009) Log Message: ----------- clojure-devel: new port, version 1.1.0-alpha-SNAPSHOT; see #22717 Modified Paths: -------------- trunk/dports/lang/clojure-devel/Portfile Added Paths: ----------- trunk/dports/lang/clojure-devel/ Modified: trunk/dports/lang/clojure-devel/Portfile =================================================================== --- trunk/dports/lang/clojure/Portfile 2009-11-30 19:54:17 UTC (rev 61043) +++ trunk/dports/lang/clojure-devel/Portfile 2009-12-01 17:37:39 UTC (rev 61073) @@ -2,13 +2,12 @@ PortSystem 1.0 -name clojure -version 1.0.0 -epoch 20090504 -revision 1 +name clojure-devel +version 1.1.0-alpha-SNAPSHOT +revision 0 categories lang java -maintainers gmail.com:mdippery -description The Clojure programming language +maintainers gmail.com:ian.eure +description The Clojure programming language (development version) long_description Clojure is a dynamic programming language for the JVM. \ It is interactive, yet compiled, with a robust \ infrastructure for concurrency. It is a functional \ @@ -16,17 +15,16 @@ persistent data structures and a macro system. homepage http://clojure.org/ platforms darwin -distname clojure_${version} -master_sites googlecode:clojure -checksums md5 e7a50129040df7fe52287006988ecbb2 \ - sha1 fa7c03be9b30e9462b71aead03ea4487c6b9aeac \ - rmd160 cb4533bf24c96613cfa3a1643cafa2b689c32f83 -distname ${name}_${version} -use_zip yes +fetch.type git +git.url git://github.com/richhickey/clojure.git +git.branch 17f5c889d8b863fba2b135204696e125c402f44a + + use_configure no -build {} +build.cmd ant +build.target jar variant readline conflicts rlwrap description {Use readline support} { depends_run-append port:jline @@ -57,7 +55,7 @@ xinstall -m 0755 -d ${clojuredir} xinstall -m 0755 -d ${clojuredir}/lib xinstall -m 0755 -d ${clojuredir}/bin - xinstall -m 0644 -W ${workpath} clojure-${version}.jar ${clojurejar} + xinstall -m 0644 -W ${worksrcpath} clojure-${version}.jar ${clojurejar} xinstall -m 0755 -W ${filespath} ${clojuresh} ${clojurebin} if {[variant_isset rlwrap]} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 09:39:23 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 09:39:23 -0800 (PST) Subject: [61074] trunk/dports/lang Message-ID: <20091201173923.3549F3739751@beta.macosforge.org> Revision: 61074 http://trac.macports.org/changeset/61074 Author: ryandesign at macports.org Date: 2009-12-01 09:39:22 -0800 (Tue, 01 Dec 2009) Log Message: ----------- clojure and clojure-devel conflict; see #22717 Modified Paths: -------------- trunk/dports/lang/clojure/Portfile trunk/dports/lang/clojure-devel/Portfile Modified: trunk/dports/lang/clojure/Portfile =================================================================== --- trunk/dports/lang/clojure/Portfile 2009-12-01 17:37:39 UTC (rev 61073) +++ trunk/dports/lang/clojure/Portfile 2009-12-01 17:39:22 UTC (rev 61074) @@ -3,6 +3,7 @@ PortSystem 1.0 name clojure +conflicts clojure-devel version 1.0.0 epoch 20090504 revision 1 Modified: trunk/dports/lang/clojure-devel/Portfile =================================================================== --- trunk/dports/lang/clojure-devel/Portfile 2009-12-01 17:37:39 UTC (rev 61073) +++ trunk/dports/lang/clojure-devel/Portfile 2009-12-01 17:39:22 UTC (rev 61074) @@ -3,6 +3,7 @@ PortSystem 1.0 name clojure-devel +conflicts clojure version 1.1.0-alpha-SNAPSHOT revision 0 categories lang java -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 09:43:30 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 09:43:30 -0800 (PST) Subject: [61075] trunk/dports/lang Message-ID: <20091201174330.6538E37399D2@beta.macosforge.org> Revision: 61075 http://trac.macports.org/changeset/61075 Author: ryandesign at macports.org Date: 2009-12-01 09:43:29 -0800 (Tue, 01 Dec 2009) Log Message: ----------- clojure-contrib-devel: new port, version git-20091128; see #22718 Added Paths: ----------- trunk/dports/lang/clojure-contrib-devel/ trunk/dports/lang/clojure-contrib-devel/Portfile Added: trunk/dports/lang/clojure-contrib-devel/Portfile =================================================================== --- trunk/dports/lang/clojure-contrib-devel/Portfile (rev 0) +++ trunk/dports/lang/clojure-contrib-devel/Portfile 2009-12-01 17:43:29 UTC (rev 61075) @@ -0,0 +1,36 @@ +# $Id$ + +PortSystem 1.0 + +name clojure-contrib-devel +version git-20091128 +categories lang java +maintainers gmail.com:ian.eure +description The Clojure programming language (development) - Contrib +long_description Clojure is a dynamic programming language for the JVM. \ + It is interactive, yet compiled, with a robust \ + infrastructure for concurrency. It is a functional \ + dialect of Lisp, with a rich set of immutable, \ + persistent data structures and a macro system. +homepage http://clojure.org/ +platforms darwin +depends_build port:clojure-devel + +fetch.type git +git.url git://github.com/richhickey/clojure-contrib.git +git.branch a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff + +use_configure no + +build.cmd ant +build.target jar + +destroot { + set javadir ${destroot}${prefix}/share/java + set clojuredir ${javadir}/clojure/lib + set contribjar ${clojuredir}/clojure-contrib.jar + + xinstall -m 0755 -d ${javadir} + xinstall -m 0755 -d ${clojuredir} + xinstall -m 0644 -W ${worksrcpath} clojure-contrib.jar ${contribjar} +} Property changes on: trunk/dports/lang/clojure-contrib-devel/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 09:54:15 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 09:54:15 -0800 (PST) Subject: [61076] trunk/dports Message-ID: <20091201175418.B83393739CA3@beta.macosforge.org> Revision: 61076 http://trac.macports.org/changeset/61076 Author: portindex at macports.org Date: 2009-12-01 09:54:12 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6406 Ports successfully parsed: 6406 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 17:43:29 UTC (rev 61075) +++ trunk/dports/PortIndex 2009-12-01 17:54:12 UTC (rev 61076) @@ -998,6 +998,8 @@ variants universal depends_build bin:ghc:ghc portdir devel/buddha description {A declarative debugger for Haskell 98 programs.} homepage http://www.cs.mu.oz.au/~bjpop/buddha/ epoch 0 platforms darwin depends_lib lib:readline:readline name buddha long_description {Buddha is a debugger for Haskell 98 programs. To be more precise, it is a declarative debugger. It presents the evaluation of a Haskell program as a series of equivalences, rather than the more traditional stepwise presentation of debuggers for imperative languages.} maintainers nomaintainer categories devel version 1.2 revision 0 bugzilla 1052 variants {mysql5 universal} portdir devel/bugzilla description {popular and extensive bug-tracking system} homepage http://www.bugzilla.org/ epoch 0 platforms darwin name bugzilla depends_lib {port:apache2 port:mysql4 path:bin/perl:perl5 port:p5-appconfig port:p5-timedate port:p5-dbi port:p5-dbd-mysql port:p5-xml-parser port:p5-patchreader port:p5-gd port:p5-gdtextutil port:p5-gdgraph port:p5-chart port:p5-template-toolkit port:p5-mime-tools port:patchutils port:p5-perl-ldap port:p5-xml-twig} long_description {Bugzilla is a Defect Tracking System or Bug-Tracking System. Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being free, Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe.} maintainers nomaintainer categories {devel www databases} version 2.22.3 revision 1 +build 337 +portdir devel/build description {Massively-parallel software build system} homepage http://kolpackov.net/projects/build/ epoch 0 platforms darwin name build maintainers {ieee.org:cardi openmaintainer} long_description {{Massively-parallel software build system} implemented on top of GNU make.} version 0.3.4 categories devel revision 1 buildbot 414 portdir devel/buildbot description {compile/test cycle automation system} homepage http://buildbot.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-twisted} name buildbot maintainers free.fr:olv.bonnet long_description {The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes.} version 0.7.11p3 categories {devel python} revision 0 bullet 335 @@ -4258,6 +4260,10 @@ variants {dynffi nolibsigsegv darwin darwin_7 universal} portdir lang/clisp description {The Clisp Common Lisp Implementation} homepage http://clisp.cons.org/ epoch 0 platforms darwin name clisp depends_lib {port:readline port:gettext port:libsigsegv} long_description {CLISP is a Common Lisp implementation by Bruno Haible, formerly of Karlsruhe University, and Michael Stoll, formerly of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. CLISP includes an interpreter, a compiler, almost all of CLOS, a foreign language interface and a socket interface. An X11 interface is available through CLX and Garnet. Command line editing is provided by readline.} maintainers waqar categories lang version 2.47 revision 0 clojure 546 variants {readline rlwrap} portdir lang/clojure description {The Clojure programming language} homepage http://clojure.org/ epoch 20090504 platforms darwin name clojure long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} maintainers gmail.com:mdippery depends_extract bin:unzip:unzip categories {lang java} version 1.0.0 revision 1 +clojure-contrib-devel 603 +depends_build port:clojure-devel portdir lang/clojure-contrib-devel depends_fetch bin:git:git-core description {The Clojure programming language (development) - Contrib} homepage http://clojure.org/ epoch 0 platforms darwin name clojure-contrib-devel maintainers gmail.com:ian.eure long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} categories {lang java} version git-20091128 revision 0 +clojure-devel 587 +variants {readline rlwrap} portdir lang/clojure-devel depends_fetch bin:git:git-core description {The Clojure programming language (development version)} homepage http://clojure.org/ epoch 0 platforms darwin name clojure-devel long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} maintainers gmail.com:ian.eure categories {lang java} version 1.1.0-alpha-SNAPSHOT revision 0 cm3 472 variants {darwin_powerpc freebsd_i386 universal} portdir lang/cm3 description {Critical Mass Modula-3 Compiler} homepage http://www.elegosoft.com/cm3/ epoch 0 platforms darwin name cm3 long_description {CM3 5.2 is an open source release of Critical Mass Modula-3. It is a complete easy-to-use and easy-to-install Modula-3 system that contains considerable enhancements over its ancestor DEC SRC Modula-3.} maintainers nomaintainer categories lang version 5.2.6 revision 1 coq 548 @@ -6033,7 +6039,7 @@ wireshark 624 variants {adns gnutls libgcrypt ipv6 lua net_snmp pcre rtp no_ssl no_x11} portdir net/wireshark description {Graphical network analyzer and capture tool} homepage http://wireshark.org/ epoch 0 platforms darwin name wireshark depends_lib {port:bzip2 port:c-ares path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 port:openssl port:libpcap port:zlib port:xorg-inputproto} long_description {A network analyzer that lets you capture and interactively browse Ethernet frames. Packet data can be read from a file, or live from a local network interface.} maintainers darkart.com:opendarwin.org categories net version 1.2.4 revision 0 wireshark-devel 581 -variants {adns gnutls libgcrypt ipv6 lua pcre rtp no_ssl no_gui} portdir net/wireshark-devel description {Graphical network analyzer and capture tool} homepage http://wireshark.org/ epoch 0 platforms darwin depends_lib {port:c-ares port:glib2 port:gtk2 port:openssl port:libpcap port:zlib port:xorg-inputproto} name wireshark-devel long_description {A network analyzer that lets you capture and interactively browse Ethernet frames. Packet data can be read from a file, or live from a local network interface.} maintainers gmail.com:hsivank categories net version 1.3.1 revision 0 +variants {adns gnutls libgcrypt ipv6 lua pcre rtp no_ssl no_gui} portdir net/wireshark-devel description {Graphical network analyzer and capture tool} homepage http://wireshark.org/ epoch 0 platforms darwin depends_lib {port:c-ares port:glib2 port:gtk2 port:openssl port:libpcap port:zlib port:xorg-inputproto} name wireshark-devel long_description {A network analyzer that lets you capture and interactively browse Ethernet frames. Packet data can be read from a file, or live from a local network interface.} maintainers gmail.com:hsivank categories net version 1.3.2 revision 0 wput 433 variants {ssl universal} portdir net/wput description {wput is like wget but is for uploading files to ftp-servers} homepage http://wput.sourceforge.net/ epoch 0 platforms darwin name wput depends_lib {port:gettext port:libiconv} long_description {wput is a tiny program that looks like wget and is designed to upload files or whole directories to remote ftp-servers} maintainers nomaintainer categories net version 0.6.2 revision 0 xinetd 290 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 10:09:14 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 10:09:14 -0800 (PST) Subject: [61077] trunk/dports/devel Message-ID: <20091201180914.DB3B9373A044@beta.macosforge.org> Revision: 61077 http://trac.macports.org/changeset/61077 Author: ryandesign at macports.org Date: 2009-12-01 10:09:11 -0800 (Tue, 01 Dec 2009) Log Message: ----------- maven-ant-tasks: new port, version 2.0.10; see #22719 Added Paths: ----------- trunk/dports/devel/maven-ant-tasks/ trunk/dports/devel/maven-ant-tasks/Portfile Added: trunk/dports/devel/maven-ant-tasks/Portfile =================================================================== --- trunk/dports/devel/maven-ant-tasks/Portfile (rev 0) +++ trunk/dports/devel/maven-ant-tasks/Portfile 2009-12-01 18:09:11 UTC (rev 61077) @@ -0,0 +1,33 @@ +# $Id$ + +PortSystem 1.0 + +name maven-ant-tasks +version 2.0.10 +categories devel java +maintainers gmail.com:ian.eure +description Use many of Maven's artifact handling features from Ant. +long_description ${description} +homepage http://maven.apache.org/ant-tasks/ +platforms darwin +depends_build port:maven2 + +master_sites http://www.apache.org/dist/maven/source/ +extract.suffix -src${extract.suffix} +checksums md5 8733ce0e1058f651c74022f9a0803435 + +use_configure no + +build.cmd mvn +build.target package + +destroot { + set jarfile ${name}.jar + set jardir ${destroot}${prefix}/share/java + + move ${worksrcpath}/target/${name}-${version}.jar \ + ${worksrcpath}/target/${jarfile} + + xinstall -m 0755 -d ${jardir} + xinstall -m 0644 ${worksrcpath}/target/${jarfile} ${jardir} +} Property changes on: trunk/dports/devel/maven-ant-tasks/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 10:54:12 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 10:54:12 -0800 (PST) Subject: [61078] trunk/dports Message-ID: <20091201185414.E8AF3373AE06@beta.macosforge.org> Revision: 61078 http://trac.macports.org/changeset/61078 Author: portindex at macports.org Date: 2009-12-01 10:54:12 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6407 Ports successfully parsed: 6407 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 18:09:11 UTC (rev 61077) +++ trunk/dports/PortIndex 2009-12-01 18:54:12 UTC (rev 61078) @@ -1776,6 +1776,8 @@ variants {with_default_names universal} portdir devel/m4 description {GNU macro processor} homepage http://www.gnu.org/software/m4/ epoch 0 platforms darwin name m4 long_description {GNU `m4' is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has built-in functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them.} maintainers {blair openmaintainer} categories devel version 1.4.13 revision 0 macstl 420 variants universal portdir devel/macstl description {C++ header library} homepage http://www.pixelglow.com/macstl/ epoch 0 platforms macosx name macstl long_description {The C++ header library designed to bring the Macintosh into the world of modern generic programming, and deliver the surprising speed of SIMD in an intuitive cross-platform package.} maintainers nomaintainer version 0.3.1 categories devel revision 0 +maven-ant-tasks 376 +depends_build port:maven2 portdir devel/maven-ant-tasks description {Use many of Maven's artifact handling features from Ant.} homepage http://maven.apache.org/ant-tasks/ epoch 0 platforms darwin name maven-ant-tasks maintainers gmail.com:ian.eure long_description {{Use many of Maven's artifact handling features from Ant.}} categories {devel java} version 2.0.10 revision 0 mcpp 781 variants universal portdir devel/mcpp description {Alternative C/C++ preprocessor} homepage http://mcpp.sourceforge.net/ epoch 0 platforms darwin name mcpp long_description {C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor, this port installs a program which behaves independent from GCC.} maintainers {blair openmaintainer} categories devel version 2.7.2 revision 3 mercurial 973 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 11:38:40 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 11:38:40 -0800 (PST) Subject: [61079] trunk/dports/devel Message-ID: <20091201193841.0A0B6373B733@beta.macosforge.org> Revision: 61079 http://trac.macports.org/changeset/61079 Author: ryandesign at macports.org Date: 2009-12-01 11:38:35 -0800 (Tue, 01 Dec 2009) Log Message: ----------- leiningen: new port, version 0.5.0; see #22720 Added Paths: ----------- trunk/dports/devel/leiningen/ trunk/dports/devel/leiningen/Portfile trunk/dports/devel/leiningen/files/ trunk/dports/devel/leiningen/files/build.xml trunk/dports/devel/leiningen/files/patch-bin-lein.diff Added: trunk/dports/devel/leiningen/Portfile =================================================================== --- trunk/dports/devel/leiningen/Portfile (rev 0) +++ trunk/dports/devel/leiningen/Portfile 2009-12-01 19:38:35 UTC (rev 61079) @@ -0,0 +1,46 @@ +# $Id$ + +PortSystem 1.0 + +name leiningen +version 0.5.0 +categories devel java +maintainers gmail.com:ian.eure +platforms darwin +description A build tool for Clojure designed to not set your hair on fire. +long_description ${description} + +homepage http://github.com/technomancy/${name} +master_sites http://download.github.com/ + +distname technomancy-${name}-f97228f +checksums md5 9f63981bbcf11272270bdff0747fff2f \ + sha1 e312bbf39e02d9272f6b118addf50f580d9aaa20 \ + rmd160 617285d1941fdc3945112a035512880b59197a5b + +depends_build port:clojure-devel \ + port:clojure-contrib-devel \ + port:apache-ant \ + port:maven2 \ + port:maven-ant-tasks + +patchfiles patch-bin-lein.diff +patch.pre_args -p1 + +post-patch { + copy ${filespath}/build.xml ${worksrcpath} + reinplace "s|__PREFIX__|${prefix}/share/java|" ${worksrcpath}/build.xml +} + +use_configure no + +build.cmd ant +build.target jar + +destroot { + set javadir ${prefix}/share/java + reinplace "s|__PREFIX__|${javadir}|" ${worksrcpath}/bin/lein + xinstall -m 0755 -d ${destroot}${javadir} + xinstall -m 0755 ${worksrcpath}/bin/lein ${destroot}${prefix}/bin + xinstall -m 0644 ${worksrcpath}/leiningen.jar ${destroot}${javadir} +} Property changes on: trunk/dports/devel/leiningen/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/devel/leiningen/files/build.xml =================================================================== --- trunk/dports/devel/leiningen/files/build.xml (rev 0) +++ trunk/dports/devel/leiningen/files/build.xml 2009-12-01 19:38:35 UTC (rev 61079) @@ -0,0 +1,78 @@ + + + Pack all leiningen sources into a JAR. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Property changes on: trunk/dports/devel/leiningen/files/build.xml ___________________________________________________________________ Added: svn:eol-style + native Added: trunk/dports/devel/leiningen/files/patch-bin-lein.diff =================================================================== --- trunk/dports/devel/leiningen/files/patch-bin-lein.diff (rev 0) +++ trunk/dports/devel/leiningen/files/patch-bin-lein.diff 2009-12-01 19:38:35 UTC (rev 61079) @@ -0,0 +1,46 @@ +diff --git a/bin/lein b/bin/lein +index 92546b1..a90c43f 100755 +--- a/bin/lein ++++ b/bin/lein +@@ -2,23 +2,13 @@ + + # TODO: this gives us a trailing colon + VERSION=0.5.0 +-LIBS="$(find -H lib/ -mindepth 2> /dev/null 1 -maxdepth 1 -print0 | tr \\0 \:)" ++PREFIX=__PREFIX__ ++LIBS="$(find -H $PREFIX -name \*.jar -print0 | tr \\0 \:)" + CLASSPATH="src/:classes/:$LIBS" +-LEIN_JAR=$HOME/.m2/repository/leiningen/leiningen/$VERSION/leiningen-$VERSION.jar + + # this needs to exist before the JVM is launched apparently + mkdir -p classes + +-# If we are not running from a checkout +-if [ ! -r "bin/lein" ]; then +- if [ ! -r "$LEIN_JAR" -a "$1" != "self-install" ]; then +- echo "Leiningen is not installed. Please run \"lein self-install\"." +- exit 1 +- fi +- +- CLASSPATH="$CLASSPATH:$LEIN_JAR" +-fi +- + if [ "$1" = "test" ]; then + CLASSPATH=test/:$CLASSPATH + fi +@@ -37,15 +27,6 @@ fi + if [ "$1" = "repl" ]; then + # If repl used leiningen.core then there'd be no way to bootstrap AOT + java -cp "$CLASSPATH" clojure.main +-elif [ "$1" = "self-install" ]; then +- echo "Downloading Leiningen now..." +- mkdir -p `dirname "$LEIN_JAR"` +- LEIN_URL=http://repo.technomancy.us/leiningen-$VERSION.jar +- if type -p curl >/dev/null 2>&1; then +- exec curl -o "$LEIN_JAR" "$LEIN_URL" +- else +- exec wget -O "$LEIN_JAR" "$LEIN_URL" +- fi + else + if [ -z "$1" ]; then + echo "$0 missing task" -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 11:46:08 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 11:46:08 -0800 (PST) Subject: [61080] trunk/dports/devel/libowfat/Portfile Message-ID: <20091201194609.3E62E373B856@beta.macosforge.org> Revision: 61080 http://trac.macports.org/changeset/61080 Author: ryandesign at macports.org Date: 2009-12-01 11:46:08 -0800 (Tue, 01 Dec 2009) Log Message: ----------- libowfat: make sure we're always UsingTheRightCompiler Modified Paths: -------------- trunk/dports/devel/libowfat/Portfile Modified: trunk/dports/devel/libowfat/Portfile =================================================================== --- trunk/dports/devel/libowfat/Portfile 2009-12-01 19:38:35 UTC (rev 61079) +++ trunk/dports/devel/libowfat/Portfile 2009-12-01 19:46:08 UTC (rev 61080) @@ -17,7 +17,8 @@ use_bzip2 yes patchfiles patch-GNUmakefile use_configure no -build.args prefix=${prefix} +build.args prefix=${prefix} \ + CC=${configure.cc} destroot.destdir prefix=${destroot}${prefix} post-destroot { @@ -27,7 +28,5 @@ } } -platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 } - livecheck.type regex livecheck.regex "${name}-(\\d+\\.(?:.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 11:50:05 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 11:50:05 -0800 (PST) Subject: [61081] trunk/dports Message-ID: <20091201195006.0F0D6373B914@beta.macosforge.org> Revision: 61081 http://trac.macports.org/changeset/61081 Author: ryandesign at macports.org Date: 2009-12-01 11:50:05 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Set svn:eol-style to native per current guidelines. Property Changed: ---------------- trunk/dports/audio/ncmpcpp/Portfile trunk/dports/devel/caml-inifiles/Portfile trunk/dports/devel/caml-ocamldsort/Portfile trunk/dports/math/octave-odepkg/Portfile trunk/dports/net/unfs3/Portfile trunk/dports/python/py25-midgard2/Portfile trunk/dports/science/grib_api/Portfile trunk/dports/science/vapor/Portfile Property changes on: trunk/dports/audio/ncmpcpp/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/devel/caml-inifiles/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/devel/caml-ocamldsort/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/math/octave-odepkg/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/net/unfs3/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/python/py25-midgard2/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/science/grib_api/Portfile ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/dports/science/vapor/Portfile ___________________________________________________________________ Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 11:54:12 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 11:54:12 -0800 (PST) Subject: [61082] trunk/dports Message-ID: <20091201195413.97E03373B9D3@beta.macosforge.org> Revision: 61082 http://trac.macports.org/changeset/61082 Author: portindex at macports.org Date: 2009-12-01 11:54:11 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 19:50:05 UTC (rev 61081) +++ trunk/dports/PortIndex 2009-12-01 19:54:11 UTC (rev 61082) @@ -1526,6 +1526,8 @@ variants universal portdir devel/ktoblzcheck description {a library to check bank account numbers and bank codes} homepage http://ktoblzcheck.sourceforge.net/ epoch 0 platforms darwin name ktoblzcheck depends_lib port:python26 long_description {{a library to check bank account numbers and bank codes}} maintainers nomaintainer categories {devel finance} version 1.23 revision 2 lcov 547 portdir devel/lcov description {LCOV is a graphical front-end for GCC's coverage testing tool gcov.} homepage http://ltp.sourceforge.net/coverage/lcov.php epoch 0 platforms darwin name lcov maintainers kimuraw long_description {LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure.} version 1.7 categories devel revision 0 +leiningen 467 +depends_build {port:clojure-devel port:clojure-contrib-devel port:apache-ant port:maven2 port:maven-ant-tasks} portdir devel/leiningen description {A build tool for Clojure designed to not set your hair on fire.} homepage http://github.com/technomancy/leiningen epoch 0 platforms darwin name leiningen maintainers gmail.com:ian.eure long_description {{A build tool for Clojure designed to not set your hair on fire.}} categories {devel java} version 0.5.0 revision 0 libassuan 481 variants universal portdir devel/libassuan description {Assuan IPC Library} homepage http://www.gnupg.org/related_software/libassuan.en.html epoch 0 platforms darwin name libassuan depends_lib port:pth long_description {Libassuan is a small library implementing the so-called Assuan protocol. This protocol is used for IPC between most newer GnuPG components. Both, server and client side functions are provided.} maintainers nomaintainer categories devel version 1.0.5 revision 0 libast 657 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 11:55:07 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 11:55:07 -0800 (PST) Subject: [61083] trunk/dports Message-ID: <20091201195507.DBBA8373BA08@beta.macosforge.org> Revision: 61083 http://trac.macports.org/changeset/61083 Author: ryandesign at macports.org Date: 2009-12-01 11:55:07 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Set svn:keywords to Id per current guidelines Modified Paths: -------------- trunk/dports/audio/ncmpcpp/Portfile trunk/dports/net/unfs3/Portfile trunk/dports/python/py25-midgard2/Portfile trunk/dports/science/grib_api/Portfile Property Changed: ---------------- trunk/dports/audio/ncmpcpp/Portfile trunk/dports/devel/caml-ocamldsort/Portfile trunk/dports/math/octave-odepkg/Portfile trunk/dports/net/unfs3/Portfile trunk/dports/python/py25-midgard2/Portfile trunk/dports/science/grib_api/Portfile trunk/dports/science/vapor/Portfile Modified: trunk/dports/audio/ncmpcpp/Portfile =================================================================== --- trunk/dports/audio/ncmpcpp/Portfile 2009-12-01 19:54:11 UTC (rev 61082) +++ trunk/dports/audio/ncmpcpp/Portfile 2009-12-01 19:55:07 UTC (rev 61083) @@ -1,5 +1,5 @@ # -*- 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: Portfile 59729 2009-10-21 04:39:30Z rmsfisher at macports.org $ +# $Id$ PortSystem 1.0 Property changes on: trunk/dports/audio/ncmpcpp/Portfile ___________________________________________________________________ Added: svn:keywords + Id Property changes on: trunk/dports/devel/caml-ocamldsort/Portfile ___________________________________________________________________ Added: svn:keywords + Id Property changes on: trunk/dports/math/octave-odepkg/Portfile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/dports/net/unfs3/Portfile =================================================================== --- trunk/dports/net/unfs3/Portfile 2009-12-01 19:54:11 UTC (rev 61082) +++ trunk/dports/net/unfs3/Portfile 2009-12-01 19:55:07 UTC (rev 61083) @@ -1,4 +1,4 @@ -# $Id: $ +# $Id$ PortSystem 1.0 name unfs3 Property changes on: trunk/dports/net/unfs3/Portfile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/dports/python/py25-midgard2/Portfile =================================================================== --- trunk/dports/python/py25-midgard2/Portfile 2009-12-01 19:54:11 UTC (rev 61082) +++ trunk/dports/python/py25-midgard2/Portfile 2009-12-01 19:55:07 UTC (rev 61083) @@ -1,5 +1,5 @@ # -*- 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: Portfile 47939 2009-03-10 18:14:30Z snc at macports.org $ +# $Id$ PortSystem 1.0 PortGroup python25 1.0 Property changes on: trunk/dports/python/py25-midgard2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/dports/science/grib_api/Portfile =================================================================== --- trunk/dports/science/grib_api/Portfile 2009-12-01 19:54:11 UTC (rev 61082) +++ trunk/dports/science/grib_api/Portfile 2009-12-01 19:55:07 UTC (rev 61083) @@ -1,5 +1,5 @@ # -*- 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: Portfile 60628 2009-11-18 03:47:54Z takeshi at macports.org $ +# $Id$ PortSystem 1.0 Property changes on: trunk/dports/science/grib_api/Portfile ___________________________________________________________________ Added: svn:keywords + Id Property changes on: trunk/dports/science/vapor/Portfile ___________________________________________________________________ Added: svn:keywords + Id -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 12:03:47 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 12:03:47 -0800 (PST) Subject: [61084] trunk/dports/science/cdf/Portfile Message-ID: <20091201200348.6C45F373BBA8@beta.macosforge.org> Revision: 61084 http://trac.macports.org/changeset/61084 Author: ryandesign at macports.org Date: 2009-12-01 12:03:45 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf: whitespace changes / reformatting only Modified Paths: -------------- trunk/dports/science/cdf/Portfile Modified: trunk/dports/science/cdf/Portfile =================================================================== --- trunk/dports/science/cdf/Portfile 2009-12-01 19:55:07 UTC (rev 61083) +++ trunk/dports/science/cdf/Portfile 2009-12-01 20:03:45 UTC (rev 61084) @@ -1,70 +1,72 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name cdf -epoch 1 -version 3.3.0 -set my_branch [join [lrange [split ${version} .] 0 1] ""] -set my_version ${my_branch}_[lindex [split ${version} .] 2] -maintainers nomaintainer -platforms darwin -categories science +name cdf +epoch 1 +version 3.3.0 +set my_branch [join [lrange [split ${version} .] 0 1] ""] +set my_version ${my_branch}_[lindex [split ${version} .] 2] +maintainers nomaintainer +platforms darwin +categories science -description CDF: Common Data Format -long_description \ - The Common Data Format (CDF) is a self-describing data \ - format for the storage and manipulation of scalar and \ - multidimensional data in a platform and discipline \ - independent fashion. +description CDF: Common Data Format -homepage http://cdf.gsfc.nasa.gov/ -master_sites ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/${name}${my_version}/unix \ - ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/obsolete/${name}${my_branch}/${name}${my_version}/unix +long_description The Common Data Format (CDF) is a self-describing \ + data format for the storage and manipulation of \ + scalar and multidimensional data in a platform and \ + discipline independent fashion. -distname ${name}${my_version}-dist -extract.suffix -all${extract.suffix} +homepage http://cdf.gsfc.nasa.gov/ +master_sites ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/${name}${my_version}/unix \ + ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/obsolete/${name}${my_branch}/${name}${my_version}/unix -checksums md5 3ce6409c616675611cb8050c0496b071 \ - sha1 8ae0a2585a580394a41a746ac53808a408fa0c01 \ - rmd160 280ef2b91f8b39df7daa4149202965f07dbb3118 +fetch.use_epsv no +distname ${name}${my_version}-dist +extract.suffix -all${extract.suffix} -configure.compiler macports-gcc-4.4 -depends_lib port:gcc44 \ - port:ncurses +checksums md5 3ce6409c616675611cb8050c0496b071 \ + sha1 8ae0a2585a580394a41a746ac53808a408fa0c01 \ + rmd160 280ef2b91f8b39df7daa4149202965f07dbb3118 -fetch.use_epsv no -use_configure no -use_parallel_build no +configure.compiler macports-gcc-4.4 +depends_lib port:gcc44 \ + port:ncurses -post-patch { - reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile - reinplace "s|-lgcc|`${configure.cc} -print-libgcc-file-name`|g" ${worksrcpath}/Makefile - reinplace "s|\\\$(INSTALLDIR)/bin/definitions\\.\\(\[BCK\]\\)|${prefix}/bin/definitions.\\1|" ${worksrcpath}/Makefile - } +post-patch { + reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile + reinplace "s|-lgcc|`${configure.cc} -print-libgcc-file-name`|g" ${worksrcpath}/Makefile + reinplace "s|\\\$(INSTALLDIR)/bin/definitions\\.\\(\[BCK\]\\)|${prefix}/bin/definitions.\\1|" ${worksrcpath}/Makefile +} -build.args FORTRAN=yes +use_configure no +use_parallel_build no + +build.args FORTRAN=yes + platform darwin { - patchfiles-append patch-Makefile - build.args-append OS=macosx + patchfiles-append patch-Makefile + build.args-append OS=macosx } if {[info exists build_arch]} { - build.args-append ENV=${configure.build_arch} + build.args-append ENV=${configure.build_arch} } -pre-build { - build.args-append CC=${configure.cc} FC=${configure.fc} - } +pre-build { + build.args-append CC=${configure.cc} FC=${configure.fc} +} -destroot.destdir INSTALLDIR=${destroot}${prefix} +destroot.destdir INSTALLDIR=${destroot}${prefix} -post-destroot { - reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.B \ - ${destroot}${prefix}/bin/definitions.C \ - ${destroot}${prefix}/bin/definitions.K +post-destroot { + reinplace "s|${destroot}${prefix}|${prefix}|" \ + ${destroot}${prefix}/bin/definitions.B \ + ${destroot}${prefix}/bin/definitions.C \ + ${destroot}${prefix}/bin/definitions.K + + system "install_name_tool -id ${prefix}/lib/libcdf.dylib ${destroot}${prefix}/lib/libcdf.dylib" +} - system "install_name_tool -id ${prefix}/lib/libcdf.dylib ${destroot}${prefix}/lib/libcdf.dylib" - } - -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 12:04:29 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 12:04:29 -0800 (PST) Subject: [61085] trunk/dports/science/cdf/Portfile Message-ID: <20091201200429.7DA65373BBFA@beta.macosforge.org> Revision: 61085 http://trac.macports.org/changeset/61085 Author: ryandesign at macports.org Date: 2009-12-01 12:04:29 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf: fix livecheck Modified Paths: -------------- trunk/dports/science/cdf/Portfile Modified: trunk/dports/science/cdf/Portfile =================================================================== --- trunk/dports/science/cdf/Portfile 2009-12-01 20:03:45 UTC (rev 61084) +++ trunk/dports/science/cdf/Portfile 2009-12-01 20:04:29 UTC (rev 61085) @@ -70,3 +70,5 @@ system "install_name_tool -id ${prefix}/lib/libcdf.dylib ${destroot}${prefix}/lib/libcdf.dylib" } +livecheck.type regex +livecheck.regex {V([0-9.]+)} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 12:04:52 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 12:04:52 -0800 (PST) Subject: [61086] trunk/dports/science/cdf/Portfile Message-ID: <20091201200452.667EA373BC25@beta.macosforge.org> Revision: 61086 http://trac.macports.org/changeset/61086 Author: ryandesign at macports.org Date: 2009-12-01 12:04:51 -0800 (Tue, 01 Dec 2009) Log Message: ----------- cdf: take maintainership Modified Paths: -------------- trunk/dports/science/cdf/Portfile Modified: trunk/dports/science/cdf/Portfile =================================================================== --- trunk/dports/science/cdf/Portfile 2009-12-01 20:04:29 UTC (rev 61085) +++ trunk/dports/science/cdf/Portfile 2009-12-01 20:04:51 UTC (rev 61086) @@ -7,7 +7,7 @@ version 3.3.0 set my_branch [join [lrange [split ${version} .] 0 1] ""] set my_version ${my_branch}_[lindex [split ${version} .] 2] -maintainers nomaintainer +maintainers ryandesign platforms darwin categories science -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 12:27:50 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 12:27:50 -0800 (PST) Subject: [61087] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Message-ID: <20091201202751.2A455373BFE8@beta.macosforge.org> Revision: 61087 http://trac.macports.org/changeset/61087 Author: ryandesign at macports.org Date: 2009-12-01 12:27:47 -0800 (Tue, 01 Dec 2009) Log Message: ----------- muniversal-1.0.tcl: fix typos/wording Modified Paths: -------------- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-01 20:04:51 UTC (rev 61086) +++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-01 20:27:47 UTC (rev 61087) @@ -383,7 +383,7 @@ delete ${destroot} # Merge ${base1}/${prefixDir} and ${base2}/${prefixDir} into dir ${base}/${prefixDir} - # arch1, arch2: names to prepend to files if a diff merge of two files is forbiddend by merger_dont_diff + # arch1, arch2: names to prepend to files if a diff merge of two files is forbidden by merger_dont_diff # merger_dont_diff: list of files for which /usr/bin/diff ${diffFormat} will not merge correctly # diffFormat: format used by diff to merge two text files proc merge2Dir {base1 base2 base prefixDir arch1 arch2 merger_dont_diff diffFormat} { @@ -502,12 +502,12 @@ copy ${dir1}/${fl} ${dir} } *.elc { - # elc files can be differet because they record when and where they were built. + # elc files can be different because they record when and where they were built. ui_debug "universal: merge: ${prefixDir}/${fl} is different in ${base1} and ${base2}; assume trivial difference" copy ${dir1}/${fl} ${dir} } default { - error "Can not create ${prefixDir}/${fl} from ${base1} and ${base2}" + error "Cannot create ${prefixDir}/${fl} from ${base1} and ${base2}" } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From jochen at macports.org Tue Dec 1 12:34:19 2009 From: jochen at macports.org (jochen at macports.org) Date: Tue, 1 Dec 2009 12:34:19 -0800 (PST) Subject: [61088] trunk/dports/aqua/qt4-mac-devel/Portfile Message-ID: <20091201203419.5B96E373C0D6@beta.macosforge.org> Revision: 61088 http://trac.macports.org/changeset/61088 Author: jochen at macports.org Date: 2009-12-01 12:34:18 -0800 (Tue, 01 Dec 2009) Log Message: ----------- update to 4.6.0 final Modified Paths: -------------- trunk/dports/aqua/qt4-mac-devel/Portfile Modified: trunk/dports/aqua/qt4-mac-devel/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-01 20:27:47 UTC (rev 61087) +++ trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-01 20:34:18 UTC (rev 61088) @@ -5,7 +5,7 @@ name qt4-mac-devel conflicts qt4-mac -version 4.6.0-rc1 +version 4.6.0 categories aqua platforms macosx maintainers nomaintainer @@ -17,9 +17,9 @@ master_sites trolltech distname qt-everywhere-opensource-src-${version} -checksums md5 56772a3f9128f00504d2b21dbe4186b3 \ - sha1 2fb07479c639fc2f98be0f9b65b0d179e4c637f7 \ - rmd160 9ba13ba9aa99d3674b3bbc34601c7a34812c0701 +checksums md5 2a7b5126f2450d8525af355fc4c12ad6 \ + sha1 c2cbbde83f1ebac3b8dd13a112fcad757d395041 \ + rmd160 7842b9f4a5364016677fc2162dfd31f1440bb05d depends_build port:pkgconfig -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 12:54:07 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 12:54:07 -0800 (PST) Subject: [61089] trunk/dports Message-ID: <20091201205408.83D32373C40B@beta.macosforge.org> Revision: 61089 http://trac.macports.org/changeset/61089 Author: portindex at macports.org Date: 2009-12-01 12:54:07 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 20:34:18 UTC (rev 61088) +++ trunk/dports/PortIndex 2009-12-01 20:54:07 UTC (rev 61089) @@ -150,8 +150,8 @@ variants {noframework webkit universal} depends_build port:pkgconfig portdir aqua/qt4-kde description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms macosx depends_lib {port:zlib port:tiff port:libpng port:libmng port:jpeg port:dbus port:unixODBC path:lib/mysql5:mysql5 port:postgresql83 port:openssl port:sqlite3} name qt4-kde long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.5.2 revision 0 qt4-mac 591 variants {darwin_10 mysql odbc psql sqlite2 cocoa noframework raster universal} depends_build port:pkgconfig portdir aqua/qt4-mac description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms macosx depends_lib {port:zlib port:tiff port:libpng port:libmng port:jpeg port:dbus port:openssl port:sqlite3} name qt4-mac long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.5.3 revision 0 -qt4-mac-devel 607 -variants {darwin_10 mysql odbc psql sqlite2 cocoa noframework raster universal} depends_build port:pkgconfig portdir aqua/qt4-mac-devel description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms macosx depends_lib {port:zlib port:dbus port:openssl port:sqlite3 port:tiff port:libpng port:libmng port:jpeg} name qt4-mac-devel long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.6.0-rc1 revision 0 +qt4-mac-devel 603 +variants {darwin_10 mysql odbc psql sqlite2 cocoa noframework raster universal} depends_build port:pkgconfig portdir aqua/qt4-mac-devel description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms macosx depends_lib {port:zlib port:dbus port:openssl port:sqlite3 port:tiff port:libpng port:libmng port:jpeg} name qt4-mac-devel long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.6.0 revision 0 qtiplot 727 variants {python25 universal} portdir aqua/qtiplot description {Data Analysis and Scientific Plotting} homepage http://soft.proindependent.com/qtiplot.html epoch 0 platforms darwin name qtiplot depends_lib {port:qt4-mac port:muparser port:boost port:gsl port:libpng} long_description {Similar to Origin or SigmaPlot, QtiPlot can be used to present 2D and 3D data and has various data analysis functions like curve fitting. Plotting of 3D data can be rendered using OpenGL using the Qwt3D libraries. It's a full-featured data analysis and plotting package available on Linux, Windows and Mac OS X platforms that supports python scripting.} maintainers {jonas openmaintainer} categories {aqua science} version 0.9.7.9 revision 1 qtoctave-mac 537 @@ -1652,8 +1652,8 @@ variants universal portdir devel/liboop description {low-level event loop management library} homepage http://www.liboop.org/ epoch 0 platforms darwin name liboop depends_lib {lib:libreadline:readline path:lib/pkgconfig/glib-2.0.pc:glib2} maintainers nomaintainer long_description {Liboop is a low-level event loop management library for POSIX-based operating systems. It replaces the {select() loop} and allows the registration of event handlers for file and network I/O, timers and signals.} categories devel version 1.0 revision 0 libopensync 382 portdir devel/libopensync description {obsolete {port;} use opensync port instead} homepage http://www.opensync.org/ epoch 0 platforms darwin name libopensync maintainers nomaintainer long_description {The libopensync port is obsolete and has been replaced with the opensync port. Please uninstall libopensync and install opensync instead.} version 0.22 categories devel revision 0 -libowfat 304 -variants darwin_8 portdir devel/libowfat description {reimplementation of the libdjb under GPL} homepage http://www.fefe.de/libowfat/ epoch 0 platforms darwin name libowfat long_description {reimplementation of the libdjb under GPL} maintainers yoobay.net:daniel categories devel version 0.28 revision 0 +libowfat 286 +portdir devel/libowfat description {reimplementation of the libdjb under GPL} homepage http://www.fefe.de/libowfat/ epoch 0 platforms darwin name libowfat maintainers yoobay.net:daniel long_description {reimplementation of the libdjb under GPL} version 0.28 categories devel revision 0 libpdel 1244 variants darwin portdir devel/libpdel description {Packet Design multi-purpose C library for embedded applications.} homepage http://www.dellroad.org/pdel/index epoch 0 platforms darwin name libpdel depends_lib {lib:libexpat:expat lib:libssl.0.9:openssl} long_description {The Packet Design Embedded Library (PDEL) is a kitchen sink C library containing an assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library - Threaded HTTP client/server library with SSL and XML-RPC support - PPP library using netgraph(4) with PPTP and L2TP servers - Application configuration framework - Heap memory accounting and sanity checking - Generic template processing library - Routines to configure networking interfaces, ARP and routing tables - Logging library - Generic TCP server - Generic hash table implementation - Generic balanced tree implementation - Miscellaneous FILE * enhancements - Base-64 encoding/decoding - Events and actions with automated locking - Generalized per-thread variables - Message ports - Digital signature creation/verification - Filesystem mounting/unmounting - String quoting/parsing} maintainers nomaintainer categories {devel www} version 0.5.3 revision 1 libproplist 371 @@ -10130,8 +10130,8 @@ portdir science/bkchem description {Free chemical drawing program.} homepage http://bkchem.zirael.org/ epoch 0 platforms darwin depends_lib port:python25 name bkchem maintainers {simon openmaintainer} long_description {Free chemical drawing program written in Python by Beda Kosata.} version 0.12.5 categories {science python} revision 0 ccpnmr 595 portdir science/ccpnmr description CCPNMR homepage http://www.ccpn.ac.uk/ccpn/software/ccpnmr-suite epoch 0 platforms darwin name ccpnmr depends_lib {port:py26-scipy port:mesa port:tk} maintainers bromo.med.uc.edu:howarth long_description {The CcpNmr software suite is a series of programs for macromolecular NMR spectroscopy integrated with the CCP data model. The CCP Data Model for macro- molecular NMR is intended to cover all data needed for macromolecular NMR spectroscopy from the initial experimental data to the final validation.} categories {science python} version 2.1.2_1 revision 0 -cdf 450 -variants darwin portdir science/cdf description {CDF: Common Data Format} homepage http://cdf.gsfc.nasa.gov/ epoch 1 platforms darwin name cdf depends_lib {port:gcc44 port:ncurses} long_description {The Common Data Format (CDF) is a self-describing data format for the storage and manipulation of scalar and multidimensional data in a platform and discipline independent fashion.} maintainers nomaintainer categories science version 3.3.0 revision 0 +cdf 448 +variants darwin portdir science/cdf description {CDF: Common Data Format} homepage http://cdf.gsfc.nasa.gov/ epoch 1 platforms darwin name cdf depends_lib {port:gcc44 port:ncurses} long_description {The Common Data Format (CDF) is a self-describing data format for the storage and manipulation of scalar and multidimensional data in a platform and discipline independent fashion.} maintainers ryandesign categories science version 3.3.0 revision 0 cdf-to-fits 330 portdir science/cdf-to-fits description {CDF to FITS converter} homepage http://cdf.gsfc.nasa.gov/html/dtws.html epoch 0 platforms darwin name cdf-to-fits depends_lib {port:cfitsio port:cdf} maintainers gmail.com:doc.aronnax long_description {Tool for converting CDF files to FITS files} categories science version 1.0 revision 0 cdo 510 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 12:57:42 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 12:57:42 -0800 (PST) Subject: [61090] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Message-ID: <20091201205742.CDF98373C4ED@beta.macosforge.org> Revision: 61090 http://trac.macports.org/changeset/61090 Author: ryandesign at macports.org Date: 2009-12-01 12:57:42 -0800 (Tue, 01 Dec 2009) Log Message: ----------- muniversal-1.0.tcl: prevent any attempt to merge *.la, *.pc and *-config files; see #21953 Modified Paths: -------------- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-01 20:54:07 UTC (rev 61089) +++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-01 20:57:42 UTC (rev 61090) @@ -484,6 +484,11 @@ copy ${dir1}/${fl} ${dir}/mods64 } } + *.la - + *.pc - + *-config { + return -code error "${prefixDir}/${fl} differs in ${base1} and ${base2} and cannot be merged" + } } if { ${known_file}=="no" } { @@ -507,7 +512,7 @@ copy ${dir1}/${fl} ${dir} } default { - error "Cannot create ${prefixDir}/${fl} from ${base1} and ${base2}" + return -code error "${prefixDir}/${fl} differs in ${base1} and ${base2} and cannot be merged" } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Dec 1 13:24:32 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 1 Dec 2009 13:24:32 -0800 (PST) Subject: [61091] trunk/dports/net/c-ares Message-ID: <20091201212433.02DE8373CB0E@beta.macosforge.org> Revision: 61091 http://trac.macports.org/changeset/61091 Author: toby at macports.org Date: 2009-12-01 13:24:29 -0800 (Tue, 01 Dec 2009) Log Message: ----------- c-ares 1.7.0 Modified Paths: -------------- trunk/dports/net/c-ares/Portfile Added Paths: ----------- trunk/dports/net/c-ares/files/ares_build.h.ed trunk/dports/net/c-ares/files/ares_config.h.ed Removed Paths: ------------- trunk/dports/net/c-ares/files/config.h.ed Modified: trunk/dports/net/c-ares/Portfile =================================================================== --- trunk/dports/net/c-ares/Portfile 2009-12-01 20:57:42 UTC (rev 61090) +++ trunk/dports/net/c-ares/Portfile 2009-12-01 21:24:29 UTC (rev 61091) @@ -3,7 +3,7 @@ PortSystem 1.0 name c-ares -version 1.6.0 +version 1.7.0 categories net maintainers toby description asynchronous DNS library @@ -15,14 +15,15 @@ platforms darwin license MIT master_sites ${homepage} -checksums md5 4503b0db3dd79d3c1f58d87722dbab46 \ - sha1 50b0f5955769117720c8ff2bde6a8a8ece65d7a3 \ - rmd160 3eccaad5df124525c70c47a76cc3fc2cbd31bbe8 +checksums md5 15ab7852306b554b0b1145f41005a3bb \ + sha1 168f77870eb4b48a0b008fd419c0d3840e77dc04 \ + rmd160 a57b83dd868de94358d41473d0111d4cdc893a60 configure.args --mandir=${prefix}/share/man \ --enable-shared post-configure { - system "ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed" + system "ed - ${worksrcpath}/ares_build.h < ${filespath}/ares_build.h.ed" + system "ed - ${worksrcpath}/ares_config.h < ${filespath}/ares_config.h.ed" } livecheck.type regex Added: trunk/dports/net/c-ares/files/ares_build.h.ed =================================================================== --- trunk/dports/net/c-ares/files/ares_build.h.ed (rev 0) +++ trunk/dports/net/c-ares/files/ares_build.h.ed 2009-12-01 21:24:29 UTC (rev 61091) @@ -0,0 +1,8 @@ +/#define CARES_SIZEOF_LONG/c +#ifdef __LP64__ +#define CARES_SIZEOF_LONG 8 +#else +#define CARES_SIZEOF_LONG 4 +#endif +. +w Copied: trunk/dports/net/c-ares/files/ares_config.h.ed (from rev 60935, trunk/dports/net/c-ares/files/config.h.ed) =================================================================== --- trunk/dports/net/c-ares/files/ares_config.h.ed (rev 0) +++ trunk/dports/net/c-ares/files/ares_config.h.ed 2009-12-01 21:24:29 UTC (rev 61091) @@ -0,0 +1,22 @@ +/SIZEOF_LONG/c +#ifdef __LP64__ +#define SIZEOF_LONG 8 +#else +#define SIZEOF_LONG 4 +#endif +. +/SIZEOF_SIZE_T/c +#ifdef __LP64__ +#define SIZEOF_SIZE_T 8 +#else +#define SIZEOF_SIZE_T 4 +#endif +. +/SIZEOF_TIME_T/c +#ifdef __LP64__ +#define SIZEOF_TIME_T 8 +#else +#define SIZEOF_TIME_T 4 +#endif +. +w Deleted: trunk/dports/net/c-ares/files/config.h.ed =================================================================== --- trunk/dports/net/c-ares/files/config.h.ed 2009-12-01 20:57:42 UTC (rev 61090) +++ trunk/dports/net/c-ares/files/config.h.ed 2009-12-01 21:24:29 UTC (rev 61091) @@ -1,29 +0,0 @@ -/ARES_BIG_ENDIAN/c -#ifdef __BIG_ENDIAN__ -#define ARES_BIG_ENDIAN 1 -#else -/* #undef ARES_BIG_ENDIAN */ -#endif -. -/SIZEOF_LONG/c -#ifdef __LP64__ -#define SIZEOF_LONG 8 -#else -#define SIZEOF_LONG 4 -#endif -. -/SIZEOF_SIZE_T/c -#ifdef __LP64__ -#define SIZEOF_SIZE_T 8 -#else -#define SIZEOF_SIZE_T 4 -#endif -. -/SIZEOF_TIME_T/c -#ifdef __LP64__ -#define SIZEOF_TIME_T 8 -#else -#define SIZEOF_TIME_T 4 -#endif -. -w -------------- next part -------------- An HTML attachment was scrubbed... URL: From scantor at macports.org Tue Dec 1 13:47:39 2009 From: scantor at macports.org (scantor at macports.org) Date: Tue, 1 Dec 2009 13:47:39 -0800 (PST) Subject: [61092] trunk/dports/security/xmltooling/Portfile Message-ID: <20091201214739.BEF33373D05C@beta.macosforge.org> Revision: 61092 http://trac.macports.org/changeset/61092 Author: scantor at macports.org Date: 2009-12-01 13:47:36 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Update to 1.3.2 Modified Paths: -------------- trunk/dports/security/xmltooling/Portfile Modified: trunk/dports/security/xmltooling/Portfile =================================================================== --- trunk/dports/security/xmltooling/Portfile 2009-12-01 21:24:29 UTC (rev 61091) +++ trunk/dports/security/xmltooling/Portfile 2009-12-01 21:47:36 UTC (rev 61092) @@ -4,7 +4,7 @@ PortSystem 1.0 name xmltooling -version 1.3.1 +version 1.3.2 categories security textproc xml shibboleth license Apachev2 maintainers snc scantor @@ -19,7 +19,7 @@ port:log4shib master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/ -checksums sha1 5ed15af1fde9fcce25b6c30f4760fed691f72b0c +checksums sha1 f50f0ff3e2241ab4532d228223dbac54fda7559b configure.args --disable-static \ --with-openssl=${prefix} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blair at macports.org Tue Dec 1 13:48:17 2009 From: blair at macports.org (blair at macports.org) Date: Tue, 1 Dec 2009 13:48:17 -0800 (PST) Subject: [61093] trunk/dports/java/spring-framework3/Portfile Message-ID: <20091201214817.F1640373D0A2@beta.macosforge.org> Revision: 61093 http://trac.macports.org/changeset/61093 Author: blair at macports.org Date: 2009-12-01 13:48:17 -0800 (Tue, 01 Dec 2009) Log Message: ----------- New upstream 3.0.0.RC3 release. Modified Paths: -------------- trunk/dports/java/spring-framework3/Portfile Modified: trunk/dports/java/spring-framework3/Portfile =================================================================== --- trunk/dports/java/spring-framework3/Portfile 2009-12-01 21:47:36 UTC (rev 61092) +++ trunk/dports/java/spring-framework3/Portfile 2009-12-01 21:48:17 UTC (rev 61093) @@ -4,7 +4,7 @@ name spring-framework3 version 3.0.0 -revision 3 +revision 4 categories java maintainers blair @@ -14,11 +14,11 @@ long_description Spring is a layered Java/J2EE application framework. homepage http://www.springsource.org/about -distname spring-framework-${version}.RC2-with-docs +distname spring-framework-${version}.RC3-with-docs master_sites http://s3.amazonaws.com/dist.springframework.org/milestone/SPR -checksums md5 779c64be6f8e2045829d98ace84c0ce0 \ - sha1 ebc2242590bd816a8ea8806ebd7d30197804d6f2 \ - rmd160 61edd5588af3d6efc693fa7b3bc353d3fb15e6d9 +checksums md5 7ce31040ea48c806897358034e4cd134 \ + sha1 40583bfd1b341bb2125052bbb05d4b6a08e247b6 \ + rmd160 f846aa9ade5f1624ea63736bc660eb78c2e47b9d use_zip yes @@ -26,7 +26,7 @@ use_configure no -worksrcdir spring-framework-${version}.RC2 +worksrcdir spring-framework-${version}.RC3 build.cmd true @@ -39,7 +39,7 @@ # Install the framework file copy ${worksrcpath}/dist ${destroot}${prefix}/share/java foreach f [glob ${destroot}${prefix}/share/java/*.jar] { - file rename ${f} [strsed ${f} {s/-3.0.0.RC2//}] + file rename ${f} [strsed ${f} {s/-3.0.0.RC3//}] } # Install the docs -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 13:49:18 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 13:49:18 -0800 (PST) Subject: [61094] trunk/dports/net/p0f/Portfile Message-ID: <20091201214918.A755E373D0E0@beta.macosforge.org> Revision: 61094 http://trac.macports.org/changeset/61094 Author: ryandesign at macports.org Date: 2009-12-01 13:49:18 -0800 (Tue, 01 Dec 2009) Log Message: ----------- p0f: make sure we're UsingTheRightCompiler Modified Paths: -------------- trunk/dports/net/p0f/Portfile Modified: trunk/dports/net/p0f/Portfile =================================================================== --- trunk/dports/net/p0f/Portfile 2009-12-01 21:48:17 UTC (rev 61093) +++ trunk/dports/net/p0f/Portfile 2009-12-01 21:49:18 UTC (rev 61094) @@ -28,6 +28,8 @@ reinplace "s|/etc/p0f|${prefix}/share/p0f|g" ${worksrcpath}/config.h } +build.args CC=${configure.cc} + destroot { xinstall -m 755 -s ${worksrcpath}/p0f ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 13:49:50 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 13:49:50 -0800 (PST) Subject: [61095] trunk/dports/net/p0f/Portfile Message-ID: <20091201214951.0827E373D11F@beta.macosforge.org> Revision: 61095 http://trac.macports.org/changeset/61095 Author: ryandesign at macports.org Date: 2009-12-01 13:49:50 -0800 (Tue, 01 Dec 2009) Log Message: ----------- p0f: disable universal variant since this software isn't autoconf based Modified Paths: -------------- trunk/dports/net/p0f/Portfile Modified: trunk/dports/net/p0f/Portfile =================================================================== --- trunk/dports/net/p0f/Portfile 2009-12-01 21:49:18 UTC (rev 61094) +++ trunk/dports/net/p0f/Portfile 2009-12-01 21:49:50 UTC (rev 61095) @@ -24,10 +24,12 @@ worksrcdir ${name} patchfiles p0f.c.patch p0fq.c.patch -configure { +post-patch { reinplace "s|/etc/p0f|${prefix}/share/p0f|g" ${worksrcpath}/config.h } +use_configure no + build.args CC=${configure.cc} destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 13:50:55 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 13:50:55 -0800 (PST) Subject: [61096] trunk/dports/net/p0f/Portfile Message-ID: <20091201215055.33019373D16C@beta.macosforge.org> Revision: 61096 http://trac.macports.org/changeset/61096 Author: ryandesign at macports.org Date: 2009-12-01 13:50:54 -0800 (Tue, 01 Dec 2009) Log Message: ----------- p0f: no need to manually gzip manpages; MacPorts compresses them automatically Modified Paths: -------------- trunk/dports/net/p0f/Portfile Modified: trunk/dports/net/p0f/Portfile =================================================================== --- trunk/dports/net/p0f/Portfile 2009-12-01 21:49:50 UTC (rev 61095) +++ trunk/dports/net/p0f/Portfile 2009-12-01 21:50:54 UTC (rev 61096) @@ -35,7 +35,6 @@ destroot { xinstall -m 755 -s ${worksrcpath}/p0f ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1 - system "gzip -9 ${destroot}${prefix}/share/man/man1/p0f.1" xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ ${destroot}${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} p0f.fp p0fa.fp p0fr.fp p0fo.fp \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 13:54:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 13:54:25 -0800 (PST) Subject: [61097] trunk/dports/PortIndex Message-ID: <20091201215427.301F4373D212@beta.macosforge.org> Revision: 61097 http://trac.macports.org/changeset/61097 Author: portindex at macports.org Date: 2009-12-01 13:54:23 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 21:50:54 UTC (rev 61096) +++ trunk/dports/PortIndex 2009-12-01 21:54:23 UTC (rev 61097) @@ -5375,7 +5375,7 @@ bwm-ng 409 variants universal portdir net/bwm-ng description {A small and simple bandwidth monitor} homepage http://www.gropp.org epoch 0 platforms darwin name bwm-ng depends_lib port:ncurses long_description {Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.} maintainers nomaintainer categories net version 0.6 revision 0 c-ares 382 -variants universal portdir net/c-ares description {asynchronous DNS library} homepage http://c-ares.haxx.se/ epoch 0 platforms darwin name c-ares long_description {c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.} maintainers toby categories net version 1.6.0 revision 0 +variants universal portdir net/c-ares description {asynchronous DNS library} homepage http://c-ares.haxx.se/ epoch 0 platforms darwin name c-ares long_description {c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.} maintainers toby categories net version 1.7.0 revision 0 cacti 472 variants {server plugins} portdir net/cacti description {Cacti is a complete RRDtool network graphing solution.} homepage http://www.cacti.net epoch 0 platforms darwin depends_lib {path:bin/mysql_config5:mysql5 port:rrdtool} name cacti long_description {Cacti is a complete network graphing solution designed to harness the power of RRDtool's data storage and graphing functions.} maintainers markd depends_extract bin:unzip:unzip categories net version 0.8.7e revision 0 canto 536 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jochen at macports.org Tue Dec 1 14:45:36 2009 From: jochen at macports.org (jochen at macports.org) Date: Tue, 1 Dec 2009 14:45:36 -0800 (PST) Subject: [61098] trunk/dports/aqua/qt4-mac-devel/Portfile Message-ID: <20091201224537.00D3D373DD8E@beta.macosforge.org> Revision: 61098 http://trac.macports.org/changeset/61098 Author: jochen at macports.org Date: 2009-12-01 14:45:33 -0800 (Tue, 01 Dec 2009) Log Message: ----------- increase epoch Modified Paths: -------------- trunk/dports/aqua/qt4-mac-devel/Portfile Modified: trunk/dports/aqua/qt4-mac-devel/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-01 21:54:23 UTC (rev 61097) +++ trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-01 22:45:33 UTC (rev 61098) @@ -5,6 +5,7 @@ name qt4-mac-devel conflicts qt4-mac +epoch 1 version 4.6.0 categories aqua platforms macosx -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 14:54:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 14:54:20 -0800 (PST) Subject: [61099] trunk/dports Message-ID: <20091201225422.EBD3D373DEE8@beta.macosforge.org> Revision: 61099 http://trac.macports.org/changeset/61099 Author: portindex at macports.org Date: 2009-12-01 14:54:18 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-01 22:45:33 UTC (rev 61098) +++ trunk/dports/PortIndex 2009-12-01 22:54:18 UTC (rev 61099) @@ -151,7 +151,7 @@ qt4-mac 591 variants {darwin_10 mysql odbc psql sqlite2 cocoa noframework raster universal} depends_build port:pkgconfig portdir aqua/qt4-mac description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms macosx depends_lib {port:zlib port:tiff port:libpng port:libmng port:jpeg port:dbus port:openssl port:sqlite3} name qt4-mac long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.5.3 revision 0 qt4-mac-devel 603 -variants {darwin_10 mysql odbc psql sqlite2 cocoa noframework raster universal} depends_build port:pkgconfig portdir aqua/qt4-mac-devel description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms macosx depends_lib {port:zlib port:dbus port:openssl port:sqlite3 port:tiff port:libpng port:libmng port:jpeg} name qt4-mac-devel long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.6.0 revision 0 +variants {darwin_10 mysql odbc psql sqlite2 cocoa noframework raster universal} depends_build port:pkgconfig portdir aqua/qt4-mac-devel description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 1 platforms macosx depends_lib {port:zlib port:dbus port:openssl port:sqlite3 port:tiff port:libpng port:libmng port:jpeg} name qt4-mac-devel long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications. This version uses the native Aqua UI. For a X11 version, see qt4-x11.} maintainers nomaintainer categories aqua version 4.6.0 revision 0 qtiplot 727 variants {python25 universal} portdir aqua/qtiplot description {Data Analysis and Scientific Plotting} homepage http://soft.proindependent.com/qtiplot.html epoch 0 platforms darwin name qtiplot depends_lib {port:qt4-mac port:muparser port:boost port:gsl port:libpng} long_description {Similar to Origin or SigmaPlot, QtiPlot can be used to present 2D and 3D data and has various data analysis functions like curve fitting. Plotting of 3D data can be rendered using OpenGL using the Qwt3D libraries. It's a full-featured data analysis and plotting package available on Linux, Windows and Mac OS X platforms that supports python scripting.} maintainers {jonas openmaintainer} categories {aqua science} version 0.9.7.9 revision 1 qtoctave-mac 537 @@ -3837,7 +3837,7 @@ spring-framework 403 variants with_libs portdir java/spring-framework description {Spring application framework for Java} homepage http://www.springframework.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework long_description {Spring is a layered Java/J2EE application framework.} maintainers {jberry openmaintainer} depends_extract bin:unzip:unzip categories java version 2.5.6.SEC01 revision 0 spring-framework3 364 -portdir java/spring-framework3 description {Spring application framework for Java} homepage http://www.springsource.org/about epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework3 maintainers blair long_description {Spring is a layered Java/J2EE application framework.} depends_extract bin:unzip:unzip categories java version 3.0.0 revision 3 +portdir java/spring-framework3 description {Spring application framework for Java} homepage http://www.springsource.org/about epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework3 maintainers blair long_description {Spring is a layered Java/J2EE application framework.} depends_extract bin:unzip:unzip categories java version 3.0.0 revision 4 spring-javaconfig 719 portdir java/spring-javaconfig description {Type-safe, pure-Java way to configure applications} homepage http://www.springframework.org/javaconfig epoch 0 platforms darwin depends_lib {bin:java:kaffe port:spring-framework port:cglib} name spring-javaconfig maintainers blair long_description {The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.} depends_extract bin:unzip:unzip categories java version 0.2.1.0.0.M4 revision 0 spyjar 797 @@ -5832,8 +5832,8 @@ 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 variants universal portdir net/openvpn2 description {easy-to-use, robust, and highly configurable VPN} homepage http://www.openvpn.net epoch 0 platforms darwin name openvpn2 depends_lib {port:lzo2 port:openssl} 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 {gmail.com:jordiyeh pmq} categories {net security} version 2.0.9 revision 1 -p0f 529 -variants universal depends_build port:gmake portdir net/p0f description {versatile passive OS fingerprinting, masquerade detection tool} homepage http://lcamtuf.coredump.cx/p0f.shtml epoch 0 platforms darwin name p0f long_description {p0f is a versatile passive OS fingerprinting and masquerade detection utility, to be used for evidence or information gathering on servers, firewalls, IDSes, and honeypots, for pen-testing, or just for the fun of it.} maintainers nomaintainer categories {net security} version 2.0.8 revision 0 +p0f 510 +depends_build port:gmake portdir net/p0f description {versatile passive OS fingerprinting, masquerade detection tool} homepage http://lcamtuf.coredump.cx/p0f.shtml epoch 0 platforms darwin name p0f maintainers nomaintainer long_description {p0f is a versatile passive OS fingerprinting and masquerade detection utility, to be used for evidence or information gathering on servers, firewalls, IDSes, and honeypots, for pen-testing, or just for the fun of it.} categories {net security} version 2.0.8 revision 0 packetforward 582 portdir net/packetforward description {An IP packet capture/forward application} homepage http://www.holdorf.dk/software/downloads/ epoch 0 platforms darwin name packetforward depends_lib {port:libpcap port:libnet} maintainers {boeyms openmaintainer} long_description {PakcetForward is an IP packet capture/forward application based on libpcap and libnet. It is a command line tool that listens on one network interface for UDP and TCP packets and then injects them on the same or another network interface changing the destination address.} categories net version 0.8.1 revision 0 packit 740 @@ -10609,7 +10609,7 @@ xmlsec 551 variants universal portdir security/xmlsec description {XML Security Library is a C library based on LibXML2.} homepage http://www.aleksey.com/xmlsec/ epoch 0 platforms darwin name xmlsec depends_lib {port:libxml2 port:libxslt port:openssl port:libiconv port:zlib} long_description {XML Security Library is a C library based on LibXML2. The library supports major XML security standards. XML Signature, XML Encryption, Canonical XML and Exclusive Canonical XML.} maintainers nomaintainer categories {security textproc devel} version 1.2.13 revision 0 xmltooling 393 -variants universal portdir security/xmltooling description {XMLTooling library for C++} homepage http://www.opensaml.org/ epoch 0 platforms darwin name xmltooling depends_lib {port:curl port:xercesc3 port:xml-security-c port:log4shib} long_description {Toolkit for security-aware XML processing} maintainers {snc scantor} categories {security textproc xml shibboleth} version 1.3.1 revision 0 +variants universal portdir security/xmltooling description {XMLTooling library for C++} homepage http://www.opensaml.org/ epoch 0 platforms darwin name xmltooling depends_lib {port:curl port:xercesc3 port:xml-security-c port:log4shib} long_description {Toolkit for security-aware XML processing} maintainers {snc scantor} categories {security textproc xml shibboleth} version 1.3.2 revision 0 ykpers 451 variants universal portdir security/ykpers description {Easily personalize Yubico's USB keys.} homepage http://code.google.com/p/yubikey-personalization/ epoch 0 platforms darwin name ykpers depends_lib port:libyubikey long_description {Yubico's USB keys (called Yubikeys) need to be personalized. This project's purpose is to create a library that makes this an easy task.} maintainers {snc openmaintainer} categories security version 1.1 revision 0 zzuf 636 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 17:09:42 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 17:09:42 -0800 (PST) Subject: [61100] trunk/dports/devel/libcddb/Portfile Message-ID: <20091202010943.7A87E373FDC1@beta.macosforge.org> Revision: 61100 http://trac.macports.org/changeset/61100 Author: ryandesign at macports.org Date: 2009-12-01 17:09:40 -0800 (Tue, 01 Dec 2009) Log Message: ----------- libcddb: do not use cdio functions, because libcddb does not declare a dependency on libcdio, because libcdio declares a dependency on libcddb, and circular dependencies are not allowed Modified Paths: -------------- trunk/dports/devel/libcddb/Portfile Modified: trunk/dports/devel/libcddb/Portfile =================================================================== --- trunk/dports/devel/libcddb/Portfile 2009-12-01 22:54:18 UTC (rev 61099) +++ trunk/dports/devel/libcddb/Portfile 2009-12-02 01:09:40 UTC (rev 61100) @@ -5,6 +5,7 @@ name libcddb version 1.3.2 +revision 1 categories devel maintainers nomaintainer description library to access data on a CDDB server @@ -26,5 +27,7 @@ use_bzip2 yes +configure.args --without-cdio + test.run yes test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Tue Dec 1 17:47:25 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Tue, 1 Dec 2009 17:47:25 -0800 (PST) Subject: [61101] trunk/dports/devel/gob2/Portfile Message-ID: <20091202014726.0AEDE37418EC@beta.macosforge.org> Revision: 61101 http://trac.macports.org/changeset/61101 Author: rmsfisher at macports.org Date: 2009-12-01 17:47:22 -0800 (Tue, 01 Dec 2009) Log Message: ----------- devel/gob2 upgraded version Modified Paths: -------------- trunk/dports/devel/gob2/Portfile Modified: trunk/dports/devel/gob2/Portfile =================================================================== --- trunk/dports/devel/gob2/Portfile 2009-12-02 01:09:40 UTC (rev 61100) +++ trunk/dports/devel/gob2/Portfile 2009-12-02 01:47:22 UTC (rev 61101) @@ -4,7 +4,7 @@ PortSystem 1.0 name gob2 -version 2.0.15 +version 2.0.16 set branch [join [lrange [split ${version} .] 0 1] .] categories devel maintainers nomaintainer @@ -19,9 +19,9 @@ master_sites gnome:sources/${name}/${branch}/ \ http://ftp.5z.com/pub/gob -checksums md5 0c5ab18305fc37902d202a253fdb28b1 \ - sha1 615e968e4a3fb16ac0a6f8668c57765554ca3f30 \ - rmd160 d5cb4c4ecf5574daf5e13b3c3039c1697bd8caaa +checksums md5 cced6d709df6fad3baf8831f027d62d5 \ + sha1 c197ceee36b356c1c312ebf49f49a31fec04529e \ + rmd160 44d2398e828a5f81c2071fa7e0865a9197ba5185 depends_build port:pkgconfig -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 17:54:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 17:54:17 -0800 (PST) Subject: [61102] trunk/dports/PortIndex Message-ID: <20091202015418.E2FC13741ED6@beta.macosforge.org> Revision: 61102 http://trac.macports.org/changeset/61102 Author: portindex at macports.org Date: 2009-12-01 17:54:17 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 01:47:22 UTC (rev 61101) +++ trunk/dports/PortIndex 2009-12-02 01:54:17 UTC (rev 61102) @@ -1537,7 +1537,7 @@ libbuffers 328 variants universal portdir devel/libbuffers description {C++ library for handling buffers of various kinds} homepage http://libarxx.sourceforge.net/ epoch 0 platforms darwin name libbuffers long_description {{C++ library for handling buffers of various kinds}} maintainers nomaintainer categories devel version 0.4.0 revision 0 libcddb 511 -variants universal portdir devel/libcddb description {library to access data on a CDDB server} homepage http://libcddb.sourceforge.net/ epoch 0 platforms darwin name libcddb depends_lib port:libiconv long_description {Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to search the database for possible CD matches, retrieve detailed information about a specific CD, and submit new CD entries to the database.} maintainers nomaintainer categories devel version 1.3.2 revision 0 +variants universal portdir devel/libcddb description {library to access data on a CDDB server} homepage http://libcddb.sourceforge.net/ epoch 0 platforms darwin name libcddb depends_lib port:libiconv long_description {Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to search the database for possible CD matches, retrieve detailed information about a specific CD, and submit new CD entries to the database.} maintainers nomaintainer categories devel version 1.3.2 revision 1 libcdio 569 variants universal depends_build port:pkgconfig portdir devel/libcdio description {Compact Disc Input and Control Library} homepage http://www.gnu.org/software/libcdio/ epoch 0 platforms darwin depends_lib {port:libcddb port:libiconv port:gettext port:popt port:ncurses} name libcdio long_description {The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library.} maintainers nomaintainer categories devel version 0.82 revision 0 libcipher 249 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 18:04:54 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 18:04:54 -0800 (PST) Subject: [61103] trunk/dports/archivers/lzo2/Portfile Message-ID: <20091202020455.67CDF37427D2@beta.macosforge.org> Revision: 61103 http://trac.macports.org/changeset/61103 Author: ryandesign at macports.org Date: 2009-12-01 18:04:53 -0800 (Tue, 01 Dec 2009) Log Message: ----------- lzo2: also install static library; closes #19527 (maintainer timeout) Modified Paths: -------------- trunk/dports/archivers/lzo2/Portfile Modified: trunk/dports/archivers/lzo2/Portfile =================================================================== --- trunk/dports/archivers/lzo2/Portfile 2009-12-02 01:54:17 UTC (rev 61102) +++ trunk/dports/archivers/lzo2/Portfile 2009-12-02 02:04:53 UTC (rev 61103) @@ -5,7 +5,7 @@ name lzo2 set my_name lzo version 2.03 -revision 1 +revision 2 categories archivers platforms darwin maintainers gmail.com:yunzheng.hu @@ -29,7 +29,7 @@ sha1 135a50699296e853362a3d11b9f872c74c8b8c5a \ rmd160 1c2eb11ba2babd81236128b7fef3676c9db7da51 -configure.args --enable-shared --disable-static --disable-asm +configure.args --enable-shared --enable-static --disable-asm test.run yes test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 18:15:20 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 18:15:20 -0800 (PST) Subject: [61104] trunk/dports/multimedia/mkvtoolnix/Portfile Message-ID: <20091202021521.6605D3742F63@beta.macosforge.org> Revision: 61104 http://trac.macports.org/changeset/61104 Author: ryandesign at macports.org Date: 2009-12-01 18:15:18 -0800 (Tue, 01 Dec 2009) Log Message: ----------- mkvtoolnix: disable universal variant because dependency libmatroska is not universal Modified Paths: -------------- trunk/dports/multimedia/mkvtoolnix/Portfile Modified: trunk/dports/multimedia/mkvtoolnix/Portfile =================================================================== --- trunk/dports/multimedia/mkvtoolnix/Portfile 2009-12-02 02:04:53 UTC (rev 61103) +++ trunk/dports/multimedia/mkvtoolnix/Portfile 2009-12-02 02:15:18 UTC (rev 61104) @@ -15,9 +15,14 @@ platforms darwin master_sites ${homepage}sources/ use_bzip2 yes + +# libmatroska is not universal +universal_variant no + checksums md5 7b049aa43c6b39dfcb19f5a46d5574ac \ sha1 be2b4b427befaad3d842b3ad3d55fb97b93b0468 \ rmd160 d0cb8629ad35b29708a0c7777dfe9a4d623a8e10 + depends_lib port:boost \ port:expat \ port:libogg \ @@ -25,6 +30,7 @@ port:libvorbis \ port:pcre \ port:zlib + configure.args --mandir=${prefix}/share/man \ --with-boost-regex=boost_regex-mt \ --with-extra-libs=${prefix}/lib \ @@ -32,6 +38,7 @@ --without-flac \ --disable-gui \ --disable-wxwidgets + default_variants +flac variant wxwidgets description {Build with the wxWidgets GUI} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 18:43:25 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 18:43:25 -0800 (PST) Subject: [61105] trunk/dports/audio/id3v2 Message-ID: <20091202024325.46D723743A81@beta.macosforge.org> Revision: 61105 http://trac.macports.org/changeset/61105 Author: ryandesign at macports.org Date: 2009-12-01 18:43:24 -0800 (Tue, 01 Dec 2009) Log Message: ----------- id3v2: make sure we're always UsingTheRightCompiler; see #20072 Modified Paths: -------------- trunk/dports/audio/id3v2/Portfile Added Paths: ----------- trunk/dports/audio/id3v2/files/ trunk/dports/audio/id3v2/files/patch-Makefile.diff Modified: trunk/dports/audio/id3v2/Portfile =================================================================== --- trunk/dports/audio/id3v2/Portfile 2009-12-02 02:15:18 UTC (rev 61104) +++ trunk/dports/audio/id3v2/Portfile 2009-12-02 02:43:24 UTC (rev 61105) @@ -18,12 +18,15 @@ universal_variant no +patchfiles patch-Makefile.diff post-patch { reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/Makefile" } -configure {} +use_configure no +build.env CXX=${configure.cxx} + destroot { xinstall -m 755 ${worksrcpath}/id3v2 ${destroot}/${prefix}/bin/ xinstall -m 644 ${worksrcpath}/id3v2.1 ${destroot}/${prefix}/share/man/man1/ Added: trunk/dports/audio/id3v2/files/patch-Makefile.diff =================================================================== --- trunk/dports/audio/id3v2/files/patch-Makefile.diff (rev 0) +++ trunk/dports/audio/id3v2/files/patch-Makefile.diff 2009-12-02 02:43:24 UTC (rev 61105) @@ -0,0 +1,15 @@ +--- Makefile 2004-05-04 13:33:53.000000000 -0500 ++++ Makefile 2009-06-25 01:00:03.000000000 -0500 +@@ -7,10 +7,10 @@ + LDFLAGS+= -L${PREFIX}/lib/ + + id3v2: convert.o list.o id3v2.o genre.o +- c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ $^ ++ $(CXX) ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ $^ + + create_map: create_map.o +- c++ -Wall -g -o $@ $^ ++ $(CXX) -Wall -g -o $@ $^ + + install: all + install -c -s id3v2 ${PREFIX}/bin/id3v2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 18:54:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 18:54:11 -0800 (PST) Subject: [61106] trunk/dports Message-ID: <20091202025412.D7DCE3743C49@beta.macosforge.org> Revision: 61106 http://trac.macports.org/changeset/61106 Author: portindex at macports.org Date: 2009-12-01 18:54:11 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 02:43:24 UTC (rev 61105) +++ trunk/dports/PortIndex 2009-12-02 02:54:11 UTC (rev 61106) @@ -235,7 +235,7 @@ lzmautils 455 variants universal portdir archivers/lzmautils description {LZMA Utils} homepage http://tukaani.org/lzma/ epoch 0 platforms darwin name lzmautils long_description {LZMA utils consist of a few relatively separate submodules: * LZMA encoder/decoder command line tool similar to gzip/bzip2 * Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)} maintainers {afb openmaintainer} categories archivers version 4.32.7 revision 1 lzo2 657 -variants {darwin_8 universal} portdir archivers/lzo2 description {Real-time data compression library} homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo2 long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers gmail.com:yunzheng.hu categories archivers version 2.03 revision 1 +variants {darwin_8 universal} portdir archivers/lzo2 description {Real-time data compression library} homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo2 long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers gmail.com:yunzheng.hu categories archivers version 2.03 revision 2 makeself 488 portdir archivers/makeself description {A small shell script that generates a self-extractable archives} homepage http://www.megastep.org/makeself/ epoch 0 platforms darwin name makeself maintainers nomaintainer long_description {makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is.} version 2.1.4 categories archivers revision 0 mgzip 446 @@ -1355,7 +1355,7 @@ gob1 373 variants universal portdir devel/gob1 description {preprocessor for making GTK+ 1 objects with inline C} homepage http://www.5z.com/jirka/gob.html epoch 0 platforms darwin name gob1 depends_lib port:glib1 long_description {Old 1.0 version of gob for making GTK+ 1 (with some support for GTK+ 2) objects.} maintainers nomaintainer categories devel version 1.0.12 revision 0 gob2 587 -variants universal depends_build port:pkgconfig portdir devel/gob2 description {preprocessor for making GObjects with inline C} homepage http://www.5z.com/jirka/gob.html epoch 0 platforms darwin depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 name gob2 long_description {GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done.} maintainers nomaintainer categories devel version 2.0.15 revision 0 +variants universal depends_build port:pkgconfig portdir devel/gob2 description {preprocessor for making GObjects with inline C} homepage http://www.5z.com/jirka/gob.html epoch 0 platforms darwin depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 name gob2 long_description {GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done.} maintainers nomaintainer categories devel version 2.0.16 revision 0 google-ctemplate 462 variants universal portdir devel/google-ctemplate description {A simple but powerful template language for C++} homepage http://code.google.com/p/google-ctemplate/ epoch 0 platforms darwin name google-ctemplate maintainers piu.fm:a long_description {A simple but powerful template language for C++. It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.} categories devel version 0.95 revision 0 google-perftools 566 @@ -5242,8 +5242,8 @@ variants universal portdir multimedia/ming description {an SWF output library} homepage http://www.libming.org/ epoch 0 platforms darwin depends_lib {port:giflib port:libpng port:zlib port:freetype} name ming maintainers nomaintainer long_description {Ming is an SWF (\"Flash\") file format output library. It is written in C, with wrappers for C++, Python, and PHP, plus rudimentary support for Ruby and Perl.} categories {multimedia graphics} version 0.4.2 revision 0 mjpegtools 572 variants {no_x11 universal} depends_build port:pkgconfig portdir multimedia/mjpegtools description {Set of tools to record/playback/edit videos in MPEG format} homepage http://mjpeg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:xorg-libXxf86dga port:gtk2 port:libsdl_gfx port:libpng port:jpeg port:libdv port:libquicktime} name mjpegtools long_description {Programs for MJPEG recording and playback and simple cut-and-paste editing and MPEG compression of audio and video.} maintainers gmail.com:filippo.natali categories multimedia version 1.9.0 revision 0 -mkvtoolnix 593 -variants {wxwidgets flac bzip2 lzo universal} portdir multimedia/mkvtoolnix description {Matroska media files manipulation tools.} homepage http://www.bunkus.org/videotools/mkvtoolnix/ epoch 0 platforms darwin name mkvtoolnix depends_lib {port:boost port:expat port:libogg port:libmatroska port:libvorbis port:pcre port:zlib port:flac} long_description {mkvtoolnix will evolve to a set of tools to create, alter and inspect Matroska files under Linux and other Unices, just what the OGMtools do for the OGM format.} maintainers il.fontys.nl:ruud categories multimedia version 2.9.8 revision 0 +mkvtoolnix 583 +variants {wxwidgets flac bzip2 lzo} portdir multimedia/mkvtoolnix description {Matroska media files manipulation tools.} homepage http://www.bunkus.org/videotools/mkvtoolnix/ epoch 0 platforms darwin name mkvtoolnix depends_lib {port:boost port:expat port:libogg port:libmatroska port:libvorbis port:pcre port:zlib port:flac} long_description {mkvtoolnix will evolve to a set of tools to create, alter and inspect Matroska files under Linux and other Unices, just what the OGMtools do for the OGM format.} maintainers il.fontys.nl:ruud categories multimedia version 2.9.8 revision 0 mlt 1041 variants {darwin_8 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.6 revision 0 moc 881 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From scantor at macports.org Tue Dec 1 19:18:23 2009 From: scantor at macports.org (scantor at macports.org) Date: Tue, 1 Dec 2009 19:18:23 -0800 (PST) Subject: [61107] trunk/dports/security/shibboleth/Portfile Message-ID: <20091202031824.1A8D43743FD8@beta.macosforge.org> Revision: 61107 http://trac.macports.org/changeset/61107 Author: scantor at macports.org Date: 2009-12-01 19:18:19 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Update version to 2.3.1 Modified Paths: -------------- trunk/dports/security/shibboleth/Portfile Modified: trunk/dports/security/shibboleth/Portfile =================================================================== --- trunk/dports/security/shibboleth/Portfile 2009-12-02 02:54:11 UTC (rev 61106) +++ trunk/dports/security/shibboleth/Portfile 2009-12-02 03:18:19 UTC (rev 61107) @@ -4,7 +4,7 @@ PortSystem 1.0 name shibboleth -version 2.3 +version 2.3.1 categories security www shibboleth license Apache maintainers snc scantor @@ -45,7 +45,7 @@ master_sites http://shibboleth.internet2.edu/downloads/${name}/cppsp/${version}/ distname ${name}-sp-${version} worksrcdir ${name}-${version} -checksums sha1 c26f19ab81ef157c8ac53e4f972d841fe142de85 +checksums sha1 897d453e0ef4d17b23bb5fcd81168f2fd0b12df3 configure.args --with-xmltooling=${prefix} \ --with-opensaml=${prefix} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 19:34:14 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 19:34:14 -0800 (PST) Subject: [61108] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Message-ID: <20091202033414.DDDEF3744247@beta.macosforge.org> Revision: 61108 http://trac.macports.org/changeset/61108 Author: ryandesign at macports.org Date: 2009-12-01 19:34:12 -0800 (Tue, 01 Dec 2009) Log Message: ----------- muniversal-1.0.tcl: compare contents of compressed files, not the compressed files themselves; see #22650 Modified Paths: -------------- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-02 03:18:19 UTC (rev 61107) +++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-02 03:34:12 UTC (rev 61108) @@ -503,14 +503,42 @@ switch -glob ${fl} { *.jar { # jar files can be different becasue of timestamp - ui_debug "universal: merge: ${prefixDir}/${fl} is different in ${base1} and ${base2}; assume timestamp difference" + ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2}; assume timestamp difference" copy ${dir1}/${fl} ${dir} } *.elc { # elc files can be different because they record when and where they were built. - ui_debug "universal: merge: ${prefixDir}/${fl} is different in ${base1} and ${base2}; assume trivial difference" + ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2}; assume trivial difference" copy ${dir1}/${fl} ${dir} } + *.gz - + *.bz2 { + # compressed files can differ due to entropy + switch -glob ${fl} { + *.gz { + set cat /usr/bin/gzcat + } + *.bz2 { + set cat /usr/bin/bzcat + } + } + set tempdir [mkdtemp "/tmp/muniversal.XXXXXXXX"] + set tempfile1 "${tempdir}/${arch1}-[file rootname ${fl}]" + set tempfile2 "${tempdir}/${arch2}-[file rootname ${fl}]" + system "${cat} ${dir1}/${fl} > ${tempfile1}" + system "${cat} ${dir2}/${fl} > ${tempfile2}" + set identical "no" + if { ! [catch {system "/usr/bin/cmp -s ${tempfile1} ${tempfile2}"}] } { + # files are identical + ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2} but the contents are the same" + set identical "yes" + copy ${dir1}/${fl} ${dir} + } + delete ${tempfile1} ${tempfile2} ${tempdir} + if {${identical}=="no"} { + return -code error "${prefixDir}/${fl} differs in ${base1} and ${base2} and cannot be merged" + } + } default { return -code error "${prefixDir}/${fl} differs in ${base1} and ${base2} and cannot be merged" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 19:35:02 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 19:35:02 -0800 (PST) Subject: [61109] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Message-ID: <20091202033502.366DB374426F@beta.macosforge.org> Revision: 61109 http://trac.macports.org/changeset/61109 Author: ryandesign at macports.org Date: 2009-12-01 19:35:01 -0800 (Tue, 01 Dec 2009) Log Message: ----------- muniversal-1.0.tcl: typo in comment Modified Paths: -------------- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-02 03:34:12 UTC (rev 61108) +++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-12-02 03:35:01 UTC (rev 61109) @@ -502,7 +502,7 @@ # nothing has worked so far. switch -glob ${fl} { *.jar { - # jar files can be different becasue of timestamp + # jar files can be different because of timestamp ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2}; assume timestamp difference" copy ${dir1}/${fl} ${dir} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 19:50:26 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 19:50:26 -0800 (PST) Subject: [61110] trunk/dports/x11 Message-ID: <20091202035026.A5F3E37444E7@beta.macosforge.org> Revision: 61110 http://trac.macports.org/changeset/61110 Author: ryandesign at macports.org Date: 2009-12-01 19:50:25 -0800 (Tue, 01 Dec 2009) Log Message: ----------- pango, pango-devel: manpage gzip workaround for muniversal no longer necessary; see #22650 Modified Paths: -------------- trunk/dports/x11/pango/Portfile trunk/dports/x11/pango-devel/Portfile Modified: trunk/dports/x11/pango/Portfile =================================================================== --- trunk/dports/x11/pango/Portfile 2009-12-02 03:35:01 UTC (rev 61109) +++ trunk/dports/x11/pango/Portfile 2009-12-02 03:50:25 UTC (rev 61110) @@ -45,11 +45,6 @@ configure.ccache no -# Do not call gzip on man files as it interferes with the universal merger process. -post-patch { - reinplace "s|\$(MAKE) \$(AM_MAKEFLAGS) install-data-hook||" ${worksrcpath}/pango-view/Makefile.in -} - platform macosx {} variant quartz requires macosx { # Although this variant does nothing, pango will automatically build Modified: trunk/dports/x11/pango-devel/Portfile =================================================================== --- trunk/dports/x11/pango-devel/Portfile 2009-12-02 03:35:01 UTC (rev 61109) +++ trunk/dports/x11/pango-devel/Portfile 2009-12-02 03:50:25 UTC (rev 61110) @@ -46,11 +46,6 @@ configure.ccache no -# Do not call gzip on man files as it interferes with the universal merger process. -post-patch { - reinplace "s|\$(MAKE) \$(AM_MAKEFLAGS) install-data-hook||" ${worksrcpath}/pango-view/Makefile.in -} - platform macosx {} variant quartz requires macosx { # Although this variant does nothing, pango will automatically build -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 19:54:08 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 19:54:08 -0800 (PST) Subject: [61111] trunk/dports Message-ID: <20091202035409.E214F3744587@beta.macosforge.org> Revision: 61111 http://trac.macports.org/changeset/61111 Author: portindex at macports.org Date: 2009-12-01 19:54:06 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 03:50:25 UTC (rev 61110) +++ trunk/dports/PortIndex 2009-12-02 03:54:06 UTC (rev 61111) @@ -10582,8 +10582,8 @@ portdir security/secpwgen description {An utility for generating secure passphrases} homepage http://www.core-dump.com.hr/index.pl?node_id=407 epoch 0 platforms darwin name secpwgen depends_lib port:cryptlib maintainers nomaintainer long_description {An utility for generating secure passphrases. Implements several methods for passphrase generation including the Diceware method with 8192 word dictionary compiled in the executable.} categories security version 1.3 revision 0 sguil-client 404 depends_build {port:itcl port:tclx port:itk port:iwidgets port:tcllib port:tcl-tls port:openssl} portdir security/sguil-client description {GUI Console for Sguil Network Security Monitor} homepage http://sguil.sf.net epoch 0 platforms darwin name sguil-client maintainers nomaintainer long_description {{GUI Console for Sguil Network Security Monitor}} categories {security net} version 0.6.1 revision 0 -shibboleth 664 -variants {odbc universal} portdir security/shibboleth description {Shibboleth Native Service Provider} homepage http://shibboleth.internet2.edu/ epoch 0 platforms darwin name shibboleth depends_lib {port:opensaml port:xmltooling port:xercesc3 port:xml-security-c port:log4shib} long_description {The Shibboleth System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.} maintainers {snc scantor} categories {security www shibboleth} version 2.3 revision 0 +shibboleth 666 +variants {odbc universal} portdir security/shibboleth description {Shibboleth Native Service Provider} homepage http://shibboleth.internet2.edu/ epoch 0 platforms darwin name shibboleth depends_lib {port:opensaml port:xmltooling port:xercesc3 port:xml-security-c port:log4shib} long_description {The Shibboleth System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.} maintainers {snc scantor} categories {security www shibboleth} version 2.3.1 revision 0 sign 342 portdir security/sign description {sign is a file signing and signature verification utility} homepage http://swapped.cc/sign/ epoch 0 platforms darwin name sign depends_lib lib:libssl:openssl maintainers nomaintainer long_description {{sign is a file signing and signature verification utility}} categories security version 1.0.7 revision 0 stegdetect 516 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 20:41:38 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 20:41:38 -0800 (PST) Subject: [61112] trunk/dports/devel/icu/Portfile Message-ID: <20091202044138.307F737450B5@beta.macosforge.org> Revision: 61112 http://trac.macports.org/changeset/61112 Author: ryandesign at macports.org Date: 2009-12-01 20:41:37 -0800 (Tue, 01 Dec 2009) Log Message: ----------- icu: * update to 4.3.3 * universal build should now work (#21949) * dylibs are no longer executable (no reason for them to be) * doc dir name no longer contains version number Modified Paths: -------------- trunk/dports/devel/icu/Portfile Modified: trunk/dports/devel/icu/Portfile =================================================================== --- trunk/dports/devel/icu/Portfile 2009-12-02 03:54:06 UTC (rev 61111) +++ trunk/dports/devel/icu/Portfile 2009-12-02 04:41:37 UTC (rev 61112) @@ -6,7 +6,7 @@ name icu set my_name icu4c -version 4.3.1 +version 4.3.3 categories devel textproc platforms darwin freebsd maintainers nox openmaintainer @@ -26,22 +26,23 @@ distfiles [suffix ${distname}-src] checksums ${distname}-src.tgz \ - md5 10d1cdc843f8e047fc308ec49d3d0543 \ - sha1 ff497c2480928a0f33386bb85a55020deecf8549 \ - rmd160 983fcd43a5e1f8c32a1f0d696b47fb7afc855027 \ + md5 69b1fdaa7c7ea720673f322a5e07fe8f \ + sha1 4ca3c9b75edd78bc69016702af8a018ede8f9c85 \ + rmd160 764f2c89747078ded936ab5513bce02290264792 \ ${distname}-docs.zip \ - md5 c2d732ce7d086257ed60071674752471 \ - sha1 08d0a6c56f6a6872a7f15bf8c1127af5dca07997 \ - rmd160 ac47371ca2a6a72babb10dc5e817083a4f623023 + md5 92d7280567286b7a52f47775a9cd4e4d \ + sha1 8d52ce9fa60a47d45923e46f9eda37320191c279 \ + rmd160 6e912a89eba61608df88c3f1b45962fb8695c11c worksrcdir ${name}/source -set docdir ${prefix}/share/doc/${name}-${version} +set docdir ${prefix}/share/doc/${name} patchfiles patch-configure.diff \ patch-config-mh-darwin.diff post-patch { reinplace "s;install_name ;install_name ${prefix}/lib/;" ${worksrcpath}/config/mh-darwin + reinplace "s|`date`|[exec date]|g" ${worksrcpath}/Makefile.in } set platform [switch ${os.platform} {darwin {format MacOSX} freebsd {format FreeBSD}}] @@ -51,6 +52,8 @@ --enable-static \ --disable-samples +configure.universal_args-delete --disable-dependency-tracking + # Fix bug #11981 that prevents ICU from building when upgrading. # The default configure flags causes utilisation of outdated ICU # headers/libs instead of the right ones. @@ -64,11 +67,16 @@ test.run yes test.target check -post-destroot { - foreach dylib [glob -type f ${destroot}${prefix}/lib/*.dylib] { - file attributes ${dylib} -permissions 0755 +post-build { + foreach arch ${universal_archs_to_use} { + reinplace -E {s|-arch [a-z0-9_]+||g} \ + ${worksrcpath}-${arch}/config/icu-config \ + ${worksrcpath}-${arch}/config/Makefile.inc \ + ${worksrcpath}-${arch}/config/pkgdata.inc } +} +post-destroot { xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath}/.. readme.html ${destroot}${docdir} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 20:54:04 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 20:54:04 -0800 (PST) Subject: [61113] trunk/dports/PortIndex Message-ID: <20091202045406.21B6737452CB@beta.macosforge.org> Revision: 61113 http://trac.macports.org/changeset/61113 Author: portindex at macports.org Date: 2009-12-01 20:54:00 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 04:41:37 UTC (rev 61112) +++ trunk/dports/PortIndex 2009-12-02 04:54:00 UTC (rev 61113) @@ -1491,7 +1491,7 @@ 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 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 +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.3 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Dec 1 21:39:54 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 1 Dec 2009 21:39:54 -0800 (PST) Subject: [61114] trunk/dports/devel/icu/Portfile Message-ID: <20091202053955.9003A3745BA3@beta.macosforge.org> Revision: 61114 http://trac.macports.org/changeset/61114 Author: ryandesign at macports.org Date: 2009-12-01 21:39:51 -0800 (Tue, 01 Dec 2009) Log Message: ----------- icu: fix non-universal build; see #21949 Modified Paths: -------------- trunk/dports/devel/icu/Portfile Modified: trunk/dports/devel/icu/Portfile =================================================================== --- trunk/dports/devel/icu/Portfile 2009-12-02 04:54:00 UTC (rev 61113) +++ trunk/dports/devel/icu/Portfile 2009-12-02 05:39:51 UTC (rev 61114) @@ -68,11 +68,19 @@ test.target check post-build { - foreach arch ${universal_archs_to_use} { + if {[variant_isset universal]} { + set dirs {} + foreach arch ${universal_archs_to_use} { + lappend dirs ${worksrcpath}-${arch} + } + } else { + set dirs ${worksrcpath} + } + foreach dir ${dirs} { reinplace -E {s|-arch [a-z0-9_]+||g} \ - ${worksrcpath}-${arch}/config/icu-config \ - ${worksrcpath}-${arch}/config/Makefile.inc \ - ${worksrcpath}-${arch}/config/pkgdata.inc + ${dir}/config/icu-config \ + ${dir}/config/Makefile.inc \ + ${dir}/config/pkgdata.inc } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidnichols at macports.org Tue Dec 1 21:58:06 2009 From: davidnichols at macports.org (davidnichols at macports.org) Date: Tue, 1 Dec 2009 21:58:06 -0800 (PST) Subject: [61115] trunk/dports/lang/qore-oracle-module/Portfile Message-ID: <20091202055806.EC1F63745E8D@beta.macosforge.org> Revision: 61115 http://trac.macports.org/changeset/61115 Author: davidnichols at macports.org Date: 2009-12-01 21:58:03 -0800 (Tue, 01 Dec 2009) Log Message: ----------- updated to version 1.0.9 Modified Paths: -------------- trunk/dports/lang/qore-oracle-module/Portfile Modified: trunk/dports/lang/qore-oracle-module/Portfile =================================================================== --- trunk/dports/lang/qore-oracle-module/Portfile 2009-12-02 05:39:51 UTC (rev 61114) +++ trunk/dports/lang/qore-oracle-module/Portfile 2009-12-02 05:58:03 UTC (rev 61115) @@ -4,7 +4,7 @@ PortSystem 1.0 name qore-oracle-module -version 1.0.8 +version 1.0.9 categories lang maintainers davidnichols description Oracle module for Qore @@ -13,9 +13,9 @@ platforms darwin master_sites sourceforge:qore -checksums md5 ef8e1bf17e7ce1552ef8b2d24147a7ec \ - sha1 101623bbc1dac7fe42b6b9ac270afdeeccc41ef1 \ - rmd160 718f4b50151681f6eccd38c35ff38c2404e76a69 +checksums md5 71f867a2af6098fae4b4b030291cea79 \ + sha1 812ab356cec19147e9f0ddb185eeedbd9cdac31e \ + rmd160 e3654275e11997075657f60a06f1b811f5b30225 depends_lib port:qore \ port:oracle-instantclient -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Dec 1 22:54:06 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 1 Dec 2009 22:54:06 -0800 (PST) Subject: [61116] trunk/dports/PortIndex Message-ID: <20091202065408.EB67E374667A@beta.macosforge.org> Revision: 61116 http://trac.macports.org/changeset/61116 Author: portindex at macports.org Date: 2009-12-01 22:54:02 -0800 (Tue, 01 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 05:58:03 UTC (rev 61115) +++ trunk/dports/PortIndex 2009-12-02 06:54:02 UTC (rev 61116) @@ -4531,7 +4531,7 @@ qore-mysql-module 378 variants universal portdir lang/qore-mysql-module description {MySQL module for Qore} homepage http://qore.org epoch 0 platforms darwin name qore-mysql-module depends_lib {port:qore path:bin/mysql_config5:mysql5} long_description {Module allowing communication with MySQL DBs from the Qore Programming Language} maintainers davidnichols categories lang version 1.0.7 revision 0 qore-oracle-module 378 -variants universal portdir lang/qore-oracle-module description {Oracle module for Qore} homepage http://qore.org epoch 0 platforms darwin name qore-oracle-module depends_lib {port:qore port:oracle-instantclient} long_description {Module allowing communication with Oracle DBs from the Qore Programming Language} maintainers davidnichols categories lang version 1.0.8 revision 0 +variants universal portdir lang/qore-oracle-module description {Oracle module for Qore} homepage http://qore.org epoch 0 platforms darwin name qore-oracle-module depends_lib {port:qore port:oracle-instantclient} long_description {Module allowing communication with Oracle DBs from the Qore Programming Language} maintainers davidnichols categories lang version 1.0.9 revision 0 qore-pgsql-module 376 variants universal portdir lang/qore-pgsql-module description {PostgreSQL module for Qore} homepage http://qore.org epoch 0 platforms darwin name qore-pgsql-module depends_lib {port:qore port:postgresql83} long_description {Module allowing communication with PostgreSQL DBs from the Qore Programming Language} maintainers davidnichols categories lang version 1.0.4 revision 0 ragel 529 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Wed Dec 2 02:24:48 2009 From: jmr at macports.org (jmr at macports.org) Date: Wed, 2 Dec 2009 02:24:48 -0800 (PST) Subject: [61117] trunk/dports/_resources/port1.0/group/gnustep-1.0.tcl Message-ID: <20091202102448.CD5F43749E17@beta.macosforge.org> Revision: 61117 http://trac.macports.org/changeset/61117 Author: jmr at macports.org Date: 2009-12-02 02:24:45 -0800 (Wed, 02 Dec 2009) Log Message: ----------- gnustep portgroup: use configure.cc and configure.compiler (#22751) Modified Paths: -------------- trunk/dports/_resources/port1.0/group/gnustep-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/gnustep-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/gnustep-1.0.tcl 2009-12-02 06:54:02 UTC (rev 61116) +++ trunk/dports/_resources/port1.0/group/gnustep-1.0.tcl 2009-12-02 10:24:45 UTC (rev 61117) @@ -183,8 +183,10 @@ # options gnustep.cc -default gnustep.cc CC=gcc-mp-4.2 +default gnustep.cc {CC=${configure.cc}} +configure.compiler macports-gcc-4.2 + options system_library options local_library default system_library [set_system_library] -------------- next part -------------- An HTML attachment was scrubbed... URL: From stromnov at macports.org Wed Dec 2 03:37:48 2009 From: stromnov at macports.org (stromnov at macports.org) Date: Wed, 2 Dec 2009 03:37:48 -0800 (PST) Subject: [61118] trunk/dports/databases/tokyocabinet/Portfile Message-ID: <20091202113749.DE71C374B1E6@beta.macosforge.org> Revision: 61118 http://trac.macports.org/changeset/61118 Author: stromnov at macports.org Date: 2009-12-02 03:37:45 -0800 (Wed, 02 Dec 2009) Log Message: ----------- tokyocabinet: Taking maintainership. Modified Paths: -------------- trunk/dports/databases/tokyocabinet/Portfile Modified: trunk/dports/databases/tokyocabinet/Portfile =================================================================== --- trunk/dports/databases/tokyocabinet/Portfile 2009-12-02 10:24:45 UTC (rev 61117) +++ trunk/dports/databases/tokyocabinet/Portfile 2009-12-02 11:37:45 UTC (rev 61118) @@ -6,7 +6,7 @@ name tokyocabinet version 1.4.36 categories databases -maintainers nomaintainer +maintainers stromnov openmaintainer platforms darwin description Tokyo Cabinet is a library of routines for managing a database. long_description \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 03:54:28 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 03:54:28 -0800 (PST) Subject: [61119] trunk/dports Message-ID: <20091202115430.99506374B686@beta.macosforge.org> Revision: 61119 http://trac.macports.org/changeset/61119 Author: portindex at macports.org Date: 2009-12-02 03:54:26 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 11:37:45 UTC (rev 61118) +++ trunk/dports/PortIndex 2009-12-02 11:54:26 UTC (rev 61119) @@ -872,8 +872,8 @@ 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 portdir databases/tinycdb description {TinyCDB is a very fast and simple package for creating and reading cdb.} homepage http://www.corpit.ru/mjt/tinycdb.html epoch 0 platforms darwin name tinycdb maintainers soraneko.com:nel long_description {{TinyCDB is a very fast and simple package for creating and reading cdb.}} version 0.74 categories {databases devel} revision 0 -tokyocabinet 756 -variants {debug devel profile fastest off64 swap universal} portdir databases/tokyocabinet description {Tokyo Cabinet is a library of routines for managing a database.} homepage http://1978th.net/tokyocabinet/ epoch 0 platforms darwin name tokyocabinet depends_lib port:zlib long_description {Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers nomaintainer categories databases version 1.4.36 revision 0 +tokyocabinet 769 +variants {debug devel profile fastest off64 swap universal} portdir databases/tokyocabinet description {Tokyo Cabinet is a library of routines for managing a database.} homepage http://1978th.net/tokyocabinet/ epoch 0 platforms darwin name tokyocabinet depends_lib port:zlib long_description {Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers {stromnov openmaintainer} categories databases version 1.4.36 revision 0 tokyocabinet-clj 457 variants universal depends_build {port:tokyocabinet port:tokyocabinet-java} portdir databases/tokyocabinet-clj depends_fetch bin:git:git-core description {Java API for Tokyo Cabinet, a modern DBM} homepage http://github.com/jmtulloss/tokyo-cabinet-clj/tree/master epoch 0 platforms darwin name tokyocabinet-clj long_description {Clojure is a dynamic programming language for the JVM.} maintainers ime categories {databases java} version 20090505 revision 0 tokyocabinet-java 378 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From stromnov at macports.org Wed Dec 2 04:11:41 2009 From: stromnov at macports.org (stromnov at macports.org) Date: Wed, 2 Dec 2009 04:11:41 -0800 (PST) Subject: [61120] trunk/dports/databases/tokyocabinet/Portfile Message-ID: <20091202121142.5976B374B8A8@beta.macosforge.org> Revision: 61120 http://trac.macports.org/changeset/61120 Author: stromnov at macports.org Date: 2009-12-02 04:11:38 -0800 (Wed, 02 Dec 2009) Log Message: ----------- tokyocabinet: Update to 1.4.39 Modified Paths: -------------- trunk/dports/databases/tokyocabinet/Portfile Modified: trunk/dports/databases/tokyocabinet/Portfile =================================================================== --- trunk/dports/databases/tokyocabinet/Portfile 2009-12-02 11:54:26 UTC (rev 61119) +++ trunk/dports/databases/tokyocabinet/Portfile 2009-12-02 12:11:38 UTC (rev 61120) @@ -4,7 +4,7 @@ PortSystem 1.0 name tokyocabinet -version 1.4.36 +version 1.4.39 categories databases maintainers stromnov openmaintainer platforms darwin @@ -18,9 +18,9 @@ homepage http://1978th.net/tokyocabinet/ master_sites ${homepage} -checksums md5 2929dc7b457eda35213b4c36d8734d1a \ - sha1 b376b136121292b49b25139b2e005fa635d2119f \ - rmd160 eb8c2f436d89430aea9288b9ce9a768a720c6799 +checksums md5 0cc77e1eeea1e767d6ffbfd9a640602a \ + sha1 1b890777e389cad9fde1ee9b357f3dba8169d49f \ + rmd160 e40d8af09cac88ec90ecda97313f210fd33e9f5d depends_lib port:zlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 04:54:15 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 04:54:15 -0800 (PST) Subject: [61121] trunk/dports/PortIndex Message-ID: <20091202125417.A32DD374C025@beta.macosforge.org> Revision: 61121 http://trac.macports.org/changeset/61121 Author: portindex at macports.org Date: 2009-12-02 04:54:12 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6408 Ports successfully parsed: 6408 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 12:11:38 UTC (rev 61120) +++ trunk/dports/PortIndex 2009-12-02 12:54:12 UTC (rev 61121) @@ -873,7 +873,7 @@ tinycdb 372 portdir databases/tinycdb description {TinyCDB is a very fast and simple package for creating and reading cdb.} homepage http://www.corpit.ru/mjt/tinycdb.html epoch 0 platforms darwin name tinycdb maintainers soraneko.com:nel long_description {{TinyCDB is a very fast and simple package for creating and reading cdb.}} version 0.74 categories {databases devel} revision 0 tokyocabinet 769 -variants {debug devel profile fastest off64 swap universal} portdir databases/tokyocabinet description {Tokyo Cabinet is a library of routines for managing a database.} homepage http://1978th.net/tokyocabinet/ epoch 0 platforms darwin name tokyocabinet depends_lib port:zlib long_description {Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers {stromnov openmaintainer} categories databases version 1.4.36 revision 0 +variants {debug devel profile fastest off64 swap universal} portdir databases/tokyocabinet description {Tokyo Cabinet is a library of routines for managing a database.} homepage http://1978th.net/tokyocabinet/ epoch 0 platforms darwin name tokyocabinet depends_lib port:zlib long_description {Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers {stromnov openmaintainer} categories databases version 1.4.39 revision 0 tokyocabinet-clj 457 variants universal depends_build {port:tokyocabinet port:tokyocabinet-java} portdir databases/tokyocabinet-clj depends_fetch bin:git:git-core description {Java API for Tokyo Cabinet, a modern DBM} homepage http://github.com/jmtulloss/tokyo-cabinet-clj/tree/master epoch 0 platforms darwin name tokyocabinet-clj long_description {Clojure is a dynamic programming language for the JVM.} maintainers ime categories {databases java} version 20090505 revision 0 tokyocabinet-java 378 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Wed Dec 2 05:12:54 2009 From: jmr at macports.org (jmr at macports.org) Date: Wed, 2 Dec 2009 05:12:54 -0800 (PST) Subject: [61122] trunk/dports/textproc Message-ID: <20091202131254.78B96374C407@beta.macosforge.org> Revision: 61122 http://trac.macports.org/changeset/61122 Author: jmr at macports.org Date: 2009-12-02 05:12:53 -0800 (Wed, 02 Dec 2009) Log Message: ----------- New port: linuxdoc-tools (#22437) Added Paths: ----------- trunk/dports/textproc/linuxdoc-tools/ trunk/dports/textproc/linuxdoc-tools/Portfile trunk/dports/textproc/linuxdoc-tools/files/ trunk/dports/textproc/linuxdoc-tools/files/patch-rtf2rtf.l.diff Added: trunk/dports/textproc/linuxdoc-tools/Portfile =================================================================== --- trunk/dports/textproc/linuxdoc-tools/Portfile (rev 0) +++ trunk/dports/textproc/linuxdoc-tools/Portfile 2009-12-02 13:12:53 UTC (rev 61122) @@ -0,0 +1,42 @@ +# $Id$ + +PortSystem 1.0 + +name linuxdoc-tools +version 0.9.66 +categories textproc +maintainers puffin.lb.shuttle.de:michael.klein openmaintainer +description convert LinuxDoc SGML source into other formats +platforms darwin +homepage http://packages.qa.debian.org/l/linuxdoc-tools.html + +long_description ${description} + +master_sites debian:l/linuxdoc-tools + +patchfiles patch-rtf2rtf.l.diff + +distname ${name}_${version} +worksrcdir ${name}-${version} + +checksums md5 f214e79b0dd084689cd04f18722bd563 \ + sha1 a3ed5f495007ba40e4352325b704ac7309d9e78f \ + rmd160 fdbe8fde06451985247a1e57230504743351f3f1 + +depends_build bin:latex:texlive port:flex +depends_lib port:gawk port:opensp port:texinfo + +# rebuild configure script to work around bogus INSTALL path in entity-map/Makefile +use_autoconf yes + +build.args CC=${configure.cc} +if {[variant_isset universal]} { + set my_cflags "${configure.cflags} ${configure.universal_cflags}" +} else { + set my_cflags "${configure.cflags} ${configure.cc_archflags}" +} +build.args-append CFLAGS="${my_cflags}" OPTIMIZE="${my_cflags}" + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "(.*)" Property changes on: trunk/dports/textproc/linuxdoc-tools/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/textproc/linuxdoc-tools/files/patch-rtf2rtf.l.diff =================================================================== --- trunk/dports/textproc/linuxdoc-tools/files/patch-rtf2rtf.l.diff (rev 0) +++ trunk/dports/textproc/linuxdoc-tools/files/patch-rtf2rtf.l.diff 2009-12-02 13:12:53 UTC (rev 61122) @@ -0,0 +1,10 @@ +--- rtf-fix/rtf2rtf.l.orig 2009-06-15 14:26:06.000000000 +0200 ++++ rtf-fix/rtf2rtf.l 2009-11-05 23:59:54.000000000 +0100 +@@ -22,7 +22,6 @@ + + %{ + +-#include + #include + #include + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 05:54:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 05:54:20 -0800 (PST) Subject: [61123] trunk/dports Message-ID: <20091202135422.758A3374C901@beta.macosforge.org> Revision: 61123 http://trac.macports.org/changeset/61123 Author: portindex at macports.org Date: 2009-12-02 05:54:17 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6409 Ports successfully parsed: 6409 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 13:12:53 UTC (rev 61122) +++ trunk/dports/PortIndex 2009-12-02 13:54:17 UTC (rev 61123) @@ -11430,6 +11430,8 @@ variants {no_track_space_usage universal} portdir textproc/link-grammar description {Link Grammar Parser} homepage http://www.abisource.com/projects/link-grammar/ epoch 0 platforms darwin name link-grammar long_description {The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a constituent (Penn tree-bank style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.).} maintainers nomaintainer categories textproc version 4.6.1 revision 0 linuxdoc 294 portdir textproc/linuxdoc description {Linuxdoc SGML DTD} epoch 0 depends_run {bin:mkcatalog:mkcatalog {bin:\${prefix}/share/sgml/iso8879/catalog:iso8879}} platforms darwin name linuxdoc maintainers nomaintainer long_description {{Linuxdoc SGML DTD}} version 1.1 categories textproc revision 0 +linuxdoc-tools 532 +variants universal depends_build {bin:latex:texlive port:flex port:autoconf port:automake port:libtool} portdir textproc/linuxdoc-tools description {convert LinuxDoc SGML source into other formats} homepage http://packages.qa.debian.org/l/linuxdoc-tools.html epoch 0 platforms darwin depends_lib {port:gawk port:opensp port:texinfo} name linuxdoc-tools long_description {{convert LinuxDoc SGML source into other formats}} maintainers {puffin.lb.shuttle.de:michael.klein openmaintainer} categories textproc version 0.9.66 revision 0 lookup 503 variants {with_carbon_emacs_package with_ptex} depends_build port:texinfo portdir textproc/lookup description {Dictionary search interface for Emacs, including the media patch} homepage http://green.ribbon.to/~ikazuhiro/lookup/lookup.html epoch 0 platforms darwin name lookup depends_lib {path:bin/emacs:emacs port:eblook} long_description {{Dictionary search interface for Emacs, including the media patch}} maintainers nomaintainer categories {textproc japanese} version 1.4-media-20081205 revision 0 lout 445 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 09:41:18 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 09:41:18 -0800 (PST) Subject: [61124] trunk/dports/audio/mpg123 Message-ID: <20091202174118.D6F41375158F@beta.macosforge.org> Revision: 61124 http://trac.macports.org/changeset/61124 Author: ryandesign at macports.org Date: 2009-12-02 09:41:14 -0800 (Wed, 02 Dec 2009) Log Message: ----------- mpg123: update to 1.9.2, add sourceforge master site, fix problem loading modules when using libtool 2.2.6b (http://lists.macosforge.org/pipermail/macports-users/2009-December/017841.html) Modified Paths: -------------- trunk/dports/audio/mpg123/Portfile Added Paths: ----------- trunk/dports/audio/mpg123/files/ trunk/dports/audio/mpg123/files/patch-src-module.c Modified: trunk/dports/audio/mpg123/Portfile =================================================================== --- trunk/dports/audio/mpg123/Portfile 2009-12-02 13:54:17 UTC (rev 61123) +++ trunk/dports/audio/mpg123/Portfile 2009-12-02 17:41:14 UTC (rev 61124) @@ -2,7 +2,7 @@ PortSystem 1.0 name mpg123 -version 1.9.0 +version 1.9.2 categories audio maintainers gmx.at:astifter openmaintainer description fast mp3 player for linux and unix systems @@ -18,12 +18,17 @@ homepage http://www.mpg123.de/ platforms darwin -master_sites http://www.mpg123.de/download/ +master_sites sourceforge \ + ${homepage}download/ use_bzip2 yes -checksums md5 0ea1a5d45680c847a9594188f582d284 +checksums md5 5313b1bcc0274b4d7c394397c205bb20 \ + sha1 89d80da4dde0dbed1f605650c06a49d70cabff4c \ + rmd160 a7a786d85f7fb7d019cfad26562f4c8b3cfb77e3 depends_lib port:libtool +patchfiles patch-src-module.c + platform macosx { configure.args-append --with-audio=coreaudio } Added: trunk/dports/audio/mpg123/files/patch-src-module.c =================================================================== --- trunk/dports/audio/mpg123/files/patch-src-module.c (rev 0) +++ trunk/dports/audio/mpg123/files/patch-src-module.c 2009-12-02 17:41:14 UTC (rev 61124) @@ -0,0 +1,19 @@ +http://sourceforge.net/tracker/?func=detail&aid=2901661&group_id=135704&atid=733194 +--- src/module.c-orig 2009-11-18 11:21:01.000000000 -0600 ++++ src/module.c 2009-12-02 11:35:53.000000000 -0600 +@@ -121,13 +121,13 @@ + goto om_bad; + } + /* Work out the path of the module to open */ +- module_path_len = strlen(type) + 1 + strlen(name) + strlen(MODULE_FILE_SUFFIX) + 1; ++ module_path_len = 2 + strlen(type) + 1 + strlen(name) + strlen(MODULE_FILE_SUFFIX) + 1; + module_path = malloc( module_path_len ); + if (module_path == NULL) { + error1( "Failed to allocate memory for module name: %s", strerror(errno) ); + goto om_bad; + } +- snprintf( module_path, module_path_len, "%s_%s%s", type, name, MODULE_FILE_SUFFIX ); ++ snprintf( module_path, module_path_len, "./%s_%s%s", type, name, MODULE_FILE_SUFFIX ); + /* Display the path of the module created */ + debug1( "Module path: %s", module_path ); + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 09:54:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 09:54:16 -0800 (PST) Subject: [61125] trunk/dports/PortIndex Message-ID: <20091202175419.497FB3751995@beta.macosforge.org> Revision: 61125 http://trac.macports.org/changeset/61125 Author: portindex at macports.org Date: 2009-12-02 09:54:14 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6409 Ports successfully parsed: 6409 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 17:41:14 UTC (rev 61124) +++ trunk/dports/PortIndex 2009-12-02 17:54:14 UTC (rev 61125) @@ -465,7 +465,7 @@ mpeg4ip 294 portdir audio/mpeg4ip description {stub package. now installed with the mp4v2 port.} homepage http://mpeg4ip.sf.net/ epoch 0 platforms darwin name mpeg4ip maintainers nomaintainer long_description {{stub package. now installed with the mp4v2 port.}} version 1.5.0.1 categories audio revision 2 mpg123 700 -variants {macosx darwin_powerpc} portdir audio/mpg123 description {fast mp3 player for linux and unix systems} homepage http://www.mpg123.de/ epoch 0 platforms darwin name mpg123 depends_lib port:libtool long_description {Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or similar CPU is required. Mono and/or reduced quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs. This version uses EsounD on a pure Darwin install and CoreAudio on Mac OS X.} maintainers {gmx.at:astifter openmaintainer} categories audio version 1.9.0 revision 0 +variants {macosx darwin_powerpc} portdir audio/mpg123 description {fast mp3 player for linux and unix systems} homepage http://www.mpg123.de/ epoch 0 platforms darwin name mpg123 depends_lib port:libtool long_description {Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or similar CPU is required. Mono and/or reduced quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs. This version uses EsounD on a pure Darwin install and CoreAudio on Mac OS X.} maintainers {gmx.at:astifter openmaintainer} categories audio version 1.9.2 revision 0 mpg321 593 variants universal portdir audio/mpg321 description {Free replacement for mpg123} homepage http://mpg321.sourceforge.net/ epoch 0 platforms darwin name mpg321 depends_lib {port:libmad port:libid3tag port:libao} long_description {mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player. mpg123 is used for frontends, as an mp3 player and as an mp3 to wave file decoder (primarily for use with CD-recording software.) In all of these capacities, mpg321 can be used as a drop-in replacement for mpg123.} maintainers nomaintainer categories audio version 0.2.10 revision 2 mt-daapd 415 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 11:12:20 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 11:12:20 -0800 (PST) Subject: [61126] trunk/dports/lang/llvm/Portfile Message-ID: <20091202191220.D1F7537531EA@beta.macosforge.org> Revision: 61126 http://trac.macports.org/changeset/61126 Author: ryandesign at macports.org Date: 2009-12-02 11:12:20 -0800 (Wed, 02 Dec 2009) Log Message: ----------- llvm: * respect build_arch thereby building x86_64 by default on Snow Leopard again, which got broken by the upgrade to 2.6; fixes #22578 * add dependency on perl; fixes #19256 Modified Paths: -------------- trunk/dports/lang/llvm/Portfile Modified: trunk/dports/lang/llvm/Portfile =================================================================== --- trunk/dports/lang/llvm/Portfile 2009-12-02 17:54:14 UTC (rev 61125) +++ trunk/dports/lang/llvm/Portfile 2009-12-02 19:12:20 UTC (rev 61126) @@ -1,10 +1,10 @@ -# $Id: Portfile 58531 2009-09-30 11:48:05Z nox at macports.org $ +# $Id$ PortSystem 1.0 name llvm version 2.6 -revision 1 +revision 2 categories lang platforms darwin use_parallel_build yes @@ -20,6 +20,8 @@ sha1 547471147cbf6d3e49539e01196ffada2c79c250 \ rmd160 24d58cb052ab5879aae59eaf4885ec41186ee22a +depends_lib path:bin/perl:perl5 + universal_variant no configure.dir ${workpath}/build @@ -40,6 +42,10 @@ --enable-bindings=none \ --disable-assertions +if {[info exists build_arch] && ${os.platform} == "darwin"} { + configure.args-append --build=${build_arch}-apple-darwin${os.major} +} + post-destroot { file mkdir ${destroot}${prefix}/lib/llvm file mkdir ${destroot}${prefix}/lib/llvm/src -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Wed Dec 2 11:42:00 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Wed, 2 Dec 2009 11:42:00 -0800 (PST) Subject: [61127] trunk/dports/java/groovy/Portfile Message-ID: <20091202194202.83E7E3753A70@beta.macosforge.org> Revision: 61127 http://trac.macports.org/changeset/61127 Author: breskeby at macports.org Date: 2009-12-02 11:41:57 -0800 (Wed, 02 Dec 2009) Log Message: ----------- version bump 1.6.7 (#22617) Modified Paths: -------------- trunk/dports/java/groovy/Portfile Modified: trunk/dports/java/groovy/Portfile =================================================================== --- trunk/dports/java/groovy/Portfile 2009-12-02 19:12:20 UTC (rev 61126) +++ trunk/dports/java/groovy/Portfile 2009-12-02 19:41:57 UTC (rev 61127) @@ -3,7 +3,7 @@ PortSystem 1.0 name groovy -version 1.6.6 +version 1.6.7 categories java lang maintainers breskeby platforms darwin @@ -24,11 +24,10 @@ homepage http://groovy.codehaus.org/ distname groovy-src-${version} master_sites http://dist.codehaus.org/groovy/distributions/ -checksums md5 d50466fab035b9c4eaff87e8eadb119d \ - sha1 82b08d75c04cec6e0e5312ada5f921cc573f6366 \ - rmd160 e21c51b542aa7287085fe2df7e93a2d6080f46a1 +checksums md5 f63532d75560f101bf1f40b7a3760228 \ + sha1 208f8838c6d900ff16eaa6c5e90abd7201f8dfc0 \ + rmd160 54ab4940178a9476da77727956b541ecf1870955 use_zip yes -patchfiles patch-config-maven-groovy-tools.pom.diff depends_build port:apache-ant depends_lib bin:java:kaffe use_configure no -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 11:54:03 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 11:54:03 -0800 (PST) Subject: [61128] trunk/dports Message-ID: <20091202195405.6DFA03753E4F@beta.macosforge.org> Revision: 61128 http://trac.macports.org/changeset/61128 Author: portindex at macports.org Date: 2009-12-02 11:54:02 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6409 Ports successfully parsed: 6409 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 19:41:57 UTC (rev 61127) +++ trunk/dports/PortIndex 2009-12-02 19:54:02 UTC (rev 61128) @@ -3719,7 +3719,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.4 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.6 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.7 revision 0 groovy-devel 938 depends_build port:apache-ant portdir java/groovy-devel description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy-devel 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.} maintainers breskeby categories {java lang} version 1.7-rc-1 revision 0 hamcrest-core 561 @@ -4402,8 +4402,8 @@ variants {darwin_8_powerpc universal} portdir lang/librep description {A shared library implementing a Lisp dialect} homepage http://librep.sourceforge.net epoch 0 platforms darwin name librep depends_lib {port:gdbm port:gmp} long_description {librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.} maintainers hilaiel.com:lloyd categories lang version 0.17 revision 0 lisp-hyperspec 1217 portdir lang/lisp-hyperspec description {The Common Lisp HyperSpec} homepage http://www.lispworks.com/reference/HyperSpec/index.html epoch 0 platforms darwin name lisp-hyperspec maintainers nomaintainer long_description {This is an HTML document derived from the ANSI Common Lisp standard (X3.226-1994), with permission from ANSI and NCITS (previously known as X3). The Common Lisp HyperSpec was prepared by Kent Pitman at Harlequin, who as Project Editor of X3J13 managed the completion of the document which became the ANSI Common Lisp Standard. In hardcopy, the ANSI Common Lisp standard is nearly 1100 printed pages describing nearly a thousand functions and variables in sufficient detail to accommodate hosting of the language on a wide variety of hardware and operating system platforms. While the paper version remains the official standard, we think that in practice you'll find the Common Lisp HyperSpec much easier to navigate and use than its paper alternative. In addition to the Common Lisp standard itself, the Common Lisp HyperSpec also incorporates interesting and useful cross references to other materials of the Common Lisp committee, J13 (formerly X3J13).} version 7.0 categories lang revision 0 -llvm 364 -variants {ocaml disable_pic host_only} portdir lang/llvm description {llvm is a next generation compiler infrastructure} homepage http://llvm.org/ epoch 0 platforms darwin name llvm long_description {llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend.} maintainers {erickt openmaintainer} categories lang version 2.6 revision 1 +llvm 396 +variants {ocaml disable_pic host_only} portdir lang/llvm description {llvm is a next generation compiler infrastructure} homepage http://llvm.org/ epoch 0 platforms darwin name llvm depends_lib path:bin/perl:perl5 long_description {llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend.} maintainers {erickt openmaintainer} categories lang version 2.6 revision 2 llvm-devel 395 variants {clang universal} depends_build {bin:flex:flex bin:bison:bison} portdir lang/llvm-devel description {llvm is a next generation compiler infrastructure} homepage http://llvm.org/ epoch 0 platforms darwin name llvm-devel long_description {llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend.} maintainers erickt categories lang version 53722 revision 1 llvm-gcc42 414 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 11:56:57 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 11:56:57 -0800 (PST) Subject: [61129] trunk/dports/aqua/qt4-mac-devel Message-ID: <20091202195658.2689D3753F5B@beta.macosforge.org> Revision: 61129 http://trac.macports.org/changeset/61129 Author: ryandesign at macports.org Date: 2009-12-02 11:56:57 -0800 (Wed, 02 Dec 2009) Log Message: ----------- qt4-mac-devel: ensure /dev/null doesn't get removed by the configure script; see #22701 Modified Paths: -------------- trunk/dports/aqua/qt4-mac-devel/Portfile Added Paths: ----------- trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff Modified: trunk/dports/aqua/qt4-mac-devel/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-02 19:54:02 UTC (rev 61128) +++ trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-02 19:56:57 UTC (rev 61129) @@ -31,6 +31,7 @@ # Test for Precompiled-headers support requires a C++ compiler, but configure calls it, by default, with a C compiler. # Ensure that securesocketclient demo is built even with configure option -openssl-linked. patchfiles patch-mac.conf.diff \ + patch-configure.diff \ patch-precomp.test.diff # The build process uses -fconstant-cfstrings. Added: trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff =================================================================== --- trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff (rev 0) +++ trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff 2009-12-02 19:56:57 UTC (rev 61129) @@ -0,0 +1,11 @@ +--- configure.orig 2009-10-13 17:34:09.000000000 +0200 ++++ configure 2009-11-03 17:46:54.000000000 +0100 +@@ -131,7 +131,7 @@ + cat >conftest.cpp < From nox at macports.org Wed Dec 2 13:51:21 2009 From: nox at macports.org (nox at macports.org) Date: Wed, 2 Dec 2009 13:51:21 -0800 (PST) Subject: [61130] trunk/dports/java/mysql-connector-java Message-ID: <20091202215122.AFD7C37580D2@beta.macosforge.org> Revision: 61130 http://trac.macports.org/changeset/61130 Author: nox at macports.org Date: 2009-12-02 13:51:18 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Add Snow Leopard support to mysql-connector-java mysql-connector-java requires JDK 1.5 and cannot compile with JDK 1.6, complaining that some abstract methods are not defined in concrete classes. patch-JDK-1.6.diff fixes that. Modified Paths: -------------- trunk/dports/java/mysql-connector-java/Portfile Added Paths: ----------- trunk/dports/java/mysql-connector-java/files/patch-JDK-1.6.diff Modified: trunk/dports/java/mysql-connector-java/Portfile =================================================================== --- trunk/dports/java/mysql-connector-java/Portfile 2009-12-02 19:56:57 UTC (rev 61129) +++ trunk/dports/java/mysql-connector-java/Portfile 2009-12-02 21:51:18 UTC (rev 61130) @@ -3,7 +3,7 @@ PortSystem 1.0 name mysql-connector-java -version 5.0.7 +version 5.1.10 categories java maintainers jberry openmaintainer @@ -21,9 +21,9 @@ homepage http://dev.mysql.com/doc/refman/5.0/en/connector-j.html master_sites http://ftp.plusline.de/mysql/Downloads/Connector-J/ -checksums md5 d177ce7397b119f013458cec0418ad2d \ - sha1 df3b78d1108f89485fb8c9711ee39c376d0391eb \ - rmd160 eae7454d156c7726ab2e96017e8b6f4fe0c61ab9 +checksums md5 f9da616de868ddd1acf1428334f3313d \ + sha1 32938f3004c70a657a7481496bc3813b85df20de \ + rmd160 ef5b6cf4cceaac0c6d32858920c362bab6004bc1 patchfiles patch-build.xml @@ -50,6 +50,15 @@ file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} } +platform darwin 10 { + post-patch { + reinplace -E {/name="compile"/s/compile-testsuite, //} \ + ${worksrcpath}/build.xml + } + + patchfiles-append patch-JDK-1.6.diff +} + livecheck.type regex livecheck.url http://dev.mysql.com/downloads/connector/j/5.0.html livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?).tar.gz" Added: trunk/dports/java/mysql-connector-java/files/patch-JDK-1.6.diff =================================================================== --- trunk/dports/java/mysql-connector-java/files/patch-JDK-1.6.diff (rev 0) +++ trunk/dports/java/mysql-connector-java/files/patch-JDK-1.6.diff 2009-12-02 21:51:18 UTC (rev 61130) @@ -0,0 +1,3109 @@ +--- src/com/mysql/jdbc/CallableStatement.java.orig 2009-11-28 20:29:56.000000000 +0100 ++++ src/com/mysql/jdbc/CallableStatement.java 2009-11-28 23:57:51.000000000 +0100 +@@ -32,10 +32,13 @@ + import java.sql.Blob; + import java.sql.Clob; + import java.sql.Date; ++import java.sql.NClob; + import java.sql.ParameterMetaData; + import java.sql.Ref; + import java.sql.ResultSet; ++import java.sql.RowId; + import java.sql.SQLException; ++import java.sql.SQLXML; + import java.sql.Statement; + import java.sql.Time; + import java.sql.Timestamp; +@@ -2441,5 +2444,86 @@ + return (super.checkReadOnlySafeStatement() || this.checkReadOnlyProcedure()); + } + ++ public void setNClob(String parameterName, Reader reader) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Reader getCharacterStream(String parameterName) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Reader getCharacterStream(int parameterIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public String getNString(String parameterName) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public String getNString(int parameterIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Reader getNCharacterStream(String parameterName) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Reader getNCharacterStream(int parameterIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public SQLXML getSQLXML(String parameterName) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public SQLXML getSQLXML(int parameterIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setSQLXML(String parameterName, SQLXML xmlObject) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public NClob getNClob(String parameterName) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public NClob getNClob(int parameterIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setNClob(String parameterName, Reader reader, long length) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setNClob(String parameterName, NClob value) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setNString(String parameterName, String value) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setRowId(String parameterName, RowId x) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public RowId getRowId(String parameterName) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public RowId getRowId(int parameterIndex) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ + + } +--- src/com/mysql/jdbc/ConnectionImpl.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/ConnectionImpl.java 2009-11-29 00:56:52.000000000 +0100 +@@ -34,11 +34,16 @@ + import java.nio.charset.Charset; + import java.nio.charset.CharsetEncoder; + import java.sql.Blob; ++import java.sql.Clob; + import java.sql.DatabaseMetaData; ++import java.sql.NClob; + import java.sql.ResultSet; ++import java.sql.SQLClientInfoException; + import java.sql.SQLException; + import java.sql.SQLWarning; ++import java.sql.SQLXML; + import java.sql.Savepoint; ++import java.sql.Struct; + import java.util.ArrayList; + import java.util.Calendar; + import java.util.GregorianCalendar; +@@ -5699,4 +5704,60 @@ + public boolean getRequiresEscapingEncoder() { + return requiresEscapingEncoder; + } ++ ++ public Struct createStruct(String typeName, Object[] attributes) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public java.sql.Array createArrayOf(String typeName, Object[] elements) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Properties getClientInfo() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public String getClientInfo(String name) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setClientInfo(Properties properties) ++ throws SQLClientInfoException { ++ throw new SQLClientInfoException(); ++ } ++ ++ public void setClientInfo(String name, String value) ++ throws SQLClientInfoException { ++ throw new SQLClientInfoException(); ++ } ++ ++ public boolean isValid(int timeout) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public SQLXML createSQLXML() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public NClob createNClob() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Blob createBlob() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Clob createClob() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } +--- src/com/mysql/jdbc/DatabaseMetaData.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/DatabaseMetaData.java 2009-11-28 23:31:07.000000000 +0100 +@@ -27,6 +27,7 @@ + import java.io.UnsupportedEncodingException; + import java.lang.reflect.Constructor; + import java.sql.ResultSet; ++import java.sql.RowIdLifetime; + import java.sql.SQLException; + import java.sql.Statement; + import java.sql.Types; +@@ -8158,4 +8159,29 @@ + + return pStmt; + } ++ ++ public ResultSet getFunctions(String catalog, String schemaPattern, ++ String functionNamePattern) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public ResultSet getClientInfoProperties() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public boolean autoCommitFailureClosesAllResultSets() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public RowIdLifetime getRowIdLifetime() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } +--- src/com/mysql/jdbc/jdbc2/optional/CallableStatementWrapper.java.orig 2009-11-28 22:41:30.000000000 +0100 ++++ src/com/mysql/jdbc/jdbc2/optional/CallableStatementWrapper.java 2009-11-29 01:26:01.000000000 +0100 +@@ -34,8 +34,11 @@ + import java.sql.CallableStatement; + import java.sql.Clob; + import java.sql.Date; ++import java.sql.NClob; + import java.sql.Ref; ++import java.sql.RowId; + import java.sql.SQLException; ++import java.sql.SQLXML; + import java.sql.Time; + import java.sql.Timestamp; + import java.util.Calendar; +@@ -1800,817 +1803,817 @@ + + return null; + } +-// +-// public Reader getCharacterStream(int parameterIndex) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getCharacterStream(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public Reader getCharacterStream(String parameterName) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getCharacterStream(parameterName); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public Reader getNCharacterStream(int parameterIndex) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getCharacterStream(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public Reader getNCharacterStream(String parameterName) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getNCharacterStream(parameterName); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public NClob getNClob(int parameterIndex) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getNClob(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public NClob getNClob(String parameterName) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getNClob(parameterName); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public String getNString(int parameterIndex) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getNString(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public String getNString(String parameterName) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getNString(parameterName); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public RowId getRowId(int parameterIndex) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getRowId(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public RowId getRowId(String parameterName) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getRowId(parameterName); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public SQLXML getSQLXML(int parameterIndex) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getSQLXML(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public SQLXML getSQLXML(String parameterName) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .getSQLXML(parameterName); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return null; +-// } +-// +-// public void setAsciiStream(String parameterName, InputStream x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setAsciiStream(parameterName, x) ; +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setAsciiStream(parameterName, x, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBinaryStream(String parameterName, InputStream x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBinaryStream(parameterName, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBinaryStream(parameterName, x, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(String parameterName, Blob x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBlob(parameterName, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(String parameterName, InputStream inputStream) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBlob(parameterName, inputStream); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBlob(parameterName, inputStream, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setCharacterStream(String parameterName, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setCharacterStream(parameterName, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setCharacterStream(parameterName, reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(String parameterName, Clob x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setClob(parameterName, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(String parameterName, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setClob(parameterName, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(String parameterName, Reader reader, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setClob(parameterName, reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNCharacterStream(String parameterName, Reader value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNCharacterStream(parameterName, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNCharacterStream(parameterName, value, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(String parameterName, NClob value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNClob(parameterName, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(String parameterName, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNClob(parameterName, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(String parameterName, Reader reader, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNClob(parameterName, reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNString(String parameterName, String value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNString(parameterName, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setRowId(String parameterName, RowId x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setRowId(parameterName, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setSQLXML(parameterName, xmlObject); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setAsciiStream(parameterIndex, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setAsciiStream(parameterIndex, x, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBinaryStream(parameterIndex, x) ; +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBinaryStream(parameterIndex, x, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBlob(parameterIndex, inputStream); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setBlob(parameterIndex, inputStream, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setCharacterStream(parameterIndex, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .getCharacterStream(parameterIndex); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(int parameterIndex, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setClob(parameterIndex, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setClob(parameterIndex, reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNCharacterStream(parameterIndex, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// } +-// +-// public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNCharacterStream(parameterIndex, value, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(int parameterIndex, NClob value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNClob(parameterIndex, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(int parameterIndex, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNClob(parameterIndex, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNClob(parameterIndex, reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNString(int parameterIndex, String value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setNString(parameterIndex, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setRowId(int parameterIndex, RowId x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setRowId(parameterIndex, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((CallableStatement) this.wrappedStmt) +-// .setSQLXML(parameterIndex, xmlObject); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// } +-// +-// public boolean isClosed() throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// .isClosed(); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return true; +-// } +-// +-// public boolean isPoolable() throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((CallableStatement) this.wrappedStmt) +-// . isPoolable(); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return false; +-// } +-// ++ ++ public Reader getCharacterStream(int parameterIndex) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getCharacterStream(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public Reader getCharacterStream(String parameterName) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getCharacterStream(parameterName); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public Reader getNCharacterStream(int parameterIndex) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getCharacterStream(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public Reader getNCharacterStream(String parameterName) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getNCharacterStream(parameterName); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public NClob getNClob(int parameterIndex) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getNClob(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public NClob getNClob(String parameterName) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getNClob(parameterName); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public String getNString(int parameterIndex) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getNString(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public String getNString(String parameterName) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getNString(parameterName); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public RowId getRowId(int parameterIndex) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getRowId(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public RowId getRowId(String parameterName) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getRowId(parameterName); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public SQLXML getSQLXML(int parameterIndex) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getSQLXML(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public SQLXML getSQLXML(String parameterName) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .getSQLXML(parameterName); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return null; ++ } ++ ++ public void setAsciiStream(String parameterName, InputStream x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setAsciiStream(parameterName, x) ; ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setAsciiStream(parameterName, x, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBinaryStream(String parameterName, InputStream x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBinaryStream(parameterName, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBinaryStream(parameterName, x, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(String parameterName, Blob x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBlob(parameterName, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(String parameterName, InputStream inputStream) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBlob(parameterName, inputStream); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBlob(parameterName, inputStream, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setCharacterStream(String parameterName, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setCharacterStream(parameterName, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setCharacterStream(parameterName, reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(String parameterName, Clob x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setClob(parameterName, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(String parameterName, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setClob(parameterName, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(String parameterName, Reader reader, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setClob(parameterName, reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNCharacterStream(String parameterName, Reader value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNCharacterStream(parameterName, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNCharacterStream(parameterName, value, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(String parameterName, NClob value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNClob(parameterName, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(String parameterName, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNClob(parameterName, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(String parameterName, Reader reader, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNClob(parameterName, reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNString(String parameterName, String value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNString(parameterName, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setRowId(String parameterName, RowId x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setRowId(parameterName, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setSQLXML(parameterName, xmlObject); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setAsciiStream(parameterIndex, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream x, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setAsciiStream(parameterIndex, x, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBinaryStream(parameterIndex, x) ; ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream x, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBinaryStream(parameterIndex, x, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBlob(parameterIndex, inputStream); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setBlob(parameterIndex, inputStream, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setCharacterStream(parameterIndex, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .getCharacterStream(parameterIndex); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(int parameterIndex, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setClob(parameterIndex, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setClob(parameterIndex, reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNCharacterStream(parameterIndex, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNCharacterStream(parameterIndex, value, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, NClob value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNClob(parameterIndex, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNClob(parameterIndex, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNClob(parameterIndex, reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNString(int parameterIndex, String value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setNString(parameterIndex, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setRowId(int parameterIndex, RowId x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setRowId(parameterIndex, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((CallableStatement) this.wrappedStmt) ++ .setSQLXML(parameterIndex, xmlObject); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ } ++ ++ public boolean isClosed() throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ .isClosed(); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return true; ++ } ++ ++ public boolean isPoolable() throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((CallableStatement) this.wrappedStmt) ++ . isPoolable(); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return false; ++ } ++ + // public void setPoolable(boolean poolable) throws SQLException { + // try { + // if (this.wrappedStmt != null) { +--- src/com/mysql/jdbc/jdbc2/optional/ConnectionWrapper.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/jdbc2/optional/ConnectionWrapper.java 2009-11-29 01:26:55.000000000 +0100 +@@ -25,10 +25,18 @@ + package com.mysql.jdbc.jdbc2.optional; + + import java.lang.reflect.Constructor; ++import java.sql.Array; ++import java.sql.Blob; ++import java.sql.Clob; ++import java.sql.NClob; ++import java.sql.SQLClientInfoException; + import java.sql.SQLException; ++import java.sql.SQLXML; + import java.sql.Savepoint; + import java.sql.Statement; ++import java.sql.Struct; + import java.util.Map; ++import java.util.Properties; + import java.util.TimeZone; + + import com.mysql.jdbc.Connection; +@@ -2619,4 +2627,58 @@ + boolean queryTimeoutKillsConnection) { + this.mc.setQueryTimeoutKillsConnection(queryTimeoutKillsConnection); + } ++ ++ public boolean isValid(int timeout) throws SQLException { ++ return this.isValid(timeout); ++ } ++ ++ public Array createArrayOf(String typeName, Object[] elements) throws SQLException { ++ return this.mc.createArrayOf(typeName, elements); ++ } ++ ++ public Blob createBlob() throws SQLException { ++ return this.mc.createBlob(); ++ } ++ ++ public Clob createClob() throws SQLException { ++ return this.mc.createClob(); ++ } ++ ++ public NClob createNClob() throws SQLException { ++ return this.mc.createNClob(); ++ } ++ ++ public SQLXML createSQLXML() throws SQLException { ++ return this.mc.createSQLXML(); ++ } ++ ++ public Struct createStruct(String typeName, Object[] attributes) throws SQLException { ++ return this.mc.createStruct(typeName, attributes); ++ } ++ ++ public Properties getClientInfo() throws SQLException { ++ return this.mc.getClientInfo(); ++ } ++ ++ public String getClientInfo(String name) throws SQLException { ++ return this.mc.getClientInfo(name); ++ } ++ ++ public void setClientInfo(Properties properties) ++ throws SQLClientInfoException { ++ this.mc.setClientInfo(properties); ++ } ++ ++ public void setClientInfo(String name, String value) ++ throws SQLClientInfoException { ++ this.mc.setClientInfo(name, value); ++ } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } +--- src/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.java 2009-11-29 01:15:15.000000000 +0100 +@@ -38,6 +38,7 @@ + + import com.mysql.jdbc.ConnectionPropertiesImpl; + import com.mysql.jdbc.NonRegisteringDriver; ++import com.mysql.jdbc.SQLError; + + /** + * A JNDI DataSource for a Mysql JDBC connection +@@ -438,12 +439,12 @@ + + return mysqlDriver.connect(jdbcUrlToUse, props); + } +-// +-// public boolean isWrapperFor(Class iface) throws SQLException { +-// throw SQLError.notImplemented(); +-// } +-// +-// public T unwrap(Class iface) throws SQLException { +-// throw SQLError.notImplemented(); +-// } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } +--- src/com/mysql/jdbc/jdbc2/optional/MysqlPooledConnection.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/jdbc2/optional/MysqlPooledConnection.java 2009-11-29 01:20:09.000000000 +0100 +@@ -33,6 +33,7 @@ + import javax.sql.ConnectionEvent; + import javax.sql.ConnectionEventListener; + import javax.sql.PooledConnection; ++import javax.sql.StatementEventListener; + + import com.mysql.jdbc.ConnectionImpl; + import com.mysql.jdbc.ExceptionInterceptor; +@@ -255,4 +256,10 @@ + protected ExceptionInterceptor getExceptionInterceptor() { + return this.exceptionInterceptor; + } ++ ++ public void addStatementEventListener(StatementEventListener listener) { ++ } ++ ++ public void removeStatementEventListener(StatementEventListener listener) { ++ } + } +\ No newline at end of file +--- src/com/mysql/jdbc/jdbc2/optional/PreparedStatementWrapper.java.orig 2009-11-28 21:35:25.000000000 +0100 ++++ src/com/mysql/jdbc/jdbc2/optional/PreparedStatementWrapper.java 2009-11-29 01:24:42.000000000 +0100 +@@ -33,12 +33,15 @@ + import java.sql.Blob; + import java.sql.Clob; + import java.sql.Date; ++import java.sql.NClob; + import java.sql.ParameterMetaData; + import java.sql.PreparedStatement; + import java.sql.Ref; + import java.sql.ResultSet; + import java.sql.ResultSetMetaData; ++import java.sql.RowId; + import java.sql.SQLException; ++import java.sql.SQLXML; + import java.sql.Time; + import java.sql.Timestamp; + import java.util.Calendar; +@@ -885,323 +888,323 @@ + + // that out + } +-// +-// public void setAsciiStream(int parameterIndex, InputStream x) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setAsciiStream( +-// parameterIndex, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setAsciiStream(int parameterIndex, InputStream x, long length) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setAsciiStream( +-// parameterIndex, x, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBinaryStream(int parameterIndex, InputStream x) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setBinaryStream( +-// parameterIndex, x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBinaryStream(int parameterIndex, InputStream x, long length) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setBinaryStream( +-// parameterIndex, x, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(int parameterIndex, InputStream inputStream) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setBlob(parameterIndex, +-// inputStream); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setBlob(int parameterIndex, InputStream inputStream, long length) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setBlob(parameterIndex, +-// inputStream, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setCharacterStream(int parameterIndex, Reader reader) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setCharacterStream( +-// parameterIndex, reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setCharacterStream(int parameterIndex, Reader reader, +-// long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setCharacterStream( +-// parameterIndex, reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(int parameterIndex, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setClob(parameterIndex, +-// reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setClob(int parameterIndex, Reader reader, long length) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setClob(parameterIndex, +-// reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNCharacterStream(int parameterIndex, Reader value) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setNCharacterStream( +-// parameterIndex, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNCharacterStream(int parameterIndex, Reader value, +-// long length) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setNCharacterStream( +-// parameterIndex, value, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(int parameterIndex, NClob value) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setNClob(parameterIndex, +-// value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(int parameterIndex, Reader reader) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setNClob(parameterIndex, +-// reader); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNClob(int parameterIndex, Reader reader, long length) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setNClob(parameterIndex, +-// reader, length); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setNString(int parameterIndex, String value) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setNString( +-// parameterIndex, value); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setRowId(int parameterIndex, RowId x) throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setRowId(parameterIndex, +-// x); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public void setSQLXML(int parameterIndex, SQLXML xmlObject) +-// throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// ((PreparedStatement) this.wrappedStmt).setSQLXML( +-// parameterIndex, xmlObject); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// } +-// +-// public boolean isClosed() throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((PreparedStatement) this.wrappedStmt).isClosed(); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return true; +-// } +-// +-// public boolean isPoolable() throws SQLException { +-// try { +-// if (this.wrappedStmt != null) { +-// return ((PreparedStatement) this.wrappedStmt).isPoolable(); +-// } else { +-// throw SQLError.createSQLException( +-// "No operations allowed after statement closed", +-// SQLError.SQL_STATE_GENERAL_ERROR); +-// } +-// } catch (SQLException sqlEx) { +-// checkAndFireConnectionError(sqlEx); +-// } +-// +-// return false; +-// } +-// ++ ++ public void setAsciiStream(int parameterIndex, InputStream x) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setAsciiStream( ++ parameterIndex, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream x, long length) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setAsciiStream( ++ parameterIndex, x, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream x) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setBinaryStream( ++ parameterIndex, x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream x, long length) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setBinaryStream( ++ parameterIndex, x, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setBlob(parameterIndex, ++ inputStream); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream, long length) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setBlob(parameterIndex, ++ inputStream, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setCharacterStream( ++ parameterIndex, reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader, ++ long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setCharacterStream( ++ parameterIndex, reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(int parameterIndex, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setClob(parameterIndex, ++ reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setClob(int parameterIndex, Reader reader, long length) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setClob(parameterIndex, ++ reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader value) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setNCharacterStream( ++ parameterIndex, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader value, ++ long length) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setNCharacterStream( ++ parameterIndex, value, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, NClob value) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setNClob(parameterIndex, ++ value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setNClob(parameterIndex, ++ reader); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader, long length) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setNClob(parameterIndex, ++ reader, length); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setNString(int parameterIndex, String value) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setNString( ++ parameterIndex, value); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setRowId(int parameterIndex, RowId x) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setRowId(parameterIndex, ++ x); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public void setSQLXML(int parameterIndex, SQLXML xmlObject) ++ throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ ((PreparedStatement) this.wrappedStmt).setSQLXML( ++ parameterIndex, xmlObject); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public boolean isClosed() throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((PreparedStatement) this.wrappedStmt).isClosed(); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return true; ++ } ++ ++ public boolean isPoolable() throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return ((PreparedStatement) this.wrappedStmt).isPoolable(); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return false; ++ } ++ + // public void setPoolable(boolean poolable) throws SQLException { + // try { + // if (this.wrappedStmt != null) { +--- src/com/mysql/jdbc/jdbc2/optional/StatementWrapper.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/jdbc2/optional/StatementWrapper.java 2009-11-29 01:26:15.000000000 +0100 +@@ -864,4 +864,58 @@ + checkAndFireConnectionError(sqlEx); + } + } ++ ++ public boolean isPoolable() throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return this.wrappedStmt.isPoolable(); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return false; ++ } ++ ++ public void setPoolable(boolean poolable) throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ this.wrappedStmt.setPoolable(poolable); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ } ++ ++ public boolean isClosed() throws SQLException { ++ try { ++ if (this.wrappedStmt != null) { ++ return this.wrappedStmt.isClosed(); ++ } else { ++ throw SQLError.createSQLException( ++ "No operations allowed after statement closed", ++ SQLError.SQL_STATE_GENERAL_ERROR, this.exceptionInterceptor); ++ } ++ } catch (SQLException sqlEx) { ++ checkAndFireConnectionError(sqlEx); ++ } ++ ++ return true; ++ } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } +--- src/com/mysql/jdbc/PreparedStatement.java.orig 2009-11-28 21:58:03.000000000 +0100 ++++ src/com/mysql/jdbc/PreparedStatement.java 2009-11-28 23:30:09.000000000 +0100 +@@ -44,10 +44,13 @@ + import java.sql.Clob; + import java.sql.DatabaseMetaData; + import java.sql.Date; ++import java.sql.NClob; + import java.sql.ParameterMetaData; + import java.sql.Ref; + import java.sql.ResultSet; ++import java.sql.RowId; + import java.sql.SQLException; ++import java.sql.SQLXML; + import java.sql.Time; + import java.sql.Timestamp; + import java.sql.Types; +@@ -5595,4 +5598,19 @@ + statementStartPos, sql, "SELECT", "\"'`", + "\"'`", false) == -1 && rewritableOdku; + } ++ ++ public void setSQLXML(int parameterIndex, SQLXML xmlObject) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setNClob(int parameterIndex, NClob value) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void setRowId(int parameterIndex, RowId x) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } +--- src/com/mysql/jdbc/ReplicationConnection.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/ReplicationConnection.java 2009-11-29 00:59:02.000000000 +0100 +@@ -21,13 +21,20 @@ + */ + package com.mysql.jdbc; + ++import java.sql.Array; ++import java.sql.Blob; + import java.sql.CallableStatement; ++import java.sql.Clob; + import java.sql.DatabaseMetaData; ++import java.sql.NClob; + import java.sql.PreparedStatement; ++import java.sql.SQLClientInfoException; + import java.sql.SQLException; + import java.sql.SQLWarning; ++import java.sql.SQLXML; + import java.sql.Savepoint; + import java.sql.Statement; ++import java.sql.Struct; + import java.util.Map; + import java.util.Properties; + import java.util.TimeZone; +@@ -2412,4 +2419,60 @@ + boolean queryTimeoutKillsConnection) { + this.currentConnection.setQueryTimeoutKillsConnection(queryTimeoutKillsConnection); + } ++ ++ public boolean isValid(int timeout) throws SQLException { ++ return this.currentConnection.isValid(timeout); ++ } ++ ++ public Properties getClientInfo() throws SQLException { ++ return this.currentConnection.getClientInfo(); ++ } ++ ++ public String getClientInfo(String name) throws SQLException { ++ return this.currentConnection.getClientInfo(name); ++ } ++ ++ public void setClientInfo(Properties properties) ++ throws SQLClientInfoException { ++ this.currentConnection.setClientInfo(properties); ++ } ++ ++ public void setClientInfo(String name, String value) ++ throws SQLClientInfoException { ++ this.currentConnection.setClientInfo(name, value); ++ } ++ ++ public Array createArrayOf(String typeName, Object[] elements) ++ throws SQLException { ++ return this.currentConnection.createArrayOf(typeName, elements); ++ } ++ ++ public Blob createBlob() throws SQLException { ++ return this.currentConnection.createBlob(); ++ } ++ ++ public Clob createClob() throws SQLException { ++ return this.currentConnection.createClob(); ++ } ++ ++ public NClob createNClob() throws SQLException { ++ return this.currentConnection.createNClob(); ++ } ++ ++ public SQLXML createSQLXML() throws SQLException { ++ return this.currentConnection.createSQLXML(); ++ } ++ ++ public Struct createStruct(String typeName, Object[] attributes) ++ throws SQLException { ++ return this.currentConnection.createStruct(typeName, attributes); ++ } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return this.currentConnection.isWrapperFor(iface); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ return this.currentConnection.unwrap(iface); ++ } + } +--- src/com/mysql/jdbc/ResultSetImpl.java.orig 2009-11-28 18:58:49.000000000 +0100 ++++ src/com/mysql/jdbc/ResultSetImpl.java 2009-11-29 01:21:22.000000000 +0100 +@@ -25,6 +25,7 @@ + package com.mysql.jdbc; + + import java.io.ByteArrayInputStream; ++import java.io.Reader; + import java.io.IOException; + import java.io.InputStream; + import java.io.ObjectInputStream; +@@ -36,10 +37,14 @@ + import java.net.MalformedURLException; + import java.net.URL; + import java.sql.Array; ++import java.sql.Clob; + import java.sql.Date; ++import java.sql.NClob; + import java.sql.Ref; ++import java.sql.RowId; + import java.sql.SQLException; + import java.sql.SQLWarning; ++import java.sql.SQLXML; + import java.sql.Time; + import java.sql.Timestamp; + import java.sql.Types; +@@ -8779,4 +8784,244 @@ + protected ExceptionInterceptor getExceptionInterceptor() { + return this.exceptionInterceptor; + } ++ ++ public boolean isClosed() throws SQLException { ++ return this.isClosed; ++ } ++ ++ public int getHoldability() throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public void updateAsciiStream(int columnIndex, InputStream inputStream) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateAsciiStream(String columnLabel, InputStream inputStream) ++ throws SQLException { ++ updateAsciiStream(findColumn(columnLabel), inputStream); ++ } ++ ++ public void updateAsciiStream(int columnIndex, InputStream inputStream, ++ long length) throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateAsciiStream(String columnLabel, InputStream inputStream, ++ long length) throws SQLException { ++ updateAsciiStream(findColumn(columnLabel), inputStream, length); ++ } ++ ++ public void updateBinaryStream(int columnIndex, InputStream inputStream) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateBinaryStream(String columnLabel, ++ InputStream inputStream) throws SQLException { ++ updateBinaryStream(findColumn(columnLabel), inputStream); ++ } ++ ++ public void updateBinaryStream(int columnIndex, InputStream inputStream, ++ long length) throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateBinaryStream(String columnLabel, InputStream inputStream, ++ long length) throws SQLException { ++ updateBinaryStream(findColumn(columnLabel), inputStream, length); ++ } ++ ++ public void updateBlob(int columnIndex, InputStream inputStream) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateBlob(String columnLabel, InputStream inputStream) ++ throws SQLException { ++ updateBlob(findColumn(columnLabel), inputStream); ++ } ++ ++ public void updateBlob(int columnIndex, InputStream inputStream, ++ long length) throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateBlob(String columnLabel, InputStream inputStream, ++ long length) throws SQLException { ++ updateBlob(findColumn(columnLabel), inputStream, length); ++ } ++ ++ public void updateCharacterStream(int columnIndex, Reader reader) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateCharacterStream(String columnLabel, Reader reader) ++ throws SQLException { ++ updateCharacterStream(findColumn(columnLabel), reader); ++ } ++ ++ public void updateCharacterStream(int columnIndex, Reader reader, ++ long length) throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateCharacterStream(String columnLabel, Reader reader, ++ long length) throws SQLException { ++ updateCharacterStream(findColumn(columnLabel), reader, length); ++ } ++ ++ public void updateClob(int columnIndex, Reader reader) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateClob(String columnLabel, Reader reader) ++ throws SQLException { ++ updateClob(findColumn(columnLabel), reader); ++ } ++ ++ public void updateClob(int columnIndex, Reader reader, long length) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateClob(String columnLabel, Reader reader, long length) ++ throws SQLException { ++ updateClob(findColumn(columnLabel), reader, length); ++ } ++ ++ public Reader getNCharacterStream(int columnIndex) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public Reader getNCharacterStream(String columnLabel) ++ throws SQLException { ++ return getNCharacterStream(findColumn(columnLabel)); ++ } ++ ++ public void updateNCharacterStream(int columnIndex, Reader reader) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateNCharacterStream(String columnLabel, Reader reader) ++ throws SQLException { ++ updateNCharacterStream(findColumn(columnLabel), reader); ++ } ++ ++ public void updateNCharacterStream(int columnIndex, Reader reader, ++ long length) throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateNCharacterStream(String columnLabel, Reader reader, ++ long length) throws SQLException { ++ updateNCharacterStream(findColumn(columnLabel), reader, length); ++ } ++ ++ public NClob getNClob(int columnIndex) ++ throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public NClob getNClob(String columnLabel) ++ throws SQLException { ++ return getNClob(findColumn(columnLabel)); ++ } ++ ++ public void updateNClob(int columnIndex, NClob value) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateNClob(String columnLabel, NClob value) ++ throws SQLException { ++ updateNClob(findColumn(columnLabel), value); ++ } ++ ++ public void updateNClob(int columnIndex, Reader reader) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateNClob(String columnLabel, Reader reader) ++ throws SQLException { ++ updateNClob(findColumn(columnLabel), reader); ++ } ++ ++ public void updateNClob(int columnIndex, Reader reader, long length) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateNClob(String columnLabel, Reader reader, long length) ++ throws SQLException { ++ updateNClob(findColumn(columnLabel), reader, length); ++ } ++ ++ public String getNString(int columnIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public String getNString(String columnLabel) throws SQLException { ++ return getNString(findColumn(columnLabel)); ++ } ++ ++ public void updateNString(int columnIndex, String value) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateNString(String columnLabel, String value) ++ throws SQLException { ++ updateNString(findColumn(columnLabel), value); ++ } ++ ++ public SQLXML getSQLXML(int columnIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public SQLXML getSQLXML(String columnLabel) throws SQLException { ++ return getSQLXML(findColumn(columnLabel)); ++ } ++ ++ public void updateSQLXML(int columnIndex, SQLXML xmlObject) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateSQLXML(String columnLabel, SQLXML xmlObject) ++ throws SQLException { ++ updateSQLXML(findColumn(columnLabel), xmlObject); ++ } ++ ++ public RowId getRowId(int columnIndex) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public RowId getRowId(String columnLabel) throws SQLException { ++ return getRowId(findColumn(columnLabel)); ++ } ++ ++ public void updateRowId(int columnIndex, RowId x) ++ throws SQLException { ++ throw new NotUpdatable(); ++ } ++ ++ public void updateRowId(String columnLabel, RowId x) ++ throws SQLException { ++ updateRowId(findColumn(columnLabel), x); ++ } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw SQLError.notImplemented(); ++ } + } -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:15:36 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:15:36 -0800 (PST) Subject: [61131] trunk/dports/perl/p5-extutils-cbuilder/Portfile Message-ID: <20091202221540.93A16375BBD4@beta.macosforge.org> Revision: 61131 http://trac.macports.org/changeset/61131 Author: narf_tm at macports.org Date: 2009-12-02 14:15:26 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 0.27. Modified Paths: -------------- trunk/dports/perl/p5-extutils-cbuilder/Portfile Modified: trunk/dports/perl/p5-extutils-cbuilder/Portfile =================================================================== --- trunk/dports/perl/p5-extutils-cbuilder/Portfile 2009-12-02 21:51:18 UTC (rev 61130) +++ trunk/dports/perl/p5-extutils-cbuilder/Portfile 2009-12-02 22:15:26 UTC (rev 61131) @@ -3,7 +3,8 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup ExtUtils-CBuilder 0.260301 +perl5.setup ExtUtils-CBuilder 0.27 +epoch 1 maintainers narf_tm openmaintainer description Compile and link C code for Perl modules long_description This module can build the C portions of Perl modules by \ @@ -16,6 +17,6 @@ platforms darwin -checksums md5 6bd2f77cb433144a5aaaebd9089288aa \ - sha1 41d760277839b72468fccff7438a1cd1b6543fd6 \ - rmd160 b92563fd82e3e3c2d5a0c6646a123587ac3aff89 +checksums md5 3ecfbe119bba5b5bbd1b6e10ab23b80c \ + sha1 28fe71168ec1fa2b88ea4aab47f732148266dcbc \ + rmd160 70032efb678f548e70340795f890cf55f39e9c1b -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:18:14 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:18:14 -0800 (PST) Subject: [61132] trunk/dports/perl/p5-io-compress/Portfile Message-ID: <20091202221815.367B9375BF90@beta.macosforge.org> Revision: 61132 http://trac.macports.org/changeset/61132 Author: narf_tm at macports.org Date: 2009-12-02 14:18:13 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 2.023. Modified Paths: -------------- trunk/dports/perl/p5-io-compress/Portfile Modified: trunk/dports/perl/p5-io-compress/Portfile =================================================================== --- trunk/dports/perl/p5-io-compress/Portfile 2009-12-02 22:15:26 UTC (rev 61131) +++ trunk/dports/perl/p5-io-compress/Portfile 2009-12-02 22:18:13 UTC (rev 61132) @@ -3,8 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup IO-Compress 2.021 -revision 3 +perl5.setup IO-Compress 2.023 maintainers narf_tm openmaintainer description Perl interface to allow reading and writing of \ compressed data created with the zlib and bzip2 \ @@ -13,9 +12,9 @@ platforms darwin -checksums md5 126adb25479f656a2907ec7f40249c0a \ - sha1 0ef2e4900b4315129301e389fb269ca652c94b53 \ - rmd160 58e29f26c4469e805a967a3fec9b981364eeb6dd +checksums md5 0fc1412ef9b5cb56aad870cd3ce43f81 \ + sha1 0125559199534b6fc7a7882b1badd3fceae479ea \ + rmd160 d87b2ec6fb61d1036f656ffea0b08945f339bdee depends_lib-append port:p5-compress-raw-bzip2 \ port:p5-compress-raw-zlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:21:18 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:21:18 -0800 (PST) Subject: [61133] trunk/dports/perl/p5-libwww-perl/Portfile Message-ID: <20091202222118.55101375C33D@beta.macosforge.org> Revision: 61133 http://trac.macports.org/changeset/61133 Author: narf_tm at macports.org Date: 2009-12-02 14:21:15 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 5.834. Modified Paths: -------------- trunk/dports/perl/p5-libwww-perl/Portfile Modified: trunk/dports/perl/p5-libwww-perl/Portfile =================================================================== --- trunk/dports/perl/p5-libwww-perl/Portfile 2009-12-02 22:18:13 UTC (rev 61132) +++ trunk/dports/perl/p5-libwww-perl/Portfile 2009-12-02 22:21:15 UTC (rev 61133) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup libwww-perl 5.832 LWP +perl5.setup libwww-perl 5.834 LWP maintainers narf_tm openmaintainer description The World-Wide Web library for Perl long_description The libwww-perl collection is a set of Perl \ @@ -16,15 +16,16 @@ and even classes that help you implement \ simple HTTP servers. -checksums md5 c9f55afa68cdbe53cae34a80a2aea1b5 \ - sha1 bc87cfbd615d72d9122e144bc19f328ea5e42d41 \ - rmd160 d4ba71d81f5ecbc88194bad6957be8e17d199de7 +checksums md5 f2ed8a461f76556c9caed9087f47c86c \ + sha1 62a3195b8da8a31eacd1ab63e67145ff694a15b3 \ + rmd160 280115d2a7c926d0418b9f54cabee47b5e95d4d2 patchfiles patch-lib-HTTP-Date.pm.diff platforms darwin depends_lib-append port:p5-io-compress \ + port:p5-compress-raw-zlib \ port:p5-html-parser \ port:p5-html-tagset \ port:p5-uri \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:23:18 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:23:18 -0800 (PST) Subject: [61134] trunk/dports/perl/p5-http-request-ascgi/Portfile Message-ID: <20091202222319.8C589375C5B0@beta.macosforge.org> Revision: 61134 http://trac.macports.org/changeset/61134 Author: narf_tm at macports.org Date: 2009-12-02 14:23:17 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 1.0. Modified Paths: -------------- trunk/dports/perl/p5-http-request-ascgi/Portfile Modified: trunk/dports/perl/p5-http-request-ascgi/Portfile =================================================================== --- trunk/dports/perl/p5-http-request-ascgi/Portfile 2009-12-02 22:21:15 UTC (rev 61133) +++ trunk/dports/perl/p5-http-request-ascgi/Portfile 2009-12-02 22:23:17 UTC (rev 61134) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup HTTP-Request-AsCGI 0.9 +perl5.setup HTTP-Request-AsCGI 1.0 maintainers narf_tm openmaintainer description Setup a CGI enviroment from a HTTP::Request long_description Provides a convinient way of setting up an CGI \ @@ -11,9 +11,9 @@ platforms darwin -checksums md5 99bc3e482d873068177282dcf306959f \ - sha1 89cad6556dbb206380463419fcc14a76f0691a04 \ - rmd160 dc093a85a6c56ab39bdc6d21d0f8a178ad622a93 +checksums md5 c36dcd1703100131a13cc154894a66c9 \ + sha1 2b3d82e8b1c3f9758a507574897647874eed974a \ + rmd160 9ee066547a03b99e46da699b956b04d110569b33 depends_lib-append port:p5-class-accessor \ port:p5-libwww-perl \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:25:31 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:25:31 -0800 (PST) Subject: [61135] trunk/dports/perl/p5-params-validate/Portfile Message-ID: <20091202222531.750F9375C9C2@beta.macosforge.org> Revision: 61135 http://trac.macports.org/changeset/61135 Author: narf_tm at macports.org Date: 2009-12-02 14:25:30 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 0.94. Modified Paths: -------------- trunk/dports/perl/p5-params-validate/Portfile Modified: trunk/dports/perl/p5-params-validate/Portfile =================================================================== --- trunk/dports/perl/p5-params-validate/Portfile 2009-12-02 22:23:17 UTC (rev 61134) +++ trunk/dports/perl/p5-params-validate/Portfile 2009-12-02 22:25:30 UTC (rev 61135) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Params-Validate 0.92 +perl5.setup Params-Validate 0.94 maintainers narf_tm openmaintainer description Validate method/function parameters long_description The Params::Validate module allows you to validate method \ @@ -18,9 +18,9 @@ platforms darwin -checksums md5 e221233119dbdca3c610dec93a8f6cf2 \ - sha1 a2210804fcf27c825e19efa8bdc3f7f26fbde0e7 \ - rmd160 f83218ae3e2f66586600826a5da731d2e0a0eb00 +checksums md5 86da1b8ad762063913f454f81b42a816 \ + sha1 f34214e7f8807ea59feed26f88282bd3dc21572f \ + rmd160 11e8d358d907e714c1f7f5549221d9c601d58336 depends_lib-append port:p5-extutils-cbuilder \ port:p5-attribute-handlers -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:27:25 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:27:25 -0800 (PST) Subject: [61136] trunk/dports/perl/p5-string-rewriteprefix/Portfile Message-ID: <20091202222725.8FAF1375CC6D@beta.macosforge.org> Revision: 61136 http://trac.macports.org/changeset/61136 Author: narf_tm at macports.org Date: 2009-12-02 14:27:24 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 0.005. Modified Paths: -------------- trunk/dports/perl/p5-string-rewriteprefix/Portfile Modified: trunk/dports/perl/p5-string-rewriteprefix/Portfile =================================================================== --- trunk/dports/perl/p5-string-rewriteprefix/Portfile 2009-12-02 22:25:30 UTC (rev 61135) +++ trunk/dports/perl/p5-string-rewriteprefix/Portfile 2009-12-02 22:27:24 UTC (rev 61136) @@ -1,19 +1,21 @@ # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup String-RewritePrefix 0.004 -maintainers narf_tm openmaintainer -description rewrite strings based on a set of known prefixes -long_description This rewrites all the given strings using the rules \ - in %prefix. Its keys are known prefixes for which \ - its values will be substituted. This is performed \ - in longest-first order, and only one prefix will \ - be rewritten. +perl5.setup String-RewritePrefix 0.005 +maintainers narf_tm openmaintainer +description rewrite strings based on a set of known prefixes +long_description This rewrites all the given strings using the rules \ + in %prefix. Its keys are known prefixes for which \ + its values will be substituted. This is performed \ + in longest-first order, and only one prefix will \ + be rewritten. -platforms darwin +platforms darwin -checksums md5 27aeb4769fb047651b996bcc12aeabca \ - sha1 52d9801484932a77ff06a8f3b2f10e7292ca12ca \ - rmd160 6b437b46b9dd50b0f6229631da2b6b2b1aa47ef7 +checksums md5 d8239dcea15b43f07211451547d860f0 \ + sha1 ae2f59db64e4f3d97274749a148ce2d4ba1aeaf5 \ + rmd160 d7e9fbcfc6f2e1c053df81cbd62ee6f924153e40 + +depends_lib-append port:p5-sub-exporter -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:29:26 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:29:26 -0800 (PST) Subject: [61137] trunk/dports/perl/p5-variable-magic/Portfile Message-ID: <20091202222926.428D1375CCEE@beta.macosforge.org> Revision: 61137 http://trac.macports.org/changeset/61137 Author: narf_tm at macports.org Date: 2009-12-02 14:29:25 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 0.39. Modified Paths: -------------- trunk/dports/perl/p5-variable-magic/Portfile Modified: trunk/dports/perl/p5-variable-magic/Portfile =================================================================== --- trunk/dports/perl/p5-variable-magic/Portfile 2009-12-02 22:27:24 UTC (rev 61136) +++ trunk/dports/perl/p5-variable-magic/Portfile 2009-12-02 22:29:25 UTC (rev 61137) @@ -3,13 +3,13 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Variable-Magic 0.38 +perl5.setup Variable-Magic 0.39 maintainers narf_tm openmaintainer description Associate user-defined magic to variables from Perl. long_description ${description} platforms darwin -checksums md5 a091457a2417720bef39f24172352604 \ - sha1 2f6569c657707c981eb9c562ceac14e5c46d90fa \ - rmd160 43af09c1864334177214743196c5f59929331ab7 +checksums md5 e85fefa8abf6c26bb55e692601369b37 \ + sha1 efdccd38c497ddbd38a76c59598077772815a21b \ + rmd160 172f1bbc15e78f35b421ec4c0c077e1a4b370fb4 -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:48:29 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:48:29 -0800 (PST) Subject: [61138] trunk/dports/perl Message-ID: <20091202224829.C2244375D1F3@beta.macosforge.org> Revision: 61138 http://trac.macports.org/changeset/61138 Author: narf_tm at macports.org Date: 2009-12-02 14:48:26 -0800 (Wed, 02 Dec 2009) Log Message: ----------- New port p5-getopt-long-descriptive 0.081. Added Paths: ----------- trunk/dports/perl/p5-getopt-long-descriptive/ trunk/dports/perl/p5-getopt-long-descriptive/Portfile Added: trunk/dports/perl/p5-getopt-long-descriptive/Portfile =================================================================== --- trunk/dports/perl/p5-getopt-long-descriptive/Portfile (rev 0) +++ trunk/dports/perl/p5-getopt-long-descriptive/Portfile 2009-12-02 22:48:26 UTC (rev 61138) @@ -0,0 +1,18 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Getopt-Long-Descriptive 0.081 +maintainers narf_tm openmaintainer +description Getopt::Long with usage text +long_description ${description} + +platforms darwin + +checksums md5 14dd9c5b8b5f856c77a80d1f90a9db4d \ + sha1 3370a1b58d1172d86e6ff8b5e254e5369310df9a \ + rmd160 c75c288c15a207d919ed4ca3e490ea8904adf207 + +depends_lib-append port:p5-params-validate \ + port:p5-sub-exporter Property changes on: trunk/dports/perl/p5-getopt-long-descriptive/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 14:54:09 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 14:54:09 -0800 (PST) Subject: [61139] trunk/dports Message-ID: <20091202225411.D465E375D2EF@beta.macosforge.org> Revision: 61139 http://trac.macports.org/changeset/61139 Author: portindex at macports.org Date: 2009-12-02 14:54:07 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6409 Ports successfully parsed: 6409 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 22:48:26 UTC (rev 61138) +++ trunk/dports/PortIndex 2009-12-02 22:54:07 UTC (rev 61139) @@ -3796,8 +3796,8 @@ portdir java/msv description {Sun Multi-Schema XML Validator (MSV) validates XML files} homepage https://msv.dev.java.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name msv maintainers blair long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs and a subset of XML Schema Part 1.} depends_extract bin:unzip:unzip categories java version 20081113 revision 1 mx4j 563 depends_build bin:ant:apache-ant portdir java/mx4j description {Open Source JMX for Enterprise Computing.} homepage http://mx4j.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-bcel port:jakarta-log4j port:commons-logging} name mx4j maintainers {jberry openmaintainer} long_description {MX4J is a project to build an Open Source implementation of the Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX.} categories java version 3.0.1 revision 0 -mysql-connector-java 862 -depends_build bin:ant:apache-ant portdir java/mysql-connector-java description {MySQL Official JDBC connector for MySQL database.} homepage http://dev.mysql.com/doc/refman/5.0/en/connector-j.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-log4j} name mysql-connector-java maintainers {jberry openmaintainer} long_description {MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.} categories java version 5.0.7 revision 0 +mysql-connector-java 882 +variants darwin_10 depends_build bin:ant:apache-ant portdir java/mysql-connector-java description {MySQL Official JDBC connector for MySQL database.} homepage http://dev.mysql.com/doc/refman/5.0/en/connector-j.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-log4j} name mysql-connector-java long_description {MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.} maintainers {jberry openmaintainer} categories java version 5.1.10 revision 0 objectweb-anttasks 399 variants debug depends_build {bin:ant:apache-ant port:xalanj} portdir java/objectweb-anttasks description {ObjectWeb ant tasks} homepage http://monolog.objectweb.org/ epoch 0 platforms darwin name objectweb-anttasks long_description {Assorted utility tasks used in ObjectWeb ant builds.} maintainers glowacki.org:dave depends_extract bin:unzip:unzip categories {java devel} version 1.3.2 revision 0 objectweb-asm 475 @@ -6586,8 +6586,8 @@ portdir perl/p5-expect description {Perl version of the TCL expect tool} homepage http://search.cpan.org/~rgiersig/p5-expect-1.20/ epoch 0 platforms darwin name p5-expect depends_lib {path:bin/perl:perl5 port:p5-io-tty port:p5-io-stty} maintainers nomaintainer long_description {The Expect for Perl module was inspired more by the functionality the Tcl tool provides than any previous Expect-like tool such as Comm.pl or chat2.pl. I've had some comments that people may not have heard of the original Tcl version of Expect, or where documentation (book form) on Expect may be obtained.} categories perl version 1.20 revision 0 p5-expect-simple 344 portdir perl/p5-expect-simple description {Wrapper around the Expect module} homepage http://search.cpan.org/dist/Expect-Simple/ epoch 0 platforms darwin name p5-expect-simple depends_lib {path:bin/perl:perl5 port:p5-expect} maintainers nomaintainer long_description {{Wrapper around the Expect module}} categories perl version 0.02 revision 0 -p5-extutils-cbuilder 697 -portdir perl/p5-extutils-cbuilder description {Compile and link C code for Perl modules} homepage http://search.cpan.org/dist/ExtUtils-CBuilder/ epoch 0 platforms darwin name p5-extutils-cbuilder depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal!} categories perl version 0.260301 revision 0 +p5-extutils-cbuilder 693 +portdir perl/p5-extutils-cbuilder description {Compile and link C code for Perl modules} homepage http://search.cpan.org/dist/ExtUtils-CBuilder/ epoch 1 platforms darwin name p5-extutils-cbuilder depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal!} categories perl version 0.27 revision 0 p5-extutils-depends 349 portdir perl/p5-extutils-depends description {Easily build XS extensions that depend on XS} homepage http://gtk2-perl.sourceforge.net/ epoch 0 platforms darwin name p5-extutils-depends depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Easily build XS extensions that depend on XS}} categories perl version 0.302 revision 0 p5-extutils-f77 451 @@ -6775,7 +6775,7 @@ p5-http-recorder 438 portdir perl/p5-http-recorder description {Record interaction with websites} homepage http://search.cpan.org/dist/HTTP-Recorder/ epoch 0 platforms darwin name p5-http-recorder depends_lib {path:bin/perl:perl5 port:p5-libwww-perl port:p5-html-parser port:p5-uri} maintainers email.arc.nasa.gov:sal long_description {This is a browser-independent recorder for recording interactions with web sites.} categories perl version 0.05 revision 0 p5-http-request-ascgi 466 -portdir perl/p5-http-request-ascgi description {Setup a CGI enviroment from a HTTP::Request} homepage http://search.cpan.org/dist/HTTP-Request-AsCGI/ epoch 0 platforms darwin name p5-http-request-ascgi depends_lib {path:bin/perl:perl5 port:p5-class-accessor port:p5-libwww-perl port:p5-uri} maintainers {narf_tm openmaintainer} long_description {Provides a convinient way of setting up an CGI enviroment from a HTTP::Request.} categories perl version 0.9 revision 0 +portdir perl/p5-http-request-ascgi description {Setup a CGI enviroment from a HTTP::Request} homepage http://search.cpan.org/dist/HTTP-Request-AsCGI/ epoch 0 platforms darwin name p5-http-request-ascgi depends_lib {path:bin/perl:perl5 port:p5-class-accessor port:p5-libwww-perl port:p5-uri} maintainers {narf_tm openmaintainer} long_description {Provides a convinient way of setting up an CGI enviroment from a HTTP::Request.} categories perl version 1.0 revision 0 p5-http-response-encoding 390 portdir perl/p5-http-response-encoding description {Adds encoding() to HTTP::Response} homepage http://search.cpan.org/dist/HTTP-Response-Encoding/ epoch 0 platforms darwin name p5-http-response-encoding depends_lib {path:bin/perl:perl5 port:p5-libwww-perl} maintainers {narf_tm openmaintainer} long_description {{Adds encoding() to HTTP::Response}} categories perl version 0.06 revision 0 p5-http-server-simple 376 @@ -6809,7 +6809,7 @@ p5-io-captureoutput 384 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 +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.023 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 @@ -6864,8 +6864,8 @@ portdir perl/p5-libintl-perl description {Perl internationalization library} homepage http://search.cpan.org/dist/libintl-perl/ epoch 0 platforms darwin name p5-libintl-perl depends_lib path:bin/perl:perl5 maintainers markd long_description {An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.} categories perl version 1.16 revision 0 p5-libvorbis-perl 409 portdir perl/p5-libvorbis-perl description {Perl extension for Ogg Vorbis streams} homepage http://search.cpan.org/dist/libvorbis-perl/ epoch 0 platforms darwin name p5-libvorbis-perl depends_lib {path:bin/perl:perl5 port:libvorbis} maintainers vinc17 long_description {This is an object-oriented interface to the Ogg Vorbis libvorbisfile convenience library.} categories {perl audio} version 0.05 revision 0 -p5-libwww-perl 772 -portdir perl/p5-libwww-perl description {The World-Wide Web library for Perl} homepage http://search.cpan.org/dist/libwww-perl/ epoch 0 platforms darwin name p5-libwww-perl depends_lib {path:bin/perl:perl5 port:p5-io-compress port:p5-html-parser port:p5-html-tagset port:p5-uri port:p5-crypt-ssleay} maintainers {narf_tm openmaintainer} long_description {The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.} categories perl version 5.832 revision 0 +p5-libwww-perl 798 +portdir perl/p5-libwww-perl description {The World-Wide Web library for Perl} homepage http://search.cpan.org/dist/libwww-perl/ epoch 0 platforms darwin name p5-libwww-perl depends_lib {path:bin/perl:perl5 port:p5-io-compress port:p5-compress-raw-zlib port:p5-html-parser port:p5-html-tagset port:p5-uri port:p5-crypt-ssleay} maintainers {narf_tm openmaintainer} long_description {The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.} categories perl version 5.834 revision 0 p5-libxml-enno 625 portdir perl/p5-libxml-enno description {libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and several other packages that are no longer distributed separately.} homepage http://search.cpan.org/dist/libxml-enno/ epoch 0 platforms darwin name p5-libxml-enno depends_lib {path:bin/perl:perl5 port:p5-libwww-perl port:p5-libxml-perl port:p5-xml-parser port:p5-parse-yapp port:p5-datemanip} maintainers nomaintainer long_description {{libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and several other packages that are no longer distributed separately.}} categories perl version 1.02 revision 0 p5-libxml-perl 543 @@ -7151,7 +7151,7 @@ p5-params-util 417 portdir perl/p5-params-util description {Simple, compact and correct param-checking functions} homepage http://search.cpan.org/dist/Params-Util/ epoch 0 platforms darwin name p5-params-util depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {Provides a basic set of importable functions that makes checking parameters a hell of a lot easier} categories perl version 1.00 revision 0 p5-params-validate 868 -portdir perl/p5-params-validate description {Validate method/function parameters} homepage http://search.cpan.org/dist/Params-Validate/ epoch 0 platforms darwin name p5-params-validate depends_lib {path:bin/perl:perl5 port:p5-extutils-cbuilder port:p5-attribute-handlers port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.} categories perl version 0.92 revision 0 +portdir perl/p5-params-validate description {Validate method/function parameters} homepage http://search.cpan.org/dist/Params-Validate/ epoch 0 platforms darwin name p5-params-validate depends_lib {path:bin/perl:perl5 port:p5-extutils-cbuilder port:p5-attribute-handlers port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.} categories perl version 0.94 revision 0 p5-parent 381 portdir perl/p5-parent description {Establish an ISA relationship with base classes at compile time} homepage http://search.cpan.org/dist/parent/ epoch 0 platforms darwin name p5-parent depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{Establish an ISA relationship with base classes at compile time}} categories perl version 0.223 revision 0 p5-parse-cpan-meta 385 @@ -7284,8 +7284,8 @@ portdir perl/p5-string-ediff description {Produce common sub-string indices for two strings} homepage http://search.cpan.org/dist/String-Ediff/ epoch 0 platforms darwin name p5-string-ediff depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Produce common sub-string indices for two strings}} categories perl version 0.08 revision 0 p5-string-format 429 portdir perl/p5-string-format description {sprintf-like string formatting capabilities with arbitrary format definitions} homepage http://search.cpan.org/dist/String-Format/ epoch 0 platforms darwin name p5-string-format depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{sprintf-like string formatting capabilities with arbitrary format definitions}} categories perl version 1.16 revision 0 -p5-string-rewriteprefix 557 -portdir perl/p5-string-rewriteprefix description {rewrite strings based on a set of known prefixes} homepage http://search.cpan.org/dist/String-RewritePrefix/ epoch 0 platforms darwin name p5-string-rewriteprefix depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {This rewrites all the given strings using the rules in %prefix. Its keys are known prefixes for which its values will be substituted. This is performed in longest-first order, and only one prefix will be rewritten.} categories perl version 0.004 revision 0 +p5-string-rewriteprefix 580 +portdir perl/p5-string-rewriteprefix description {rewrite strings based on a set of known prefixes} homepage http://search.cpan.org/dist/String-RewritePrefix/ epoch 0 platforms darwin name p5-string-rewriteprefix depends_lib {path:bin/perl:perl5 port:p5-sub-exporter} maintainers {narf_tm openmaintainer} long_description {This rewrites all the given strings using the rules in %prefix. Its keys are known prefixes for which its values will be substituted. This is performed in longest-first order, and only one prefix will be rewritten.} categories perl version 0.005 revision 0 p5-string-shellquote 466 portdir perl/p5-string-shellquote description {Quote strings for passing through the shell} homepage http://search.cpan.org/~rosch/String-ShellQuote-1.03/ epoch 0 platforms darwin name p5-string-shellquote depends_lib path:bin/perl:perl5 maintainers tcnj.edu:hagedorn long_description {This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object.} categories perl version 1.03 revision 0 p5-sub-exporter 436 @@ -7503,7 +7503,7 @@ p5-uuid 352 portdir perl/p5-uuid description {Perl extension for using UUID interfaces.} homepage http://search.cpan.org/dist/UUID/ epoch 0 platforms darwin name p5-uuid depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {Perl extension for using UUID interfaces as defined in e2fsprogs.} categories perl version 0.04 revision 0 p5-variable-magic 382 -portdir perl/p5-variable-magic description {Associate user-defined magic to variables from Perl.} homepage http://search.cpan.org/dist/Variable-Magic/ epoch 0 platforms darwin name p5-variable-magic depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{Associate user-defined magic to variables from Perl.}} categories perl version 0.38 revision 0 +portdir perl/p5-variable-magic description {Associate user-defined magic to variables from Perl.} homepage http://search.cpan.org/dist/Variable-Magic/ epoch 0 platforms darwin name p5-variable-magic depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{Associate user-defined magic to variables from Perl.}} categories perl version 0.39 revision 0 p5-vcp-autrijus-snapshot 597 portdir perl/p5-vcp-autrijus-snapshot description {Copy versions of files between repositories and/or RevML} homepage http://search.cpan.org/~autrijus/VCP-autrijus-snapshot/ epoch 0 platforms darwin name p5-vcp-autrijus-snapshot depends_lib {path:bin/perl:perl5 port:p5-xml-autowriter port:p5-xml-parser port:p5-text-diff port:p5-html-tree port:p5-ipc-run3 port:p5-regexp-shellish} maintainers geeklair.net:dluke long_description {Copy versions of files between repositories and/or RevML. This is a snapshot version that is known to work with svk.} categories perl version 0.9-20050110 revision 0 p5-vcp-dest-svk 423 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 14:54:17 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 14:54:17 -0800 (PST) Subject: [61140] trunk/dports/perl Message-ID: <20091202225417.5EE1A375D312@beta.macosforge.org> Revision: 61140 http://trac.macports.org/changeset/61140 Author: narf_tm at macports.org Date: 2009-12-02 14:54:16 -0800 (Wed, 02 Dec 2009) Log Message: ----------- New port p5-moosex-getopt 0.25 Added Paths: ----------- trunk/dports/perl/p5-moosex-getopt/ trunk/dports/perl/p5-moosex-getopt/Portfile Added: trunk/dports/perl/p5-moosex-getopt/Portfile =================================================================== --- trunk/dports/perl/p5-moosex-getopt/Portfile (rev 0) +++ trunk/dports/perl/p5-moosex-getopt/Portfile 2009-12-02 22:54:16 UTC (rev 61140) @@ -0,0 +1,19 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup MooseX-Getopt 0.25 +maintainers narf_tm openmaintainer +description A Moose role for processing command line options +long_description ${description} + +platforms darwin + +checksums md5 9495a077b1fd1323a2fe7870e255b740 \ + sha1 dec4ef8db328bc902a5b1380496fd605562d164b \ + rmd160 3f751994fe2b5e99ea00e54ae888dfb791093e45 + +depends_lib-append port:p5-getopt-long \ + port:p5-getopt-long-descriptive \ + port:p5-moose Property changes on: trunk/dports/perl/p5-moosex-getopt/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 15:00:25 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 15:00:25 -0800 (PST) Subject: [61141] trunk/dports/perl Message-ID: <20091202230026.06406375E1FB@beta.macosforge.org> Revision: 61141 http://trac.macports.org/changeset/61141 Author: narf_tm at macports.org Date: 2009-12-02 15:00:25 -0800 (Wed, 02 Dec 2009) Log Message: ----------- New port p5-moosex-types-common 0.001000. Added Paths: ----------- trunk/dports/perl/p5-moosex-types-common/ trunk/dports/perl/p5-moosex-types-common/Portfile Added: trunk/dports/perl/p5-moosex-types-common/Portfile =================================================================== --- trunk/dports/perl/p5-moosex-types-common/Portfile (rev 0) +++ trunk/dports/perl/p5-moosex-types-common/Portfile 2009-12-02 23:00:25 UTC (rev 61141) @@ -0,0 +1,19 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup MooseX-Types-Common 0.001000 +maintainers narf_tm openmaintainer +description A set of commonly-used type constraints that do not \ + ship with Moose by default. +long_description ${description} + +platforms darwin + +checksums md5 81cd8929dd35335fe44383fe340054c4 \ + sha1 f767e326f10ebc21df58420e57b409bcbe51ce7e \ + rmd160 fb03cbd3d197fe57ff71d517cb1410b7f6f6457f + +depends_lib-append port:p5-moose \ + port:p5-moosex-types Property changes on: trunk/dports/perl/p5-moosex-types-common/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 15:02:42 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 15:02:42 -0800 (PST) Subject: [61142] trunk/dports/devel/eina/Portfile Message-ID: <20091202230242.4F1AC375E530@beta.macosforge.org> Revision: 61142 http://trac.macports.org/changeset/61142 Author: ryandesign at macports.org Date: 2009-12-02 15:02:41 -0800 (Wed, 02 Dec 2009) Log Message: ----------- eina: update to 0.9.9.063 Modified Paths: -------------- trunk/dports/devel/eina/Portfile Modified: trunk/dports/devel/eina/Portfile =================================================================== --- trunk/dports/devel/eina/Portfile 2009-12-02 23:00:25 UTC (rev 61141) +++ trunk/dports/devel/eina/Portfile 2009-12-02 23:02:41 UTC (rev 61142) @@ -3,22 +3,23 @@ PortSystem 1.0 name eina -version 0.0.2.062 -set snapshot 2009-07-29 +version 0.9.9.063 +set snapshot 2009-12-02 categories devel platforms darwin maintainers ryandesign openmaintainer license LGPLv2.1 homepage http://trac.enlightenment.org/e/wiki/Eina master_sites http://download.enlightenment.org/snapshots/${snapshot}/ +use_bzip2 yes description multi-platform data type library long_description ${name} is a multi-platform library that provides optimized data types and tools -checksums md5 1f68701717f3b1cb992399a809f1a98f \ - sha1 48f7fc33481fb9e630667da277c6ab126a9a8154 \ - rmd160 c2ab38c871f841f90462fdd4c0a7dea1d764957d +checksums md5 1289ac1d6b1a7a578158f9ff24301f3f \ + sha1 574a405bec4ea60e5f2c7e28684e5d30ae42bf92 \ + rmd160 ad2a4d04d2080fe4d7e56ab64cb003511f90c80a configure.args --disable-doc -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Wed Dec 2 15:04:09 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Wed, 2 Dec 2009 15:04:09 -0800 (PST) Subject: [61143] trunk/dports/perl/p5-catalyst-runtime/Portfile Message-ID: <20091202230409.700D9375E67D@beta.macosforge.org> Revision: 61143 http://trac.macports.org/changeset/61143 Author: narf_tm at macports.org Date: 2009-12-02 15:04:08 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Updated to 5.80015. Modified Paths: -------------- trunk/dports/perl/p5-catalyst-runtime/Portfile Modified: trunk/dports/perl/p5-catalyst-runtime/Portfile =================================================================== --- trunk/dports/perl/p5-catalyst-runtime/Portfile 2009-12-02 23:02:41 UTC (rev 61142) +++ trunk/dports/perl/p5-catalyst-runtime/Portfile 2009-12-02 23:04:08 UTC (rev 61143) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Catalyst-Runtime 5.80014 +perl5.setup Catalyst-Runtime 5.80015 maintainers narf_tm openmaintainer description The Elegant MVC Web Application Framework long_description Catalyst is a modern framework for making web \ @@ -13,13 +13,12 @@ platforms darwin -checksums md5 bb9462d33b70651d1a96d7572695629f \ - sha1 295bee8077867586fa7be454637efae920c5152e \ - rmd160 bb103ed5dc32eefb1f2c397b35666fd2304c13b7 +checksums md5 5d3ece50fb1c0ed80f3a55b82d4c0b91 \ + sha1 299936ecb0fc5c233264fe3d0b84d5465ae06afd \ + rmd160 38227aa163ef8d638e5121390f4c33f81852912a depends_lib-append port:p5-class-data-inheritable \ port:p5-test-exception \ - port:p5-b-hooks-op-check-stashchange \ port:p5-b-hooks-endofscope \ port:p5-cgi-simple \ port:p5-class-c3-adopt-next \ @@ -33,8 +32,11 @@ port:p5-mro-compat \ port:p5-module-pluggable \ port:p5-moose \ + port:p5-moosex-types \ + port:p5-moosex-types-common \ port:p5-moosex-emulate-class-accessor-fast \ port:p5-moosex-methodattributes \ + port:p5-moosex-getopt \ port:p5-path-class \ port:p5-string-rewriteprefix \ port:p5-sub-exporter \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 15:15:08 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 15:15:08 -0800 (PST) Subject: [61144] trunk/dports/devel/glib2 Message-ID: <20091202231509.67421375F360@beta.macosforge.org> Revision: 61144 http://trac.macports.org/changeset/61144 Author: ryandesign at macports.org Date: 2009-12-02 15:15:05 -0800 (Wed, 02 Dec 2009) Log Message: ----------- glib2: update to 2.22.3 Modified Paths: -------------- trunk/dports/devel/glib2/Portfile Removed Paths: ------------- trunk/dports/devel/glib2/files/patch-which.diff Modified: trunk/dports/devel/glib2/Portfile =================================================================== --- trunk/dports/devel/glib2/Portfile 2009-12-02 23:04:08 UTC (rev 61143) +++ trunk/dports/devel/glib2/Portfile 2009-12-02 23:15:05 UTC (rev 61144) @@ -5,7 +5,7 @@ name glib2 conflicts glib2-devel set my_name glib -version 2.22.2 +version 2.22.3 set branch [join [lrange [split ${version} .] 0 1] .] categories devel maintainers ryandesign @@ -30,9 +30,9 @@ ftp://ftp.gtk.org/pub/${my_name}/${branch}/ checksums \ - md5 846a86c74b74d5b16826aa5508940f9b \ - sha1 bdd9c4b930e81203ea69fe83876cb6c82bdc5a38 \ - rmd160 77227f8feb61c88f9f7fcff586a59ec38114a73d + md5 25b043b208883194c57219e41a230a29 \ + sha1 185d5b80adef96019daf7402cc6762cc4d37470d \ + rmd160 53e1707547612e592bd2a3b5f7dfc7be1c09ed5c # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h # See http://trac.macports.org/changeset/27148 @@ -40,8 +40,7 @@ patch-configure.in.diff \ patch-glib-2.0.pc.in.diff \ patch-gi18n.h.diff \ - patch-gio_xdgmime_xdgmime.c.diff \ - patch-which.diff + patch-gio_xdgmime_xdgmime.c.diff depends_build \ port:pkgconfig Deleted: trunk/dports/devel/glib2/files/patch-which.diff =================================================================== --- trunk/dports/devel/glib2/files/patch-which.diff 2009-12-02 23:04:08 UTC (rev 61143) +++ trunk/dports/devel/glib2/files/patch-which.diff 2009-12-02 23:15:05 UTC (rev 61144) @@ -1,114 +0,0 @@ -Use "which" in a way that works on Mac OS X 10.4.x and earlier. See #17418. ---- docs/reference/gio/Makefile.in 2009-05-16 21:53:56.000000000 -0500 -+++ docs/reference/gio/Makefile.in 2009-05-23 07:12:03.000000000 -0500 -@@ -740,7 +740,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -770,7 +770,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs ---- docs/reference/glib/Makefile.in 2009-05-16 21:53:56.000000000 -0500 -+++ docs/reference/glib/Makefile.in 2009-05-23 07:12:03.000000000 -0500 -@@ -772,7 +772,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -802,7 +802,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs ---- docs/reference/gobject/Makefile.in 2009-05-16 21:53:56.000000000 -0500 -+++ docs/reference/gobject/Makefile.in 2009-05-23 07:12:03.000000000 -0500 -@@ -755,7 +755,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -785,7 +785,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs ---- gio/pltcheck.sh 2009-05-16 19:56:51.000000000 -0500 -+++ gio/pltcheck.sh 2009-05-23 07:12:03.000000000 -0500 -@@ -4,7 +4,7 @@ - - status=0 - --if ! which readelf 2>/dev/null >/dev/null; then -+if ! test -x "`which readelf`"; then - echo "'readelf' not found; skipping test" - exit 0 - fi ---- glib/pltcheck.sh 2009-03-31 18:04:20.000000000 -0500 -+++ glib/pltcheck.sh 2009-05-23 07:12:03.000000000 -0500 -@@ -4,7 +4,7 @@ - - status=0 - --if ! which readelf 2>/dev/null >/dev/null; then -+if ! test -x "`which readelf`"; then - echo "'readelf' not found; skipping test" - exit 0 - fi ---- gobject/pltcheck.sh 2009-03-31 18:04:20.000000000 -0500 -+++ gobject/pltcheck.sh 2009-05-23 07:12:03.000000000 -0500 -@@ -4,7 +4,7 @@ - - status=0 - --if ! which readelf 2>/dev/null >/dev/null; then -+if ! test -x "`which readelf`"; then - echo "'readelf' not found; skipping test" - exit 0 - fi ---- gtk-doc.make 2009-05-16 22:25:13.000000000 -0500 -+++ gtk-doc.make 2009-05-23 07:12:03.000000000 -0500 -@@ -157,7 +157,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -190,7 +190,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 15:29:50 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 15:29:50 -0800 (PST) Subject: [61145] trunk/dports/devel/glib2-devel Message-ID: <20091202232950.A5423375FE67@beta.macosforge.org> Revision: 61145 http://trac.macports.org/changeset/61145 Author: ryandesign at macports.org Date: 2009-12-02 15:29:49 -0800 (Wed, 02 Dec 2009) Log Message: ----------- glib2-devel: update to 2.23.0, bring over the new universal build scheme from glib2 Modified Paths: -------------- trunk/dports/devel/glib2-devel/Portfile Added Paths: ----------- trunk/dports/devel/glib2-devel/files/config.h.ed Removed Paths: ------------- trunk/dports/devel/glib2-devel/files/patch-which.diff Modified: trunk/dports/devel/glib2-devel/Portfile =================================================================== --- trunk/dports/devel/glib2-devel/Portfile 2009-12-02 23:15:05 UTC (rev 61144) +++ trunk/dports/devel/glib2-devel/Portfile 2009-12-02 23:29:49 UTC (rev 61145) @@ -1,12 +1,11 @@ # $Id$ PortSystem 1.0 -PortGroup muniversal 1.0 name glib2-devel conflicts glib2 set my_name glib -version 2.21.6 +version 2.23.0 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 3b0452fbd877db53dafabdc074600cb8 \ - sha1 a05f74a1cc9ae7a77efa988be72575c192da1afc \ - rmd160 683102b179137cce26f0e071ae7a0822ade679bd + md5 75909517629c54e5c5b36d8e233915a9 \ + sha1 8dc4905b4dc280320b2fd4bce4f41b87a5b64040 \ + rmd160 d147ffcae737ae8b526184d371f1ed2d4b005af7 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h # See http://trac.macports.org/changeset/27148 @@ -41,8 +40,7 @@ patch-configure.in.diff \ patch-glib-2.0.pc.in.diff \ patch-gi18n.h.diff \ - patch-gio_xdgmime_xdgmime.c.diff \ - patch-which.diff + patch-gio_xdgmime_xdgmime.c.diff depends_build \ port:pkgconfig @@ -55,7 +53,9 @@ use_autoconf yes +# -lresolv is needed at least on Tiger PPC. configure.ldflags-append \ + -lresolv \ -bind_at_load configure.cflags-append \ @@ -73,6 +73,10 @@ reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c } +post-configure { + system "ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed" +} + platform darwin { patchfiles-append \ patch-child-test.c.diff @@ -85,56 +89,6 @@ file delete ${destroot}${prefix}/lib/charset.alias } -if {[variant_isset universal]} { - pre-configure { - global merger_configure_args merger_configure_env merger_configure_cppflags merger_configure_ldflags - - # See http://trac.macports.org/ticket/19196. - if { ${os.major}=="8" } { - set merger_configure_cppflags(ppc64) "-D __LP64__" - set merger_configure_ldflags(ppc64) "-framework Carbon" - set merger_configure_cppflags(x86_64) "-D __LP64__" - set merger_configure_ldflags(x86_64) "-framework Carbon" - } - - # Find architectures which will not run on build platform. - if { ${os.arch}=="i386" || ${os.arch}=="x86_64"} { - set cross_archs "ppc ppc64" - set host_archs "ppc ppc64" - set big_endian "yes" - } else { - set cross_archs "i386 x86_64" - set host_archs "i386 x86_64" - set big_endian "no" - } - - set run_arch [lindex ${universal_archs} 0] - if { [lsearch ${cross_archs} ${run_arch}] >= 0 } { - ui_msg "When building a universal binary of ${name}, make sure none of {${cross_archs}} is first in universal_archs in ${prefix}/etc/macports/macports.conf" - error "incompatible universal_archs value" - } - - foreach arch ${cross_archs} { - lappend merger_configure_env(${arch}) \ - GLIB_GENMARSHAL=${worksrcpath}-${run_arch}/gobject/glib-genmarshal \ - glib_cv_stack_grows=no \ - glib_cv_uscore=no \ - ac_cv_func_posix_getpwuid_r=yes \ - ac_cv_func_posix_getgrgid_r=yes - } - - # Correct NM values is not found. - # With -arch, ac_cv_c_bigendian is set to universal, which defaults to little endian. - foreach arch ${host_archs} { - lappend merger_configure_env(${arch}) \ - NM='/usr/bin/nm -p' \ - ac_cv_c_bigendian=${big_endian} - } - } - - set merger_dont_diff ${prefix}/lib/glib-2.0/include/glibconfig.h -} - livecheck.type regex livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar Copied: trunk/dports/devel/glib2-devel/files/config.h.ed (from rev 61043, trunk/dports/devel/glib2/files/config.h.ed) =================================================================== --- trunk/dports/devel/glib2-devel/files/config.h.ed (rev 0) +++ trunk/dports/devel/glib2-devel/files/config.h.ed 2009-12-02 23:29:49 UTC (rev 61145) @@ -0,0 +1,75 @@ +/ AC_APPLE_UNIVERSAL_BUILD /c +/* #undef AC_APPLE_UNIVERSAL_BUILD */ +. +/ ASM_NUMERIC_LABELS /c +#ifdef __BIG_ENDIAN__ +#define ASM_NUMERIC_LABELS 1 +#else +/* #undef ASM_NUMERIC_LABELS */ +#endif +. +/ GLIB_BYTE_CONTENTS_GMUTEX /c +#ifdef __LP64__ +#ifdef __BIG_ENDIAN__ +#define GLIB_BYTE_CONTENTS_GMUTEX 50,-86,-85,-89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +#else +#define GLIB_BYTE_CONTENTS_GMUTEX -89,-85,-86,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +#endif +#else +#ifdef __BIG_ENDIAN__ +#define GLIB_BYTE_CONTENTS_GMUTEX 50,-86,-85,-89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +#else +#define GLIB_BYTE_CONTENTS_GMUTEX -89,-85,-86,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +#endif +#endif +. +/ GLIB_SIZEOF_GMUTEX /c +#ifdef __LP64__ +#define GLIB_SIZEOF_GMUTEX 64 +#else +#define GLIB_SIZEOF_GMUTEX 44 +#endif +. +/ GLIB_SIZEOF_SYSTEM_THREAD /c +#ifdef __LP64__ +#define GLIB_SIZEOF_SYSTEM_THREAD 8 +#else +#define GLIB_SIZEOF_SYSTEM_THREAD 4 +#endif +. +/ G_ATOMIC_POWERPC /c +#ifdef __BIG_ENDIAN__ +#define G_ATOMIC_POWERPC 1 +#else +/* #undef G_ATOMIC_POWERPC */ +#endif +. +/ G_VA_COPY_AS_ARRAY /c +#ifdef __LP64__ +#define G_VA_COPY_AS_ARRAY 1 +#else +/* #undef G_VA_COPY_AS_ARRAY */ +#endif +. +/ SIZEOF_LONG /c +#ifdef __LP64__ +#define SIZEOF_LONG 8 +#else +#define SIZEOF_LONG 4 +#endif +. +/ SIZEOF_SIZE_T /c +#ifdef __LP64__ +#define SIZEOF_SIZE_T 8 +#else +#define SIZEOF_SIZE_T 4 +#endif +. +/ SIZEOF_VOID_P /c +#ifdef __LP64__ +#define SIZEOF_VOID_P 8 +#else +#define SIZEOF_VOID_P 4 +#endif +. +w Deleted: trunk/dports/devel/glib2-devel/files/patch-which.diff =================================================================== --- trunk/dports/devel/glib2-devel/files/patch-which.diff 2009-12-02 23:15:05 UTC (rev 61144) +++ trunk/dports/devel/glib2-devel/files/patch-which.diff 2009-12-02 23:29:49 UTC (rev 61145) @@ -1,114 +0,0 @@ -Use "which" in a way that works on Mac OS X 10.4.x and earlier. See #17418. ---- docs/reference/gio/Makefile.in 2009-05-16 21:53:56.000000000 -0500 -+++ docs/reference/gio/Makefile.in 2009-05-23 07:12:03.000000000 -0500 -@@ -740,7 +740,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -770,7 +770,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs ---- docs/reference/glib/Makefile.in 2009-05-16 21:53:56.000000000 -0500 -+++ docs/reference/glib/Makefile.in 2009-05-23 07:12:03.000000000 -0500 -@@ -772,7 +772,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -802,7 +802,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs ---- docs/reference/gobject/Makefile.in 2009-05-16 21:53:56.000000000 -0500 -+++ docs/reference/gobject/Makefile.in 2009-05-23 07:12:03.000000000 -0500 -@@ -755,7 +755,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -785,7 +785,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs ---- gio/pltcheck.sh 2009-05-16 19:56:51.000000000 -0500 -+++ gio/pltcheck.sh 2009-05-23 07:12:03.000000000 -0500 -@@ -4,7 +4,7 @@ - - status=0 - --if ! which readelf 2>/dev/null >/dev/null; then -+if ! test -x "`which readelf`"; then - echo "'readelf' not found; skipping test" - exit 0 - fi ---- glib/pltcheck.sh 2009-03-31 18:04:20.000000000 -0500 -+++ glib/pltcheck.sh 2009-05-23 07:12:03.000000000 -0500 -@@ -4,7 +4,7 @@ - - status=0 - --if ! which readelf 2>/dev/null >/dev/null; then -+if ! test -x "`which readelf`"; then - echo "'readelf' not found; skipping test" - exit 0 - fi ---- gobject/pltcheck.sh 2009-03-31 18:04:20.000000000 -0500 -+++ gobject/pltcheck.sh 2009-05-23 07:12:03.000000000 -0500 -@@ -4,7 +4,7 @@ - - status=0 - --if ! which readelf 2>/dev/null >/dev/null; then -+if ! test -x "`which readelf`"; then - echo "'readelf' not found; skipping test" - exit 0 - fi ---- gtk-doc.make 2009-05-16 22:25:13.000000000 -0500 -+++ gtk-doc.make 2009-05-23 07:12:03.000000000 -0500 -@@ -157,7 +157,7 @@ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ - fi; \ -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ - fi - -@@ -190,7 +190,7 @@ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) -- ! which gtkdoc-rebase >/dev/null 2>&1 || \ -+ ! test -x "`which gtkdoc-rebase`" || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html - - .PHONY : dist-hook-local docs -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 15:54:19 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 15:54:19 -0800 (PST) Subject: [61146] trunk/dports Message-ID: <20091202235421.385ED376034A@beta.macosforge.org> Revision: 61146 http://trac.macports.org/changeset/61146 Author: portindex at macports.org Date: 2009-12-02 15:54:16 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6412 Ports successfully parsed: 6412 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-02 23:29:49 UTC (rev 61145) +++ trunk/dports/PortIndex 2009-12-02 23:54:16 UTC (rev 61146) @@ -1235,7 +1235,7 @@ eggdbus 380 variants universal depends_build {port:pkgconfig port:gtk-doc} portdir devel/eggdbus description {GObject bindings for D-Bus} homepage http://www.freedesktop.org/Software/dbus epoch 0 platforms darwin depends_lib {port:dbus-glib port:libxslt} name eggdbus maintainers {devans openmaintainer} long_description {{GObject bindings for D-Bus}} categories devel version 0.5 revision 0 eina 354 -variants universal portdir devel/eina description {multi-platform data type library} homepage http://trac.enlightenment.org/e/wiki/Eina epoch 0 platforms darwin name eina long_description {eina is a multi-platform library that provides optimized data types and tools} maintainers {ryandesign openmaintainer} categories devel version 0.0.2.062 revision 0 +variants universal portdir devel/eina description {multi-platform data type library} homepage http://trac.enlightenment.org/e/wiki/Eina epoch 0 platforms darwin name eina long_description {eina is a multi-platform library that provides optimized data types and tools} maintainers {ryandesign openmaintainer} categories devel version 0.9.9.063 revision 0 embryo 612 variants universal portdir devel/embryo description {A C like scripting language} homepage http://www.enlightenment.org epoch 0 platforms darwin name embryo maintainers nomaintainer long_description {Embryo implements a C like scripting language used in various parts of the Enlightenment project, namely Edje. Embryo's scripting language is based on CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. Embryo allows scripting capabilities in places that otherwise wouldnt support basic programming structures such as in Edje EDCs.} categories {devel lang} version 0.9.1.037 revision 0 epm 733 @@ -1311,9 +1311,9 @@ 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.2 revision 0 +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.3 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 +variants {darwin universal} 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 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.23.0 revision 0 glibmm 339 variants universal portdir devel/glibmm description {C++ interface to glib} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name glibmm depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libsigcxx2} maintainers {devans openmaintainer} long_description {{C++ interface to glib}} categories {devel x11} version 2.22.1 revision 0 global 629 @@ -6254,8 +6254,8 @@ portdir perl/p5-catalyst-plugin-stacktrace description {Display a stack trace on the debug screen} homepage http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/ epoch 0 platforms darwin name p5-catalyst-plugin-stacktrace depends_lib {path:bin/perl:perl5 port:p5-catalyst-runtime port:p5-devel-stacktrace port:p5-mro-compat} maintainers {narf_tm openmaintainer} long_description {This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred.} categories perl version 0.11 revision 0 p5-catalyst-plugin-static-simple 594 portdir perl/p5-catalyst-plugin-static-simple description {Make serving static pages painless.} homepage http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/ epoch 0 platforms darwin name p5-catalyst-plugin-static-simple depends_lib {path:bin/perl:perl5 port:p5-catalyst-runtime port:p5-mime-types port:p5-mro-compat} maintainers {narf_tm openmaintainer} long_description {The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you.} categories perl version 0.25 revision 0 -p5-catalyst-runtime 1235 -portdir perl/p5-catalyst-runtime description {The Elegant MVC Web Application Framework} homepage http://search.cpan.org/dist/Catalyst-Runtime/ epoch 0 platforms darwin name p5-catalyst-runtime depends_lib {path:bin/perl:perl5 port:p5-class-data-inheritable port:p5-test-exception port:p5-b-hooks-op-check-stashchange port:p5-b-hooks-endofscope port:p5-cgi-simple port:p5-class-c3-adopt-next port:p5-class-mop port:p5-data-dump port:p5-html-parser port:p5-http-body port:p5-libwww-perl port:p5-http-request-ascgi port:p5-list-moreutils port:p5-mro-compat port:p5-module-pluggable port:p5-moose port:p5-moosex-emulate-class-accessor-fast port:p5-moosex-methodattributes port:p5-path-class port:p5-string-rewriteprefix port:p5-sub-exporter port:p5-task-weaken port:p5-text-simpletable port:p5-tree-simple port:p5-tree-simple-visitorfactory port:p5-uri port:p5-namespace-autoclean port:p5-namespace-clean port:p5-moosex-role-withoverloading port:p5-test-simple} maintainers {narf_tm openmaintainer} long_description {Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application.} categories perl version 5.80014 revision 0 +p5-catalyst-runtime 1269 +portdir perl/p5-catalyst-runtime description {The Elegant MVC Web Application Framework} homepage http://search.cpan.org/dist/Catalyst-Runtime/ epoch 0 platforms darwin name p5-catalyst-runtime depends_lib {path:bin/perl:perl5 port:p5-class-data-inheritable port:p5-test-exception port:p5-b-hooks-endofscope port:p5-cgi-simple port:p5-class-c3-adopt-next port:p5-class-mop port:p5-data-dump port:p5-html-parser port:p5-http-body port:p5-libwww-perl port:p5-http-request-ascgi port:p5-list-moreutils port:p5-mro-compat port:p5-module-pluggable port:p5-moose port:p5-moosex-types port:p5-moosex-types-common port:p5-moosex-emulate-class-accessor-fast port:p5-moosex-methodattributes port:p5-moosex-getopt port:p5-path-class port:p5-string-rewriteprefix port:p5-sub-exporter port:p5-task-weaken port:p5-text-simpletable port:p5-tree-simple port:p5-tree-simple-visitorfactory port:p5-uri port:p5-namespace-autoclean port:p5-namespace-clean port:p5-moosex-role-withoverloading port:p5-test-simple} maintainers {narf_tm openmaintainer} long_description {Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application.} categories perl version 5.80015 revision 0 p5-catalyst-view-html-template 427 portdir perl/p5-catalyst-view-html-template description {HTML::Template View Class} homepage http://search.cpan.org/dist/Catalyst-View-HTML-Template/ epoch 0 platforms darwin name p5-catalyst-view-html-template depends_lib {path:bin/perl:perl5 port:p5-catalyst-runtime port:p5-html-template} maintainers {narf_tm openmaintainer} long_description {This is the HTML::Template view class.} categories perl version 0.03 revision 0 p5-catalyst-view-json 461 @@ -6694,6 +6694,8 @@ portdir perl/p5-geo-ip description {Look up location and network information by IP Address} homepage http://www.maxmind.com/app/perl epoch 0 platforms darwin name p5-geo-ip depends_lib {path:bin/perl:perl5 port:libgeoip} maintainers nomaintainer long_description {Geo::IP links to the C GeoIP API library to access file-based databases to lookup geographic information such as country, region and city based on IP addresses.} categories perl version 1.35 revision 0 p5-getopt-long 696 portdir perl/p5-getopt-long description {module implementing an extended getopt function} homepage http://search.cpan.org/dist/Getopt-Long/ epoch 0 platforms darwin name p5-getopt-long depends_lib path:bin/perl:perl5 maintainers {nox openmaintainer} long_description {Module Getopt::Long implements an extended getopt function called GetOptions(). This function implements the POSIX standard for command line options, with GNU extensions, while still capable of handling the traditional one-letter options. In general, this means that command line options can have long names instead of single letters, and are introduced with a double dash `--'.} categories {perl devel} version 2.38 revision 0 +p5-getopt-long-descriptive 409 +portdir perl/p5-getopt-long-descriptive description {Getopt::Long with usage text} homepage http://search.cpan.org/dist/Getopt-Long-Descriptive/ epoch 0 platforms darwin name p5-getopt-long-descriptive depends_lib {path:bin/perl:perl5 port:p5-params-validate port:p5-sub-exporter} maintainers {narf_tm openmaintainer} long_description {{Getopt::Long with usage text}} categories perl version 0.081 revision 0 p5-getopt-mixed 421 portdir perl/p5-getopt-mixed description {alternate module supports both long and short options} homepage http://search.cpan.org/dist/Getopt-Mixed/ epoch 0 platforms darwin name p5-getopt-mixed depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {This module provides GNU-style option processing for Perl 5 scripts, with both long and short options.} categories {perl devel} version 1.10 revision 0 p5-getopt-simple 402 @@ -7020,6 +7022,8 @@ portdir perl/p5-moose-policy description {Moose-mounted police} homepage http://search.cpan.org/dist/Moose-Policy/ epoch 0 platforms darwin name p5-moose-policy depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-moose port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {{Moose-mounted police}} categories perl version 0.04 revision 0 p5-moosex-emulate-class-accessor-fast 592 portdir perl/p5-moosex-emulate-class-accessor-fast description {Emulate Class::Accessor::Fast behavior using Moose attributes} homepage http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/ epoch 0 platforms darwin name p5-moosex-emulate-class-accessor-fast depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-moose port:p5-namespace-clean} maintainers {narf_tm openmaintainer} long_description {This module attempts to emulate the behavior of Class::Accessor::Fast as accurately as possible using the Moose attribute system.} categories perl version 0.00903 revision 0 +p5-moosex-getopt 439 +portdir perl/p5-moosex-getopt description {A Moose role for processing command line options} homepage http://search.cpan.org/dist/MooseX-Getopt/ epoch 0 platforms darwin name p5-moosex-getopt depends_lib {path:bin/perl:perl5 port:p5-getopt-long port:p5-getopt-long-descriptive port:p5-moose} maintainers {narf_tm openmaintainer} long_description {{A Moose role for processing command line options}} categories perl version 0.25 revision 0 p5-moosex-methodattributes 560 portdir perl/p5-moosex-methodattributes description {code attribute introspection} homepage http://search.cpan.org/dist/MooseX-MethodAttributes/ epoch 0 platforms darwin name p5-moosex-methodattributes depends_lib {path:bin/perl:perl5 port:p5-moose port:p5-moosex-types port:p5-test-exception port:p5-test-simple port:p5-namespace-autoclean port:p5-namespace-clean} maintainers {narf_tm openmaintainer} long_description {This module allows code attributes of methods to be introspected using Moose meta method objects.} categories perl version 0.18 revision 0 p5-moosex-params-validate 519 @@ -7032,6 +7036,8 @@ portdir perl/p5-moosex-traits-pluggable description {an extension to MooseX::Traits} homepage http://search.cpan.org/dist/MooseX-Traits-Pluggable/ epoch 0 platforms darwin name p5-moosex-traits-pluggable depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-class-mop port:p5-list-moreutils port:p5-moose port:p5-namespace-autoclean} maintainers {narf_tm openmaintainer} long_description {Adds support for class precedence search for traits and some extra attributes.} categories perl version 0.08 revision 0 p5-moosex-types 688 portdir perl/p5-moosex-types description {Organise your Moose types in libraries} homepage http://search.cpan.org/dist/MooseX-Types/ epoch 0 platforms darwin name p5-moosex-types depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-test-simple port:p5-moose port:p5-scalar-list-utils port:p5-carp-clan port:p5-sub-install port:p5-sub-name port:p5-namespace-clean} maintainers {narf_tm openmaintainer} long_description {The types provided with Moose are by design global. This package helps you to organise and selectively import your own and the built-in types in libraries. As a nice side effect, it catches typos at compile-time too.} categories perl version 0.20 revision 0 +p5-moosex-types-common 492 +portdir perl/p5-moosex-types-common description {A set of commonly-used type constraints that do not ship with Moose by default.} homepage http://search.cpan.org/dist/MooseX-Types-Common/ epoch 0 platforms darwin name p5-moosex-types-common depends_lib {path:bin/perl:perl5 port:p5-moose port:p5-moosex-types} maintainers {narf_tm openmaintainer} long_description {{A set of commonly-used type constraints that do not ship with Moose by default.}} categories perl version 0.001000 revision 0 p5-mouse 656 portdir perl/p5-mouse description {Moose minus the antlers} homepage http://search.cpan.org/dist/Mouse/ epoch 0 platforms darwin name p5-mouse depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-test-simple} maintainers {narf_tm openmaintainer} long_description {Moose is wonderful. Unfortunately, it's a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster. In particular, {"has"} in Moose is missing only a few expert-level features.} categories perl version 0.40 revision 0 p5-mp3-info 336 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Dec 2 22:09:19 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 2 Dec 2009 22:09:19 -0800 (PST) Subject: [61147] trunk/dports/x11/xorg-xcb-proto/Portfile Message-ID: <20091203060920.54C1B3769882@beta.macosforge.org> Revision: 61147 http://trac.macports.org/changeset/61147 Author: jeremyhu at macports.org Date: 2009-12-02 22:09:17 -0800 (Wed, 02 Dec 2009) Log Message: ----------- xorg-xcb-proto: Bump to 1.6 Modified Paths: -------------- trunk/dports/x11/xorg-xcb-proto/Portfile Modified: trunk/dports/x11/xorg-xcb-proto/Portfile =================================================================== --- trunk/dports/x11/xorg-xcb-proto/Portfile 2009-12-02 23:54:16 UTC (rev 61146) +++ trunk/dports/x11/xorg-xcb-proto/Portfile 2009-12-03 06:09:17 UTC (rev 61147) @@ -3,8 +3,7 @@ PortSystem 1.0 name xorg-xcb-proto -version 1.5 -revision 1 +version 1.6 categories x11 devel maintainers jeremyhu openmaintainer description X.org xcb-proto @@ -14,9 +13,9 @@ master_sites ${homepage}/dist/ distname xcb-proto-${version} -checksums md5 7d0481790104a10ff9174895ae954533 \ - sha1 c3f93ba6b75635c1e9d1accdfa7907f43a0e986f \ - rmd160 cdf1537134432a32be588b60f15a83d1b40e8cf4 +checksums md5 04313e1d914b44d0e457f6c494fc178b \ + sha1 e82418557c7f59f29da9ec18e0906d6d78e3a164 \ + rmd160 61ffea8c3ab4b745f04eccc10c64f7f1c356692c use_bzip2 yes universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Wed Dec 2 22:20:05 2009 From: snc at macports.org (snc at macports.org) Date: Wed, 2 Dec 2009 22:20:05 -0800 (PST) Subject: [61148] trunk/dports/kde Message-ID: <20091203062006.294253769B46@beta.macosforge.org> Revision: 61148 http://trac.macports.org/changeset/61148 Author: snc at macports.org Date: 2009-12-02 22:20:04 -0800 (Wed, 02 Dec 2009) Log Message: ----------- upgrade versions of kde ports Modified Paths: -------------- trunk/dports/kde/kdebase4/Portfile trunk/dports/kde/kdebase4-runtime/Portfile trunk/dports/kde/kdeedu4/Portfile trunk/dports/kde/kdegames4/Portfile trunk/dports/kde/kdegraphics4/Portfile trunk/dports/kde/kdelibs4/Portfile trunk/dports/kde/kdelibs4-experimental/Portfile trunk/dports/kde/kdemultimedia4/Portfile trunk/dports/kde/kdenetwork4/Portfile trunk/dports/kde/kdepim4/Portfile trunk/dports/kde/kdepimlibs4/Portfile trunk/dports/kde/kdesdk4/Portfile trunk/dports/kde/kdetoys4/Portfile trunk/dports/kde/kdeutils4/Portfile trunk/dports/kde/oxygen-icons/Portfile Modified: trunk/dports/kde/kdebase4/Portfile =================================================================== --- trunk/dports/kde/kdebase4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdebase4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdebase4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 applications and libraries from the base package @@ -16,9 +16,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdebase-${version} -checksums md5 8072ce9848af28c75c5af2d8c832f985 \ - sha1 7459ea75312961b4802626edd22dc291370be329 \ - rmd160 7fdc0f5cb3574b6707ae8f005eb887126ca2339e +checksums md5 e71b470a1846ad29d45d03aae65518c1 \ + sha1 7f8637367177c93916dfc2e6a2f6323a5e91c6ce \ + rmd160 b300e0c11a20e4e9bd68c80dde94cea4c2fa6f15 depends_lib-append port:kdelibs4 \ port:qimageblitz \ Modified: trunk/dports/kde/kdebase4-runtime/Portfile =================================================================== --- trunk/dports/kde/kdebase4-runtime/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdebase4-runtime/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,8 +5,7 @@ PortGroup kde4 1.0 name kdebase4-runtime -version 4.3.3 -revision 1 +version 4.3.4 categories kde kde4 maintainers snc sharky description Shared data needed by KDE4 programs @@ -17,9 +16,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdebase-runtime-${version} -checksums md5 88bf28d42d326c16abceaf3f1c6bffde \ - sha1 43f0b96cbb3c61523fbd283d11c2a5eedde0c9a2 \ - rmd160 03dadfbdf036a5a6118b36a943bd1e517cef8534 +checksums md5 6f5beaaf4ff8f7441113d3236ab6316f \ + sha1 871d23457c4a2676704722e2e3b7194d447904ee \ + rmd160 5563dd94d3bd70ec90a44cc295d958ec296eb195 depends_lib-append port:kdelibs4 \ port:qimageblitz \ Modified: trunk/dports/kde/kdeedu4/Portfile =================================================================== --- trunk/dports/kde/kdeedu4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdeedu4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdeedu4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description Education based applications for the KDE4 platform @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdeedu-${version} -checksums md5 9d9d7a34bccb0880d1cdf181f92da217 \ - sha1 fde1b8a7e548077f6327c940ec530db8565b5968 \ - rmd160 97ebfc7d2eb4fd5cf21df32eae95efa26f835b86 +checksums md5 2dfdf596efcbc8464afce6a439f32878 \ + sha1 ee646d57db11b761d8da33fc03c596c8f531eb9d \ + rmd160 1f5ab9a52dae38d245720796d4b69838006f6414 depends_lib-append port:kdelibs4 port:kdebase4 \ port:ocaml port:openbabel \ Modified: trunk/dports/kde/kdegames4/Portfile =================================================================== --- trunk/dports/kde/kdegames4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdegames4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdegames4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description A variety of games made with the KDE4 development platform @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdegames-${version} -checksums md5 2e35ec4b2b26b7e7e32712a35cef8912 \ - sha1 7f8f84f934e7f8f5321297bbb87a0e656e5e7c17 \ - rmd160 9d9510e80ebcad8c08658d227329e5d5f38cb399 +checksums md5 6273502fdfb0c0ad604a1b96d79ef34b \ + sha1 33ea8ec476b1557a55c90c071bd462e5ceb7c52b \ + rmd160 6741c053a0a99757cc48c201d005c2cd733b1b16 depends_lib-append port:kdelibs4 port:kdebase4-runtime \ port:ggz-client-libs Modified: trunk/dports/kde/kdegraphics4/Portfile =================================================================== --- trunk/dports/kde/kdegraphics4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdegraphics4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdegraphics4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 graphics applications @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdegraphics-${version} -checksums md5 e150a9538133a359e3e2e8ccf0c58575 \ - sha1 f3d3155a6edf4fbf39e4dc07d9a6a52965f3f344 \ - rmd160 2b9a02cbefb07bb2191eaf94b8f078f43ef2e393 +checksums md5 a8c0569f7f11f22a5038ede85b5db77a \ + sha1 bb32171b0d562d5698d4f0526be2b069e99f7448 \ + rmd160 ccadc26a9c1133267082b8f390f9a769ae579c66 depends_lib-append port:kdebase4-runtime \ port:exiv2 port:poppler \ Modified: trunk/dports/kde/kdelibs4/Portfile =================================================================== --- trunk/dports/kde/kdelibs4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdelibs4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdelibs4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 core libraries @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdelibs-${version} -checksums md5 20fd3793d9d23088ecb1d5aed0254216 \ - sha1 89b55982e007c44835a9da0f540dd57fa096df45 \ - rmd160 3d6a2c971cef12fb2cb9ba64a10200b2cf098043 +checksums md5 bc781838ad8cafa479e99139f7f403f3 \ + sha1 1af2d185c88898b71f36b57f033e3a6d9839ab3d \ + rmd160 0719043ddcf251a3fce4c2d4bfb1583e80c4b54d depends_build-append port:flex port:gmake Modified: trunk/dports/kde/kdelibs4-experimental/Portfile =================================================================== --- trunk/dports/kde/kdelibs4-experimental/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdelibs4-experimental/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdelibs4-experimental -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 experimental libraries @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdelibs-experimental-${version} -checksums md5 b9a048ccf15e90dcfd4790f65e6b54b9 \ - sha1 68a98febc551a7d98a78798864ff85f556fda12b \ - rmd160 69e868445f706bcf1a90714feafac5a0728f2595 +checksums md5 ee3eb713d703b8bba9de61197f6943c4 \ + sha1 43e19c44c3cdc1049c9ee9aca2e2f83a48ffe8bd \ + rmd160 fb8f77e9c728fa2016b9a3710ad91805b11ed924 depends_lib-append port:kdelibs4 Modified: trunk/dports/kde/kdemultimedia4/Portfile =================================================================== --- trunk/dports/kde/kdemultimedia4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdemultimedia4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdemultimedia4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 multimedia applications @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdemultimedia-${version} -checksums md5 854ddc7057cac4b8bf8d7aa4b7f57516 \ - sha1 d4215ebfa119faafd8d91abdfaea7575eceb9a79 \ - rmd160 d60bdcbfa57445b45b520faaf833c1e1727c05de +checksums md5 4fa908d0215051e11b6972537cda6333 \ + sha1 cf8f2696267ec682ee48fbb0f6171d9e9f7aa4b3 \ + rmd160 ca6d4b75d40a73895c8fbc44ccbc2905dbe12a0c depends_lib-append port:kdebase4-runtime \ port:kdelibs4-experimental \ Modified: trunk/dports/kde/kdenetwork4/Portfile =================================================================== --- trunk/dports/kde/kdenetwork4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdenetwork4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdenetwork4 -version 4.3.3 +version 4.3.4 categories kde kde4 network maintainers snc sharky description KDE4 networking applications @@ -16,9 +16,9 @@ master_sites kde:stable/${version}/src use_bzip2 yes distname kdenetwork-${version} -checksums md5 bb9a20da6e18a4952f7001b581aa9a1d \ - sha1 b842f0cfe629a597e74b367037d53d95215efc0c \ - rmd160 191dfbd73112b8194bcebf63c6e26abe9f6df299 +checksums md5 71de592596681fc59c5bc0a679703fd2 \ + sha1 e066c3642d254e1e8213ef511546e960c5658596 \ + rmd160 9b9a83b309420ad1c6b913569dc91a1d23e932e6 depends_lib-append port:kdebase4-runtime \ port:meanwhile \ Modified: trunk/dports/kde/kdepim4/Portfile =================================================================== --- trunk/dports/kde/kdepim4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdepim4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdepim4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 groupware suite @@ -16,9 +16,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdepim-${version} -checksums md5 3a3c01abd6571cc337fa22d1c3601fe7 \ - sha1 8d467f7c652631c9955538e57ef846cdb5e8905c \ - rmd160 a8809be1ff6d6ae3f22d0f29124566793ed97aaa +checksums md5 a4f32a268802be8eb852d1de00cbd2f6 \ + sha1 3ddc34c2b0c96c0273431631ccf47a8b9b4289b3 \ + rmd160 8c33c627357e70a44cf4d97a186002793e49c062 patch.dir ${workpath}/${distname} Modified: trunk/dports/kde/kdepimlibs4/Portfile =================================================================== --- trunk/dports/kde/kdepimlibs4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdepimlibs4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdepimlibs4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE4 core PIM libraries @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdepimlibs-${version} -checksums md5 ff83c198e0dc8be77c4099c82daae021 \ - sha1 a380ec7707433c814d3a196b9bebebd2363ed2e2 \ - rmd160 cb3cf30367af204637e937da42e4c4bc033d0e8d +checksums md5 c3aa4a290c3e3b718efc41a60442b57c \ + sha1 4f7cd55999e82f504e3766b6f360ae58b984d5cb \ + rmd160 4c1d1ed223acb849645f43dc2545d5c451d98f1b depends_lib-append port:kdelibs4 \ port:akonadi \ Modified: trunk/dports/kde/kdesdk4/Portfile =================================================================== --- trunk/dports/kde/kdesdk4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdesdk4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdesdk4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description Utilities to ease development with the KDE4 platform @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdesdk-${version} -checksums md5 0e0aca0f1f13d877918fb49540443e1b \ - sha1 3b582863935d924854989d541c148387c7f52eba \ - rmd160 991c8cd55e3794347dc0dce5e0530afcc7e903da +checksums md5 9fff7911d3234d29d9073ee83d7e3a64 \ + sha1 42b6209908f8baadc0add46153649ebdfa9a977a \ + rmd160 63ee89b62d71b88499c0d038a3fd6ac5beeebd16 depends_lib-append port:kdelibs4 port:kdebase4-runtime Modified: trunk/dports/kde/kdetoys4/Portfile =================================================================== --- trunk/dports/kde/kdetoys4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdetoys4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdetoys4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description KDE's fun stuff @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdetoys-${version} -checksums md5 1a40a60cc6712b744bd987b9278c9b27 \ - sha1 69dc19179b1dfb805d5843c612f5f763dca33696 \ - rmd160 22030fd2ec23e0e9cb01d8eeecbc8c721f43059b +checksums md5 d823f25bfe8f419923b98be04564e975 \ + sha1 96f6121990590acd3fb5b8cae25ef98b5572733c \ + rmd160 187e32458abad8cb692a7c126930da2b823f4712 depends_lib-append port:kdelibs4 port:kdebase4-runtime Modified: trunk/dports/kde/kdeutils4/Portfile =================================================================== --- trunk/dports/kde/kdeutils4/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/kdeutils4/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name kdeutils4 -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description Useful utilities provided by KDE4. @@ -15,9 +15,9 @@ master_sites kde:stable/${version}/src/ use_bzip2 yes distname kdeutils-${version} -checksums md5 f3a587fa319d01f5305ef746933f3fb3 \ - sha1 af3bd5c91020ae4fcd27b799eecf06aa161b48b4 \ - rmd160 d1e8a1a8ee2a7bf1e5104dfb97af9b354aaac2bd +checksums md5 576852bb88515ccbbb859e245c939d31 \ + sha1 2d5e26055e364af2df7459cdbc3aebdc3a8abdea \ + rmd160 8a6444010e026341d492c9a43681e2ed32c29863 depends_lib-append port:kdelibs4 port:kdebase4-runtime \ port:libzip port:gmp port:libarchive \ Modified: trunk/dports/kde/oxygen-icons/Portfile =================================================================== --- trunk/dports/kde/oxygen-icons/Portfile 2009-12-03 06:09:17 UTC (rev 61147) +++ trunk/dports/kde/oxygen-icons/Portfile 2009-12-03 06:20:04 UTC (rev 61148) @@ -5,7 +5,7 @@ PortGroup kde4 1.0 name oxygen-icons -version 4.3.3 +version 4.3.4 categories kde kde4 maintainers snc sharky description Oxygen icon theme @@ -14,9 +14,9 @@ homepage http://www.kde.org master_sites kde:stable/${version}/src/ use_bzip2 yes -checksums md5 4eabdae208de4f9bb49e9049237adfa4 \ - sha1 a897e02c2b37fa4c6c7146ea7773f56060d4465a \ - rmd160 15a3c4ebf939ee6223d11778fdcb5da480c16f92 +checksums md5 8029e49f68f38f808e4aff16e491c3cb \ + sha1 9905f6b5a47db85c05f7387a75b6ae0e0fdd756e \ + rmd160 b3138b064e131f51ce40b4884f5ab4b407c2b379 configure.args-append ../${distname} -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Wed Dec 2 22:43:54 2009 From: snc at macports.org (snc at macports.org) Date: Wed, 2 Dec 2009 22:43:54 -0800 (PST) Subject: [61149] trunk/dports/net/unbound/Portfile Message-ID: <20091203064354.D91BB376A176@beta.macosforge.org> Revision: 61149 http://trac.macports.org/changeset/61149 Author: snc at macports.org Date: 2009-12-02 22:43:51 -0800 (Wed, 02 Dec 2009) Log Message: ----------- update version Modified Paths: -------------- trunk/dports/net/unbound/Portfile Modified: trunk/dports/net/unbound/Portfile =================================================================== --- trunk/dports/net/unbound/Portfile 2009-12-03 06:20:04 UTC (rev 61148) +++ trunk/dports/net/unbound/Portfile 2009-12-03 06:43:51 UTC (rev 61149) @@ -4,9 +4,9 @@ PortSystem 1.0 name unbound -version 1.3.4 +version 1.4.0 categories net -#license BSD +license BSD maintainers macports.org:snc \ macports.org:deric description Validating, recursive, and caching DNS resolver. @@ -28,9 +28,9 @@ master_sites http://unbound.net/downloads/ -checksums md5 d1eb5efed0c36c10dbaf3f805ff3a4bd \ - sha1 70aea0092ad0b0cd76e57adc6a5843d3fa0d2a07 \ - rmd160 ae3a920b2e5f6a31527a83e75a04ade43bfc733e +checksums md5 50dcb581f8ea56328943edc2fd1d1c27 \ + sha1 ad5fe28826bfc0baa5b63988361dda7e8dabfb4d \ + rmd160 f3d72f555203e5f918595cabc9435f81ff12da4d post-destroot { addgroup ${unboundgroup} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Dec 2 22:53:59 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 2 Dec 2009 22:53:59 -0800 (PST) Subject: [61150] trunk/dports/PortIndex Message-ID: <20091203065402.2B123376A419@beta.macosforge.org> Revision: 61150 http://trac.macports.org/changeset/61150 Author: portindex at macports.org Date: 2009-12-02 22:53:55 -0800 (Wed, 02 Dec 2009) Log Message: ----------- Total number of ports parsed: 6412 Ports successfully parsed: 6412 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 06:43:51 UTC (rev 61149) +++ trunk/dports/PortIndex 2009-12-03 06:53:55 UTC (rev 61150) @@ -4037,53 +4037,53 @@ kdebase3 714 variants {with_doxygen darwin_10 puredarwin} depends_build {port:autoconf263 port:imake port:unsermake} portdir kde/kdebase3 description {Base KDE programs -- e.g. kicker (taskbar). NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib {port:cyrus-sasl2 port:kdelibs3 port:libusb-compat port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor port:xorg-libXdamage port:xorg-libXinerama port:xorg-libxkbfile port:xorg-libXrandr port:xorg-libXScrnSaver port:xorg-libXtst port:xorg-libXxf86misc} name kdebase3 long_description {{Base KDE programs -- e.g. kicker (taskbar). NB No KDE sound support.}} maintainers nomaintainer categories {kde kde3} version 3.5.10 revision 4 kdebase4 536 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdebase4 description {KDE4 applications and libraries from the base package} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:qimageblitz port:kdepimlibs4 port:kdebase4-runtime} name kdebase4 maintainers {snc sharky} long_description {Core desktop applications and libraries for the KDE4 desktop. This port installs the file manager dolphin file manager.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdebase4 description {KDE4 applications and libraries from the base package} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:qimageblitz port:kdepimlibs4 port:kdebase4-runtime} name kdebase4 maintainers {snc sharky} long_description {Core desktop applications and libraries for the KDE4 desktop. This port installs the file manager dolphin file manager.} categories {kde kde4} version 4.3.4 revision 0 kdebase4-runtime 526 -variants {universal debug docs xine} depends_build {port:cmake port:automoc} portdir kde/kdebase4-runtime description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:qimageblitz port:kdepimlibs4 port:oxygen-icons port:kdelibs4-experimental} name kdebase4-runtime maintainers {snc sharky} long_description {Provides data which is required by KDE4 applications. e.g. icons and mimetype data.} categories {kde kde4} version 4.3.3 revision 1 +variants {universal debug docs xine} depends_build {port:cmake port:automoc} portdir kde/kdebase4-runtime description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:qimageblitz port:kdepimlibs4 port:oxygen-icons port:kdelibs4-experimental} name kdebase4-runtime maintainers {snc sharky} long_description {Provides data which is required by KDE4 applications. e.g. icons and mimetype data.} categories {kde kde4} version 4.3.4 revision 0 kdebase4-workspace 488 variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdebase4-workspace description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:qimageblitz port:kdepimlibs4} name kdebase4-workspace maintainers nomaintainer long_description {Provides data which is required by KDE4 applications. e.g. icons and mimetype data.} categories {kde kde4} version 4.2.4 revision 0 kdeedu3 391 depends_build {port:autoconf263 port:unsermake} portdir kde/kdeedu3 description {KDE educational games and software. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib port:kdebase3 name kdeedu3 maintainers nomaintainer long_description {{KDE educational games and software. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 1 kdeedu4 511 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdeedu4 description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4 port:ocaml port:openbabel port:eigen} name kdeedu4 maintainers {snc sharky} long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdeedu4 description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4 port:ocaml port:openbabel port:eigen} name kdeedu4 maintainers {snc sharky} long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.3.4 revision 0 kdegames3 345 depends_build {port:autoconf263 port:unsermake} portdir kde/kdegames3 description {KDE games. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib port:kdebase3 name kdegames3 maintainers nomaintainer long_description {{KDE games. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 1 kdegames4 471 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdegames4 description {A variety of games made with the KDE4 development platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime port:ggz-client-libs} name kdegames4 maintainers {snc sharky} long_description {{A variety of games made with the KDE4 development platform}} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdegames4 description {A variety of games made with the KDE4 development platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime port:ggz-client-libs} name kdegames4 maintainers {snc sharky} long_description {{A variety of games made with the KDE4 development platform}} categories {kde kde4} version 4.3.4 revision 0 kdegraphics3 431 depends_build {port:autoconf263 port:unsermake} portdir kde/kdegraphics3 description {KDE graphics. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib {port:fribidi port:imlib port:kdebase3 port:lcms port:libusb-compat port:sane-backends} name kdegraphics3 maintainers nomaintainer long_description {{KDE graphics. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 3 kdegraphics4 500 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdegraphics4 description {KDE4 graphics applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:exiv2 port:poppler port:djvulibre port:chmlib port:libspectre port:qca port:sane-backends} name kdegraphics4 maintainers {snc sharky} long_description {KDE applications for managing and creating image files.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdegraphics4 description {KDE4 graphics applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:exiv2 port:poppler port:djvulibre port:chmlib port:libspectre port:qca port:sane-backends} name kdegraphics4 maintainers {snc sharky} long_description {KDE applications for managing and creating image files.} categories {kde kde4} version 4.3.4 revision 0 kdelibs3 817 variants {with_doxygen with_libthai} depends_build {port:autoconf263 port:pkgconfig port:unsermake} portdir kde/kdelibs3 description {Essential libraries for KDE applications. NB No KDE sound support.} homepage http://www.kde.org/ depends_run port:dejavu-fonts epoch 0 platforms darwin depends_lib {lib:libpoll:poll-emulator port:mesa port:aspell port:bzip2 port:expat port:flex port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:hicolor-icon-theme port:jasper port:jpeg port:libart_lgpl port:libidn port:libiconv port:libpng port:libxml2 port:libxslt port:pcre port:tiff port:openexr port:openssl path:bin/perl:perl5 port:qt3 port:zlib} name kdelibs3 long_description {{Essential libraries for KDE applications. NB No KDE sound support.}} maintainers nomaintainer categories {kde kde3} version 3.5.10 revision 2 kdelibs4 714 -variants {universal debug docs} depends_build {port:cmake port:automoc port:flex port:gmake} portdir kde/kdelibs4 description {KDE4 core libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:bzip2 port:zlib port:soprano port:cyrus-sasl2 port:strigi port:gettext port:pcre port:shared-mime-info lib:libgif:giflib port:tiff port:jpeg port:libpng port:jasper port:openexr port:expat port:libart_lgpl port:libidn port:libiconv path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl port:enchant port:aspell port:aspell-dict-en} name kdelibs4 maintainers {snc sharky} long_description {Core libraries for KDE4 applications to function} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc port:flex port:gmake} portdir kde/kdelibs4 description {KDE4 core libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:bzip2 port:zlib port:soprano port:cyrus-sasl2 port:strigi port:gettext port:pcre port:shared-mime-info lib:libgif:giflib port:tiff port:jpeg port:libpng port:jasper port:openexr port:expat port:libart_lgpl port:libidn port:libiconv path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl port:enchant port:aspell port:aspell-dict-en} name kdelibs4 maintainers {snc sharky} long_description {Core libraries for KDE4 applications to function} categories {kde kde4} version 4.3.4 revision 0 kdelibs4-experimental 404 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdelibs4-experimental description {KDE4 experimental libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4} name kdelibs4-experimental maintainers {snc sharky} long_description {KDE4 libraries not yet ready for API freeze} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdelibs4-experimental description {KDE4 experimental libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4} name kdelibs4-experimental maintainers {snc sharky} long_description {KDE4 libraries not yet ready for API freeze} categories {kde kde4} version 4.3.4 revision 0 kdemultimedia4 490 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdemultimedia4 description {KDE4 multimedia applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:kdelibs4-experimental port:cdparanoia port:libogg port:libvorbis port:taglib} name kdemultimedia4 maintainers {snc sharky} long_description {KDE applications for managing audio and video files.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdemultimedia4 description {KDE4 multimedia applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:kdelibs4-experimental port:cdparanoia port:libogg port:libvorbis port:taglib} name kdemultimedia4 maintainers {snc sharky} long_description {KDE applications for managing audio and video files.} categories {kde kde4} version 4.3.4 revision 0 kdenetwork3 401 depends_build {port:autoconf263 port:unsermake} portdir kde/kdenetwork3 description {KDE network tools. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib {port:kdebase3 port:openslp port:xorg-libXxf86vm} name kdenetwork3 maintainers nomaintainer long_description {{KDE network tools. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 2 kdenetwork4 545 -variants {universal debug docs no_kopete} depends_build {port:cmake port:automoc} portdir kde/kdenetwork4 description {KDE4 networking applications} homepage http://www.kde.org depends_run port:qca-ossl epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:meanwhile port:qca path:lib/libspeex.dylib:speex port:libidn port:libotr} name kdenetwork4 maintainers {snc sharky} long_description {Networking applications such as an instant messenger and download manager} categories {kde kde4 network} version 4.3.3 revision 0 +variants {universal debug docs no_kopete} depends_build {port:cmake port:automoc} portdir kde/kdenetwork4 description {KDE4 networking applications} homepage http://www.kde.org depends_run port:qca-ossl epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:meanwhile port:qca path:lib/libspeex.dylib:speex port:libidn port:libotr} name kdenetwork4 maintainers {snc sharky} long_description {Networking applications such as an instant messenger and download manager} categories {kde kde4 network} version 4.3.4 revision 0 kdepim3 473 depends_build {port:autoconf263 port:unsermake} portdir kde/kdepim3 description {KDE personal information management tools. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib {port:gpgme port:kdeaccessibility3 port:kdebase3 port:libgpg-error port:opensync} name kdepim3 maintainers nomaintainer long_description {{KDE personal information management tools. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 1 kdepim4 531 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdepim4 description {KDE4 groupware suite} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:kdelibs4-experimental port:kdepimlibs4 path:lib/pkgconfig/glib-2.0.pc:glib2 port:qca port:gnokii} name kdepim4 maintainers {snc sharky} long_description {KDE4 groupware suite including a Mail client, addressbook, organizer and groupware integration.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdepim4 description {KDE4 groupware suite} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:kdelibs4-experimental port:kdepimlibs4 path:lib/pkgconfig/glib-2.0.pc:glib2 port:qca port:gnokii} name kdepim4 maintainers {snc sharky} long_description {KDE4 groupware suite including a Mail client, addressbook, organizer and groupware integration.} categories {kde kde4} version 4.3.4 revision 0 kdepimlibs4 473 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdepimlibs4 description {KDE4 core PIM libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:akonadi port:boost port:libical port:openldap port:gpgme} name kdepimlibs4 maintainers {snc sharky} long_description {Core libraries necessary for Personal Information Management (PIM) in KDE4} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdepimlibs4 description {KDE4 core PIM libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:akonadi port:boost port:libical port:openldap port:gpgme} name kdepimlibs4 maintainers {snc sharky} long_description {Core libraries necessary for Personal Information Management (PIM) in KDE4} categories {kde kde4} version 4.3.4 revision 0 kdesdk3 394 depends_build {port:autoconf263 port:unsermake} portdir kde/kdesdk3 description {KDE SDK. NB No KDE sound support. No SVN support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib {port:db46 port:kdebase3 port:kdepim3} name kdesdk3 maintainers nomaintainer long_description {{KDE SDK. NB No KDE sound support. No SVN support.}} categories {kde kde3} version 3.5.10 revision 1 kdesdk4 482 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdesdk4 description {Utilities to ease development with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime} name kdesdk4 maintainers {snc sharky} long_description {Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdesdk4 description {Utilities to ease development with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime} name kdesdk4 maintainers {snc sharky} long_description {Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.} categories {kde kde4} version 4.3.4 revision 0 kdetoys3 341 depends_build {port:autoconf263 port:unsermake} portdir kde/kdetoys3 description {KDE toys. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib port:kdebase3 name kdetoys3 maintainers nomaintainer long_description {{KDE toys. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 1 kdetoys4 362 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdetoys4 description {KDE's fun stuff} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime} name kdetoys4 maintainers {snc sharky} long_description {{KDE's fun stuff}} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdetoys4 description {KDE's fun stuff} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime} name kdetoys4 maintainers {snc sharky} long_description {{KDE's fun stuff}} categories {kde kde4} version 4.3.4 revision 0 kdeutils3 364 depends_build {port:autoconf263 port:unsermake} portdir kde/kdeutils3 description {KDE utilities. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib {port:gmp port:kdebase3} name kdeutils3 maintainers nomaintainer long_description {{KDE utilities. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 1 kdeutils4 487 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdeutils4 description {Useful utilities provided by KDE4.} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime port:libzip port:gmp port:libarchive port:kdelibs4-experimental} name kdeutils4 maintainers {snc sharky} long_description {Useful utilities like an archiving tool and a calculator.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/kdeutils4 description {Useful utilities provided by KDE4.} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdelibs4 port:kdebase4-runtime port:libzip port:gmp port:libarchive port:kdelibs4-experimental} name kdeutils4 maintainers {snc sharky} long_description {Useful utilities like an archiving tool and a calculator.} categories {kde kde4} version 4.3.4 revision 0 kdewebdev3 379 depends_build {port:autoconf263 port:unsermake} portdir kde/kdewebdev3 description {KDE web development tools. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin depends_lib port:kdebase3 name kdewebdev3 maintainers nomaintainer long_description {{KDE web development tools. NB No KDE sound support.}} categories {kde kde3} version 3.5.10 revision 1 kipi-plugins 662 @@ -4213,7 +4213,7 @@ ktorrent 428 variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/ktorrent description {KDE4 bittorrent client.} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:qca port:gmp} name ktorrent maintainers nomaintainer long_description {Bittorrent client for KDE4 supporting a variety of features such as uPNP.} categories {kde kde4} version 3.2 revision 0 oxygen-icons 350 -variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/oxygen-icons description {Oxygen icon theme} homepage http://www.kde.org epoch 0 platforms darwin depends_lib port:qt4-mac name oxygen-icons maintainers {snc sharky} long_description {The standard icon theme for KDE4.} categories {kde kde4} version 4.3.3 revision 0 +variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/oxygen-icons description {Oxygen icon theme} homepage http://www.kde.org epoch 0 platforms darwin depends_lib port:qt4-mac name oxygen-icons maintainers {snc sharky} long_description {The standard icon theme for KDE4.} categories {kde kde4} version 4.3.4 revision 0 4th 564 variants universal portdir lang/4th description {very small Forth compiler} homepage http://www.xs4all.nl/~thebeez/4tH/foldtree.html epoch 0 platforms darwin name 4th long_description {4tH is a very small Forth compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports over 85% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, recursion, include files, etc.} maintainers mww categories lang version 3.5d3 revision 0 Io 595 @@ -6007,7 +6007,7 @@ umit 322 portdir net/umit description {A graphical tool to scanner networks} homepage http://www.umitproject.org/ epoch 1 platforms {darwin freebsd} depends_lib {port:coreutils port:nmap port:py25-gtk} name umit maintainers gmail.com:luis.kop long_description {Umit is a graphical scanner.} version 0.9.5 categories net revision 1 unbound 725 -variants universal portdir net/unbound description {Validating, recursive, and caching DNS resolver.} homepage http://unbound.net/ epoch 0 platforms darwin name unbound long_description {Unbound is a validating, recursive, and caching DNS server software product from NLnet Labs, VeriSign Inc., Nominet, and Kirei. It is distributed free of charge in open source form under the BSD license. Unbound is designed as a set of modular components that incorporate modern features, such as enhanced security (DNSSEC) validation, Internet Protocol Version 6 (IPv6), and a client resolver library API as an integral part of the architecture.} maintainers {macports.org:snc macports.org:deric} categories net version 1.3.4 revision 0 +variants universal portdir net/unbound description {Validating, recursive, and caching DNS resolver.} homepage http://unbound.net/ epoch 0 platforms darwin name unbound long_description {Unbound is a validating, recursive, and caching DNS server software product from NLnet Labs, VeriSign Inc., Nominet, and Kirei. It is distributed free of charge in open source form under the BSD license. Unbound is designed as a set of modular components that incorporate modern features, such as enhanced security (DNSSEC) validation, Internet Protocol Version 6 (IPv6), and a client resolver library API as an integral part of the architecture.} maintainers {macports.org:snc macports.org:deric} categories net version 1.4.0 revision 0 unfs3 452 variants universal portdir net/unfs3 description {User-space implementation of the NFSv3 server specification} homepage http://unfs3.sourceforge.net/ epoch 0 name unfs3 maintainers {landonf openmaintainer} long_description {UNFS3 User-space implementation of the NFSv3 server specification. It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server.} categories net version 0.9.22 revision 0 unison 590 @@ -12603,7 +12603,7 @@ xorg-videoproto 286 portdir x11/xorg-videoproto description {X.org videoproto} homepage http://www.x.org epoch 0 platforms darwin name xorg-videoproto maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XVideo extension to X11} version 2.3.0 categories {x11 devel} revision 0 xorg-xcb-proto 350 -variants {python25 python26} portdir x11/xorg-xcb-proto description {X.org xcb-proto} homepage http://xcb.freedesktop.org epoch 0 depends_run {port:libxml2 port:python26} platforms {darwin macosx} name xorg-xcb-proto long_description {XML-XCB protocol descriptions} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.5 revision 1 +variants {python25 python26} portdir x11/xorg-xcb-proto description {X.org xcb-proto} homepage http://xcb.freedesktop.org epoch 0 depends_run {port:libxml2 port:python26} platforms {darwin macosx} name xorg-xcb-proto long_description {XML-XCB protocol descriptions} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.6 revision 0 xorg-xcb-util 372 variants universal depends_build port:pkgconfig portdir x11/xorg-xcb-util description {X.org xcb-util} homepage http://xcb.freedesktop.org/ epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libxcb port:xorg-xproto} name xorg-xcb-util long_description {Utility libraries for XCB} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 0.3.6 revision 0 xorg-xcmiscproto 289 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Dec 2 23:03:10 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 2 Dec 2009 23:03:10 -0800 (PST) Subject: [61151] trunk/dports/aqua Message-ID: <20091203070310.F23AF376A668@beta.macosforge.org> Revision: 61151 http://trac.macports.org/changeset/61151 Author: ryandesign at macports.org Date: 2009-12-02 23:03:07 -0800 (Wed, 02 Dec 2009) Log Message: ----------- qt4-mac and qt4-mac-devel conflict with libevent; see #20199 Modified Paths: -------------- trunk/dports/aqua/qt4-mac/Portfile trunk/dports/aqua/qt4-mac-devel/Portfile Modified: trunk/dports/aqua/qt4-mac/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac/Portfile 2009-12-03 06:53:55 UTC (rev 61150) +++ trunk/dports/aqua/qt4-mac/Portfile 2009-12-03 07:03:07 UTC (rev 61151) @@ -4,7 +4,7 @@ PortSystem 1.0 name qt4-mac -conflicts qt4-mac-devel +conflicts qt4-mac-devel libevent version 4.5.3 categories aqua platforms macosx Modified: trunk/dports/aqua/qt4-mac-devel/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-03 06:53:55 UTC (rev 61150) +++ trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-03 07:03:07 UTC (rev 61151) @@ -4,7 +4,7 @@ PortSystem 1.0 name qt4-mac-devel -conflicts qt4-mac +conflicts qt4-mac libevent epoch 1 version 4.6.0 categories aqua -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Thu Dec 3 00:33:34 2009 From: nox at macports.org (nox at macports.org) Date: Thu, 3 Dec 2009 00:33:34 -0800 (PST) Subject: [61152] trunk/dports/java/commons-dbcp Message-ID: <20091203083334.CD4A4376C705@beta.macosforge.org> Revision: 61152 http://trac.macports.org/changeset/61152 Author: nox at macports.org Date: 2009-12-03 00:33:30 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Add Snow Leopard support to commons-dbcp (#21037) commons-dbcp requires JDK 1.5 and cannot compile with JDK 1.6, complaining that some abstract methods are not defined in concrete classes. patch-JDK-1.6.diff fixes that. Modified Paths: -------------- trunk/dports/java/commons-dbcp/Portfile Added Paths: ----------- trunk/dports/java/commons-dbcp/files/ trunk/dports/java/commons-dbcp/files/patch-JDK-1.6.diff Modified: trunk/dports/java/commons-dbcp/Portfile =================================================================== --- trunk/dports/java/commons-dbcp/Portfile 2009-12-03 07:03:07 UTC (rev 61151) +++ trunk/dports/java/commons-dbcp/Portfile 2009-12-03 08:33:30 UTC (rev 61152) @@ -43,6 +43,11 @@ file attributes ${destroot}${prefix}/share/doc/${name} -permissions goa+r } +platform darwin 10 { + build.args-append -Djavac.source=5 + patchfiles-append patch-JDK-1.6.diff +} + livecheck.type regex livecheck.url http://commons.apache.org/downloads/download_dbcp.cgi livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz" Added: trunk/dports/java/commons-dbcp/files/patch-JDK-1.6.diff =================================================================== --- trunk/dports/java/commons-dbcp/files/patch-JDK-1.6.diff (rev 0) +++ trunk/dports/java/commons-dbcp/files/patch-JDK-1.6.diff 2009-12-03 08:33:30 UTC (rev 61152) @@ -0,0 +1,1954 @@ +Taken from https://issues.apache.org/jira/browse/DBCP-191 + +Index: src/test/org/apache/commons/dbcp/TesterPreparedStatement.java +=================================================================== +--- src/test/org/apache/commons/dbcp/TesterPreparedStatement.java (revision 558600) ++++ src/test/org/apache/commons/dbcp/TesterPreparedStatement.java (working copy) +@@ -28,6 +28,13 @@ + import java.sql.ResultSetMetaData; + import java.sql.SQLException; + import java.util.Calendar; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.io.InputStream; ++import java.io.Reader; ++import java.sql.NClob; ++import java.sql.RowId; ++import java.sql.SQLXML; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A dummy {@link PreparedStatement}, for testing purposes. +@@ -288,7 +295,79 @@ + public java.sql.ParameterMetaData getParameterMetaData() throws SQLException { + throw new SQLException("Not implemented."); + } +- + /* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + ++ public void setRowId(int parameterIndex, RowId value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setNString(int parameterIndex, String value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setNClob(int parameterIndex, NClob value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setSQLXML(int parameterIndex, SQLXML value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setClob(int parameterIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/test/org/apache/commons/dbcp/TesterResultSet.java +=================================================================== +--- src/test/org/apache/commons/dbcp/TesterResultSet.java (revision 558600) ++++ src/test/org/apache/commons/dbcp/TesterResultSet.java (working copy) +@@ -28,6 +28,13 @@ + import java.sql.SQLWarning; + import java.sql.Statement; + import java.util.Calendar; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.io.InputStream; ++import java.io.Reader; ++import java.sql.NClob; ++import java.sql.RowId; ++import java.sql.SQLXML; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A dummy {@link ResultSet}, for testing purposes. +@@ -759,7 +766,207 @@ + throws SQLException { + throw new SQLException("Not implemented."); + } +- + /* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public RowId getRowId(int columnIndex) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public RowId getRowId(String columnLabel) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateRowId(int columnIndex, RowId value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateRowId(String columnLabel, RowId value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public int getHoldability() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public boolean isClosed() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNString(int columnIndex, String value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNString(String columnLabel, String value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNClob(int columnIndex, NClob value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNClob(String columnLabel, NClob value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public NClob getNClob(int columnIndex) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public NClob getNClob(String columnLabel) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public SQLXML getSQLXML(int columnIndex) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public SQLXML getSQLXML(String columnLabel) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateSQLXML(int columnIndex, SQLXML value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateSQLXML(String columnLabel, SQLXML value) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public String getNString(int columnIndex) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public String getNString(String columnLabel) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public Reader getNCharacterStream(int columnIndex) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public Reader getNCharacterStream(String columnLabel) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNCharacterStream(int columnIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateCharacterStream(int columnIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateClob(int columnIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateClob(String columnLabel, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNCharacterStream(int columnIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateAsciiStream(int columnIndex, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBinaryStream(int columnIndex, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateCharacterStream(int columnIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateClob(int columnIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateClob(String columnLabel, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNClob(int columnIndex, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void updateNClob(String columnLabel, Reader reader) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/test/org/apache/commons/dbcp/TesterConnection.java +=================================================================== +--- src/test/org/apache/commons/dbcp/TesterConnection.java (revision 558600) ++++ src/test/org/apache/commons/dbcp/TesterConnection.java (working copy) +@@ -25,6 +25,16 @@ + import java.sql.SQLWarning; + import java.sql.Statement; + import java.util.Map; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.sql.Array; ++import java.sql.Blob; ++import java.sql.Clob; ++import java.sql.NClob; ++import java.sql.SQLClientInfoException; ++import java.sql.SQLXML; ++import java.sql.Struct; ++import java.util.Properties; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A dummy {@link Connection}, for testing purposes. +@@ -274,6 +284,59 @@ + throws SQLException { + return prepareStatement(sql); + } ++/* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + +-/* JDBC_3_ANT_KEY_END */ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public Array createArrayOf(String typeName, Object[] elements) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public Blob createBlob() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public Clob createClob() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public NClob createNClob() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public SQLXML createSQLXML() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public Struct createStruct(String typeName, Object[] attributes) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public boolean isValid(int timeout) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setClientInfo(String name, String value) throws SQLClientInfoException { ++ throw new SQLClientInfoException(); ++ } ++ ++ public void setClientInfo(Properties properties) throws SQLClientInfoException { ++ throw new SQLClientInfoException(); ++ } ++ ++ public Properties getClientInfo() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public String getClientInfo(String name) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/test/org/apache/commons/dbcp/TesterStatement.java +=================================================================== +--- src/test/org/apache/commons/dbcp/TesterStatement.java (revision 558600) ++++ src/test/org/apache/commons/dbcp/TesterStatement.java (working copy) +@@ -268,5 +268,26 @@ + throw new SQLException("Not implemented."); + } + /* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public boolean isClosed() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public void setPoolable(boolean poolable) throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++ ++ public boolean isPoolable() throws SQLException { ++ throw new SQLException("Not implemented."); ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java +=================================================================== +--- src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java (working copy) +@@ -32,6 +32,11 @@ + import java.io.InputStream; + import java.io.Reader; + import java.sql.SQLException; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.sql.NClob; ++import java.sql.RowId; ++import java.sql.SQLXML; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A base delegating implementation of {@link CallableStatement}. +@@ -332,6 +337,337 @@ + + public URL getURL(String parameterName) throws SQLException + { checkOpen(); try { return _stmt.getURL(parameterName); } catch (SQLException e) { handleException(e); return null; } } ++/* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + +-/* JDBC_3_ANT_KEY_END */ ++ public RowId getRowId(int parameterIndex) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getRowId(parameterIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public RowId getRowId(String parameterName) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getRowId(parameterName); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public void setRowId(String parameterName, RowId value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setRowId(parameterName, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNString(String parameterName, String value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNString(parameterName, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNCharacterStream(String parameterName, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNCharacterStream(parameterName, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNClob(String parameterName, NClob value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNClob(parameterName, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setClob(String parameterName, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setClob(parameterName, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBlob(parameterName, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNClob(String parameterName, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNClob(parameterName, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public NClob getNClob(int parameterIndex) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getNClob(parameterIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public NClob getNClob(String parameterName) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getNClob(parameterName); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public void setSQLXML(String parameterName, SQLXML value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setSQLXML(parameterName, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public SQLXML getSQLXML(int parameterIndex) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getSQLXML(parameterIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public SQLXML getSQLXML(String parameterName) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getSQLXML(parameterName); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public String getNString(int parameterIndex) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getNString(parameterIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public String getNString(String parameterName) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getNString(parameterName); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Reader getNCharacterStream(int parameterIndex) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getNCharacterStream(parameterIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Reader getNCharacterStream(String parameterName) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getNCharacterStream(parameterName); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Reader getCharacterStream(int parameterIndex) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getCharacterStream(parameterIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Reader getCharacterStream(String parameterName) throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.getCharacterStream(parameterName); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public void setBlob(String parameterName, Blob blob) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBlob(parameterName, blob); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setClob(String parameterName, Clob clob) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setClob(parameterName, clob); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setAsciiStream(String parameterName, InputStream inputStream, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setAsciiStream(parameterName, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBinaryStream(String parameterName, InputStream inputStream, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBinaryStream(parameterName, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setCharacterStream(parameterName, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setAsciiStream(String parameterName, InputStream inputStream) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setAsciiStream(parameterName, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBinaryStream(String parameterName, InputStream inputStream) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBinaryStream(parameterName, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setCharacterStream(String parameterName, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setCharacterStream(parameterName, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNCharacterStream(String parameterName, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNCharacterStream(parameterName, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setClob(String parameterName, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setClob(parameterName, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } } ++ ++ public void setBlob(String parameterName, InputStream inputStream) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBlob(parameterName, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } } ++ ++ public void setNClob(String parameterName, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNClob(parameterName, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/cpdsadapter/ConnectionImpl.java +=================================================================== +--- src/java/org/apache/commons/dbcp/cpdsadapter/ConnectionImpl.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/cpdsadapter/ConnectionImpl.java (working copy) +@@ -25,6 +25,19 @@ + import java.sql.Statement; + import java.sql.SQLWarning; + import java.sql.SQLException; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.sql.Array; ++import java.sql.Blob; ++import java.sql.ClientInfoStatus; ++import java.sql.Clob; ++import java.sql.NClob; ++import java.sql.SQLClientInfoException; ++import java.sql.SQLXML; ++import java.sql.Struct; ++import java.util.Collections; ++import java.util.Map; ++import java.util.Properties; ++/* JDBC_4_ANT_KEY_END */ + + /** + * This class is the Connection that will be returned +@@ -42,6 +55,11 @@ + private static final String CLOSED + = "Attempted to use Connection after closed() was called."; + ++/* JDBC_4_ANT_KEY_BEGIN */ ++ private static final Map EMPTY_FAILED_PROPERTIES = ++ Collections.emptyMap(); ++/* JDBC_4_ANT_KEY_END */ ++ + /** The JDBC database connection. */ + private Connection connection; + +@@ -453,6 +471,86 @@ + assertOpen(); + return connection.prepareStatement(sql, columnNames); + } ++/* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + +-/* JDBC_3_ANT_KEY_END */ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return connection.isWrapperFor(iface); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ return connection.unwrap(iface); ++ } ++ ++ public Array createArrayOf(String typeName, Object[] elements) throws SQLException { ++ assertOpen(); ++ return connection.createArrayOf(typeName, elements); ++ } ++ ++ public Blob createBlob() throws SQLException { ++ assertOpen(); ++ return connection.createBlob(); ++ } ++ ++ public Clob createClob() throws SQLException { ++ assertOpen(); ++ return connection.createClob(); ++ } ++ ++ public NClob createNClob() throws SQLException { ++ assertOpen(); ++ return connection.createNClob(); ++ } ++ ++ public SQLXML createSQLXML() throws SQLException { ++ assertOpen(); ++ return connection.createSQLXML(); ++ } ++ ++ public Struct createStruct(String typeName, Object[] attributes) throws SQLException { ++ assertOpen(); ++ return connection.createStruct(typeName, attributes); ++ } ++ ++ public boolean isValid(int timeout) throws SQLException { ++ assertOpen(); ++ return connection.isValid(timeout); ++ } ++ ++ public void setClientInfo(String name, String value) throws SQLClientInfoException { ++ try { ++ assertOpen(); ++ connection.setClientInfo(name, value); ++ } ++ catch (SQLClientInfoException e) { ++ throw e; ++ } ++ catch (SQLException e) { ++ throw new SQLClientInfoException("Connection is closed.", EMPTY_FAILED_PROPERTIES, e); ++ } ++ } ++ ++ public void setClientInfo(Properties properties) throws SQLClientInfoException { ++ try { ++ assertOpen(); ++ connection.setClientInfo(properties); ++ } ++ catch (SQLClientInfoException e) { ++ throw e; ++ } ++ catch (SQLException e) { ++ throw new SQLClientInfoException("Connection is closed.", EMPTY_FAILED_PROPERTIES, e); ++ } ++ } ++ ++ public Properties getClientInfo() throws SQLException { ++ assertOpen(); ++ return connection.getClientInfo(); ++ } ++ ++ public String getClientInfo(String name) throws SQLException { ++ assertOpen(); ++ return connection.getClientInfo(name); ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/cpdsadapter/PooledConnectionImpl.java +=================================================================== +--- src/java/org/apache/commons/dbcp/cpdsadapter/PooledConnectionImpl.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/cpdsadapter/PooledConnectionImpl.java (working copy) +@@ -26,6 +26,7 @@ + import javax.sql.ConnectionEvent; + import javax.sql.ConnectionEventListener; + import javax.sql.PooledConnection; ++import javax.sql.StatementEventListener; + + import org.apache.commons.dbcp.DelegatingConnection; + import org.apache.commons.dbcp.DelegatingPreparedStatement; +@@ -66,6 +67,11 @@ + private Vector eventListeners; + + /** ++ * StatementEventListeners ++ */ ++ private Vector statementEventListeners; ++ ++ /** + * flag set to true, once close() is called. + */ + boolean isClosed; +@@ -101,6 +107,12 @@ + } + } + ++ public void addStatementEventListener(StatementEventListener listener) { ++ if (!statementEventListeners.contains(listener)) { ++ statementEventListeners.add(listener); ++ } ++ } ++ + /** + * Closes the physical connection and marks this + * PooledConnection so that it may not be used +@@ -169,6 +181,10 @@ + eventListeners.remove(listener); + } + ++ public void removeStatementEventListener(StatementEventListener listener) { ++ statementEventListeners.remove(listener); ++ } ++ + /** + * Closes the physical connection and checks that the logical connection + * was closed as well. +Index: src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java +=================================================================== +--- src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java (working copy) +@@ -27,6 +27,13 @@ + import java.sql.ResultSetMetaData; + import java.sql.SQLException; + import java.util.Calendar; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.io.InputStream; ++import java.io.Reader; ++import java.sql.NClob; ++import java.sql.RowId; ++import java.sql.SQLXML; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A base delegating implementation of {@link PreparedStatement}. +@@ -221,6 +228,187 @@ + + public java.sql.ParameterMetaData getParameterMetaData() throws SQLException + { checkOpen(); try { return _stmt.getParameterMetaData(); } catch (SQLException e) { handleException(e); return null; } } ++/* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + +-/* JDBC_3_ANT_KEY_END */ ++ public void setRowId(int parameterIndex, RowId value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setRowId(parameterIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNString(int parameterIndex, String value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNString(parameterIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNCharacterStream(parameterIndex, value, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, NClob value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNClob(parameterIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setClob(int parameterIndex, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setClob(parameterIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBlob(parameterIndex, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNClob(parameterIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setSQLXML(int parameterIndex, SQLXML value) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setSQLXML(parameterIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setAsciiStream(parameterIndex, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream inputStream, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBinaryStream(parameterIndex, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader, long length) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setCharacterStream(parameterIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setAsciiStream(int parameterIndex, InputStream inputStream) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setAsciiStream(parameterIndex, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBinaryStream(int parameterIndex, InputStream inputStream) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBinaryStream(parameterIndex, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setCharacterStream(parameterIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNCharacterStream(int parameterIndex, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNCharacterStream(parameterIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setClob(int parameterIndex, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setClob(parameterIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setBlob(parameterIndex, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void setNClob(int parameterIndex, Reader reader) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setNClob(parameterIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/DelegatingResultSet.java +=================================================================== +--- src/java/org/apache/commons/dbcp/DelegatingResultSet.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/DelegatingResultSet.java (working copy) +@@ -34,6 +34,11 @@ + import java.sql.Clob; + import java.sql.Array; + import java.util.Calendar; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.sql.NClob; ++import java.sql.RowId; ++import java.sql.SQLXML; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A base delegating implementation of {@link ResultSet}. +@@ -585,6 +590,459 @@ + + public void updateArray(String columnName, java.sql.Array x) throws SQLException + { try { _res.updateArray(columnName, x); } catch (SQLException e) { handleException(e); } } ++/* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ + +-/* JDBC_3_ANT_KEY_END */ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return _res.isWrapperFor(iface); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ return _res.unwrap(iface); ++ } ++ ++ public RowId getRowId(int columnIndex) throws SQLException { ++ try { ++ return _res.getRowId(columnIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public RowId getRowId(String columnLabel) throws SQLException { ++ try { ++ return _res.getRowId(columnLabel); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public void updateRowId(int columnIndex, RowId value) throws SQLException { ++ try { ++ _res.updateRowId(columnIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateRowId(String columnLabel, RowId value) throws SQLException { ++ try { ++ _res.updateRowId(columnLabel, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public int getHoldability() throws SQLException { ++ try { ++ return _res.getHoldability(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return 0; ++ } ++ } ++ ++ public boolean isClosed() throws SQLException { ++ try { ++ return _res.isClosed(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return false; ++ } ++ } ++ ++ public void updateNString(int columnIndex, String value) throws SQLException { ++ try { ++ _res.updateNString(columnIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNString(String columnLabel, String value) throws SQLException { ++ try { ++ _res.updateNString(columnLabel, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNClob(int columnIndex, NClob value) throws SQLException { ++ try { ++ _res.updateNClob(columnIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNClob(String columnLabel, NClob value) throws SQLException { ++ try { ++ _res.updateNClob(columnLabel, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public NClob getNClob(int columnIndex) throws SQLException { ++ try { ++ return _res.getNClob(columnIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public NClob getNClob(String columnLabel) throws SQLException { ++ try { ++ return _res.getNClob(columnLabel); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public SQLXML getSQLXML(int columnIndex) throws SQLException { ++ try { ++ return _res.getSQLXML(columnIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public SQLXML getSQLXML(String columnLabel) throws SQLException { ++ try { ++ return _res.getSQLXML(columnLabel); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public void updateSQLXML(int columnIndex, SQLXML value) throws SQLException { ++ try { ++ _res.updateSQLXML(columnIndex, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateSQLXML(String columnLabel, SQLXML value) throws SQLException { ++ try { ++ _res.updateSQLXML(columnLabel, value); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public String getNString(int columnIndex) throws SQLException { ++ try { ++ return _res.getNString(columnIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public String getNString(String columnLabel) throws SQLException { ++ try { ++ return _res.getNString(columnLabel); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Reader getNCharacterStream(int columnIndex) throws SQLException { ++ try { ++ return _res.getNCharacterStream(columnIndex); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Reader getNCharacterStream(String columnLabel) throws SQLException { ++ try { ++ return _res.getNCharacterStream(columnLabel); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public void updateNCharacterStream(int columnIndex, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateNCharacterStream(columnIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateNCharacterStream(columnLabel, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException { ++ try { ++ _res.updateAsciiStream(columnIndex, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException { ++ try { ++ _res.updateBinaryStream(columnIndex, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateCharacterStream(int columnIndex, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateCharacterStream(columnIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException { ++ try { ++ _res.updateAsciiStream(columnLabel, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException { ++ try { ++ _res.updateBinaryStream(columnLabel, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateCharacterStream(columnLabel, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException { ++ try { ++ _res.updateBlob(columnIndex, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException { ++ try { ++ _res.updateBlob(columnLabel, inputStream, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateClob(int columnIndex, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateClob(columnIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateClob(String columnLabel, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateClob(columnLabel, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateNClob(columnIndex, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException { ++ try { ++ _res.updateNClob(columnLabel, reader, length); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNCharacterStream(int columnIndex, Reader reader) throws SQLException { ++ try { ++ _res.updateNCharacterStream(columnIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException { ++ try { ++ _res.updateNCharacterStream(columnLabel, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateAsciiStream(int columnIndex, InputStream inputStream) throws SQLException { ++ try { ++ _res.updateAsciiStream(columnIndex, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBinaryStream(int columnIndex, InputStream inputStream) throws SQLException { ++ try { ++ _res.updateBinaryStream(columnIndex, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateCharacterStream(int columnIndex, Reader reader) throws SQLException { ++ try { ++ _res.updateCharacterStream(columnIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException { ++ try { ++ _res.updateAsciiStream(columnLabel, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException { ++ try { ++ _res.updateBinaryStream(columnLabel, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException { ++ try { ++ _res.updateCharacterStream(columnLabel, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException { ++ try { ++ _res.updateBlob(columnIndex, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException { ++ try { ++ _res.updateBlob(columnLabel, inputStream); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateClob(int columnIndex, Reader reader) throws SQLException { ++ try { ++ _res.updateClob(columnIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateClob(String columnLabel, Reader reader) throws SQLException { ++ try { ++ _res.updateClob(columnLabel, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNClob(int columnIndex, Reader reader) throws SQLException { ++ try { ++ _res.updateNClob(columnIndex, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public void updateNClob(String columnLabel, Reader reader) throws SQLException { ++ try { ++ _res.updateNClob(columnLabel, reader); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/PoolingDataSource.java +=================================================================== +--- src/java/org/apache/commons/dbcp/PoolingDataSource.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/PoolingDataSource.java (working copy) +@@ -84,6 +84,14 @@ + public void setAccessToUnderlyingConnectionAllowed(boolean allow) { + this.accessToUnderlyingConnectionAllowed = allow; + } ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return false; ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException("PoolingDataSource is not a wrapper."); ++ } + + //--- DataSource methods ----------------------------------------- + +Index: src/java/org/apache/commons/dbcp/DelegatingConnection.java +=================================================================== +--- src/java/org/apache/commons/dbcp/DelegatingConnection.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/DelegatingConnection.java (working copy) +@@ -26,6 +26,19 @@ + import java.sql.Statement; + import java.util.List; + import java.util.Map; ++/* JDBC_4_ANT_KEY_BEGIN */ ++import java.sql.Array; ++import java.sql.Blob; ++import java.sql.ClientInfoStatus; ++import java.sql.Clob; ++import java.sql.NClob; ++import java.sql.SQLClientInfoException; ++import java.sql.SQLXML; ++import java.sql.Struct; ++import java.util.Collections; ++import java.util.Map; ++import java.util.Properties; ++/* JDBC_4_ANT_KEY_END */ + + /** + * A base delegating implementation of {@link Connection}. +@@ -50,6 +63,10 @@ + */ + public class DelegatingConnection extends AbandonedTrace + implements Connection { ++/* JDBC_4_ANT_KEY_BEGIN */ ++ private static final Map EMPTY_FAILED_PROPERTIES = ++ Collections.emptyMap(); ++/* JDBC_4_ANT_KEY_END */ + /** My delegate {@link Connection}. */ + protected Connection _conn = null; + +@@ -495,4 +512,139 @@ + } + } + /* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return _conn.isWrapperFor(iface); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ return _conn.unwrap(iface); ++ } ++ ++ public Array createArrayOf(String typeName, Object[] elements) throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.createArrayOf(typeName, elements); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Blob createBlob() throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.createBlob(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Clob createClob() throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.createClob(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public NClob createNClob() throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.createNClob(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public SQLXML createSQLXML() throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.createSQLXML(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public Struct createStruct(String typeName, Object[] attributes) throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.createStruct(typeName, attributes); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public boolean isValid(int timeout) throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.isValid(timeout); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return false; ++ } ++ } ++ ++ public void setClientInfo(String name, String value) throws SQLClientInfoException { ++ try { ++ checkOpen(); ++ _conn.setClientInfo(name, value); ++ } ++ catch (SQLClientInfoException e) { ++ throw e; ++ } ++ catch (SQLException e) { ++ throw new SQLClientInfoException("Connection is closed.", EMPTY_FAILED_PROPERTIES, e); ++ } ++ } ++ ++ public void setClientInfo(Properties properties) throws SQLClientInfoException { ++ try { ++ checkOpen(); ++ _conn.setClientInfo(properties); ++ } ++ catch (SQLClientInfoException e) { ++ throw e; ++ } ++ catch (SQLException e) { ++ throw new SQLClientInfoException("Connection is closed.", EMPTY_FAILED_PROPERTIES, e); ++ } ++ } ++ ++ public Properties getClientInfo() throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.getClientInfo(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++ ++ public String getClientInfo(String name) throws SQLException { ++ checkOpen(); ++ try { ++ return _conn.getClientInfo(name); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return null; ++ } ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/DelegatingStatement.java +=================================================================== +--- src/java/org/apache/commons/dbcp/DelegatingStatement.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/DelegatingStatement.java (working copy) +@@ -128,10 +128,6 @@ + + protected boolean _closed = false; + +- protected boolean isClosed() { +- return _closed; +- } +- + protected void checkOpen() throws SQLException { + if(isClosed()) { + throw new SQLException +@@ -346,4 +342,39 @@ + { checkOpen(); try { return _stmt.getResultSetHoldability(); } catch (SQLException e) { handleException(e); return 0; } } + + /* JDBC_3_ANT_KEY_END */ ++/* JDBC_4_ANT_KEY_BEGIN */ ++ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return _conn.isWrapperFor(iface); ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ return _conn.unwrap(iface); ++ } ++ ++ public boolean isClosed() throws SQLException { ++ return _closed; ++ } ++ ++ public void setPoolable(boolean poolable) throws SQLException { ++ checkOpen(); ++ try { ++ _stmt.setPoolable(poolable); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ } ++ } ++ ++ public boolean isPoolable() throws SQLException { ++ checkOpen(); ++ try { ++ return _stmt.isPoolable(); ++ } ++ catch (SQLException e) { ++ handleException(e); ++ return false; ++ } ++ } ++/* JDBC_4_ANT_KEY_END */ + } +Index: src/java/org/apache/commons/dbcp/BasicDataSource.java +=================================================================== +--- src/java/org/apache/commons/dbcp/BasicDataSource.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/BasicDataSource.java (working copy) +@@ -1115,7 +1115,14 @@ + } + } + ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return false; ++ } + ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException("BasicDataSource is not a wrapper."); ++ } ++ + // ------------------------------------------------------ Protected Methods + + +Index: src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java +=================================================================== +--- src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java (revision 558600) ++++ src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java (working copy) +@@ -154,6 +154,14 @@ + */ + public abstract void close() throws Exception; + ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ return false; ++ } ++ ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException("InstanceKeyDataSource is not a wrapper."); ++ } ++ + // ------------------------------------------------------------------- + // Properties + +Index: project.properties +=================================================================== +--- project.properties (revision 558600) ++++ project.properties (working copy) +@@ -30,8 +30,8 @@ + maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html + + # JDK level +-maven.compile.source=1.3 +-maven.compile.target=1.3 ++maven.compile.source=1.6 ++maven.compile.target=1.6 + + # Merge in a file containing just Built-By attribute + maven.jar.manifest=${basedir}/manifestMods.txt -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Thu Dec 3 00:41:24 2009 From: nox at macports.org (nox at macports.org) Date: Thu, 3 Dec 2009 00:41:24 -0800 (PST) Subject: [61153] trunk/dports/java/servlet24-api/Portfile Message-ID: <20091203084126.625E1376CBF4@beta.macosforge.org> Revision: 61153 http://trac.macports.org/changeset/61153 Author: nox at macports.org Date: 2009-12-03 00:41:19 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Update servlet24-api to 5.5.28 (#17604) servlet24-api can now be built from Snow Leopard using only the JDK 1.6, closes #21307. Modified Paths: -------------- trunk/dports/java/servlet24-api/Portfile Modified: trunk/dports/java/servlet24-api/Portfile =================================================================== --- trunk/dports/java/servlet24-api/Portfile 2009-12-03 08:33:30 UTC (rev 61152) +++ trunk/dports/java/servlet24-api/Portfile 2009-12-03 08:41:19 UTC (rev 61153) @@ -3,7 +3,7 @@ PortSystem 1.0 name servlet24-api -version 5.5.27 +version 5.5.28 categories java maintainers jberry openmaintainer @@ -17,9 +17,14 @@ homepage http://tomcat.apache.org/ distname apache-tomcat-${version}-src +dist_subdir tomcat5 master_sites apache:tomcat/tomcat-5/v${version}/src/ -checksums md5 eb3f196013550b9b1684e4ff18593a8e +checksums md5 73cd758f32dff07e7d26817b50d3448d \ + sha1 73a61aa067f5f90109ce5667136e6eb5f47d462c \ + rmd160 9f6beb4f613e1f075de6f1fe1bde3c9a3b7b18c8 + + depends_build bin:ant:apache-ant depends_lib bin:java:kaffe @@ -28,15 +33,18 @@ use_configure no build.cmd ant -build.target build-depends +build.target build-servletapi build-jspapi build.args -Dbase.path=${worksrcpath}/../repository destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/java \ - ${destroot}${prefix}/share/doc + xinstall -d ${destroot}${prefix}/share/java xinstall -m 644 ${worksrcpath}/../repository/jsp-api-2.0/lib/jsp-api.jar \ ${destroot}${prefix}/share/java/jsp2-api.jar xinstall -m 644 \ ${worksrcpath}/../repository/servlet-api-2.4/lib/servlet-api.jar \ ${destroot}${prefix}/share/java/servlet24-api.jar } + +livecheck.check regex +livecheck.url ${homepage}/download-55.cgi +livecheck.regex "apache-tomcat-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz" -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Thu Dec 3 00:46:14 2009 From: nox at macports.org (nox at macports.org) Date: Thu, 3 Dec 2009 00:46:14 -0800 (PST) Subject: [61154] trunk/dports/java/jakarta-taglibs-standard-11 Message-ID: <20091203084614.E409F376D027@beta.macosforge.org> Revision: 61154 http://trac.macports.org/changeset/61154 Author: nox at macports.org Date: 2009-12-03 00:46:11 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Add Snow Leopard support to jakarta-taglibs-standard-11 (#22736) jakarta-taglibs-standard-11 requires JDK 1.5 and cannot compile with JDK 1.6, complaining that some abstract methods are not defined in concrete classes. patch-JDK-1.6.diff fixes that. Modified Paths: -------------- trunk/dports/java/jakarta-taglibs-standard-11/Portfile Added Paths: ----------- trunk/dports/java/jakarta-taglibs-standard-11/files/ trunk/dports/java/jakarta-taglibs-standard-11/files/patch-JDK-1.6.diff Modified: trunk/dports/java/jakarta-taglibs-standard-11/Portfile =================================================================== --- trunk/dports/java/jakarta-taglibs-standard-11/Portfile 2009-12-03 08:41:19 UTC (rev 61153) +++ trunk/dports/java/jakarta-taglibs-standard-11/Portfile 2009-12-03 08:46:11 UTC (rev 61154) @@ -14,7 +14,7 @@ long_description A version of the JSP Standard Tag Library (JSTL) adhering \ to the JSP JSTL 1.1 specification. Requires a JSP 2.0 \ compatible web container, such as Tomcat5. -homepage http://jakarta.apache.org/taglibs/doc/standard-doc/ +homepage http://tomcat.apache.org/taglibs/standard/ distname jakarta-taglibs-standard-${version}-src master_sites apache:jakarta/taglibs/standard/source/ @@ -61,7 +61,7 @@ destroot { # Ensure needed directories - xinstall -m 755 -d \ + xinstall -d \ ${destroot}${prefix}/share/java \ ${destroot}${prefix}/share/doc \ ${destroot}${prefix}/share/examples @@ -83,3 +83,7 @@ ${worksrcpath}/examples \ ${destroot}${prefix}/share/examples/${name} } + +platform darwin 10 { + patchfiles-append patch-JDK-1.6.diff +} Added: trunk/dports/java/jakarta-taglibs-standard-11/files/patch-JDK-1.6.diff =================================================================== --- trunk/dports/java/jakarta-taglibs-standard-11/files/patch-JDK-1.6.diff (rev 0) +++ trunk/dports/java/jakarta-taglibs-standard-11/files/patch-JDK-1.6.diff 2009-12-03 08:46:11 UTC (rev 61154) @@ -0,0 +1,22 @@ +--- src/org/apache/taglibs/standard/tag/common/sql/DataSourceWrapper.java.orig 2004-10-25 22:26:22.000000000 +0200 ++++ src/org/apache/taglibs/standard/tag/common/sql/DataSourceWrapper.java 2009-11-28 14:53:09.000000000 +0100 +@@ -111,5 +111,19 @@ + throw new SQLException(Resources.getMessage("NOT_SUPPORTED")); + } + ++ /** ++ * Always throws a SQLException. Not supported. ++ */ ++ public boolean isWrapperFor(Class iface) throws SQLException { ++ throw new SQLException(Resources.getMessage("NOT_SUPPORTED")); ++ } ++ ++ /** ++ * Always throws a SQLException. Not supported. ++ */ ++ public T unwrap(Class iface) throws SQLException { ++ throw new SQLException(Resources.getMessage("NOT_SUPPORTED")); ++ } ++ + + } -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Thu Dec 3 00:49:47 2009 From: nox at macports.org (nox at macports.org) Date: Thu, 3 Dec 2009 00:49:47 -0800 (PST) Subject: [61155] trunk/dports/java/dom4j Message-ID: <20091203084947.A6C7F376D380@beta.macosforge.org> Revision: 61155 http://trac.macports.org/changeset/61155 Author: nox at macports.org Date: 2009-12-03 00:49:43 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Add Snow Leopard support to dom4j (#61152) dom4j requires JDK 1.5 and cannot compile with JDK 1.6, complaining that some abstract methods are not defined in concrete classes. patch-JDK-1.6.diff fixes that. Modified Paths: -------------- trunk/dports/java/dom4j/Portfile Added Paths: ----------- trunk/dports/java/dom4j/files/patch-JDK-1.6.diff Modified: trunk/dports/java/dom4j/Portfile =================================================================== --- trunk/dports/java/dom4j/Portfile 2009-12-03 08:46:11 UTC (rev 61154) +++ trunk/dports/java/dom4j/Portfile 2009-12-03 08:49:43 UTC (rev 61155) @@ -44,3 +44,7 @@ ${destroot}${prefix}/share/java/ file copy ${worksrcpath}/build/doc ${destroot}${prefix}/share/doc/${name} } + +platform darwin 10 { + patchfiles-append patch-JDK-1.6.diff +} Added: trunk/dports/java/dom4j/files/patch-JDK-1.6.diff =================================================================== --- trunk/dports/java/dom4j/files/patch-JDK-1.6.diff (rev 0) +++ trunk/dports/java/dom4j/files/patch-JDK-1.6.diff 2009-12-03 08:49:43 UTC (rev 61155) @@ -0,0 +1,293 @@ +--- src/java/org/dom4j/dom/DOMAttribute.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMAttribute.java 2009-11-28 17:57:22.000000000 +0100 +@@ -15,6 +15,7 @@ + import org.w3c.dom.Document; + import org.w3c.dom.NamedNodeMap; + import org.w3c.dom.NodeList; ++import org.w3c.dom.TypeInfo; + + /** + *

+@@ -179,6 +180,14 @@ + public org.w3c.dom.Element getOwnerElement() { + return DOMNodeHelper.asDOMElement(getParent()); + } ++ ++ public boolean isId() throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public TypeInfo getSchemaTypeInfo() throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } + } + + /* +--- src/java/org/dom4j/dom/DOMDocument.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMDocument.java 2009-11-28 18:11:18.000000000 +0100 +@@ -15,10 +15,12 @@ + + import org.w3c.dom.Attr; + import org.w3c.dom.CDATASection; ++import org.w3c.dom.DOMConfiguration; + import org.w3c.dom.DOMException; + import org.w3c.dom.Document; + import org.w3c.dom.EntityReference; + import org.w3c.dom.NamedNodeMap; ++import org.w3c.dom.Node; + import org.w3c.dom.NodeList; + import org.w3c.dom.ProcessingInstruction; + +@@ -301,6 +303,85 @@ + return super.getDocumentFactory(); + } + } ++ ++ public Node renameNode(Node n, String namespaceURI, String qualifiedName) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void normalizeDocument() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public DOMConfiguration getDomConfig() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public Node adoptNode(Node source) throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setDocumentURI(String documentURI) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getDocumentURI() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setStrictErrorChecking(boolean strictErrorChecking) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public boolean getStrictErrorChecking() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setXmlVersion(String xmlVersion) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getXmlVersion() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setXmlStandalone(boolean xmlStandalone) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public boolean getXmlStandalone() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setXmlEncoding(String xmlEncoding) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getXmlEncoding() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setInputEncoding(String xmlEncoding) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getInputEncoding() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } + } + + /* +--- src/java/org/dom4j/dom/DOMDocumentFactory.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMDocumentFactory.java 2009-11-28 17:51:19.000000000 +0100 +@@ -174,6 +174,11 @@ + docType.getPublicId(), docType.getSystemId()); + } + } ++ ++ public Object getFeature(String feature, String version) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } + } + + +--- src/java/org/dom4j/dom/DOMElement.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMElement.java 2009-11-28 17:39:51.000000000 +0100 +@@ -16,11 +16,13 @@ + import org.dom4j.QName; + import org.dom4j.tree.DefaultElement; + ++import org.w3c.dom.Attr; + import org.w3c.dom.DOMException; + import org.w3c.dom.Document; + import org.w3c.dom.NamedNodeMap; + import org.w3c.dom.Node; + import org.w3c.dom.NodeList; ++import org.w3c.dom.TypeInfo; + + /** + *

+@@ -389,6 +391,25 @@ + + return getDocumentFactory().createQName(localName, prefix, namespace); + } ++ ++ public void setIdAttributeNode(Attr idAttr, boolean isId) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setIdAttributeNS(String namespaceURI, String localName, ++ boolean isId) throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setIdAttribute(String localName, boolean isId) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public TypeInfo getSchemaTypeInfo() throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } + } + + /* +--- src/java/org/dom4j/tree/AbstractCharacterData.java.orig 2005-05-16 15:28:39.000000000 +0200 ++++ src/java/org/dom4j/tree/AbstractCharacterData.java 2009-11-28 17:55:18.000000000 +0100 +@@ -10,6 +10,8 @@ + import org.dom4j.CharacterData; + import org.dom4j.Element; + ++import org.w3c.dom.Text; ++ + /** + *

+ * AbstractCharacterData is an abstract base class for tree +@@ -41,6 +43,21 @@ + public void appendText(String text) { + setText(getText() + text); + } ++ ++ public Text replaceWholeText(String content) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getWholeText() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public boolean isElementContentWhitespace() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } + } + + /* +--- src/java/org/dom4j/tree/AbstractNode.java.orig 2009-11-28 17:38:46.000000000 +0100 ++++ src/java/org/dom4j/tree/AbstractNode.java 2009-11-28 18:01:53.000000000 +0100 +@@ -20,6 +20,8 @@ + import org.dom4j.XPath; + import org.dom4j.rule.Pattern; + ++import org.w3c.dom.UserDataHandler; ++ + /** + *

+ * AbstractNode is an abstract base class for tree implementors +@@ -231,6 +233,66 @@ + throw new RuntimeException("asXPathResult() not yet implemented fully " + + "for: " + this); + } ++ ++ public Object getUserData(String key) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public Object setUserData(String key, Object data, UserDataHandler handler) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public boolean isEqualNode(org.w3c.dom.Node arg) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public boolean isDefaultNamespace(String namespaceURI) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public Object getFeature(String feature, String version) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String lookupNamespaceURI(String prefix) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String lookupPrefix(String namespaceURI) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public boolean isSameNode(org.w3c.dom.Node arg) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public void setTextContent(String textContent) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getTextContent() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public short compareDocumentPosition(org.w3c.dom.Node other) ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } ++ ++ public String getBaseURI() ++ throws UnsupportedOperationException { ++ throw new UnsupportedOperationException(); ++ } + } + + /* -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 00:54:14 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 00:54:14 -0800 (PST) Subject: [61156] trunk/dports Message-ID: <20091203085417.17158376D73E@beta.macosforge.org> Revision: 61156 http://trac.macports.org/changeset/61156 Author: portindex at macports.org Date: 2009-12-03 00:54:12 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6412 Ports successfully parsed: 6412 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 08:49:43 UTC (rev 61155) +++ trunk/dports/PortIndex 2009-12-03 08:54:12 UTC (rev 61156) @@ -3664,8 +3664,8 @@ depends_build bin:ant:apache-ant portdir java/commons-collections description {Jakarta Commons-Collections} homepage http://commons.apache.org/collections/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-collections maintainers {jberry openmaintainer} long_description {Commons-Collections provides a suite of classes that extend or augment the Java Collections Framework.} categories java version 3.2.1 revision 0 commons-daemon 390 depends_build bin:ant:apache-ant portdir java/commons-daemon description {Jakarta Commons-Daemon} homepage http://commons.apache.org/daemon/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name commons-daemon maintainers {jberry openmaintainer} long_description {An alternative invocation mechanism for unix-daemon-like java code.} categories java version 1.0.1 revision 0 -commons-dbcp 417 -depends_build bin:ant:apache-ant portdir java/commons-dbcp description {Jakarta Commons-DBCP} homepage http://commons.apache.org/dbcp/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-collections port:commons-pool} name commons-dbcp maintainers {jberry openmaintainer} long_description {Commons-DBCP provides database connection pooling services.} categories java version 1.2.2 revision 0 +commons-dbcp 436 +variants darwin_10 depends_build bin:ant:apache-ant portdir java/commons-dbcp description {Jakarta Commons-DBCP} homepage http://commons.apache.org/dbcp/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-collections port:commons-pool} name commons-dbcp long_description {Commons-DBCP provides database connection pooling services.} maintainers {jberry openmaintainer} categories java version 1.2.2 revision 0 commons-digester 506 depends_build bin:ant:apache-ant portdir java/commons-digester description {Jakarta Commons-Digester} homepage http://commons.apache.org/digester/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-beanutils port:commons-collections port:commons-logging} name commons-digester maintainers {jberry openmaintainer} long_description {Commons-Digester is an XML-to-Java-object mapping utility commonly used for parsing XML configuration files.} categories java version 1.8 revision 0 commons-el 476 @@ -3829,7 +3829,7 @@ servlet23-api 532 depends_build bin:ant:apache-ant portdir java/servlet23-api description {Java Servlet API 2.3 and JSP 1.2 API.} homepage http://jakarta.apache.org/tomcat/ epoch 20061005 platforms darwin depends_lib bin:java:kaffe name servlet23-api maintainers {jberry openmaintainer} long_description {Java Servlet API 2.3 and JSP API 1.2. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP APIs from Tomcat4.} categories java version 1 revision 0 servlet24-api 486 -depends_build bin:ant:apache-ant portdir java/servlet24-api description {Java Servlet 2.4 and JSP 2.0 APIs.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name servlet24-api maintainers {jberry openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.} categories java version 5.5.27 revision 0 +depends_build bin:ant:apache-ant portdir java/servlet24-api description {Java Servlet 2.4 and JSP 2.0 APIs.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name servlet24-api maintainers {jberry openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.} categories java version 5.5.28 revision 0 servlet25-api 500 depends_build bin:ant:apache-ant portdir java/servlet25-api description {Java Servlet 2.5 and JSP 2.1 APIs.} homepage http://jakarta.apache.org/tomcat/ epoch 0 platforms darwin name servlet25-api depends_lib bin:java:kaffe maintainers {jberry blair openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 6.} categories java version 6.0.20 revision 0 slf4j 693 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 01:54:57 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 01:54:57 -0800 (PST) Subject: [61157] trunk/dports Message-ID: <20091203095459.9B0003770825@beta.macosforge.org> Revision: 61157 http://trac.macports.org/changeset/61157 Author: portindex at macports.org Date: 2009-12-03 01:54:54 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6412 Ports successfully parsed: 6412 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 08:54:12 UTC (rev 61156) +++ trunk/dports/PortIndex 2009-12-03 09:54:54 UTC (rev 61157) @@ -3692,8 +3692,8 @@ depends_build bin:ant:apache-ant portdir java/crimson description {Crimson is a Java XML parser which supports XML 1.0} homepage http://xml.apache.org/crimson/ epoch 0 platforms darwin name crimson maintainers nomaintainer long_description {{Crimson is a Java XML parser which supports XML 1.0}} categories java version 1.1.3 revision 0 derby 888 variants doc portdir java/derby description {Relational database implemented entirely in Java} homepage http://db.apache.org/derby/ epoch 0 platforms darwin name derby depends_lib bin:java:kaffe long_description {Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include: 1) Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. 2) Derby is based on the Java, JDBC, and SQL standards. 3) Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. 4) Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. 5) Derby is easy to install, deploy, and use.} maintainers blair categories java version 10.5.3.0 revision 0 -dom4j 492 -depends_build bin:ant:apache-ant portdir java/dom4j description {XML, XPATH, and XSLT support for Java.} homepage http://www.dom4j.org epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name dom4j maintainers {jberry openmaintainer} long_description {dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.} categories java version 1.6.1 revision 1 +dom4j 511 +variants darwin_10 depends_build bin:ant:apache-ant portdir java/dom4j description {XML, XPATH, and XSLT support for Java.} homepage http://www.dom4j.org epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name dom4j long_description {dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.} maintainers {jberry openmaintainer} categories java version 1.6.1 revision 1 eclipse-ecj32 389 depends_build port:apache-ant portdir java/eclipse-ecj32 description {Eclipse java bytecode compiler} homepage http://www.eclipse.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name eclipse-ecj32 maintainers {gmail.com:mvfranz openmaintainer} long_description {Eclipse java bytecode compiler} depends_extract bin:unzip:unzip categories java version 3.2.2-200702121330 revision 4 ehcache 1171 @@ -3742,8 +3742,8 @@ depends_build bin:ant:apache-ant portdir java/jakarta-oro description {Jakarta ORO} homepage http://jakarta.apache.org/oro/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-oro maintainers {jberry openmaintainer} long_description {The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries originally from ORO, Inc.} categories java version 2.0.8 revision 0 jakarta-regexp 383 depends_build bin:ant:apache-ant portdir java/jakarta-regexp description {Jakarta Regular Expressions Parser.} homepage http://jakarta.apache.org/regexp/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-regexp maintainers {jberry openmaintainer} long_description {Jakarta Regexp is a 100% Pure Java Regular Expression package.} categories java version 1.4 revision 0 -jakarta-taglibs-standard-11 589 -variants debug depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-standard-11 description {Jakarta JSP Standard Tag Library (JSTL) v1.1} homepage http://jakarta.apache.org/taglibs/doc/standard-doc/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api port:xalanj} name jakarta-taglibs-standard-11 long_description {A version of the JSP Standard Tag Library (JSTL) adhering to the JSP JSTL 1.1 specification. Requires a JSP 2.0 compatible web container, such as Tomcat5.} maintainers {jberry openmaintainer} categories java version 1.1.2 revision 1 +jakarta-taglibs-standard-11 592 +variants {debug darwin_10} depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-standard-11 description {Jakarta JSP Standard Tag Library (JSTL) v1.1} homepage http://tomcat.apache.org/taglibs/standard/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api port:xalanj} name jakarta-taglibs-standard-11 long_description {A version of the JSP Standard Tag Library (JSTL) adhering to the JSP JSTL 1.1 specification. Requires a JSP 2.0 compatible web container, such as Tomcat5.} maintainers {jberry openmaintainer} categories java version 1.1.2 revision 1 jakarta-taglibs-string 663 depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-string depends_fetch bin:cvs:cvs description {Jakarta Strings Taglib -- taglib for manipulating Java strings} homepage http://jakarta.apache.org/taglibs/doc/string-doc/intro.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:servlet24-api port:commons-lang} name jakarta-taglibs-string long_description {The String taglibrary provides a host of tags for manipulating java.lang.Strings. The style is that the String to act upon is the body of the tag, and attributes are used as parameters for the manipulation.} maintainers {jberry openmaintainer} categories java version 1.1.0 revision 0 jarbundler 404 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Dec 3 09:25:30 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 3 Dec 2009 09:25:30 -0800 (PST) Subject: [61158] trunk/dports/emulators/dosbox/Portfile Message-ID: <20091203172531.5BE83378112C@beta.macosforge.org> Revision: 61158 http://trac.macports.org/changeset/61158 Author: jmr at macports.org Date: 2009-12-03 09:25:27 -0800 (Thu, 03 Dec 2009) Log Message: ----------- dosbox: pass correct arch to configure, and don't bother testing for the existence of build_arch Modified Paths: -------------- trunk/dports/emulators/dosbox/Portfile Modified: trunk/dports/emulators/dosbox/Portfile =================================================================== --- trunk/dports/emulators/dosbox/Portfile 2009-12-03 09:54:54 UTC (rev 61157) +++ trunk/dports/emulators/dosbox/Portfile 2009-12-03 17:25:27 UTC (rev 61158) @@ -48,14 +48,12 @@ ${destroot}${prefix}/share/doc/${name} } -if {[info exists build_arch]} { - if {${build_arch} == "x86_64"} { - configure.build_arch i386 - } elseif {${build_arch} == "ppc64"} { - configure.build_arch ppc - } +if {${build_arch} == "x86_64"} { + configure.build_arch i386 +} elseif {${build_arch} == "ppc64"} { + configure.build_arch ppc } platform darwin { - configure.args-append --build=${build_arch}-apple-darwin${os.major} + configure.args-append --build=${configure.build_arch}-apple-darwin${os.major} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From alakazam at macports.org Thu Dec 3 09:41:57 2009 From: alakazam at macports.org (alakazam at macports.org) Date: Thu, 3 Dec 2009 09:41:57 -0800 (PST) Subject: [61159] trunk/dports/math/octave Message-ID: <20091203174158.4147137817C2@beta.macosforge.org> Revision: 61159 http://trac.macports.org/changeset/61159 Author: alakazam at macports.org Date: 2009-12-03 09:41:54 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Patch octave 3.2.3 to correctly handle the +no_x11 variant (closes #22741). Modified Paths: -------------- trunk/dports/math/octave/Portfile Added Paths: ----------- trunk/dports/math/octave/files/patch-configure-no_x11.diff Modified: trunk/dports/math/octave/Portfile =================================================================== --- trunk/dports/math/octave/Portfile 2009-12-03 17:25:27 UTC (rev 61158) +++ trunk/dports/math/octave/Portfile 2009-12-03 17:41:54 UTC (rev 61159) @@ -5,6 +5,7 @@ name octave version 3.2.3 +revision 1 categories math science maintainers alakazam stechert platforms darwin @@ -97,7 +98,7 @@ default_variants +gcc43 } -patchfiles patch-lo-specfun.cc.diff +patchfiles patch-lo-specfun.cc.diff patch-configure-no_x11.diff post-patch { reinplace "s|-lcholmod|-lcholmod -lmetis|g" ${worksrcpath}/configure Added: trunk/dports/math/octave/files/patch-configure-no_x11.diff =================================================================== --- trunk/dports/math/octave/files/patch-configure-no_x11.diff (rev 0) +++ trunk/dports/math/octave/files/patch-configure-no_x11.diff 2009-12-03 17:41:54 UTC (rev 61159) @@ -0,0 +1,24 @@ +--- configure ++++ configure +@@ -7443,9 +7443,9 @@ + echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } + fi + +-if test "$have_x"; then ++if test "$have_x" == yes; then + + cat >>confdefs.h <<\_ACEOF + #define HAVE_X_WINDOWS 1 + _ACEOF + +--- configure.in ++++ configure.in +@@ -255,7 +255,7 @@ + AC_SUBST(DEPEND_EXTRA_SED_PATTERN) + + AC_PATH_X +-if test "$have_x"; then ++if test "$have_x" == yes; then + AC_DEFINE(HAVE_X_WINDOWS, 1, [Define if you have X11]) + + if test "$x_includes" != "NONE"; then -------------- next part -------------- An HTML attachment was scrubbed... URL: From alakazam at macports.org Thu Dec 3 09:42:06 2009 From: alakazam at macports.org (alakazam at macports.org) Date: Thu, 3 Dec 2009 09:42:06 -0800 (PST) Subject: [61160] trunk/dports/math/octave/Portfile Message-ID: <20091203174206.25FC137817F5@beta.macosforge.org> Revision: 61160 http://trac.macports.org/changeset/61160 Author: alakazam at macports.org Date: 2009-12-03 09:42:05 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Add depedency on atlas for octave and use a functional BLAS framework. Modified Paths: -------------- trunk/dports/math/octave/Portfile Modified: trunk/dports/math/octave/Portfile =================================================================== --- trunk/dports/math/octave/Portfile 2009-12-03 17:41:54 UTC (rev 61159) +++ trunk/dports/math/octave/Portfile 2009-12-03 17:42:05 UTC (rev 61160) @@ -5,7 +5,7 @@ name octave version 3.2.3 -revision 1 +revision 2 categories math science maintainers alakazam stechert platforms darwin @@ -31,6 +31,7 @@ port:texinfo depends_lib port:arpack \ + port:atlas \ port:curl \ port:fftw-3 \ port:fftw-3-single \ @@ -52,7 +53,6 @@ --enable-dl \ --with-hdf5 \ --with-fftw \ - --with-blas="-framework Accelerate" \ --enable-static \ --enable-readline \ --with-zlib \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Thu Dec 3 09:42:07 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Thu, 3 Dec 2009 09:42:07 -0800 (PST) Subject: [61161] trunk/dports/x11/xorg-libxcb/Portfile Message-ID: <20091203174207.29FE4378181E@beta.macosforge.org> Revision: 61161 http://trac.macports.org/changeset/61161 Author: jeremyhu at macports.org Date: 2009-12-03 09:42:06 -0800 (Thu, 03 Dec 2009) Log Message: ----------- xorg-libxcb: Bumped to version 1.5 Modified Paths: -------------- trunk/dports/x11/xorg-libxcb/Portfile Modified: trunk/dports/x11/xorg-libxcb/Portfile =================================================================== --- trunk/dports/x11/xorg-libxcb/Portfile 2009-12-03 17:42:05 UTC (rev 61160) +++ trunk/dports/x11/xorg-libxcb/Portfile 2009-12-03 17:42:06 UTC (rev 61161) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libxcb -version 1.4 +version 1.5 categories x11 devel maintainers jeremyhu openmaintainer description X.org libxcb @@ -13,9 +13,9 @@ master_sites ${homepage}/dist/ distname libxcb-${version} -checksums md5 b00fd506c717dea01f595e8da31f6914 \ - sha1 fb3bc1a81058e1894663771f87b8a3919f8520ce \ - rmd160 c8ce1e1670c09ded64c9a1642c8ed26403ef9986 +checksums md5 d19c0ba6ba42ebccd3d62d8bb147b551 \ + sha1 87b32a2de342e4c2991c8feed15bdd0602840832 \ + rmd160 ef50acaf3961ab6b988b97eac3b30ce940b0668a use_bzip2 yes use_parallel_build yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Dec 3 09:43:53 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 3 Dec 2009 09:43:53 -0800 (PST) Subject: [61162] trunk/dports/emulators/dosbox/Portfile Message-ID: <20091203174353.D80D63781893@beta.macosforge.org> Revision: 61162 http://trac.macports.org/changeset/61162 Author: jmr at macports.org Date: 2009-12-03 09:43:53 -0800 (Thu, 03 Dec 2009) Log Message: ----------- dosbox: add archcheck since this is now being forced 32-bit and has dependencies Modified Paths: -------------- trunk/dports/emulators/dosbox/Portfile Modified: trunk/dports/emulators/dosbox/Portfile =================================================================== --- trunk/dports/emulators/dosbox/Portfile 2009-12-03 17:42:06 UTC (rev 61161) +++ trunk/dports/emulators/dosbox/Portfile 2009-12-03 17:43:53 UTC (rev 61162) @@ -2,6 +2,7 @@ # $Id$ PortSystem 1.0 +PortGroup archcheck 1.0 name dosbox version 0.73 @@ -26,6 +27,11 @@ port:libsdl_sound \ port:libpng +archcheck.files lib/libSDL.dylib \ + lib/libSDL_net.dylib \ + lib/libSDL_sound.dylib \ + lib/libpng.dylib + # Assembly language issues universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 09:54:28 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 09:54:28 -0800 (PST) Subject: [61163] trunk/dports Message-ID: <20091203175431.1318A3781A6A@beta.macosforge.org> Revision: 61163 http://trac.macports.org/changeset/61163 Author: portindex at macports.org Date: 2009-12-03 09:54:25 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6412 Ports successfully parsed: 6412 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 17:43:53 UTC (rev 61162) +++ trunk/dports/PortIndex 2009-12-03 17:54:25 UTC (rev 61163) @@ -4984,8 +4984,8 @@ variants {gmp universal} depends_build path:bin/perl:perl5 portdir math/ntl description {NTL: A Library for doing Number Theory} homepage http://shoup.net/ntl/ epoch 0 platforms darwin name ntl long_description {NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length {integers;} for vectors, matrices, and polynomials over the integers and over finite {fields;} and for arbitrary precision floating point arithmetic.} maintainers fimaluka.org:ralf categories math version 5.4.2 revision 0 ocamlgsl 428 depends_build port:gawk portdir math/ocamlgsl description {GNU scientific library for OCaml} homepage http://oandrieu.nerim.net/ocaml/gsl/ epoch 0 platforms darwin name ocamlgsl depends_lib {port:gsl port:ocaml} maintainers nomaintainer long_description {This is an interface to GSL (GNU scientific library) for the Objective Caml language. See the gsl port for more details.} categories {math science} version 0.6.0 revision 0 -octave 926 -variants {gcc43 gcc44 g95 universal} depends_build {port:gawk port:gsed path:bin/perl:perl5 port:texinfo port:gcc43} portdir math/octave description {a Matlab-like environment for numerical analysis} homepage http://www.gnu.org/software/octave/ epoch 0 platforms darwin depends_lib {port:arpack port:curl port:fftw-3 port:fftw-3-single port:ftgl port:ghostscript port:glpk port:GraphicsMagick port:gnuplot port:hdf5-18 port:metis port:ncurses port:pcre port:readline port:qhull port:qrupdate port:SuiteSparse} name octave long_description {Octave provides a convenient command line interface for solving linear and nonlinear problems numerically, using a language that is mostly compatible with Matlab. It is easily extensible and customizable via user-defined functions or using dynamically loaded modules written in e.g. C++, C or Fortran.} maintainers {alakazam stechert} categories {math science} version 3.2.3 revision 0 +octave 937 +variants {gcc43 gcc44 g95 universal} depends_build {port:gawk port:gsed path:bin/perl:perl5 port:texinfo port:gcc43} portdir math/octave description {a Matlab-like environment for numerical analysis} homepage http://www.gnu.org/software/octave/ epoch 0 platforms darwin depends_lib {port:arpack port:atlas port:curl port:fftw-3 port:fftw-3-single port:ftgl port:ghostscript port:glpk port:GraphicsMagick port:gnuplot port:hdf5-18 port:metis port:ncurses port:pcre port:readline port:qhull port:qrupdate port:SuiteSparse} name octave long_description {Octave provides a convenient command line interface for solving linear and nonlinear problems numerically, using a language that is mostly compatible with Matlab. It is easily extensible and customizable via user-defined functions or using dynamically loaded modules written in e.g. C++, C or Fortran.} maintainers {alakazam stechert} categories {math science} version 3.2.3 revision 2 octave-ad 334 variants universal portdir math/octave-ad description {Automatic Forward Differentiation} homepage http://octave.sourceforge.net/ epoch 0 platforms darwin name octave-ad depends_lib port:octave long_description {{Automatic Forward Differentiation}} maintainers {and.damore alakazam} categories {math science} version 1.0.6 revision 0 octave-ann 662 @@ -12571,7 +12571,7 @@ xorg-libsm 348 variants universal depends_build {port:pkgconfig port:xorg-xtrans} portdir x11/xorg-libsm description {X.org libSM} homepage http://www.x.org/ epoch 0 platforms {darwin macosx} depends_lib port:xorg-libice name xorg-libsm long_description {X Session Management Library} maintainers gmail.com:mvfranz categories {x11 devel} version 1.1.1 revision 0 xorg-libxcb 478 -variants {python25 python26 python31 universal} depends_build {port:pkgconfig port:xorg-libpthread-stubs} portdir x11/xorg-libxcb description {X.org libxcb} homepage http://xcb.freedesktop.org/ depends_run port:python26 epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXau port:xorg-libXdmcp port:xorg-xcb-proto} name xorg-libxcb long_description {The X C Binding {\(XCB\)} library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.4 revision 0 +variants {python25 python26 python31 universal} depends_build {port:pkgconfig port:xorg-libpthread-stubs} portdir x11/xorg-libxcb description {X.org libxcb} homepage http://xcb.freedesktop.org/ depends_run port:python26 epoch 0 platforms {darwin macosx} depends_lib {port:xorg-libXau port:xorg-libXdmcp port:xorg-xcb-proto} name xorg-libxcb long_description {The X C Binding {\(XCB\)} library} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.5 revision 0 xorg-libxkbfile 348 variants universal depends_build port:pkgconfig portdir x11/xorg-libxkbfile description {X.org libxbfile} homepage http://www.x.org epoch 0 platforms {darwin macosx} depends_lib port:xorg-libX11 name xorg-libxkbfile long_description {XKB file handling routines} maintainers {jeremyhu openmaintainer} categories {x11 devel} version 1.0.6 revision 0 xorg-libxkbui 361 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Dec 3 10:07:47 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 3 Dec 2009 10:07:47 -0800 (PST) Subject: [61164] trunk/dports/sysutils Message-ID: <20091203180748.1219B3782254@beta.macosforge.org> Revision: 61164 http://trac.macports.org/changeset/61164 Author: jmr at macports.org Date: 2009-12-03 10:07:47 -0800 (Thu, 03 Dec 2009) Log Message: ----------- New port: etch (#22532) Added Paths: ----------- trunk/dports/sysutils/etch/ trunk/dports/sysutils/etch/Portfile Added: trunk/dports/sysutils/etch/Portfile =================================================================== --- trunk/dports/sysutils/etch/Portfile (rev 0) +++ trunk/dports/sysutils/etch/Portfile 2009-12-03 18:07:47 UTC (rev 61164) @@ -0,0 +1,40 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +name etch +version 3.13 +categories sysutils +maintainers aput.net:jheiss openmaintainer + +description Etch is a system configuration management tool. + +long_description Etch is a tool for managing the configuration of \ + Unix systems. Etch can manage text or binary \ + files, links and directories. The contents of \ + files can be supplied from static files or \ + generated on the fly by scripts or templates. \ + Permissions and ownership as well as any pre or \ + post commands to run when updating the file are \ + configured in simple XML files. + +homepage http://etch.sourceforge.net/ +platforms darwin + +master_sites sourceforge + +checksums md5 bf1711881ab05607c092124c77464a39 \ + sha1 3a2e3e572b3d6f17bedefa45a6ea63efa88173b9 \ + rmd160 976789c545e4670fa9f6c9af4e9ea5a33a6ca975 + +depends_build port:rb-rake +depends_run port:facter + +worksrcdir ${worksrcdir}/client +use_configure no +build {} +destroot.cmd ${prefix}/bin/rake +destroot.target install\[${destroot}\] +destroot.destdir Property changes on: trunk/dports/sysutils/etch/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From scantor at macports.org Thu Dec 3 10:33:55 2009 From: scantor at macports.org (scantor at macports.org) Date: Thu, 3 Dec 2009 10:33:55 -0800 (PST) Subject: [61165] trunk/dports/security/xmltooling/Portfile Message-ID: <20091203183356.99A4A3782A00@beta.macosforge.org> Revision: 61165 http://trac.macports.org/changeset/61165 Author: scantor at macports.org Date: 2009-12-03 10:33:52 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Update to 1.3.3 Modified Paths: -------------- trunk/dports/security/xmltooling/Portfile Modified: trunk/dports/security/xmltooling/Portfile =================================================================== --- trunk/dports/security/xmltooling/Portfile 2009-12-03 18:07:47 UTC (rev 61164) +++ trunk/dports/security/xmltooling/Portfile 2009-12-03 18:33:52 UTC (rev 61165) @@ -4,7 +4,7 @@ PortSystem 1.0 name xmltooling -version 1.3.2 +version 1.3.3 categories security textproc xml shibboleth license Apachev2 maintainers snc scantor @@ -19,7 +19,7 @@ port:log4shib master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/ -checksums sha1 f50f0ff3e2241ab4532d228223dbac54fda7559b +checksums sha1 394aecf4d6a79c10efb904b2fcac7f628cc65069 configure.args --disable-static \ --with-openssl=${prefix} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 10:54:07 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 10:54:07 -0800 (PST) Subject: [61166] trunk/dports Message-ID: <20091203185409.362203782FA0@beta.macosforge.org> Revision: 61166 http://trac.macports.org/changeset/61166 Author: portindex at macports.org Date: 2009-12-03 10:54:07 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6413 Ports successfully parsed: 6413 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 18:33:52 UTC (rev 61165) +++ trunk/dports/PortIndex 2009-12-03 18:54:07 UTC (rev 61166) @@ -10615,7 +10615,7 @@ xmlsec 551 variants universal portdir security/xmlsec description {XML Security Library is a C library based on LibXML2.} homepage http://www.aleksey.com/xmlsec/ epoch 0 platforms darwin name xmlsec depends_lib {port:libxml2 port:libxslt port:openssl port:libiconv port:zlib} long_description {XML Security Library is a C library based on LibXML2. The library supports major XML security standards. XML Signature, XML Encryption, Canonical XML and Exclusive Canonical XML.} maintainers nomaintainer categories {security textproc devel} version 1.2.13 revision 0 xmltooling 393 -variants universal portdir security/xmltooling description {XMLTooling library for C++} homepage http://www.opensaml.org/ epoch 0 platforms darwin name xmltooling depends_lib {port:curl port:xercesc3 port:xml-security-c port:log4shib} long_description {Toolkit for security-aware XML processing} maintainers {snc scantor} categories {security textproc xml shibboleth} version 1.3.2 revision 0 +variants universal portdir security/xmltooling description {XMLTooling library for C++} homepage http://www.opensaml.org/ epoch 0 platforms darwin name xmltooling depends_lib {port:curl port:xercesc3 port:xml-security-c port:log4shib} long_description {Toolkit for security-aware XML processing} maintainers {snc scantor} categories {security textproc xml shibboleth} version 1.3.3 revision 0 ykpers 451 variants universal portdir security/ykpers description {Easily personalize Yubico's USB keys.} homepage http://code.google.com/p/yubikey-personalization/ epoch 0 platforms darwin name ykpers depends_lib port:libyubikey long_description {Yubico's USB keys (called Yubikeys) need to be personalized. This project's purpose is to create a library that makes this an easy task.} maintainers {snc openmaintainer} categories security version 1.1 revision 0 zzuf 636 @@ -10802,6 +10802,8 @@ portdir sysutils/endian description {Report endianness of a system.} homepage http://personalpages.tds.net/~jwbacon/Ports/ epoch 0 platforms darwin name endian maintainers tds.net:jwbacon long_description {Accurately determine the endianness of a system by placing a longword into memory and checking the order of the bytes at that address.} version 1.0 categories sysutils revision 0 erni 337 portdir sysutils/erni description {replacement for su that works on accounts without login shell} homepage http://www.brandxdev.net/erni/index.site epoch 0 platforms darwin name erni maintainers nomaintainer long_description {{replacement for su that works on accounts without login shell}} version 0.50.0 categories sysutils revision 0 +etch 673 +depends_build port:rb-rake portdir sysutils/etch description {Etch is a system configuration management tool.} homepage http://etch.sourceforge.net/ depends_run port:facter epoch 0 platforms darwin name etch maintainers {aput.net:jheiss openmaintainer} long_description {Etch is a tool for managing the configuration of Unix systems. Etch can manage text or binary files, links and directories. The contents of files can be supplied from static files or generated on the fly by scripts or templates. Permissions and ownership as well as any pre or post commands to run when updating the file are configured in simple XML files.} categories sysutils version 3.13 revision 0 facter 632 portdir sysutils/facter description {A cross-platform library for describing OS attributes.} homepage http://reductivelabs.com/products/facter/ epoch 0 platforms darwin name facter depends_lib port:ruby maintainers {explanatorygap.net:nigel openmaintainer} long_description {A cross-platform library for describing OS attributes. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys.} categories sysutils version 1.5.7 revision 0 faubackup 443 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Dec 3 11:45:25 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 3 Dec 2009 11:45:25 -0800 (PST) Subject: [61167] trunk/dports/cross Message-ID: <20091203194526.7962837848E9@beta.macosforge.org> Revision: 61167 http://trac.macports.org/changeset/61167 Author: jmr at macports.org Date: 2009-12-03 11:45:22 -0800 (Thu, 03 Dec 2009) Log Message: ----------- mipsel-linux-binutils, mipsel-linux-gcc34: use build_arch, indicate mtree violation Modified Paths: -------------- trunk/dports/cross/mipsel-linux-binutils/Portfile trunk/dports/cross/mipsel-linux-gcc34/Portfile Modified: trunk/dports/cross/mipsel-linux-binutils/Portfile =================================================================== --- trunk/dports/cross/mipsel-linux-binutils/Portfile 2009-12-03 18:54:07 UTC (rev 61166) +++ trunk/dports/cross/mipsel-linux-binutils/Portfile 2009-12-03 19:45:22 UTC (rev 61167) @@ -35,17 +35,19 @@ --enable-multilib \ --with-float=soft -platform darwin powerpc { - configure.args-append --host=powerpc-apple-darwin \ - --build=powerpc-apple-darwin +if {${os.platform} == "darwin"} { + if {$build_arch == "i386"} { + configure.args-append --build=i686-apple-darwin${os.major} \ + --host=i686-apple-darwin${os.major} + } else { + configure.args-append --build=${build_arch}-apple-darwin${os.major} \ + --host=${build_arch}-apple-darwin${os.major} + } } -platform darwin x86 { - configure.args-append --host=i686-apple-darwin \ - --build=i686-apple-darwin -} +destroot.violate_mtree yes + post-destroot { file delete -force ${destroot}${cprefix}/lib/libiberty.a \ ${destroot}${cprefix}/info ${destroot}${cprefix}/man } - Modified: trunk/dports/cross/mipsel-linux-gcc34/Portfile =================================================================== --- trunk/dports/cross/mipsel-linux-gcc34/Portfile 2009-12-03 18:54:07 UTC (rev 61166) +++ trunk/dports/cross/mipsel-linux-gcc34/Portfile 2009-12-03 19:45:22 UTC (rev 61167) @@ -51,9 +51,20 @@ --enable-multilib \ --with-float=soft +if {${os.platform} == "darwin"} { + if {$build_arch == "i386"} { + configure.args-append --build=i686-apple-darwin${os.major} \ + --host=i686-apple-darwin${os.major} + } else { + configure.args-append --build=${build_arch}-apple-darwin${os.major} \ + --host=${build_arch}-apple-darwin${os.major} + } +} + build.env ${configure.env} destroot.env ${configure.env} +destroot.violate_mtree yes post-destroot { file delete -force ${destroot}${cprefix}/info ${destroot}${cprefix}/man foreach b {gcc cpp} { @@ -61,13 +72,3 @@ ln -sf ../cross/${target}/bin/mipsel-linux-uclibc-${b}" } } - -platform darwin powerpc { - configure.args-append --host=powerpc-apple-darwin \ - --build=powerpc-apple-darwin -} -platform darwin x86 { - configure.args-append --host=i686-apple-darwin \ - --build=i686-apple-darwin -} - -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 11:54:18 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 11:54:18 -0800 (PST) Subject: [61168] trunk/dports Message-ID: <20091203195420.25C813784DD7@beta.macosforge.org> Revision: 61168 http://trac.macports.org/changeset/61168 Author: portindex at macports.org Date: 2009-12-03 11:54:18 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6413 Ports successfully parsed: 6413 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 19:45:22 UTC (rev 61167) +++ trunk/dports/PortIndex 2009-12-03 19:54:18 UTC (rev 61168) @@ -672,10 +672,10 @@ variants universal portdir cross/mips-rtems-binutils description {FSF Binutils for mips-rtems cross development} homepage http://www.gnu.org/software/binutils/binutils.html epoch 0 platforms darwin name mips-rtems-binutils depends_lib port:gettext maintainers nomaintainer long_description {Free Software Foundation development toolchain (\"binutils\") for mips-rtems cross development (MIPS ISA Levels 1 and above for 32 and 64 bit CPU models)} categories {cross devel} version 2.18 revision 0 mips-rtems-gcc 680 variants universal depends_build bin:msgfmt:gettext portdir cross/mips-rtems-gcc description {gcc cross-compilers for mips-rtems, with newlib runtime library.} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name mips-rtems-gcc depends_lib {bin:mips-rtems-ar:mips-rtems-binutils bin:mips-rtems-as:mips-rtems-binutils bin:mips-rtems-ld:mips-rtems-binutils bin:mips-rtems-nm:mips-rtems-binutils bin:mips-rtems-ranlib:mips-rtems-binutils} maintainers nomaintainer long_description {gnu compilers collection (c, c++, fortran and objc) for mips-rtems cross development (MIPS ISA Levels 1 and above for 32 and 64 bit CPU models)} categories {cross devel} version 4.2.3 revision 0 -mipsel-linux-binutils 389 -variants {darwin_powerpc darwin_x86 universal} portdir cross/mipsel-linux-binutils description {FSF Binutils for mipsel-linux cross development} homepage http://mipsel-linux-binutils.sourceforge.net/ epoch 0 platforms darwin name mipsel-linux-binutils long_description {{FSF Binutils for mipsel-linux cross development}} maintainers nomaintainer categories cross version 2.16.1 revision 2 -mipsel-linux-gcc34 423 -variants {darwin_powerpc darwin_x86 universal} portdir cross/mipsel-linux-gcc34 description {gcc cross compiler for mips-linux with uClib} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name mipsel-linux-gcc34 depends_lib {port:mipsel-linux-binutils port:mipsel-linux-uclib-headers} long_description {{gcc cross compiler for mips-linux with uClib}} maintainers nomaintainer categories cross version 3.4.6 revision 1 +mipsel-linux-binutils 361 +variants universal portdir cross/mipsel-linux-binutils description {FSF Binutils for mipsel-linux cross development} homepage http://mipsel-linux-binutils.sourceforge.net/ epoch 0 platforms darwin name mipsel-linux-binutils long_description {{FSF Binutils for mipsel-linux cross development}} maintainers nomaintainer categories cross version 2.16.1 revision 2 +mipsel-linux-gcc34 395 +variants universal portdir cross/mipsel-linux-gcc34 description {gcc cross compiler for mips-linux with uClib} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name mipsel-linux-gcc34 depends_lib {port:mipsel-linux-binutils port:mipsel-linux-uclib-headers} long_description {{gcc cross compiler for mips-linux with uClib}} maintainers nomaintainer categories cross version 3.4.6 revision 1 mipsel-linux-kernel-headers 343 portdir cross/mipsel-linux-kernel-headers description {Linux kernel headers for mips-linux cross development} homepage http://www.kernel.org/ epoch 0 platforms darwin name mipsel-linux-kernel-headers maintainers nomaintainer long_description {{Linux kernel headers for mips-linux cross development}} version 2.4.30 categories cross revision 0 mipsel-linux-uclib 409 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Dec 3 12:08:11 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 3 Dec 2009 12:08:11 -0800 (PST) Subject: [61169] trunk/dports/audio/mpeg4ip Message-ID: <20091203200814.836203785144@beta.macosforge.org> Revision: 61169 http://trac.macports.org/changeset/61169 Author: jmr at macports.org Date: 2009-12-03 12:08:08 -0800 (Thu, 03 Dec 2009) Log Message: ----------- mpeg4ip: restore port and update for 10.6 (#22626) Modified Paths: -------------- trunk/dports/audio/mpeg4ip/Portfile Added Paths: ----------- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-globals_hpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-vlc_hpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_decoder_vopsedec_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_bfshape_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_enhcbuf_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-tools_entropy_bitstrm_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_basic_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_svd_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_typeapi_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvac_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvai_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_computePSNR_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_read_image_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_seg_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_vtcdec_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_vtcenc_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_wavelet_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_write_image_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_shape_BinArCodec_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_shape_ShapeDecoding_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_shape_ShapeEncoding_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_wavelet_download_filter_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ac_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_bitpack_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ztscanUtil_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ztscan_dec_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ztscan_enc_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_QMInit_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_QMUtils_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_decQM_cpp.diff trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_encQM_cpp.diff Modified: trunk/dports/audio/mpeg4ip/Portfile =================================================================== --- trunk/dports/audio/mpeg4ip/Portfile 2009-12-03 19:54:18 UTC (rev 61168) +++ trunk/dports/audio/mpeg4ip/Portfile 2009-12-03 20:08:08 UTC (rev 61169) @@ -5,21 +5,99 @@ name mpeg4ip version 1.5.0.1 -revision 2 -categories audio +revision 3 +categories multimedia platforms darwin -maintainers nomaintainer +maintainers orthogonalspace.ca:reid homepage http://mpeg4ip.sf.net/ -description stub package. now installed with the mp4v2 port. +description Mpeg4 library and tools from mpeg4ip -long_description ${description} +long_description \ + The MPEG4IP project provides a standards-based system for encoding, \ + streaming, and playing encoded audio, video and text. -distfiles +master_sites sourceforge -build {} -destroot { - xinstall -d ${destroot}${prefix}/share/doc/${name} - system "echo ${description} > ${destroot}${prefix}/share/doc/${name}/README.txt" +checksums md5 f53b06c62e914ab724bda9d9af041e08 \ + sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \ + rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a + +depends_build port:libtool \ + port:automake \ + port:autoconf + +depends_lib port:libsdl + +depends_run lib:libmp4v2:libmp4v2 + +patchfiles patch-bootstrap.diff \ + patch-common-video-iso-mpeg4-include-globals_hpp.diff \ + patch-common-video-iso-mpeg4-include-vlc_hpp.diff \ + patch-common-video-iso-mpeg4-src-sys_decoder_vopsedec_cpp.diff \ + patch-common-video-iso-mpeg4-src-sys_tps_bfshape_cpp.diff \ + patch-common-video-iso-mpeg4-src-sys_tps_enhcbuf_cpp.diff \ + patch-common-video-iso-mpeg4-src-tools_entropy_bitstrm_cpp.diff \ + patch-common-video-iso-mpeg4-src-type_basic_cpp.diff \ + patch-common-video-iso-mpeg4-src-type_svd_cpp.diff \ + patch-common-video-iso-mpeg4-src-type_typeapi_cpp.diff \ + patch-common-video-iso-mpeg4-src-type_yuvac_cpp.diff \ + patch-common-video-iso-mpeg4-src-type_yuvai_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_computePSNR_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_read_image_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_seg_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_vtcdec_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_vtcenc_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_wavelet_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_main_write_image_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_shape_BinArCodec_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_shape_ShapeDecoding_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_shape_ShapeEncoding_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_wavelet_download_filter_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_zte_ac_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_zte_bitpack_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_zte_ztscanUtil_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_zte_ztscan_dec_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_zte_ztscan_enc_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_ztq_QMInit_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_ztq_QMUtils_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_ztq_decQM_cpp.diff \ + patch-common-video-iso-mpeg4-src-vtc_ztq_encQM_cpp.diff \ + +configure.cmd ./bootstrap \ + --disable-player \ + --mandir=${prefix}/share/man + +post-configure { + if {[variant_isset universal]} { + reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool + } } -use_configure no -livecheck.type none + +# +# delete files from destroot that conflict with port libmp4v2 +# + +post-destroot { + file delete -force \ + ${destroot}${prefix}/bin/mp4art \ + ${destroot}${prefix}/bin/mp4dump \ + ${destroot}${prefix}/bin/mp4extract \ + ${destroot}${prefix}/bin/mp4info \ + ${destroot}${prefix}/bin/mp4tags \ + ${destroot}${prefix}/bin/mp4trackdump \ + ${destroot}${prefix}/include/mp4.h \ + ${destroot}${prefix}/lib/libmp4v2.a \ + ${destroot}${prefix}/lib/libmp4v2.dylib \ + ${destroot}${prefix}/lib/libmp4v2.la \ + ${destroot}${prefix}/share/man/manm/api.mpt \ + ${destroot}${prefix}/share/man/man3 + file mkdir ${destroot}${prefix}/share/man/man3 +} + +build.target + +# +# disable livecheck as this code is no longer under development / being maintained. +# + +livecheck.check none Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-globals_hpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-globals_hpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-globals_hpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,51 @@ +--- common/video/iso-mpeg4/include/globals.hpp.orig 2005-05-04 13:55:58.000000000 -0600 ++++ common/video/iso-mpeg4/include/globals.hpp 2009-11-19 04:57:22.000000000 -0700 +@@ -82,24 +82,24 @@ + /* for displaying state information */ + EXTERN Char *mapStateToText[] + #ifdef DEFINE_GLOBALS +- = {"S_DC", "S_INIT", "S_ZTR", "S_ZTR_D", "S_IZ", "S_VZTR", "S_VAL", "S_LINIT", +- "S_LZTR", "S_LZTR_D", "S_LVZTR"} ++ = {(char*)"S_DC", (char*)"S_INIT", (char*)"S_ZTR", (char*)"S_ZTR_D", (char*)"S_IZ", (char*)"S_VZTR", (char*)"S_VAL", (char*)"S_LINIT", ++ (char*)"S_LZTR", (char*)"S_LZTR_D", (char*)"S_LVZTR"} + #endif + ; + + /* for displaying Type information */ + EXTERN Char *mapTypeToText[] + #ifdef DEFINE_GLOBALS +- = {"IZ", "VAL", "ZTR", "VZTR", "ZTR_D", "VLEAF", "ZLEAF", +- "UNTYPED"} ++ = {(char*)"IZ", (char*)"VAL", (char*)"ZTR", (char*)"VZTR", (char*)"ZTR_D", (char*)"VLEAF", (char*)"ZLEAF", ++ (char*)"UNTYPED"} + #endif + ; + + /* for displaying arithmetic probability model information */ + EXTERN Char *mapArithModelToText[] + #ifdef DEFINE_GLOBALS +-= {"ACM_NONE", "ACM_SKIP", "ACM_ROOT", "ACM_VALZ", "ACM_VALNZ", "ACM_RESID", +- "ACM_DC"} ++= {(char*)"ACM_NONE", (char*)"ACM_SKIP", (char*)"ACM_ROOT", (char*)"ACM_VALZ", (char*)"ACM_VALNZ", (char*)"ACM_RESID", ++ (char*)"ACM_DC"} + #endif + ; + +@@ -115,7 +115,7 @@ + the encoding phase is written. */ + EXTERN Char *mapFileEnc + #ifdef DEFINE_GLOBALS +-="mapEnc" ++=(char*)"mapEnc" + #endif + ; + +@@ -123,7 +123,7 @@ + the decoding phase is written. */ + EXTERN Char *mapFileDec + #ifdef DEFINE_GLOBALS +-="mapDec" ++=(char*)"mapDec" + #endif + ; + Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-vlc_hpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-vlc_hpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-include-vlc_hpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,621 @@ +--- common/video/iso-mpeg4/include/vlc.hpp.orig 2005-05-04 13:55:58.000000000 -0600 ++++ common/video/iso-mpeg4/include/vlc.hpp 2009-11-19 00:44:04.000000000 -0700 +@@ -42,368 +42,368 @@ + + + static VlcTable g_rgVlcDCT[] = { +-{0,"10"}, {1,"1111"}, {2,"010101"}, {3,"0010111"}, {4,"00011111"}, +-{5,"000100101"}, {6,"000100100"}, {7,"0000100001"}, {8,"0000100000"}, +-{9,"00000000111"}, {10,"00000000110"}, {11,"00000100000"}, {12,"110"}, +-{13,"010100"}, {14,"00011110"}, {15,"0000001111"}, {16,"00000100001"}, +-{17,"000001010000"}, {18,"1110"}, {19,"00011101"}, {20,"0000001110"}, +-{21,"000001010001"}, {22,"01101"}, {23,"000100011"}, +-{24,"0000001101"}, {25,"01100"}, {26,"000100010"}, +-{27,"000001010010"}, {28,"01011"}, {29,"0000001100"}, +-{30,"000001010011"}, {31,"010011"}, {32,"0000001011"}, +-{33,"000001010100"}, {34,"010010"}, {35,"0000001010"}, {36,"010001"}, +-{37,"0000001001"}, {38,"010000"}, {39,"0000001000"}, {40,"0010110"}, +-{41,"000001010101"}, {42,"0010101"}, {43,"0010100"}, {44,"00011100"}, +-{45,"00011011"}, {46,"000100001"}, {47,"000100000"}, {48,"000011111"}, +-{49,"000011110"}, {50,"000011101"}, {51,"000011100"}, +-{52,"000011011"}, {53,"000011010"}, {54,"00000100010"}, +-{55,"00000100011"}, {56,"000001010110"}, {57,"000001010111"}, +-{58,"0111"}, {59,"000011001"}, {60,"00000000101"}, {61,"001111"}, +-{62,"00000000100"}, {63,"001110"}, {64,"001101"}, {65,"001100"}, +-{66,"0010011"}, {67,"0010010"}, {68,"0010001"}, {69,"0010000"}, +-{70,"00011010"}, {71,"00011001"}, {72,"00011000"}, {73,"00010111"}, +-{74,"00010110"}, {75,"00010101"}, {76,"00010100"}, {77,"00010011"}, +-{78,"000011000"}, {79,"000010111"}, {80,"000010110"}, +-{81,"000010101"}, {82,"000010100"}, {83,"000010011"}, +-{84,"000010010"}, {85,"000010001"}, {86,"0000000111"}, +-{87,"0000000110"}, {88,"0000000101"}, {89,"0000000100"}, +-{90,"00000100100"}, {91,"00000100101"}, {92,"00000100110"}, +-{93,"00000100111"}, {94,"000001011000"}, {95,"000001011001"}, +-{96,"000001011010"}, {97,"000001011011"}, {98,"000001011100"}, +-{99,"000001011101"}, {100,"000001011110"}, {101,"000001011111"}, +-{102,"0000011"}, ++{0,(char*)"10"}, {1,(char*)"1111"}, {2,(char*)"010101"}, {3,(char*)"0010111"}, {4,(char*)"00011111"}, ++{5,(char*)"000100101"}, {6,(char*)"000100100"}, {7,(char*)"0000100001"}, {8,(char*)"0000100000"}, ++{9,(char*)"00000000111"}, {10,(char*)"00000000110"}, {11,(char*)"00000100000"}, {12,(char*)"110"}, ++{13,(char*)"010100"}, {14,(char*)"00011110"}, {15,(char*)"0000001111"}, {16,(char*)"00000100001"}, ++{17,(char*)"000001010000"}, {18,(char*)"1110"}, {19,(char*)"00011101"}, {20,(char*)"0000001110"}, ++{21,(char*)"000001010001"}, {22,(char*)"01101"}, {23,(char*)"000100011"}, ++{24,(char*)"0000001101"}, {25,(char*)"01100"}, {26,(char*)"000100010"}, ++{27,(char*)"000001010010"}, {28,(char*)"01011"}, {29,(char*)"0000001100"}, ++{30,(char*)"000001010011"}, {31,(char*)"010011"}, {32,(char*)"0000001011"}, ++{33,(char*)"000001010100"}, {34,(char*)"010010"}, {35,(char*)"0000001010"}, {36,(char*)"010001"}, ++{37,(char*)"0000001001"}, {38,(char*)"010000"}, {39,(char*)"0000001000"}, {40,(char*)"0010110"}, ++{41,(char*)"000001010101"}, {42,(char*)"0010101"}, {43,(char*)"0010100"}, {44,(char*)"00011100"}, ++{45,(char*)"00011011"}, {46,(char*)"000100001"}, {47,(char*)"000100000"}, {48,(char*)"000011111"}, ++{49,(char*)"000011110"}, {50,(char*)"000011101"}, {51,(char*)"000011100"}, ++{52,(char*)"000011011"}, {53,(char*)"000011010"}, {54,(char*)"00000100010"}, ++{55,(char*)"00000100011"}, {56,(char*)"000001010110"}, {57,(char*)"000001010111"}, ++{58,(char*)"0111"}, {59,(char*)"000011001"}, {60,(char*)"00000000101"}, {61,(char*)"001111"}, ++{62,(char*)"00000000100"}, {63,(char*)"001110"}, {64,(char*)"001101"}, {65,(char*)"001100"}, ++{66,(char*)"0010011"}, {67,(char*)"0010010"}, {68,(char*)"0010001"}, {69,(char*)"0010000"}, ++{70,(char*)"00011010"}, {71,(char*)"00011001"}, {72,(char*)"00011000"}, {73,(char*)"00010111"}, ++{74,(char*)"00010110"}, {75,(char*)"00010101"}, {76,(char*)"00010100"}, {77,(char*)"00010011"}, ++{78,(char*)"000011000"}, {79,(char*)"000010111"}, {80,(char*)"000010110"}, ++{81,(char*)"000010101"}, {82,(char*)"000010100"}, {83,(char*)"000010011"}, ++{84,(char*)"000010010"}, {85,(char*)"000010001"}, {86,(char*)"0000000111"}, ++{87,(char*)"0000000110"}, {88,(char*)"0000000101"}, {89,(char*)"0000000100"}, ++{90,(char*)"00000100100"}, {91,(char*)"00000100101"}, {92,(char*)"00000100110"}, ++{93,(char*)"00000100111"}, {94,(char*)"000001011000"}, {95,(char*)"000001011001"}, ++{96,(char*)"000001011010"}, {97,(char*)"000001011011"}, {98,(char*)"000001011100"}, ++{99,(char*)"000001011101"}, {100,(char*)"000001011110"}, {101,(char*)"000001011111"}, ++{102,(char*)"0000011"}, + {103,NULL} + }; + + static VlcTable g_rgVlcDCTIntra[] = { +-{0,"10"}, {1,"1111"}, {2,"010101"}, {3,"0010111"}, {4,"00011111"}, +-{5,"000100101"}, {6,"000100100"}, {7,"0000100001"}, {8,"0000100000"}, +-{9,"00000000111"}, {10,"00000000110"}, {11,"00000100000"}, {12,"110"}, +-{13,"010100"}, {14,"00011110"}, {15,"0000001111"}, {16,"00000100001"}, +-{17,"000001010000"}, {18,"1110"}, {19,"00011101"}, {20,"0000001110"}, +-{21,"000001010001"}, {22,"01101"}, {23,"000100011"}, +-{24,"0000001101"}, {25,"01100"}, {26,"000100010"}, +-{27,"000001010010"}, {28,"01011"}, {29,"0000001100"}, +-{30,"000001010011"}, {31,"010011"}, {32,"0000001011"}, +-{33,"000001010100"}, {34,"010010"}, {35,"0000001010"}, {36,"010001"}, +-{37,"0000001001"}, {38,"010000"}, {39,"0000001000"}, {40,"0010110"}, +-{41,"000001010101"}, {42,"0010101"}, {43,"0010100"}, {44,"00011100"}, +-{45,"00011011"}, {46,"000100001"}, {47,"000100000"}, {48,"000011111"}, +-{49,"000011110"}, {50,"000011101"}, {51,"000011100"}, +-{52,"000011011"}, {53,"000011010"}, {54,"00000100010"}, +-{55,"00000100011"}, {56,"000001010110"}, {57,"000001010111"}, +-{58,"0111"}, {59,"000011001"}, {60,"00000000101"}, {61,"001111"}, +-{62,"00000000100"}, {63,"001110"}, {64,"001101"}, {65,"001100"}, +-{66,"0010011"}, {67,"0010010"}, {68,"0010001"}, {69,"0010000"}, +-{70,"00011010"}, {71,"00011001"}, {72,"00011000"}, {73,"00010111"}, +-{74,"00010110"}, {75,"00010101"}, {76,"00010100"}, {77,"00010011"}, +-{78,"000011000"}, {79,"000010111"}, {80,"000010110"}, +-{81,"000010101"}, {82,"000010100"}, {83,"000010011"}, +-{84,"000010010"}, {85,"000010001"}, {86,"0000000111"}, +-{87,"0000000110"}, {88,"0000000101"}, {89,"0000000100"}, +-{90,"00000100100"}, {91,"00000100101"}, {92,"00000100110"}, +-{93,"00000100111"}, {94,"000001011000"}, {95,"000001011001"}, +-{96,"000001011010"}, {97,"000001011011"}, {98,"000001011100"}, +-{99,"000001011101"}, {100,"000001011110"}, {101,"000001011111"}, +-{102,"0000011"}, ++{0,(char*)"10"}, {1,(char*)"1111"}, {2,(char*)"010101"}, {3,(char*)"0010111"}, {4,(char*)"00011111"}, ++{5,(char*)"000100101"}, {6,(char*)"000100100"}, {7,(char*)"0000100001"}, {8,(char*)"0000100000"}, ++{9,(char*)"00000000111"}, {10,(char*)"00000000110"}, {11,(char*)"00000100000"}, {12,(char*)"110"}, ++{13,(char*)"010100"}, {14,(char*)"00011110"}, {15,(char*)"0000001111"}, {16,(char*)"00000100001"}, ++{17,(char*)"000001010000"}, {18,(char*)"1110"}, {19,(char*)"00011101"}, {20,(char*)"0000001110"}, ++{21,(char*)"000001010001"}, {22,(char*)"01101"}, {23,(char*)"000100011"}, ++{24,(char*)"0000001101"}, {25,(char*)"01100"}, {26,(char*)"000100010"}, ++{27,(char*)"000001010010"}, {28,(char*)"01011"}, {29,(char*)"0000001100"}, ++{30,(char*)"000001010011"}, {31,(char*)"010011"}, {32,(char*)"0000001011"}, ++{33,(char*)"000001010100"}, {34,(char*)"010010"}, {35,(char*)"0000001010"}, {36,(char*)"010001"}, ++{37,(char*)"0000001001"}, {38,(char*)"010000"}, {39,(char*)"0000001000"}, {40,(char*)"0010110"}, ++{41,(char*)"000001010101"}, {42,(char*)"0010101"}, {43,(char*)"0010100"}, {44,(char*)"00011100"}, ++{45,(char*)"00011011"}, {46,(char*)"000100001"}, {47,(char*)"000100000"}, {48,(char*)"000011111"}, ++{49,(char*)"000011110"}, {50,(char*)"000011101"}, {51,(char*)"000011100"}, ++{52,(char*)"000011011"}, {53,(char*)"000011010"}, {54,(char*)"00000100010"}, ++{55,(char*)"00000100011"}, {56,(char*)"000001010110"}, {57,(char*)"000001010111"}, ++{58,(char*)"0111"}, {59,(char*)"000011001"}, {60,(char*)"00000000101"}, {61,(char*)"001111"}, ++{62,(char*)"00000000100"}, {63,(char*)"001110"}, {64,(char*)"001101"}, {65,(char*)"001100"}, ++{66,(char*)"0010011"}, {67,(char*)"0010010"}, {68,(char*)"0010001"}, {69,(char*)"0010000"}, ++{70,(char*)"00011010"}, {71,(char*)"00011001"}, {72,(char*)"00011000"}, {73,(char*)"00010111"}, ++{74,(char*)"00010110"}, {75,(char*)"00010101"}, {76,(char*)"00010100"}, {77,(char*)"00010011"}, ++{78,(char*)"000011000"}, {79,(char*)"000010111"}, {80,(char*)"000010110"}, ++{81,(char*)"000010101"}, {82,(char*)"000010100"}, {83,(char*)"000010011"}, ++{84,(char*)"000010010"}, {85,(char*)"000010001"}, {86,(char*)"0000000111"}, ++{87,(char*)"0000000110"}, {88,(char*)"0000000101"}, {89,(char*)"0000000100"}, ++{90,(char*)"00000100100"}, {91,(char*)"00000100101"}, {92,(char*)"00000100110"}, ++{93,(char*)"00000100111"}, {94,(char*)"000001011000"}, {95,(char*)"000001011001"}, ++{96,(char*)"000001011010"}, {97,(char*)"000001011011"}, {98,(char*)"000001011100"}, ++{99,(char*)"000001011101"}, {100,(char*)"000001011110"}, {101,(char*)"000001011111"}, ++{102,(char*)"0000011"}, + {103,NULL} + }; + + static VlcTable g_rgVlcDCTRVLC[] = { +-{0,"110"}, {1,"0001"}, {2,"00100"}, {3,"0011100"}, {4,"00111100"}, +-{5,"00111101"}, {6,"001111100"}, {7,"0011111100"}, {8,"0011111101"}, +-{9,"00111111100"}, {10,"00111111101"}, {11,"001111111100"}, +-{12,"0011111111100"}, {13,"0011111111101"}, {14,"0101111111100"}, +-{15,"0101111111101"}, {16,"00111111111100"}, {17,"00111111111101"}, +-{18,"001111111111100"}, {19,"111"}, {20,"001100"}, {21,"01011100"}, +-{22,"001111101"}, {23,"0101111100"}, {24,"01011111100"}, +-{25,"001111111101"}, {26,"0110111111100"}, {27,"01011111111100"}, +-{28,"01011111111101"}, {29,"1010"}, {30,"0011101"}, {31,"010111100"}, +-{32,"01011111101"}, {33,"010111111100"}, {34,"01101111111100"}, +-{35,"01101111111101"}, {36,"00101"}, {37,"01011101"}, +-{38,"0101111101"}, {39,"010111111101"}, {40,"0110111111101"}, +-{41,"01110111111100"}, {42,"001111111111101"}, {43,"01000"}, +-{44,"01101100"}, {45,"01101111100"}, {46,"0111011111100"}, +-{47,"010111111111100"}, {48,"01001"}, {49,"010111101"}, +-{50,"01101111101"}, {51,"0111011111101"}, {52,"001101"}, +-{53,"0110111100"}, {54,"011011111100"}, {55,"01110111111101"}, +-{56,"010100"}, {57,"0110111101"}, {58,"011011111101"}, +-{59,"010111111111101"}, {60,"010101"}, {61,"0111011100"}, +-{62,"0111101111100"}, {63,"0101100"}, {64,"0111011101"}, +-{65,"01111011111100"}, {66,"0101101"}, {67,"01110111100"}, +-{68,"0110100"}, {69,"011101111100"}, {70,"01101101"}, +-{71,"0111101111101"}, {72,"01110100"}, {73,"01111011111101"}, +-{74,"01110101"}, {75,"01111101111100"}, {76,"011011100"}, +-{77,"01111101111101"}, {78,"011011101"}, {79,"01111110111100"}, +-{80,"011101100"}, {81,"011011111111100"}, {82,"0111101100"}, +-{83,"0111101101"}, {84,"0111110100"}, {85,"01110111101"}, +-{86,"01111011100"}, {87,"01111011101"}, {88,"01111101100"}, +-{89,"01111101101"}, {90,"01111110100"}, {91,"011101111101"}, +-{92,"011110111100"}, {93,"011110111101"}, {94,"0111110111100"}, +-{95,"0111110111101"}, {96,"0111111011100"}, {97,"0111111011101"}, +-{98,"01111110111101"}, {99,"01111111011100"}, {100,"01111111011101"}, +-{101,"011011111111101"}, {102,"011101111111100"}, {103,"1011"}, +-{104,"01111000"}, {105,"01111110101"}, {106,"0111111101100"}, +-{107,"01111111101100"}, {108,"10010"}, {109,"011101101"}, +-{110,"011111011100"}, {111,"01111111101101"}, {112,"011101111111101"}, +-{113,"10011"}, {114,"01111111000"}, {115,"011110111111100"}, +-{116,"011000"}, {117,"011111011101"}, {118,"011001"}, +-{119,"011111101100"}, {120,"100010"}, {121,"0111111101101"}, +-{122,"100011"}, {123,"0111111110100"}, {124,"0110101"}, +-{125,"0111111110101"}, {126,"0111000"}, {127,"0111111111000"}, +-{128,"0111001"}, {129,"0111111111001"}, {130,"1000010"}, +-{131,"01111111110100"}, {132,"1000011"}, {133,"01111111110101"}, +-{134,"01111001"}, {135,"01111111111000"}, {136,"10000010"}, +-{137,"011110111111101"}, {138,"10000011"}, {139,"011110100"}, +-{140,"011110101"}, {141,"011111000"}, {142,"011111001"}, +-{143,"100000010"}, {144,"100000011"}, {145,"0111110101"}, +-{146,"0111111000"}, {147,"0111111001"}, {148,"1000000010"}, +-{149,"1000000011"}, {150,"01111111001"}, {151,"10000000010"}, +-{152,"10000000011"}, {153,"011111101101"}, {154,"011111110100"}, +-{155,"011111110101"}, {156,"011111111000"}, {157,"011111111001"}, +-{158,"100000000010"}, {159,"100000000011"}, {160,"1000000000010"}, +-{161,"1000000000011"}, {162,"01111111111001"}, {163,"10000000000010"}, +-{164,"10000000000011"}, {165,"011111011111100"}, +-{166,"011111011111101"}, {167,"011111101111100"}, +-{168,"011111101111101"}, {169,"0000"}, ++{0,(char*)"110"}, {1,(char*)"0001"}, {2,(char*)"00100"}, {3,(char*)"0011100"}, {4,(char*)"00111100"}, ++{5,(char*)"00111101"}, {6,(char*)"001111100"}, {7,(char*)"0011111100"}, {8,(char*)"0011111101"}, ++{9,(char*)"00111111100"}, {10,(char*)"00111111101"}, {11,(char*)"001111111100"}, ++{12,(char*)"0011111111100"}, {13,(char*)"0011111111101"}, {14,(char*)"0101111111100"}, ++{15,(char*)"0101111111101"}, {16,(char*)"00111111111100"}, {17,(char*)"00111111111101"}, ++{18,(char*)"001111111111100"}, {19,(char*)"111"}, {20,(char*)"001100"}, {21,(char*)"01011100"}, ++{22,(char*)"001111101"}, {23,(char*)"0101111100"}, {24,(char*)"01011111100"}, ++{25,(char*)"001111111101"}, {26,(char*)"0110111111100"}, {27,(char*)"01011111111100"}, ++{28,(char*)"01011111111101"}, {29,(char*)"1010"}, {30,(char*)"0011101"}, {31,(char*)"010111100"}, ++{32,(char*)"01011111101"}, {33,(char*)"010111111100"}, {34,(char*)"01101111111100"}, ++{35,(char*)"01101111111101"}, {36,(char*)"00101"}, {37,(char*)"01011101"}, ++{38,(char*)"0101111101"}, {39,(char*)"010111111101"}, {40,(char*)"0110111111101"}, ++{41,(char*)"01110111111100"}, {42,(char*)"001111111111101"}, {43,(char*)"01000"}, ++{44,(char*)"01101100"}, {45,(char*)"01101111100"}, {46,(char*)"0111011111100"}, ++{47,(char*)"010111111111100"}, {48,(char*)"01001"}, {49,(char*)"010111101"}, ++{50,(char*)"01101111101"}, {51,(char*)"0111011111101"}, {52,(char*)"001101"}, ++{53,(char*)"0110111100"}, {54,(char*)"011011111100"}, {55,(char*)"01110111111101"}, ++{56,(char*)"010100"}, {57,(char*)"0110111101"}, {58,(char*)"011011111101"}, ++{59,(char*)"010111111111101"}, {60,(char*)"010101"}, {61,(char*)"0111011100"}, ++{62,(char*)"0111101111100"}, {63,(char*)"0101100"}, {64,(char*)"0111011101"}, ++{65,(char*)"01111011111100"}, {66,(char*)"0101101"}, {67,(char*)"01110111100"}, ++{68,(char*)"0110100"}, {69,(char*)"011101111100"}, {70,(char*)"01101101"}, ++{71,(char*)"0111101111101"}, {72,(char*)"01110100"}, {73,(char*)"01111011111101"}, ++{74,(char*)"01110101"}, {75,(char*)"01111101111100"}, {76,(char*)"011011100"}, ++{77,(char*)"01111101111101"}, {78,(char*)"011011101"}, {79,(char*)"01111110111100"}, ++{80,(char*)"011101100"}, {81,(char*)"011011111111100"}, {82,(char*)"0111101100"}, ++{83,(char*)"0111101101"}, {84,(char*)"0111110100"}, {85,(char*)"01110111101"}, ++{86,(char*)"01111011100"}, {87,(char*)"01111011101"}, {88,(char*)"01111101100"}, ++{89,(char*)"01111101101"}, {90,(char*)"01111110100"}, {91,(char*)"011101111101"}, ++{92,(char*)"011110111100"}, {93,(char*)"011110111101"}, {94,(char*)"0111110111100"}, ++{95,(char*)"0111110111101"}, {96,(char*)"0111111011100"}, {97,(char*)"0111111011101"}, ++{98,(char*)"01111110111101"}, {99,(char*)"01111111011100"}, {100,(char*)"01111111011101"}, ++{101,(char*)"011011111111101"}, {102,(char*)"011101111111100"}, {103,(char*)"1011"}, ++{104,(char*)"01111000"}, {105,(char*)"01111110101"}, {106,(char*)"0111111101100"}, ++{107,(char*)"01111111101100"}, {108,(char*)"10010"}, {109,(char*)"011101101"}, ++{110,(char*)"011111011100"}, {111,(char*)"01111111101101"}, {112,(char*)"011101111111101"}, ++{113,(char*)"10011"}, {114,(char*)"01111111000"}, {115,(char*)"011110111111100"}, ++{116,(char*)"011000"}, {117,(char*)"011111011101"}, {118,(char*)"011001"}, ++{119,(char*)"011111101100"}, {120,(char*)"100010"}, {121,(char*)"0111111101101"}, ++{122,(char*)"100011"}, {123,(char*)"0111111110100"}, {124,(char*)"0110101"}, ++{125,(char*)"0111111110101"}, {126,(char*)"0111000"}, {127,(char*)"0111111111000"}, ++{128,(char*)"0111001"}, {129,(char*)"0111111111001"}, {130,(char*)"1000010"}, ++{131,(char*)"01111111110100"}, {132,(char*)"1000011"}, {133,(char*)"01111111110101"}, ++{134,(char*)"01111001"}, {135,(char*)"01111111111000"}, {136,(char*)"10000010"}, ++{137,(char*)"011110111111101"}, {138,(char*)"10000011"}, {139,(char*)"011110100"}, ++{140,(char*)"011110101"}, {141,(char*)"011111000"}, {142,(char*)"011111001"}, ++{143,(char*)"100000010"}, {144,(char*)"100000011"}, {145,(char*)"0111110101"}, ++{146,(char*)"0111111000"}, {147,(char*)"0111111001"}, {148,(char*)"1000000010"}, ++{149,(char*)"1000000011"}, {150,(char*)"01111111001"}, {151,(char*)"10000000010"}, ++{152,(char*)"10000000011"}, {153,(char*)"011111101101"}, {154,(char*)"011111110100"}, ++{155,(char*)"011111110101"}, {156,(char*)"011111111000"}, {157,(char*)"011111111001"}, ++{158,(char*)"100000000010"}, {159,(char*)"100000000011"}, {160,(char*)"1000000000010"}, ++{161,(char*)"1000000000011"}, {162,(char*)"01111111111001"}, {163,(char*)"10000000000010"}, ++{164,(char*)"10000000000011"}, {165,(char*)"011111011111100"}, ++{166,(char*)"011111011111101"}, {167,(char*)"011111101111100"}, ++{168,(char*)"011111101111101"}, {169,(char*)"0000"}, + {170,NULL} + }; + + static VlcTable g_rgVlcDCTIntraRVLC[] = { + +-{0,"110"}, {1,"111"}, {2,"1010"}, {3,"01001"}, {4,"010100"}, +-{5,"010101"}, {6,"0110100"}, {7,"01110100"}, {8,"01110101"}, +-{9,"011011101"}, {10,"011101100"}, {11,"0111101100"}, +-{12,"0111101101"}, {13,"0111110100"}, {14,"01111101100"}, +-{15,"01111101101"}, {16,"01111110100"}, {17,"011101111101"}, +-{18,"011110111100"}, {19,"0111110111101"}, {20,"0111111011100"}, +-{21,"011110111101"}, {22,"0111111011101"}, {23,"01111110111101"}, +-{24,"01111111011100"}, {25,"01111111011101"}, {26,"001111111111100"}, +-{27,"0001"}, {28,"01000"}, {29,"0101101"}, {30,"01101100"}, +-{31,"01101101"}, {32,"011011100"}, {33,"0111011101"}, +-{34,"01111011100"}, {35,"01111011101"}, {36,"011101111100"}, +-{37,"0111110111100"}, {38,"01111101111101"}, {39,"01111110111100"}, +-{40,"00100"}, {41,"0101100"}, {42,"010111100"}, {43,"0111011100"}, +-{44,"01110111100"}, {45,"01110111101"}, {46,"0111011111101"}, +-{47,"0111101111100"}, {48,"0111101111101"}, {49,"01111011111101"}, +-{50,"01111101111100"}, {51,"00101"}, {52,"01011100"}, +-{53,"010111101"}, {54,"01101111101"}, {55,"011011111100"}, +-{56,"0111011111100"}, {57,"01110111111101"}, {58,"01111011111100"}, +-{59,"001111111111101"}, {60,"001100"}, {61,"01011101"}, +-{62,"0110111101"}, {63,"001111111101"}, {64,"011011111101"}, +-{65,"01101111111101"}, {66,"001101"}, {67,"001111101"}, +-{68,"01011111100"}, {69,"010111111100"}, {70,"01101111111100"}, +-{71,"01110111111100"}, {72,"0011100"}, {73,"0101111100"}, +-{74,"01011111101"}, {75,"010111111101"}, {76,"010111111111100"}, +-{77,"0011101"}, {78,"0101111101"}, {79,"01101111100"}, +-{80,"0110111111101"}, {81,"010111111111101"}, {82,"00111100"}, +-{83,"0110111100"}, {84,"0101111111101"}, {85,"01011111111101"}, +-{86,"00111101"}, {87,"00111111101"}, {88,"0110111111100"}, +-{89,"011011111111100"}, {90,"001111100"}, {91,"001111111100"}, +-{92,"0011111100"}, {93,"0101111111100"}, {94,"0011111101"}, +-{95,"011011111111101"}, {96,"00111111100"}, {97,"0011111111100"}, +-{98,"0011111111101"}, {99,"00111111111100"}, {100,"00111111111101"}, +-{101,"01011111111100"}, {102,"011101111111100"}, {103,"1011"}, +-{104,"01111000"}, {105,"01111110101"}, {106,"0111111101100"}, +-{107,"01111111101100"}, {108,"10010"}, {109,"011101101"}, +-{110,"011111011100"}, {111,"01111111101101"}, {112,"011101111111101"}, +-{113,"10011"}, {114,"01111111000"}, {115,"011110111111100"}, +-{116,"011000"}, {117,"011111011101"}, {118,"011001"}, +-{119,"011111101100"}, {120,"100010"}, {121,"0111111101101"}, +-{122,"100011"}, {123,"0111111110100"}, {124,"0110101"}, +-{125,"0111111110101"}, {126,"0111000"}, {127,"0111111111000"}, +-{128,"0111001"}, {129,"0111111111001"}, {130,"1000010"}, +-{131,"01111111110100"}, {132,"1000011"}, {133,"01111111110101"}, +-{134,"01111001"}, {135,"01111111111000"}, {136,"10000010"}, +-{137,"011110111111101"}, {138,"10000011"}, {139,"011110100"}, +-{140,"011110101"}, {141,"011111000"}, {142,"011111001"}, +-{143,"100000010"}, {144,"100000011"}, {145,"0111110101"}, +-{146,"0111111000"}, {147,"0111111001"}, {148,"1000000010"}, +-{149,"1000000011"}, {150,"01111111001"}, {151,"10000000010"}, +-{152,"10000000011"}, {153,"011111101101"}, {154,"011111110100"}, +-{155,"011111110101"}, {156,"011111111000"}, {157,"011111111001"}, +-{158,"100000000010"}, {159,"100000000011"}, {160,"1000000000010"}, +-{161,"1000000000011"}, {162,"01111111111001"}, {163,"10000000000010"}, +-{164,"10000000000011"}, {165,"011111011111100"}, +-{166,"011111011111101"}, {167,"011111101111100"}, +-{168,"011111101111101"}, {169,"0000"}, ++{0,(char*)"110"}, {1,(char*)"111"}, {2,(char*)"1010"}, {3,(char*)"01001"}, {4,(char*)"010100"}, ++{5,(char*)"010101"}, {6,(char*)"0110100"}, {7,(char*)"01110100"}, {8,(char*)"01110101"}, ++{9,(char*)"011011101"}, {10,(char*)"011101100"}, {11,(char*)"0111101100"}, ++{12,(char*)"0111101101"}, {13,(char*)"0111110100"}, {14,(char*)"01111101100"}, ++{15,(char*)"01111101101"}, {16,(char*)"01111110100"}, {17,(char*)"011101111101"}, ++{18,(char*)"011110111100"}, {19,(char*)"0111110111101"}, {20,(char*)"0111111011100"}, ++{21,(char*)"011110111101"}, {22,(char*)"0111111011101"}, {23,(char*)"01111110111101"}, ++{24,(char*)"01111111011100"}, {25,(char*)"01111111011101"}, {26,(char*)"001111111111100"}, ++{27,(char*)"0001"}, {28,(char*)"01000"}, {29,(char*)"0101101"}, {30,(char*)"01101100"}, ++{31,(char*)"01101101"}, {32,(char*)"011011100"}, {33,(char*)"0111011101"}, ++{34,(char*)"01111011100"}, {35,(char*)"01111011101"}, {36,(char*)"011101111100"}, ++{37,(char*)"0111110111100"}, {38,(char*)"01111101111101"}, {39,(char*)"01111110111100"}, ++{40,(char*)"00100"}, {41,(char*)"0101100"}, {42,(char*)"010111100"}, {43,(char*)"0111011100"}, ++{44,(char*)"01110111100"}, {45,(char*)"01110111101"}, {46,(char*)"0111011111101"}, ++{47,(char*)"0111101111100"}, {48,(char*)"0111101111101"}, {49,(char*)"01111011111101"}, ++{50,(char*)"01111101111100"}, {51,(char*)"00101"}, {52,(char*)"01011100"}, ++{53,(char*)"010111101"}, {54,(char*)"01101111101"}, {55,(char*)"011011111100"}, ++{56,(char*)"0111011111100"}, {57,(char*)"01110111111101"}, {58,(char*)"01111011111100"}, ++{59,(char*)"001111111111101"}, {60,(char*)"001100"}, {61,(char*)"01011101"}, ++{62,(char*)"0110111101"}, {63,(char*)"001111111101"}, {64,(char*)"011011111101"}, ++{65,(char*)"01101111111101"}, {66,(char*)"001101"}, {67,(char*)"001111101"}, ++{68,(char*)"01011111100"}, {69,(char*)"010111111100"}, {70,(char*)"01101111111100"}, ++{71,(char*)"01110111111100"}, {72,(char*)"0011100"}, {73,(char*)"0101111100"}, ++{74,(char*)"01011111101"}, {75,(char*)"010111111101"}, {76,(char*)"010111111111100"}, ++{77,(char*)"0011101"}, {78,(char*)"0101111101"}, {79,(char*)"01101111100"}, ++{80,(char*)"0110111111101"}, {81,(char*)"010111111111101"}, {82,(char*)"00111100"}, ++{83,(char*)"0110111100"}, {84,(char*)"0101111111101"}, {85,(char*)"01011111111101"}, ++{86,(char*)"00111101"}, {87,(char*)"00111111101"}, {88,(char*)"0110111111100"}, ++{89,(char*)"011011111111100"}, {90,(char*)"001111100"}, {91,(char*)"001111111100"}, ++{92,(char*)"0011111100"}, {93,(char*)"0101111111100"}, {94,(char*)"0011111101"}, ++{95,(char*)"011011111111101"}, {96,(char*)"00111111100"}, {97,(char*)"0011111111100"}, ++{98,(char*)"0011111111101"}, {99,(char*)"00111111111100"}, {100,(char*)"00111111111101"}, ++{101,(char*)"01011111111100"}, {102,(char*)"011101111111100"}, {103,(char*)"1011"}, ++{104,(char*)"01111000"}, {105,(char*)"01111110101"}, {106,(char*)"0111111101100"}, ++{107,(char*)"01111111101100"}, {108,(char*)"10010"}, {109,(char*)"011101101"}, ++{110,(char*)"011111011100"}, {111,(char*)"01111111101101"}, {112,(char*)"011101111111101"}, ++{113,(char*)"10011"}, {114,(char*)"01111111000"}, {115,(char*)"011110111111100"}, ++{116,(char*)"011000"}, {117,(char*)"011111011101"}, {118,(char*)"011001"}, ++{119,(char*)"011111101100"}, {120,(char*)"100010"}, {121,(char*)"0111111101101"}, ++{122,(char*)"100011"}, {123,(char*)"0111111110100"}, {124,(char*)"0110101"}, ++{125,(char*)"0111111110101"}, {126,(char*)"0111000"}, {127,(char*)"0111111111000"}, ++{128,(char*)"0111001"}, {129,(char*)"0111111111001"}, {130,(char*)"1000010"}, ++{131,(char*)"01111111110100"}, {132,(char*)"1000011"}, {133,(char*)"01111111110101"}, ++{134,(char*)"01111001"}, {135,(char*)"01111111111000"}, {136,(char*)"10000010"}, ++{137,(char*)"011110111111101"}, {138,(char*)"10000011"}, {139,(char*)"011110100"}, ++{140,(char*)"011110101"}, {141,(char*)"011111000"}, {142,(char*)"011111001"}, ++{143,(char*)"100000010"}, {144,(char*)"100000011"}, {145,(char*)"0111110101"}, ++{146,(char*)"0111111000"}, {147,(char*)"0111111001"}, {148,(char*)"1000000010"}, ++{149,(char*)"1000000011"}, {150,(char*)"01111111001"}, {151,(char*)"10000000010"}, ++{152,(char*)"10000000011"}, {153,(char*)"011111101101"}, {154,(char*)"011111110100"}, ++{155,(char*)"011111110101"}, {156,(char*)"011111111000"}, {157,(char*)"011111111001"}, ++{158,(char*)"100000000010"}, {159,(char*)"100000000011"}, {160,(char*)"1000000000010"}, ++{161,(char*)"1000000000011"}, {162,(char*)"01111111111001"}, {163,(char*)"10000000000010"}, ++{164,(char*)"10000000000011"}, {165,(char*)"011111011111100"}, ++{166,(char*)"011111011111101"}, {167,(char*)"011111101111100"}, ++{168,(char*)"011111101111101"}, {169,(char*)"0000"}, + {170,NULL} + }; + + static VlcTable g_rgVlcMV[] = { +-{0,"0000000000101"}, {1,"0000000000111"}, {2,"000000000101"}, +-{3,"000000000111"}, {4,"000000001001"}, {5,"000000001011"}, +-{6,"000000001101"}, {7,"000000001111"}, {8,"00000001001"}, +-{9,"00000001011"}, {10,"00000001101"}, {11,"00000001111"}, +-{12,"00000010001"}, {13,"00000010011"}, {14,"00000010101"}, +-{15,"00000010111"}, {16,"00000011001"}, {17,"00000011011"}, +-{18,"00000011101"}, {19,"00000011111"}, {20,"00000100001"}, +-{21,"00000100011"}, {22,"0000010011"}, {23,"0000010101"}, +-{24,"0000010111"}, {25,"00000111"}, {26,"00001001"}, {27,"00001011"}, +-{28,"0000111"}, {29,"00011"}, {30,"0011"}, {31,"011"}, {32,"1"}, +-{33,"010"}, {34,"0010"}, {35,"00010"}, {36,"0000110"}, +-{37,"00001010"}, {38,"00001000"}, {39,"00000110"}, {40,"0000010110"}, +-{41,"0000010100"}, {42,"0000010010"}, {43,"00000100010"}, +-{44,"00000100000"}, {45,"00000011110"}, {46,"00000011100"}, +-{47,"00000011010"}, {48,"00000011000"}, {49,"00000010110"}, +-{50,"00000010100"}, {51,"00000010010"}, {52,"00000010000"}, +-{53,"00000001110"}, {54,"00000001100"}, {55,"00000001010"}, +-{56,"00000001000"}, {57,"000000001110"}, {58,"000000001100"}, +-{59,"000000001010"}, {60,"000000001000"}, {61,"000000000110"}, +-{62,"000000000100"}, {63,"0000000000110"}, {64,"0000000000100"}, ++{0,(char*)"0000000000101"}, {1,(char*)"0000000000111"}, {2,(char*)"000000000101"}, ++{3,(char*)"000000000111"}, {4,(char*)"000000001001"}, {5,(char*)"000000001011"}, ++{6,(char*)"000000001101"}, {7,(char*)"000000001111"}, {8,(char*)"00000001001"}, ++{9,(char*)"00000001011"}, {10,(char*)"00000001101"}, {11,(char*)"00000001111"}, ++{12,(char*)"00000010001"}, {13,(char*)"00000010011"}, {14,(char*)"00000010101"}, ++{15,(char*)"00000010111"}, {16,(char*)"00000011001"}, {17,(char*)"00000011011"}, ++{18,(char*)"00000011101"}, {19,(char*)"00000011111"}, {20,(char*)"00000100001"}, ++{21,(char*)"00000100011"}, {22,(char*)"0000010011"}, {23,(char*)"0000010101"}, ++{24,(char*)"0000010111"}, {25,(char*)"00000111"}, {26,(char*)"00001001"}, {27,(char*)"00001011"}, ++{28,(char*)"0000111"}, {29,(char*)"00011"}, {30,(char*)"0011"}, {31,(char*)"011"}, {32,(char*)"1"}, ++{33,(char*)"010"}, {34,(char*)"0010"}, {35,(char*)"00010"}, {36,(char*)"0000110"}, ++{37,(char*)"00001010"}, {38,(char*)"00001000"}, {39,(char*)"00000110"}, {40,(char*)"0000010110"}, ++{41,(char*)"0000010100"}, {42,(char*)"0000010010"}, {43,(char*)"00000100010"}, ++{44,(char*)"00000100000"}, {45,(char*)"00000011110"}, {46,(char*)"00000011100"}, ++{47,(char*)"00000011010"}, {48,(char*)"00000011000"}, {49,(char*)"00000010110"}, ++{50,(char*)"00000010100"}, {51,(char*)"00000010010"}, {52,(char*)"00000010000"}, ++{53,(char*)"00000001110"}, {54,(char*)"00000001100"}, {55,(char*)"00000001010"}, ++{56,(char*)"00000001000"}, {57,(char*)"000000001110"}, {58,(char*)"000000001100"}, ++{59,(char*)"000000001010"}, {60,(char*)"000000001000"}, {61,(char*)"000000000110"}, ++{62,(char*)"000000000100"}, {63,(char*)"0000000000110"}, {64,(char*)"0000000000100"}, + {65,NULL} + }; + + static VlcTable g_rgVlcMCBPCintra[] = { +-{0,"1"}, {1,"001"}, {2,"010"}, {3,"011"}, {4,"0001"}, {5,"000001"}, +-{6,"000010"}, {7,"000011"}, {8,"000000001"}, ++{0,(char*)"1"}, {1,(char*)"001"}, {2,(char*)"010"}, {3,(char*)"011"}, {4,(char*)"0001"}, {5,(char*)"000001"}, ++{6,(char*)"000010"}, {7,(char*)"000011"}, {8,(char*)"000000001"}, + {9,NULL} + }; + + static VlcTable g_rgVlcMCBPCinter[] = { +-{0,"1"}, {1,"0011"}, {2,"0010"}, {3,"000101"}, {4,"011"}, +-{5,"0000111"}, {6,"0000110"}, {7,"000000101"}, {8,"010"}, +-{9,"0000101"}, {10,"0000100"}, {11,"00000101"}, {12,"00011"}, +-{13,"00000100"}, {14,"00000011"}, {15,"0000011"}, {16,"000100"}, +-{17,"000000100"}, {18,"000000011"}, {19,"000000010"}, +-{20,"000000001"}, ++{0,(char*)"1"}, {1,(char*)"0011"}, {2,(char*)"0010"}, {3,(char*)"000101"}, {4,(char*)"011"}, ++{5,(char*)"0000111"}, {6,(char*)"0000110"}, {7,(char*)"000000101"}, {8,(char*)"010"}, ++{9,(char*)"0000101"}, {10,(char*)"0000100"}, {11,(char*)"00000101"}, {12,(char*)"00011"}, ++{13,(char*)"00000100"}, {14,(char*)"00000011"}, {15,(char*)"0000011"}, {16,(char*)"000100"}, ++{17,(char*)"000000100"}, {18,(char*)"000000011"}, {19,(char*)"000000010"}, ++{20,(char*)"000000001"}, + {21,NULL} + }; + + static VlcTable g_rgVlcCBPY[] = { +-{0,"0011"}, {1,"00101"}, {2,"00100"}, {3,"1001"}, {4,"00011"}, +-{5,"0111"}, {6,"000010"}, {7,"1011"}, {8,"00010"}, {9,"000011"}, +-{10,"0101"}, {11,"1010"}, {12,"0100"}, {13,"1000"}, {14,"0110"}, +-{15,"11"}, {16,"000000"}, {17,"000001"}, ++{0,(char*)"0011"}, {1,(char*)"00101"}, {2,(char*)"00100"}, {3,(char*)"1001"}, {4,(char*)"00011"}, ++{5,(char*)"0111"}, {6,(char*)"000010"}, {7,(char*)"1011"}, {8,(char*)"00010"}, {9,(char*)"000011"}, ++{10,(char*)"0101"}, {11,(char*)"1010"}, {12,(char*)"0100"}, {13,(char*)"1000"}, {14,(char*)"0110"}, ++{15,(char*)"11"}, {16,(char*)"000000"}, {17,(char*)"000001"}, + {18,NULL} + }; + + static VlcTable g_rgVlcCBPY1[] = { +-{0,"01"}, {1,"1"}, ++{0,(char*)"01"}, {1,(char*)"1"}, + {2,NULL} + }; + + static VlcTable g_rgVlcCBPY2[] = { +-{0,"0001"}, {1,"001"}, {2,"01"}, {3,"1"}, ++{0,(char*)"0001"}, {1,(char*)"001"}, {2,(char*)"01"}, {3,(char*)"1"}, + {4,NULL} + }; + + static VlcTable g_rgVlcCBPY3[] = { +-{0,"011"}, {1,"000001"}, +-{2,"00001"}, {3,"010"}, {4,"00010"}, {5,"00011"}, {6,"001"}, {7,"1"}, ++{0,(char*)"011"}, {1,(char*)"000001"}, ++{2,(char*)"00001"}, {3,(char*)"010"}, {4,(char*)"00010"}, {5,(char*)"00011"}, {6,(char*)"001"}, {7,(char*)"1"}, + {8,NULL} + }; + + static VlcTable g_rgVlcIntraDCy[] = { +-{0,"011"}, {1,"11"}, {2,"10"}, +-{3,"010"}, {4,"001"}, {5,"0001"}, {6,"00001"}, {7,"000001"}, +-{8,"0000001"}, {9,"00000001"}, {10,"000000001"}, {11,"0000000001"}, +-{12,"00000000001"}, ++{0,(char*)"011"}, {1,(char*)"11"}, {2,(char*)"10"}, ++{3,(char*)"010"}, {4,(char*)"001"}, {5,(char*)"0001"}, {6,(char*)"00001"}, {7,(char*)"000001"}, ++{8,(char*)"0000001"}, {9,(char*)"00000001"}, {10,(char*)"000000001"}, {11,(char*)"0000000001"}, ++{12,(char*)"00000000001"}, + {13,NULL} + }; + + static VlcTable g_rgVlcIntraDCc[] = { +-{0,"11"}, {1,"10"}, {2,"01"}, {3,"001"}, {4,"0001"}, {5,"00001"}, +-{6,"000001"}, {7,"0000001"}, {8,"00000001"}, {9,"000000001"}, +-{10,"0000000001"}, {11,"00000000001"}, {12,"000000000001"}, ++{0,(char*)"11"}, {1,(char*)"10"}, {2,(char*)"01"}, {3,(char*)"001"}, {4,(char*)"0001"}, {5,(char*)"00001"}, ++{6,(char*)"000001"}, {7,(char*)"0000001"}, {8,(char*)"00000001"}, {9,(char*)"000000001"}, ++{10,(char*)"0000000001"}, {11,(char*)"00000000001"}, {12,(char*)"000000000001"}, + {13,NULL} + }; + + static VlcTable g_rgVlcMbTypeBVOP[] = { +-{0,"1"}, {1,"01"}, {2,"001"}, {3,"0001"}, ++{0,(char*)"1"}, {1,(char*)"01"}, {2,(char*)"001"}, {3,(char*)"0001"}, + {4,NULL} + }; + + static VlcTable g_rgVlcWrpPnt[] = { +-{0,"00"}, {1,"010"}, {2,"011"}, {3,"100"}, {4,"101"}, {5,"110"}, +-{6,"1110"}, {7,"11110"}, {8,"111110"}, {9,"1111110"}, {10,"11111110"}, +-{11,"111111110"}, {12,"1111111110"}, {13,"11111111110"}, +-{14,"111111111110"}, ++{0,(char*)"00"}, {1,(char*)"010"}, {2,(char*)"011"}, {3,(char*)"100"}, {4,(char*)"101"}, {5,(char*)"110"}, ++{6,(char*)"1110"}, {7,(char*)"11110"}, {8,(char*)"111110"}, {9,(char*)"1111110"}, {10,(char*)"11111110"}, ++{11,(char*)"111111110"}, {12,(char*)"1111111110"}, {13,(char*)"11111111110"}, ++{14,(char*)"111111111110"}, + {15,NULL} + }; + + static VlcTable g_rgVlcShapeMode0[] = { +-{0,"1"}, {1,"000001"}, {2,"01"}, {3,"0000001"}, {4,"00001"}, +-{5,"0001"}, {6,"001"}, ++{0,(char*)"1"}, {1,(char*)"000001"}, {2,(char*)"01"}, {3,(char*)"0000001"}, {4,(char*)"00001"}, ++{5,(char*)"0001"}, {6,(char*)"001"}, + {7,NULL} + }; + + static VlcTable g_rgVlcShapeMode1[] = { +-{0,"000001"}, {1,"001"}, {2,"01"}, {3,"0000001"}, {4,"00001"}, +-{5,"1"}, {6,"0001"}, ++{0,(char*)"000001"}, {1,(char*)"001"}, {2,(char*)"01"}, {3,(char*)"0000001"}, {4,(char*)"00001"}, ++{5,(char*)"1"}, {6,(char*)"0001"}, + {7,NULL} + }; + + static VlcTable g_rgVlcShapeMode2[] = { +-{0,"0001"}, {1,"00001"}, {2,"1"}, {3,"000001"}, {4,"010"}, {5,"011"}, +-{6,"001"}, ++{0,(char*)"0001"}, {1,(char*)"00001"}, {2,(char*)"1"}, {3,(char*)"000001"}, {4,(char*)"010"}, {5,(char*)"011"}, ++{6,(char*)"001"}, + {7,NULL} + }; + + static VlcTable g_rgVlcShapeMode3[] = { +-{0,"00001"}, {1,"000001"}, {2,"001"}, {3,"11"}, {4,"10"}, {5,"01"}, +-{6,"0001"}, ++{0,(char*)"00001"}, {1,(char*)"000001"}, {2,(char*)"001"}, {3,(char*)"11"}, {4,(char*)"10"}, {5,(char*)"01"}, ++{6,(char*)"0001"}, + {7,NULL} + }; + + static VlcTable g_rgVlcShapeMode4[] = { +-{0,"00001"}, {1,"000001"}, {2,"01"}, {3,"10"}, {4,"11"}, {5,"001"}, +-{6,"0001"}, ++{0,(char*)"00001"}, {1,(char*)"000001"}, {2,(char*)"01"}, {3,(char*)"10"}, {4,(char*)"11"}, {5,(char*)"001"}, ++{6,(char*)"0001"}, + {7,NULL} + }; + + static VlcTable g_rgVlcShapeMode5[] = { +-{0,"00001"}, {1,"000001"}, {2,"0001"}, {3,"0010"}, {4,"0011"}, +-{5,"1"}, {6,"01"}, ++{0,(char*)"00001"}, {1,(char*)"000001"}, {2,(char*)"0001"}, {3,(char*)"0010"}, {4,(char*)"0011"}, ++{5,(char*)"1"}, {6,(char*)"01"}, + {7,NULL} + }; + + static VlcTable g_rgVlcShapeMode6[] = { +-{0,"00001"}, {1,"000001"}, {2,"001"}, {3,"0000001"}, {4,"0001"}, +-{5,"01"}, {6,"1"}, ++{0,(char*)"00001"}, {1,(char*)"000001"}, {2,(char*)"001"}, {3,(char*)"0000001"}, {4,(char*)"0001"}, ++{5,(char*)"01"}, {6,(char*)"1"}, + {7,NULL} + }; + + //OBSS_SAIT_991015 + static VlcTable g_rgVlcShapeSSModeInter0[] = { +-{0,"1"}, {1,"01"}, {2,"001"}, {3,"000"}, {4,NULL} ++{0,(char*)"1"}, {1,(char*)"01"}, {2,(char*)"001"}, {3,(char*)"000"}, {4,NULL} + }; + + static VlcTable g_rgVlcShapeSSModeInter1[] = { +-{0,"110"}, {1,"0"}, {2,"10"}, {3,"111"}, {4,NULL} ++{0,(char*)"110"}, {1,(char*)"0"}, {2,(char*)"10"}, {3,(char*)"111"}, {4,NULL} + }; + + static VlcTable g_rgVlcShapeSSModeInter2[] = { +-{0,"001"}, {1,"01"}, {2,"1"}, {3,"000"}, {4,NULL} ++{0,(char*)"001"}, {1,(char*)"01"}, {2,(char*)"1"}, {3,(char*)"000"}, {4,NULL} + }; + + static VlcTable g_rgVlcShapeSSModeInter3[] = { +-{0,"110"}, {1,"0"}, {2,"111"}, {3,"10"}, {4,NULL} ++{0,(char*)"110"}, {1,(char*)"0"}, {2,(char*)"111"}, {3,(char*)"10"}, {4,NULL} + }; + + static VlcTable g_rgVlcShapeSSModeIntra0[] = { +-{0,"1"}, {1,"01"}, {2,NULL} ++{0,(char*)"1"}, {1,(char*)"01"}, {2,NULL} + }; + + static VlcTable g_rgVlcShapeSSModeIntra1[] = { +-{0,"01"}, {1,"1"}, {2,NULL} ++{0,(char*)"01"}, {1,(char*)"1"}, {2,NULL} + }; + //~OBSS_SAIT_991015 + + static VlcTable g_rgVlcShapeMV1[] = { +-{0,"0"}, {1,"10"}, {2,"110"}, {3,"1110"}, {4,"11110"}, {5,"111110"}, +-{6,"1111110"}, {7,"11111110"}, {8,"111111110"}, {9,"1111111110"}, +-{10,"11111111110"}, {11,"111111111110"}, {12,"1111111111110"}, +-{13,"11111111111110"}, {14,"111111111111110"}, +-{15,"1111111111111110"}, {16,"11111111111111110"}, ++{0,(char*)"0"}, {1,(char*)"10"}, {2,(char*)"110"}, {3,(char*)"1110"}, {4,(char*)"11110"}, {5,(char*)"111110"}, ++{6,(char*)"1111110"}, {7,(char*)"11111110"}, {8,(char*)"111111110"}, {9,(char*)"1111111110"}, ++{10,(char*)"11111111110"}, {11,(char*)"111111111110"}, {12,(char*)"1111111111110"}, ++{13,(char*)"11111111111110"}, {14,(char*)"111111111111110"}, ++{15,(char*)"1111111111111110"}, {16,(char*)"11111111111111110"}, + {17,NULL} + }; + + static VlcTable g_rgVlcShapeMV2[] = { +-{0,"0"}, {1,"10"}, {2,"110"}, {3,"1110"}, {4,"11110"}, {5,"111110"}, +-{6,"1111110"}, {7,"11111110"}, {8,"111111110"}, {9,"1111111110"}, +-{10,"11111111110"}, {11,"111111111110"}, {12,"1111111111110"}, +-{13,"11111111111110"}, {14,"111111111111110"}, +-{15,"1111111111111110"}, ++{0,(char*)"0"}, {1,(char*)"10"}, {2,(char*)"110"}, {3,(char*)"1110"}, {4,(char*)"11110"}, {5,(char*)"111110"}, ++{6,(char*)"1111110"}, {7,(char*)"11111110"}, {8,(char*)"111111110"}, {9,(char*)"1111111110"}, ++{10,(char*)"11111111110"}, {11,(char*)"111111111110"}, {12,(char*)"1111111111110"}, ++{13,(char*)"11111111111110"}, {14,(char*)"111111111111110"}, ++{15,(char*)"1111111111111110"}, + {16,NULL} + }; Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_decoder_vopsedec_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_decoder_vopsedec_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_decoder_vopsedec_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,74 @@ +--- common/video/iso-mpeg4/src/sys_decoder_vopsedec.cpp.orig 2005-06-17 14:07:56.000000000 -0600 ++++ common/video/iso-mpeg4/src/sys_decoder_vopsedec.cpp 2009-11-17 18:50:55.000000000 -0700 +@@ -374,7 +374,7 @@ + #endif + m_pistrm = open(pchStrFile, O_RDONLY); + if(m_pistrm < 0) +- fatal_error("Can't open bitstream file"); ++ fatal_error((char *)"Can't open bitstream file"); + #if 0 + } + else { +@@ -602,7 +602,7 @@ + m_iNumBitsTimeIncr, + iDisplayWidth, + iDisplayHeight, +- "", ++ (char *)"", + m_volmd.bNewpredSegmentType, + m_volmd.fAUsage, + m_volmd.bShapeOnly, +@@ -1496,7 +1496,7 @@ + m_volmd.bInterCAE || + m_volmd.bNoUpdate || + m_volmd.bUpsampling)) { +- fatal_error("Shape complexity estimation is enabled,\nbut no corresponding flag is enabled."); ++ fatal_error((char *)"Shape complexity estimation is enabled,\nbut no corresponding flag is enabled."); + } + } + else +@@ -1520,7 +1520,7 @@ + m_volmd.bInterBlocks || + m_volmd.bInter4vBlocks || + m_volmd.bNotCodedBlocks)) { +- fatal_error("Texture complexity estimation set 1 is enabled,\nbut no corresponding flag is enabled."); ++ fatal_error((char *)"Texture complexity estimation set 1 is enabled,\nbut no corresponding flag is enabled."); + } + } + else +@@ -1542,7 +1542,7 @@ + m_volmd.bDCTLines || + m_volmd.bVLCSymbols || + m_volmd.bVLCBits)) { +- fatal_error("Texture complexity estimation set 2 is enabled,\nbut no corresponding flag is enabled."); ++ fatal_error((char *)"Texture complexity estimation set 2 is enabled,\nbut no corresponding flag is enabled."); + } + } + else +@@ -1565,7 +1565,7 @@ + m_volmd.bForwBackMCQ || + m_volmd.bHalfpel2 || + m_volmd.bHalfpel4)) { +- fatal_error("Motion complexity estimation is enabled,\nbut no corresponding flag is enabled."); ++ fatal_error((char *)"Motion complexity estimation is enabled,\nbut no corresponding flag is enabled."); + } + } + else +@@ -1587,7 +1587,7 @@ + m_volmd.bQuarterpel = m_pbitstrmIn -> getBits (1); + if (!(m_volmd.bSadct || + m_volmd.bQuarterpel)) { +- fatal_error("Version 2 complexity estimation is enabled,\nbut no corresponding flag is enabled."); ++ fatal_error((char *)"Version 2 complexity estimation is enabled,\nbut no corresponding flag is enabled."); + } + } + else +@@ -1608,7 +1608,7 @@ + m_volmd.bTextureComplexityEstimationSet2Disable && + m_volmd.bMotionCompensationComplexityDisable && + m_volmd.bVersion2ComplexityEstimationDisable) { +- fatal_error("Complexity estimation is enabled,\nbut no correponding flag is enabled."); ++ fatal_error((char *)"Complexity estimation is enabled,\nbut no correponding flag is enabled."); + } + // END: Complexity Estimation syntax support - Update version 2 + } Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_bfshape_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_bfshape_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_bfshape_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,22 @@ +--- common/video/iso-mpeg4/src/sys_tps_bfshape.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/sys_tps_bfshape.cpp 2009-11-18 23:22:29.000000000 -0700 +@@ -69,6 +69,19 @@ + #define new DEBUG_NEW + #endif // __MFC_ + ++Void set_modes(VOLMode*, VOPMode*); ++Void write420_sep(Int, char*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void write420_jnt(FILE*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void write420_jnt_withMask(FILE*, PixelC*, PixelC*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void write_seg_test(Int, char*, PixelC*, Int, Int); ++Void bg_comp_each(PixelC*, PixelC*, PixelC*, PixelC*, PixelC*, PixelC*, Int, Int, Int, Int, Int, Int); ++Void bg_comp_each(PixelC*, PixelC*, PixelC*, PixelC*, Int, Int, Int, CRct); ++Void bg_comp_each_mode3(PixelC*, PixelC*, PixelC*, PixelC*, Int, Int, Int, CRct); ++Void inv_convertYuv(const CVOPU8YUVBA*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void convertYuv(const CVOPU8YUVBA*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void convertSeg(const CVOPU8YUVBA*, PixelC*, PixelC*, Int, Int, Int, Int, Int, Int); ++Void pre_pad(PixelC*, PixelC*, int, int); ++ + Int QMatrix [BLOCK_SQUARE_SIZE] = { + 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_enhcbuf_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_enhcbuf_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-sys_tps_enhcbuf_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,24 @@ +--- common/video/iso-mpeg4/src/sys_tps_enhcbuf.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/sys_tps_enhcbuf.cpp 2009-11-18 20:22:28.000000000 -0700 +@@ -46,6 +46,21 @@ + #include "vopses.hpp" + #include "tps_enhcbuf.hpp" + ++ ++Void set_modes(VOLMode*, VOPMode*); ++Void write420_sep(Int, char*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void write420_jnt(FILE*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void write420_jnt_withMask(FILE*, PixelC*, PixelC*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void write_seg_test(Int, char*, PixelC*, Int, Int); ++Void bg_comp_each(PixelC*, PixelC*, PixelC*, PixelC*, PixelC*, PixelC*, Int, Int, Int, Int, Int, Int); ++Void bg_comp_each(PixelC*, PixelC*, PixelC*, PixelC*, Int, Int, Int, CRct); ++Void bg_comp_each_mode3(PixelC*, PixelC*, PixelC*, PixelC*, Int, Int, Int, CRct); ++Void inv_convertYuv(const CVOPU8YUVBA*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void convertYuv(const CVOPU8YUVBA*, PixelC*, PixelC*, PixelC*, Int, Int); ++Void convertSeg(const CVOPU8YUVBA*, PixelC*, PixelC*, Int, Int, Int, Int, Int, Int); ++Void pre_pad(PixelC*, PixelC*, int, int); ++ ++ + CEnhcBuffer::CEnhcBuffer(Int iSessionWidth, Int iSessionHeight) + { + Int iNumMBX = iSessionWidth / MB_SIZE; Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-tools_entropy_bitstrm_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-tools_entropy_bitstrm_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-tools_entropy_bitstrm_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,12 @@ +--- common/video/iso-mpeg4/src/tools_entropy_bitstrm.cpp.orig 2005-09-08 16:02:55.000000000 -0600 ++++ common/video/iso-mpeg4/src/tools_entropy_bitstrm.cpp 2009-11-18 23:28:07.000000000 -0700 +@@ -60,6 +60,9 @@ + #define new DEBUG_NEW + #endif // __MFC_ + ++UInt getbit(UInt, UInt, UInt); ++Void print_bit(UInt, UInt, UInt); ++ + UInt getbit (UInt data, UInt position, UInt num) // get the num-bit field of x starting from position p + { + return ((data >> (position + 1 - num)) & ~(~0 << num)); Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_basic_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_basic_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_basic_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,18 @@ +--- common/video/iso-mpeg4/src/type_basic.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/type_basic.cpp 2009-11-19 00:56:11.000000000 -0700 +@@ -317,13 +317,13 @@ + iHalfY = m_vctTrueHalfPel.y - iMVY * 2; + } + +-Void CMotionVector::setToZero (Void) ++Void CMotionVector::setToZero () + { + memset (this, 0, sizeof (*this)); + } + + // RRV insertion +-Void CMotionVector::scaleup (Void) ++Void CMotionVector::scaleup () + { + if(m_vctTrueHalfPel.x == 0){ + m_vctTrueHalfPel_x2.x = 0; Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_svd_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_svd_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_svd_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,12 @@ +--- common/video/iso-mpeg4/src/type_svd.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/type_svd.cpp 2009-11-19 01:01:35.000000000 -0700 +@@ -52,6 +52,9 @@ + + #define irowNull (-1) + ++Int FSolveLinEq(Double*, Double*, Int); ++Double* linearLS(Double**, Double*, UInt, UInt); ++ + __inline static void SwapRow(Double *rgcoeff, Double *rgrhs, Int crow, + Int irow1, Int irow2); + __inline static void EliminateColumn(Double *rgcoeff, Double *rgrhs, Int crow, Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_typeapi_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_typeapi_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_typeapi_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,11 @@ +--- common/video/iso-mpeg4/src/type_typeapi.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/type_typeapi.cpp 2009-11-19 01:07:06.000000000 -0700 +@@ -52,6 +52,8 @@ + #define new DEBUG_NEW + #endif // __MFC_ + ++Double dist(Double, Double, Double, Double); ++ + // handy functions + Int nint (Double x) // returns nearest integer to x, analog of FORTRAN NINT + { Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvac_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvac_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvac_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,11 @@ +--- common/video/iso-mpeg4/src/type_yuvac.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/type_yuvac.cpp 2009-11-19 01:12:18.000000000 -0700 +@@ -51,6 +51,8 @@ + #define new DEBUG_NEW + #endif // __MFC_ + ++Void overlayMB(CIntImage*, const CIntImage*, const CIntImage*); ++ + CVOPU8YUVBA::~CVOPU8YUVBA () + { + delete m_puciY; Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvai_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvai_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-type_yuvai_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,10 @@ +--- common/video/iso-mpeg4/src/type_yuvai.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/type_yuvai.cpp 2009-11-19 01:17:22.000000000 -0700 +@@ -48,6 +48,7 @@ + #define new DEBUG_NEW + #endif // __MFC_ + ++Void overlayMB(CIntImage*, const CIntImage*, const CIntImage*); + + CVOPIntYUVBA::~CVOPIntYUVBA () + { Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_computePSNR_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_computePSNR_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_computePSNR_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,54 @@ +--- common/video/iso-mpeg4/src/vtc_main_computePSNR.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_main_computePSNR.cpp 2009-11-19 01:24:57.000000000 -0700 +@@ -154,39 +154,39 @@ + if (stat) + { + if (infSNR_l==0) +- noteStat("\nPSNR_Y: %.4f dB\n",SNR_l); ++ noteStat((char*)"\nPSNR_Y: %.4f dB\n",SNR_l); + else +- noteStat("\nPSNR_Y: +INF dB\n"); ++ noteStat((char*)"\nPSNR_Y: +INF dB\n"); + + if (colors == 3) { + if (infSNR_Cb==0) +- noteStat("PSNR_U: %.4f dB\n",SNR_Cb); ++ noteStat((char*)"PSNR_U: %.4f dB\n",SNR_Cb); + else +- noteStat("PSNR_U: +INF dB\n"); ++ noteStat((char*)"PSNR_U: +INF dB\n"); + + if (infSNR_Cr==0) +- noteStat("PSNR_V: %.4f dB\n",SNR_Cr); ++ noteStat((char*)"PSNR_V: %.4f dB\n",SNR_Cr); + else +- noteStat("PSNR_V: +INF dB\n"); ++ noteStat((char*)"PSNR_V: +INF dB\n"); + } + } + else + { + if (infSNR_l==0) +- noteProgress("\nPSNR_Y: %.4f dB",SNR_l); ++ noteProgress((char*)"\nPSNR_Y: %.4f dB",SNR_l); + else +- noteProgress("\nPSNR_Y: +INF dB"); ++ noteProgress((char*)"\nPSNR_Y: +INF dB"); + + if (colors == 3) { + if (infSNR_Cb==0) +- noteProgress("PSNR_U: %.4f dB",SNR_Cb); ++ noteProgress((char*)"PSNR_U: %.4f dB",SNR_Cb); + else +- noteProgress("PSNR_U: +INF dB"); ++ noteProgress((char*)"PSNR_U: +INF dB"); + + if (infSNR_Cr==0) +- noteProgress("PSNR_V: %.4f dB",SNR_Cr); ++ noteProgress((char*)"PSNR_V: %.4f dB",SNR_Cr); + else +- noteProgress("PSNR_V: +INF dB"); ++ noteProgress((char*)"PSNR_V: +INF dB"); + } + } + } Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_read_image_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_read_image_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_read_image_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,38 @@ +--- common/video/iso-mpeg4/src/vtc_main_read_image.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_main_read_image.cpp 2009-11-19 01:27:34.000000000 -0700 +@@ -176,7 +176,7 @@ + mzte_codec.m_ImageOrg = mzte_codec.m_Image; + + if ((img = (PICTURE *)malloc(sizeof(PICTURE)*img_colors))==NULL) +- errorHandler("error allocating memory \n"); ++ errorHandler((char*)"error allocating memory \n"); + + img[0].width = tile_width; + img[0].height = tile_height; +@@ -189,14 +189,14 @@ + + if ((img[0].data=(Void *) + malloc(sizeof(UChar)*tile_width*tile_height*wordsize)) == NULL) +- errorHandler("Couldn't allocate memory to image->Y->data\n"); ++ errorHandler((char*)"Couldn't allocate memory to image->Y->data\n"); + if (img_colors != MONO) { /* SL: only for color image */ + if ((img[1].data = (Void *) + malloc(sizeof(UChar)*img_cwidth*img_cheight*wordsize))==NULL) +- errorHandler("Couldn't allocate memory to image->U->data\n"); ++ errorHandler((char*)"Couldn't allocate memory to image->U->data\n"); + if ((img[2].data = (Void *) + malloc(sizeof(UChar)*img_cwidth*img_cheight*wordsize))==NULL) +- errorHandler("Couldn't allocate memory to image->V->data\n"); ++ errorHandler((char*)"Couldn't allocate memory to image->V->data\n"); + } + + // FPDAM begin: modified by Sharp +@@ -212,7 +212,7 @@ + if(col==0) { + img[col].mask = (UChar *)malloc(sizeof(UChar)*tile_width*tile_height); + if (img[col].mask == NULL) +- errorHandler("error allocating memory \n"); ++ errorHandler((char*)"error allocating memory \n"); + memset(img[col].mask, 1, sizeof(UChar)*tile_width*tile_height); + } else { + img[col].mask=NULL; Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_seg_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_seg_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_seg_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,99 @@ +--- common/video/iso-mpeg4/src/vtc_main_seg.cpp.orig 2006-04-05 12:27:30.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_main_seg.cpp 2009-11-19 01:35:42.000000000 -0700 +@@ -95,13 +95,13 @@ + inmask = (UChar *)malloc(sizeof(UChar)*seg_size); + + if(inmask==NULL) +- errorHandler("Couldn't allocate memory to image mask\n"); ++ errorHandler((char*)"Couldn't allocate memory to image mask\n"); + + /* Read image */ + if ((status=fread(inmask, sizeof(UChar), seg_size, + infptr)) + != seg_size) +- errorHandler("Error in reading image file: %s\n",seg_path); ++ errorHandler((char*)"Error in reading image file: %s\n",seg_path); + fclose(infptr); + + MyImage[0].mask = inmask; +@@ -250,7 +250,7 @@ + nLevels[col]); + + if (ret!=DWT_OK) +- errorHandler("DWT Error code = %d\n", ret); ++ errorHandler((char*)"DWT Error code = %d\n", ret); + if (usemask) free(inmask[col]); + } + else { +@@ -265,7 +265,7 @@ + width[col], height[col], origin_x[col], origin_y[col], 0); + + if (ret!=DWT_OK) +- errorHandler("DWT Error code = %d\n", ret); ++ errorHandler((char*)"DWT Error code = %d\n", ret); + if(col==0) { + if(usemask) { /* do shape quantization */ + QuantizeShape(outmask[0], width[0], height[0], alphaTH); +@@ -339,7 +339,7 @@ + Shape, + nLevels[col]); + if (ret!=DWT_OK) +- errorHandler("DWT Error code = %d\n", ret); ++ errorHandler((char*)"DWT Error code = %d\n", ret); + if (usemask) free(inmask[col]); + } + else { +@@ -354,7 +354,7 @@ + width[col], height[col], origin_x[col], origin_y[col], 0); + + if (ret!=DWT_OK) +- errorHandler("DWT Error code = %d\n", ret); ++ errorHandler((char*)"DWT Error code = %d\n", ret); + if(col==0) { + if(usemask) { /* do shape quantization */ + QuantizeShape(outmask[0], width[0], height[0], alphaTH); +@@ -452,7 +452,7 @@ + if(col==0) { /* get decoded shape of Y */ + outmask[col] = MyImage[col].mask =(UChar *)malloc(sizeof(UChar)*Width[col]*Height[col]); + if(outmask[col]==NULL) +- errorHandler("Couldn't allocate memory to image\n"); ++ errorHandler((char*)"Couldn't allocate memory to image\n"); + if (usemask) { + /* ShapeDeCoding(outmask[0], Width[0], Height[0]); */ + ShapeDeCoding(outmask[0], Width[0], Height[0], +@@ -470,7 +470,7 @@ + if((Width[0] &((1< target_spatial_layer) { +- noteWarning("Shape has less spatial layers than target,\n forced to use shape spatial layers.\n"); ++ noteWarning((char*)"Shape has less spatial layers than target,\n forced to use shape spatial layers.\n"); + if(mzte_codec.m_iQuantType == 2) { + for(i=0;i< mzte_codec.m_iSpatialLev;i++) { + if( mzte_codec.m_lastWvtDecompInSpaLayer[i][0] > mzte_codec.m_iWvtDecmpLev -1 - target_shape_layer){ +@@ -733,7 +733,7 @@ + { + Int col, err; + +- noteProgress("Decoding DC coefficients...."); ++ noteProgress((char*)"Decoding DC coefficients...."); + for (col=0; colresidual_max); ++ noteDebug((char*)"resid_max=%d\n",snr_image->residual_max); + } + + wavelet_higher_bands_decode_MQ(mzte_codec.m_iScanDirection); +@@ -955,15 +955,15 @@ + + /* quantize and mark zerotree structure for AC coefficients */ + if (decIQuantizeAC(col)) +- errorHandler("decQuantizeAndMarkAC"); ++ errorHandler((char*)"decQuantizeAndMarkAC"); + +- noteDebug("max_root=%d max_valz=%d max_valnz=%d max_resi=%d", ++ noteDebug((char*)"max_root=%d max_valz=%d max_valnz=%d max_resi=%d", + ROOT_MAX(col),VALZ_MAX(col),VALNZ_MAX(col), + RESID_MAX(col)); + + /* Update states of ac coefficients */ + if (decUpdateStateAC(col)) +- errorHandler("decUpdateStateAC"); ++ errorHandler((char*)"decUpdateStateAC"); + } + } + +@@ -989,27 +989,27 @@ + + /*------- AC: Initialize QList Structure -------*/ + if ((err=ztqQListInit())) +- errorHandler("Allocating memory for QList information."); ++ errorHandler((char*)"Allocating memory for QList information."); + + // hjlee 0901 + /* Initialize coeffs */ + setSpatialLevelAndDimensions(0,0); + if ((err=ztqInitAC(1,0))) +- errorHandler("ztqInitAC"); ++ errorHandler((char*)"ztqInitAC"); + + if (mzte_codec.m_lastWvtDecompInSpaLayer[0][1]<0) + setSpatialLevelAndDimensions(1,1); + else + setSpatialLevelAndDimensions(0,1); + if ((err=ztqInitAC(1,1))) +- errorHandler("ztqInitAC"); ++ errorHandler((char*)"ztqInitAC"); + + if (mzte_codec.m_lastWvtDecompInSpaLayer[0][2]<0) + setSpatialLevelAndDimensions(1,2); + else + setSpatialLevelAndDimensions(0,2); + if ((err=ztqInitAC(1,2))) +- errorHandler("ztqInitAC"); ++ errorHandler((char*)"ztqInitAC"); + + + /* Loop through spatial layers */ +@@ -1067,7 +1067,7 @@ + mzte_codec.m_iCurSpatialLev,mzte_codec.m_iCurSNRLev); + #endif + if ((bitfile=fopen(fname,"rb"))==NULL) +- errorHandler("Can't open file '%s' for reading.",fname); ++ errorHandler((char*)"Can't open file '%s' for reading.",fname); + + /* initialize the buffer */ + init_bit_packing_fp(bitfile,1); +@@ -1080,12 +1080,12 @@ + texture_spatial_layer_start_code = get_X_bits(32); + if (texture_spatial_layer_start_code != + TEXTURE_SPATIAL_LAYER_START_CODE) +- errorHandler("Wrong texture_spatial_layer_start_code3 %x.", ++ errorHandler((char*)"Wrong texture_spatial_layer_start_code3 %x.", + texture_spatial_layer_start_code); + + texture_spatial_layer_id = get_X_bits(5); + if(texture_spatial_layer_id !=spa_lev) +- errorHandler("Incorrect texture_spatial_layer_id"); ++ errorHandler((char*)"Incorrect texture_spatial_layer_id"); + snr_scalability_levels = get_X_bits(5); + mzte_codec.m_SPlayer[0].SNR_scalability_levels = + snr_scalability_levels; +@@ -1135,7 +1135,7 @@ + + /*------- DC: Open and initialize bitstream file -------*/ + if ((bitfile=fopen(m_cInBitsFile,"rb"))==NULL) +- errorHandler("Can't open file '%s' for reading.",m_cInBitsFile); ++ errorHandler((char*)"Can't open file '%s' for reading.",m_cInBitsFile); + + /* initialize variables */ + init_bit_packing_fp(bitfile,1); +@@ -1145,7 +1145,7 @@ + wvtfilter = *pwvtfilter; // hjlee 0901 + + /*--------------- CREATE DATA STRUCTURES -----------------*/ +- noteDetail("Creating and initializing data structures...."); ++ noteDetail((char*)"Creating and initializing data structures...."); + mzte_codec.m_iColors = 3; + mzte_codec.m_iBitDepth = 8; + usemask = mzte_codec.m_iAlphaChannel = 0; +@@ -1190,7 +1190,7 @@ + + + } +- noteDetail("Completed creating and initializing data structures."); ++ noteDetail((char*)"Completed creating and initializing data structures."); + + mzte_codec.m_iDCHeight = mzte_codec.m_iHeight >> mzte_codec.m_iWvtDecmpLev; + mzte_codec.m_iDCWidth = mzte_codec.m_iWidth >> mzte_codec.m_iWvtDecmpLev; +@@ -1222,7 +1222,7 @@ + Width[col], Height[col], + nLevels[col], &(wvtfilter[col==0?0:1])); + if (ret!= DWT_OK) +- errorHandler("DWT Error Code %d\n", ret); ++ errorHandler((char*)"DWT Error Code %d\n", ret); + + for (k=0,y=0; y> mzte_codec.m_iWvtDecmpLev; +@@ -1427,7 +1427,7 @@ + Width[col], Height[col], + nLevels[col], &(wvtfilter[col==0?0:1])); + if (ret!= DWT_OK) +- errorHandler("DWT Error Code %d\n", ret); ++ errorHandler((char*)"DWT Error Code %d\n", ret); + + for (k=0,y=0; y> (col>0 ? 1 : 0); + + if ((picptr[col].data = (unsigned char *)malloc(sizeof(unsigned char)*h*w)) == NULL ) +- errorHandler("Couldn't allocate memory to image data\n"); ++ errorHandler((char*)"Couldn't allocate memory to image data\n"); + if ((picptr[col].mask = (unsigned char *)malloc(sizeof(unsigned char)*h*w)) == NULL ) +- errorHandler("Couldn't allocate memory to image data\n"); ++ errorHandler((char*)"Couldn't allocate memory to image data\n"); + } + + *Image = picptr; +@@ -2109,7 +2109,7 @@ + wvtfilter); + + if(target_shape_layer > target_spatial_layer) { +- noteWarning("Shape has less spatial layers than target,\n forced to use shape spatial layers.\n"); ++ noteWarning((char*)"Shape has less spatial layers than target,\n forced to use shape spatial layers.\n"); + if(mzte_codec.m_iQuantType == 2) { + for(i=0;i< mzte_codec.m_iSpatialLev;i++) { + if( mzte_codec.m_lastWvtDecompInSpaLayer[i][0] > mzte_codec.m_iWvtDecmpLev -1 - target_shape_layer){ Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_vtcenc_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_vtcenc_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_main_vtcenc_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,321 @@ +--- common/video/iso-mpeg4/src/vtc_main_vtcenc.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_main_vtcenc.cpp 2009-11-19 02:54:25.000000000 -0700 +@@ -379,7 +379,7 @@ + emit_bits((UShort)MARKER_BIT, 1); /* marker_bit */ + emit_bits((UShort)mzte_codec.m_iHeight, 15); /* object_height */ + emit_bits((UShort)MARKER_BIT, 1); /* marker_bit */ +- noteProgress("Merge Shape Bitstream ...."); ++ noteProgress((char*)"Merge Shape Bitstream ...."); + // MergeShapeBitstream(); + } + } +@@ -582,7 +582,7 @@ + if ( mzte_codec.m_tiling_disable == 1 && SkipShape == 0 ){ // @@@@@@@ + // FPDAM end: added by Sharp + //begin: added by SL at Sarnoff (03/03/99) +- noteProgress("Encoding Shape Bitstream ...."); ++ noteProgress((char*)"Encoding Shape Bitstream ...."); + ShapeEnCoding(mzte_codec.m_Image[0].mask, mzte_codec.m_iWidth, mzte_codec.m_iHeight, + mzte_codec.m_iWvtDecmpLev, + mzte_codec.m_iSTOConstAlpha, +@@ -664,7 +664,7 @@ + { + Int col, err; + +- noteProgress("Encoding DC coefficients...."); ++ noteProgress((char*)"Encoding DC coefficients...."); + + for (col=0; col>16,16); + emit_bits((UShort)texture_snr_layer_start_code,16); + emit_bits((UShort)texture_snr_layer_id++,5); + } + else +- noteProgress("Encoding Multi-Quant Mode Layer without SNR start code...."); ++ noteProgress((char*)"Encoding Multi-Quant Mode Layer without SNR start code...."); + +- noteProgress("Multi-Quant Mode - Spatial %d, SNR %d", spa_lev,snr_lev); ++ noteProgress((char*)"Multi-Quant Mode - Spatial %d, SNR %d", spa_lev,snr_lev); + + for(col=0; + col < NCOL; + col++) + { +- noteDetail("width=%d height=%d",mzte_codec.m_SPlayer[col].width, ++ noteDetail((char*)"width=%d height=%d",mzte_codec.m_SPlayer[col].width, + mzte_codec.m_SPlayer[col].height); + + /* Set global color variable */ +@@ -869,7 +869,7 @@ + /* Set quant value */ + snr_image=&(mzte_codec.m_SPlayer[col].SNRlayer.snr_image); + snr_image->quant = mzte_codec.m_Qinfo[col][spa_lev].Quant[snr_lev]; +- noteDebug("AC quant=%d", ++ noteDebug((char*)"AC quant=%d", + mzte_codec.m_Qinfo[col][spa_lev].Quant[snr_lev]); + + /* initialization of spatial dimensions for each color component */ +@@ -879,11 +879,11 @@ + /* get maximum residual value - this one is derived from user Q inputs not + actual values. Also assign skip modes. */ + updateResidMaxAndAssignSkips(col); +- noteDebug("resid_max=%d\n",snr_image->residual_max); ++ noteDebug((char*)"resid_max=%d\n",snr_image->residual_max); + + /* quantize and mark zerotree structure for AC coefficients */ + if (encQuantizeAndMarkAC(col)) +- errorHandler("encQuantizeAndMarkAC"); ++ errorHandler((char*)"encQuantizeAndMarkAC"); + + // Put_Quant_and_Max(snr_image); // hjlee 0901 + Put_Quant_and_Max(snr_image,spa_lev,col); // hjlee 0901 +@@ -900,7 +900,7 @@ + + /* Update states of AC coefficients */ + if (encUpdateStateAC(mzte_codec.m_iCurColor)) +- errorHandler("encUpdateStateAC"); ++ errorHandler((char*)"encUpdateStateAC"); + } + } + +@@ -914,12 +914,12 @@ + // hjlee 0901 + /*------- AC: Initialize QList Structure -------*/ + if ((err=ztqQListInit())) +- errorHandler("Allocating memory for QList information."); ++ errorHandler((char*)"Allocating memory for QList information."); + + /* Initialize coeffs */ + setSpatialLevelAndDimensions(0,0); + if ((err=ztqInitAC(0,0))) +- errorHandler("ztqInitAC"); ++ errorHandler((char*)"ztqInitAC"); + + if (mzte_codec.m_iColors > 1) + { +@@ -928,7 +928,7 @@ + else + setSpatialLevelAndDimensions(0,1); + if ((err=ztqInitAC(0,1))) +- errorHandler("ztqInitAC"); ++ errorHandler((char*)"ztqInitAC"); + } + if (mzte_codec.m_iColors > 2) + { +@@ -937,7 +937,7 @@ + else + setSpatialLevelAndDimensions(0,2); + if ((err=ztqInitAC(0,2))) +- errorHandler("ztqInitAC"); ++ errorHandler((char*)"ztqInitAC"); + } + + +@@ -993,7 +993,7 @@ + #endif + abort(); + if ((bitfile=fopen(fname,"wb"))==NULL) +- errorHandler("Can't open file '%s' for writing.",fname); ++ errorHandler((char*)"Can't open file '%s' for writing.",fname); + } + + /* initialize the buffer */ +@@ -1129,7 +1129,7 @@ + + /*------- DC: Open and initialize bitstream file -------*/ + if ((bitfile=fopen(mzte_codec.m_cBitFile,"wb"))==NULL) +- errorHandler("Can't open file '%s' for writing.", ++ errorHandler((char*)"Can't open file '%s' for writing.", + mzte_codec.m_cBitFile); + + /* for PEZW, always enabled */ +@@ -1213,7 +1213,7 @@ + anafilter = (FILTER **) malloc(sizeof(FILTER *)*mzte_codec.m_iWvtDecmpLev); + synfilter = (FILTER **) malloc(sizeof(FILTER *)*mzte_codec.m_iWvtDecmpLev); + if(anafilter == NULL || synfilter == NULL) +- errorHandler("Error allocating memory for filters\n"); ++ errorHandler((char*)"Error allocating memory for filters\n"); + for(i=0;i>1)*(Width[col]>>l)+(j>>1)] = DWT_IN; +@@ -165,16 +165,16 @@ + origin_x[col]>>l, origin_y[col]>>l, 0, + (usemask)?(STO_const_alpha?STO_const_alpha_value:MASK_VAL):RECTANGULAR,(col==0)?0:127); + if(ret!= DWT_OK) +- errorHandler("DWT Error code %d", ret); ++ errorHandler((char*)"DWT Error code %d", ret); + + ptr = recimage[col]; + w = rwidth[col]; + h = rheight[col]; + if ( col == 0 ) +- noteProgress("Writing the reconstruction image: '%s(%dx%d)'",recImgFile,w,h); ++ noteProgress((char*)"Writing the reconstruction image: '%s(%dx%d)'",recImgFile,w,h); + for (i=0; i>1)*(Width[col]>>l)+(j>>1)] = DWT_IN; +@@ -317,7 +317,7 @@ + // FPDAM begin: modified by Sharp + + if(ret!= DWT_OK) +- errorHandler("DWT Error code %d", ret); ++ errorHandler((char*)"DWT Error code %d", ret); + + ptr = recimage[col]; + w = rwidth[col]; +@@ -379,7 +379,7 @@ + + fp = fopen(recImgFile, "w"); + +- noteProgress("Writing reconstructed image '%s'(%dx%d) ...",recImgFile, dWidth[0], dHeight[0]); ++ noteProgress((char*)"Writing reconstructed image '%s'(%dx%d) ...",recImgFile, dWidth[0], dHeight[0]); + for ( col=0; col R) >> 16) * cLPS; + if(c0 == 0 || c0==65536) return; + else if(c0==65537) +- errorHandler("Impossible context occured\n"); ++ errorHandler((char*)"Impossible context occured\n"); + if (bit == LPS) { + coder -> L += coder->R - rLPS; + coder -> R = rLPS; +@@ -272,7 +272,7 @@ + if(c0 == 0) return (1); + else if(c0==65536) return(0); + else if(c0==65537) +- errorHandler("Impossible context occured\n"); ++ errorHandler((char*)"Impossible context occured\n"); + rLPS = (decoder -> R >> 16) * cLPS; + if ( (decoder -> V - decoder -> L) >= (decoder -> R - rLPS) ) { + bit = LPS; Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_shape_ShapeDecoding_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_shape_ShapeDecoding_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_shape_ShapeDecoding_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,74 @@ +--- common/video/iso-mpeg4/src/vtc_shape_ShapeDecoding.cpp.orig 2005-05-04 13:56:00.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_shape_ShapeDecoding.cpp 2009-11-19 03:25:29.000000000 -0700 +@@ -99,7 +99,7 @@ + recmask = (UChar *) + malloc(coded_width*coded_height*sizeof(UChar)); + if(outmask == NULL || recmask == NULL) { +- errorHandler("Memory allocation failed\n"); ++ errorHandler((char*)"Memory allocation failed\n"); + } + + #if 1 +@@ -112,7 +112,7 @@ + if(!startCodeEnable) { + codedLevels = GetBitsFromStream_Still(4); + if(GetBitsFromStream_Still(1)!=MARKER_BIT) +- errorHandler("Incorrect Marker bit in shape enhanced layer decoding.\n"); ++ errorHandler((char*)"Incorrect Marker bit in shape enhanced layer decoding.\n"); + /* if(*targetLevel < levels-codedLevels ) */ + *targetLevel = levels-codedLevels; + } +@@ -144,7 +144,7 @@ + /* errorHandler("Error in retrieving TEXTURE_SPATIAL_START_CODE\n"); */ + GetBitsFromStream_Still(5); + if(GetBitsFromStream_Still(1)!= MARKER_BIT) +- errorHandler("Incorrect Marker bit in the end of Shape Bitstream\n"); ++ errorHandler((char*)"Incorrect Marker bit in the end of Shape Bitstream\n"); + } + // FPDAM begin: deleted by Sharp + /* +@@ -183,7 +183,7 @@ + *constAlphaValue = (UChar) GetBitsFromStream_Still(8); + // *shapeScalable = GetBitsFromStream_Still(1); // FPDAM : deleted by Sharp + if(GetBitsFromStream_Still(1)!=MARKER_BIT) +- errorHandler("Incorrect Marker bit in header decoding.\n"); ++ errorHandler((char*)"Incorrect Marker bit in header decoding.\n"); + return(0); + + } +@@ -201,7 +201,7 @@ + ShapeBaseDeCoding(outmask, w, h, change_CR_disable); + + if(GetBitsFromStream_Still(1)!=MARKER_BIT) +- errorHandler("Incorrect Marker bit in shape base layer decoding.\n"); ++ errorHandler((char*)"Incorrect Marker bit in shape base layer decoding.\n"); + return(0); + } + +@@ -224,7 +224,7 @@ + GetBitsFromStream_Still(32); + GetBitsFromStream_Still(5); + if(GetBitsFromStream_Still(1)!=MARKER_BIT) +- errorHandler("Incorrect Marker bit in shape enhanced layer decoding.\n"); ++ errorHandler((char*)"Incorrect Marker bit in shape enhanced layer decoding.\n"); + } + + w = (coded_width >>k); +@@ -236,7 +236,7 @@ + half_mask = (UChar *) calloc(w*h2, sizeof(UChar)); + cur_mask = (UChar *) calloc(w2*h2, sizeof(UChar)); + if(low_mask==NULL || cur_mask==NULL || half_mask==NULL){ +- errorHandler("memory alloc. error: spa_mask!\n"); ++ errorHandler((char*)"memory alloc. error: spa_mask!\n"); + } + + for(l=0;lDWT_Type == 0){ + if(((Short*)filter->LPCoeff)[i] != + ((Short*)filter->LPCoeff)[filter->LPLength-i-1]) +- errorHandler("Lowpass filter is not symmetric.\n"); ++ errorHandler((char*)"Lowpass filter is not symmetric.\n"); + } + else + if(((double*)filter->LPCoeff)[i] != + ((double*)filter->LPCoeff)[filter->LPLength-i-1]) +- errorHandler("Lowpass filter is not symmetric.\n"); ++ errorHandler((char*)"Lowpass filter is not symmetric.\n"); + + + /* -------- check highpass filter ---------- */ + half=filter->HPLength>>1; + /* check for error */ + if(half<<1==filter->HPLength && filter->DWT_Class==DWT_ODD_SYMMETRIC) +- errorHandler("Lowpass filter has odd taps, while highpass filter has even"\ ++ errorHandler((char*)"Lowpass filter has odd taps, while highpass filter has even"\ + " taps->\n"); + if(half<<1!=filter->HPLength && filter->DWT_Class==DWT_EVEN_SYMMETRIC) +- errorHandler("Lowpass filter has even taps, while highpass filter has odd"\ ++ errorHandler((char*)"Lowpass filter has even taps, while highpass filter has odd"\ + " taps.\n"); + + if(filter->DWT_Class==DWT_ODD_SYMMETRIC){ /* ODD_SYMMETRIC, symmetric */ +@@ -127,24 +127,24 @@ + if(filter->DWT_Type == 0){ + if(((Short*)filter->HPCoeff)[i] != + ((Short*)filter->HPCoeff)[filter->HPLength-i-1]) +- errorHandler("Highpass filter is not symmetric.\n"); ++ errorHandler((char*)"Highpass filter is not symmetric.\n"); + } + else + if(((double*)filter->HPCoeff)[i] != + ((double*)filter->HPCoeff)[filter->HPLength-i-1]) +- errorHandler("Highpass filter is not symmetric.\n"); ++ errorHandler((char*)"Highpass filter is not symmetric.\n"); + } + else{ /* EVEN_SYMMETRIC, antisymmetric */ + for(i=0;iDWT_Type == 0){ + if(((Short*)filter->HPCoeff)[i] !=- + ((Short*)filter->HPCoeff)[filter->HPLength-i-1]) +- errorHandler("Highpass filter is not antisymmetric.\n"); ++ errorHandler((char*)"Highpass filter is not antisymmetric.\n"); + } + else + if(((double*)filter->HPCoeff)[i] !=- + ((double*)filter->HPCoeff)[filter->HPLength-i-1]) +- errorHandler("Highpass filter is not antisymmetric.\n"); ++ errorHandler((char*)"Highpass filter is not antisymmetric.\n"); + } + + } +@@ -222,7 +222,7 @@ + /* hjlee 0901 */ + filter = (FILTER *)malloc(sizeof(FILTER)); + if(filter == NULL) +- errorHandler("Memory allocation error\n"); ++ errorHandler((char*)"Memory allocation error\n"); + filter->DWT_Type = (type ==0)? DWT_INT_TYPE: DWT_DBL_TYPE; + + +@@ -236,7 +236,7 @@ + LPS=(Short *)malloc(sizeof(Short)*filter->LPLength); + HPS=(Short *)malloc(sizeof(Short)*filter->HPLength); + if(LPS==NULL || HPS==NULL) +- errorHandler("Cannot allocate memory to download wavelet filters\n"); ++ errorHandler((char*)"Cannot allocate memory to download wavelet filters\n"); + filter->LPCoeff=LPS; + filter->HPCoeff=HPS; + } +@@ -244,7 +244,7 @@ + LPD=(double *)malloc(sizeof(double)*filter->LPLength); + HPD=(double *)malloc(sizeof(double)*filter->HPLength); + if(LPD==NULL || HPD==NULL) +- errorHandler("Cannot allocate memory to download wavelet filters\n"); ++ errorHandler((char*)"Cannot allocate memory to download wavelet filters\n"); + filter->LPCoeff=LPD; + filter->HPCoeff=HPD; + } Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ac_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ac_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ac_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,80 @@ +--- common/video/iso-mpeg4/src/vtc_zte_ac.cpp.orig 2005-05-04 13:56:01.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_zte_ac.cpp 2009-11-19 03:56:59.000000000 -0700 +@@ -157,7 +157,7 @@ + (ace->bitCount)++; + if (!(ace->bitsLeft)) { + if (!(ace->bitstream)) +- errorHandler("Failure to allocate space for array Bitstream " \ ++ errorHandler((char*)"Failure to allocate space for array Bitstream " \ + "in ac_encoder structure"); + switch (flag=(ace->bitstreamLength>=MAX_BUFFER)) { + case 1: +@@ -208,7 +208,7 @@ + ace->bitstreamLength = 0; + ace->bitstream=(BYTETYPE *)malloc((MAX_BUFFER+10)*sizeof(BYTETYPE)); + if (ace->bitstream == NULL) +- errorHandler("can't allocate memory for ace->bitstream"); ++ errorHandler((char*)"can't allocate memory for ace->bitstream"); + // assert((ace->bitstream=(BYTETYPE *)malloc((MAX_BUFFER+10)*sizeof(BYTETYPE)))); + zeroStrLen=0; + +@@ -271,7 +271,7 @@ + register long bitCount; + //static int count=0; + if (sym<0 || sym>=acm->nsym) +- errorHandler("Invalid symbol passed to mzte_ac_encode_symbol " \ ++ errorHandler((char*)"Invalid symbol passed to mzte_ac_encode_symbol " \ + "(sym=%d while nsym=%d)", + sym,acm->nsym); + +@@ -340,7 +340,7 @@ + zeroStrLen+=(!t)?1:-zeroStrLen; + if(zeroStrLen==STUFFING_CNT) { + if (!mzte_input_bit(acd)) +- errorHandler("Error in decoding stuffing bits " \ ++ errorHandler((char*)"Error in decoding stuffing bits " \ + "(must be 1 after %d 0's)",STUFFING_CNT); + zeroStrLen=0; + } +@@ -363,7 +363,7 @@ + + /* remove first stuffing bit */ + if(!get_X_bits(1)) +- errorHandler("Error in extracting the stuffing bit at the\n"\ ++ errorHandler((char*)"Error in extracting the stuffing bit at the\n"\ + "beginning of arithmetic decoding"\ + "refer mzte_encoder_init in ac.c)"); + +@@ -392,7 +392,7 @@ + restore_arithmetic_offset(acd->bitsLeft); + acd->bitCount += acd->bitsLeft; + if ((acd->bitCount)%8) +- errorHandler("Did not get alignment in arithmetic decoding"); ++ errorHandler((char*)"Did not get alignment in arithmetic decoding"); + } + + Int CVTCDecoder::mzte_ac_decode_symbol(ac_decoder *acd,ac_model *acm) +@@ -457,12 +457,12 @@ + acm->adapt = adapt; + + if ((acm->freq=(UShort *)malloc(nsym*sizeof(UShort)))==NULL) +- errorHandler("Can't allocate %d bytes for acm->freq in " \ ++ errorHandler((char*)"Can't allocate %d bytes for acm->freq in " \ + "mzte_ac_model_init.", + nsym*sizeof(UShort)); + + if ((acm->cfreq=(UShort *) malloc((nsym+1)*sizeof(UShort)))==NULL) +- errorHandler("Can't allocate %d bytes for acm->cfreq in " \ ++ errorHandler((char*)"Can't allocate %d bytes for acm->cfreq in " \ + "mzte_ac_model_init.", + (nsym+1)*sizeof(UShort)); + +@@ -484,7 +484,7 @@ + } + } + if (acm->cfreq[0] > acm->Max_frequency) +- errorHandler("error in acm->cfreq[0]"); ++ errorHandler((char*)"error in acm->cfreq[0]"); + } + else { + for (i=0; i < nsym; i++) { Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_bitpack_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_bitpack_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_bitpack_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,29 @@ +--- common/video/iso-mpeg4/src/vtc_zte_bitpack.cpp.orig 2005-05-04 13:56:01.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_zte_bitpack.cpp 2009-11-19 03:50:46.000000000 -0700 +@@ -428,7 +428,7 @@ + + /* test if enough bits */ + if(n>MAXLOOKBITS) +- errorHandler("LookBitsFromStream() can only return a maximum of "\ ++ errorHandler((char*)"LookBitsFromStream() can only return a maximum of "\ + "%d bits.\n", MAXLOOKBITS); + + if(buffer_length16) */ + /* errorHandler("Cannot rewind more than 16 bits yet."); */ + if(bit_num>64) +- errorHandler("Cannot rewind %d bits. Rewinded bit_num=%d.",nbits,bit_num); ++ errorHandler((char*)"Cannot rewind %d bits. Rewinded bit_num=%d.",nbits,bit_num); + } + + Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ztscanUtil_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ztscanUtil_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_zte_ztscanUtil_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,38 @@ +--- common/video/iso-mpeg4/src/vtc_zte_ztscanUtil.cpp.orig 2005-05-04 13:56:01.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_zte_ztscanUtil.cpp 2009-11-19 04:28:52.000000000 -0700 +@@ -117,7 +117,7 @@ + { + if ((acmBPMag[col][l] + =(ac_model *)calloc(WVTDECOMP_NUMBITPLANES(col,l),sizeof(ac_model)))==NULL&& WVTDECOMP_NUMBITPLANES(col,l)!=0) // modified by Sharp (99/5/10) +- errorHandler("Can't alloc acmBPMag in probModelInitSQ."); ++ errorHandler((char*)"Can't alloc acmBPMag in probModelInitSQ."); + for(i=0;iD found packet at [TU_%d,TU_%d], l=%d bits",TU_first, ++ noteProgress((char*)" ==>D found packet at [TU_%d,TU_%d], l=%d bits",TU_first, + TU_last,packet_size-16); + + if(mzte_codec.m_iScanDirection==0){ /* TD */ +@@ -2022,7 +2022,7 @@ + if(packet_size-16-prev_segs_size<(Int)mzte_codec.m_usSegmentThresh) + return 2; + +- noteProgress("\tDecode segment marker."); ++ noteProgress((char*)"\tDecode segment marker."); + + prev_segs_size=packet_size-16; + +@@ -2111,7 +2111,7 @@ + + if(LTU==TU_last){ + if(errSignal ==0) +- noteProgress(" ==>D found packet at [TU_%d,TU_%d], l=%d bits", ++ noteProgress((char*)" ==>D found packet at [TU_%d,TU_%d], l=%d bits", + TU_first,TU_last,packet_size-16); + + for (i=0; iE packet [TU_%d,TU_%d], l=%d bits",TU_first,TU_last, ++ noteProgress((char*)" ==>E packet [TU_%d,TU_%d], l=%d bits",TU_first,TU_last, + packet_size+ace.bitCount+ace.followBits); + + if(mzte_codec.m_iScanDirection == 0) +@@ -2043,7 +2043,7 @@ + + if(packet_size+ace.bitCount+ace.followBits>= + mzte_codec.m_usPacketThresh){ +- noteProgress(" ==>E packet [TU_%d,TU_%d], l=%d bits",TU_first,TU_last, ++ noteProgress((char*)" ==>E packet [TU_%d,TU_%d], l=%d bits",TU_first,TU_last, + packet_size+ace.bitCount+ace.followBits); + + for (i=0; i> (int)(c!=0); + width = mzte_codec.m_iWidth >> (int)(c!=0); + +- noteDebug("Image: Width=%d, Height=%d", width, height); ++ noteDebug((char*)"Image: Width=%d, Height=%d", width, height); + + for (y = 0; y < height; ++y) + for (x = 0; x < width; ++x) +@@ -263,7 +263,7 @@ + } + } + +- noteDetail("Completed Initializing of AC coefficient information."); ++ noteDetail((char*)"Completed Initializing of AC coefficient information."); + + return err; + } Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_QMUtils_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_QMUtils_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_QMUtils_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,89 @@ +--- common/video/iso-mpeg4/src/vtc_ztq_QMUtils.cpp.orig 2005-05-04 13:56:01.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_ztq_QMUtils.cpp 2009-11-19 04:49:28.000000000 -0700 +@@ -314,7 +314,7 @@ + COEFF_STATE(x,y,c) = S_VAL; + break; + default: +- errorHandler("updateState: type %d for state %d is invalid.", ++ errorHandler((char*)"updateState: type %d for state %d is invalid.", + type, COEFF_STATE(x,y,c)); + } + break; +@@ -328,7 +328,7 @@ + COEFF_STATE(x,y,c) = S_VAL; + break; + default: +- errorHandler("updateState: type %d for state %d is invalid.", ++ errorHandler((char*)"updateState: type %d for state %d is invalid.", + type, COEFF_STATE(x,y,c)); + } + break; +@@ -342,7 +342,7 @@ + COEFF_STATE(x,y,c) = S_VAL; + break; + default: +- errorHandler("updateState: type %d for state %d is invalid.", ++ errorHandler((char*)"updateState: type %d for state %d is invalid.", + type, COEFF_STATE(x,y,c)); + } + break; +@@ -361,7 +361,7 @@ + COEFF_STATE(x,y,c) = S_LVZTR; + break; + default: +- errorHandler("updateState: type %d for state %d is invalid.", ++ errorHandler((char*)"updateState: type %d for state %d is invalid.", + type, COEFF_STATE(x,y,c)); + } + break; +@@ -370,7 +370,7 @@ + case S_LVZTR: + break; + default: +- errorHandler("updateState: state %d is invalid.", COEFF_STATE(x,y,c)); ++ errorHandler((char*)"updateState: state %d is invalid.", COEFF_STATE(x,y,c)); + } + } + +@@ -458,7 +458,7 @@ + Int oldWidth, oldHeight; + Int xLeafStart, yLeafStart; + +- noteDetail("Updating new coefficients in spatial layer for col %d....",c); ++ noteDetail((char*)"Updating new coefficients in spatial layer for col %d....",c); + + oldWidth = mzte_codec.m_spaLayerWidth[mzte_codec.m_iCurSpatialLev][c]>>1; + oldHeight = mzte_codec.m_spaLayerHeight[mzte_codec.m_iCurSpatialLev][c]>>1; +@@ -486,7 +486,7 @@ + COEFF_STATE(x,y,c) = S_INIT; + break; + default: +- errorHandler("Non-leaf state (%d) for leaf coefficient at"\ ++ errorHandler((char*)"Non-leaf state (%d) for leaf coefficient at"\ + "(x=%d, y=%d).", + COEFF_STATE(x, y,c), x, y); + } +@@ -510,7 +510,7 @@ + COEFF_STATE(x,y,c) = S_INIT; + break; + default: +- errorHandler("Non-leaf state (%d) for leaf coefficient at"\ ++ errorHandler((char*)"Non-leaf state (%d) for leaf coefficient at"\ + "(x=%d, y=%d).", + COEFF_STATE(x, y,c), x, y); + } +@@ -534,12 +534,12 @@ + COEFF_STATE(x,y,c) = S_INIT; + break; + default: +- errorHandler("Non-leaf state (%d) for leaf coefficient at"\ ++ errorHandler((char*)"Non-leaf state (%d) for leaf coefficient at"\ + "(x=%d, y=%d).", + COEFF_STATE(x, y,c), x, y); + } + +- noteDetail("Completed updating new coefficients in spatial layer."); ++ noteDetail((char*)"Completed updating new coefficients in spatial layer."); + + } + Added: trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_decQM_cpp.diff =================================================================== --- trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_decQM_cpp.diff (rev 0) +++ trunk/dports/audio/mpeg4ip/files/patch-common-video-iso-mpeg4-src-vtc_ztq_decQM_cpp.diff 2009-12-03 20:08:08 UTC (rev 61169) @@ -0,0 +1,106 @@ +--- common/video/iso-mpeg4/src/vtc_ztq_decQM.cpp.orig 2005-05-04 13:56:01.000000000 -0600 ++++ common/video/iso-mpeg4/src/vtc_ztq_decQM.cpp 2009-11-19 04:23:19.000000000 -0700 +@@ -193,7 +193,7 @@ + err=0; + + /* loop through DC */ +- noteDetail("Inverse Quantizing DC band...."); ++ noteDetail((char*)"Inverse Quantizing DC band...."); + for (x = 0; x < mzte_codec.m_iDCWidth; ++x) + for (y = 0; y < mzte_codec.m_iDCHeight; ++y) + { +@@ -202,7 +202,7 @@ + COEFF_RECVAL(x,y,c) = COEFF_VAL(x,y,c) * mzte_codec.m_iQDC[c]; + } + +- noteDetail("Completed inverse Quantizing DC bands."); ++ noteDetail((char*)"Completed inverse Quantizing DC bands."); + + return err; + } +@@ -243,13 +243,13 @@ + err=0; + + /* loop through DC */ +- noteDetail("Inverse quantizing AC bands...."); ++ noteDetail((char*)"Inverse quantizing AC bands...."); + for (x = 0; x < mzte_codec.m_iDCWidth; ++x) + for (y = 0; y < mzte_codec.m_iDCHeight; ++y) + { + if ((nc = findChild(x, y, xc, yc,c)) != 3) + { +- noteError("DC band coefficient has %d children instead of 3.", nc); ++ noteError((char*)"DC band coefficient has %d children instead of 3.", nc); + exit(-1); + } + +@@ -258,7 +258,7 @@ + iQuantizeCoeffs(xc[2], yc[2],c); + } + +- noteDetail("Completed inverse quantizing of AC bands."); ++ noteDetail((char*)"Completed inverse quantizing of AC bands."); + + return err; + } +@@ -276,7 +276,7 @@ + err=0; + + /* loop through DC */ +- noteDetail("Inverse quantizing AC bands (difference)...."); ++ noteDetail((char*)"Inverse quantizing AC bands (difference)...."); + + hend=mzte_codec.m_SPlayer[c].height; + wend=mzte_codec.m_SPlayer[c].width; +@@ -301,7 +301,7 @@ + for(w=0;w From portindex at macports.org Thu Dec 3 12:54:12 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 12:54:12 -0800 (PST) Subject: [61170] trunk/dports Message-ID: <20091203205414.D964B3785DFB@beta.macosforge.org> Revision: 61170 http://trac.macports.org/changeset/61170 Author: portindex at macports.org Date: 2009-12-03 12:54:09 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6413 Ports successfully parsed: 6413 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 20:08:08 UTC (rev 61169) +++ trunk/dports/PortIndex 2009-12-03 20:54:09 UTC (rev 61170) @@ -462,8 +462,8 @@ variants {ffmpeg mod modplug macosx darwin_10 universal} depends_build path:bin/pkg-config:pkgconfig portdir audio/mpd description {Music Player Daemon} homepage http://www.musicpd.org/ epoch 0 platforms darwin depends_lib {port:audiofile port:faad2 port:flac path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv lib:libmad.0:libmad lib:libid3tag.0:libid3tag port:libmpcdec port:libogg port:libvorbis port:zlib} name mpd long_description {Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.} maintainers {milosh rmsfisher openmaintainer} categories audio version 0.15.6 revision 0 mpd-devel 825 variants {aac flac macosx universal} depends_build path:bin/pkg-config:pkgconfig portdir audio/mpd-devel description {Music Player Daemon} homepage http://www.musicpd.org/ epoch 0 platforms darwin depends_lib {lib:libmad.0:libmad lib:libid3tag.0:libid3tag port:libiconv port:zlib port:libogg port:libvorbis port:faad2} name mpd-devel long_description {Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.} maintainers {sfiera openmaintainer} categories audio version 0.13.2 revision 0 -mpeg4ip 294 -portdir audio/mpeg4ip description {stub package. now installed with the mp4v2 port.} homepage http://mpeg4ip.sf.net/ epoch 0 platforms darwin name mpeg4ip maintainers nomaintainer long_description {{stub package. now installed with the mp4v2 port.}} version 1.5.0.1 categories audio revision 2 +mpeg4ip 503 +variants universal depends_build {port:libtool port:automake port:autoconf} portdir audio/mpeg4ip description {Mpeg4 library and tools from mpeg4ip} homepage http://mpeg4ip.sf.net/ depends_run lib:libmp4v2:libmp4v2 epoch 0 platforms darwin depends_lib port:libsdl name mpeg4ip long_description {The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text.} maintainers orthogonalspace.ca:reid categories multimedia version 1.5.0.1 revision 3 mpg123 700 variants {macosx darwin_powerpc} portdir audio/mpg123 description {fast mp3 player for linux and unix systems} homepage http://www.mpg123.de/ epoch 0 platforms darwin name mpg123 depends_lib port:libtool long_description {Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or similar CPU is required. Mono and/or reduced quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs. This version uses EsounD on a pure Darwin install and CoreAudio on Mac OS X.} maintainers {gmx.at:astifter openmaintainer} categories audio version 1.9.2 revision 0 mpg321 593 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Dec 3 14:40:18 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 3 Dec 2009 14:40:18 -0800 (PST) Subject: [61171] trunk/dports/aqua Message-ID: <20091203224019.58670378781B@beta.macosforge.org> Revision: 61171 http://trac.macports.org/changeset/61171 Author: ryandesign at macports.org Date: 2009-12-03 14:40:15 -0800 (Thu, 03 Dec 2009) Log Message: ----------- qt4-mac and qt4-mac-devel conflict with kdelibs3; see #20199 Modified Paths: -------------- trunk/dports/aqua/qt4-mac/Portfile trunk/dports/aqua/qt4-mac-devel/Portfile Modified: trunk/dports/aqua/qt4-mac/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac/Portfile 2009-12-03 20:54:09 UTC (rev 61170) +++ trunk/dports/aqua/qt4-mac/Portfile 2009-12-03 22:40:15 UTC (rev 61171) @@ -4,7 +4,7 @@ PortSystem 1.0 name qt4-mac -conflicts qt4-mac-devel libevent +conflicts qt4-mac-devel kdelibs3 libevent version 4.5.3 categories aqua platforms macosx Modified: trunk/dports/aqua/qt4-mac-devel/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-03 20:54:09 UTC (rev 61170) +++ trunk/dports/aqua/qt4-mac-devel/Portfile 2009-12-03 22:40:15 UTC (rev 61171) @@ -4,7 +4,7 @@ PortSystem 1.0 name qt4-mac-devel -conflicts qt4-mac libevent +conflicts qt4-mac kdelibs3 libevent epoch 1 version 4.6.0 categories aqua -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Thu Dec 3 15:25:37 2009 From: snc at macports.org (snc at macports.org) Date: Thu, 3 Dec 2009 15:25:37 -0800 (PST) Subject: [61172] trunk/dports/net Message-ID: <20091203232537.C8B5B378804B@beta.macosforge.org> Revision: 61172 http://trac.macports.org/changeset/61172 Author: snc at macports.org Date: 2009-12-03 15:25:37 -0800 (Thu, 03 Dec 2009) Log Message: ----------- create dev branch for squid3 Modified Paths: -------------- trunk/dports/net/squid3-devel/Portfile trunk/dports/net/squid3-devel/files/patch-cf.data.pre.diff Added Paths: ----------- trunk/dports/net/squid3-devel/ Modified: trunk/dports/net/squid3-devel/Portfile =================================================================== --- trunk/dports/net/squid3/Portfile 2009-12-03 22:40:15 UTC (rev 61171) +++ trunk/dports/net/squid3-devel/Portfile 2009-12-03 23:25:37 UTC (rev 61172) @@ -3,13 +3,13 @@ PortSystem 1.0 -name squid3 -version 3.0.STABLE20 +name squid3-devel +version 3.1.0.15 set branch [join [lrange [split ${version} .] 0 1] .] categories net platforms darwin license GPLv2+ -maintainers jmr openmaintainer +maintainers snc openmaintainer description advanced proxy caching server for http, https, ftp, gopher long_description Squid is a high-performance proxy caching server for \ web clients, supporting FTP, gopher, and HTTP data \ @@ -31,9 +31,9 @@ ftp://ftp.squid-cache.org/pub/squid/ distname squid-${version} -checksums md5 9efcbdda8045d2a9eb5d9915449ef175 \ - sha1 6dc9e5b7766076f32c581b2246719f69809b9ed9 \ - rmd160 dbdcbab1abb068aa64c98492c01ebb26dd6be328 +checksums md5 295f5c6067244cf8537600be0b9841d7 \ + sha1 3d1f2a8490361e037a5eb4f312170a990fb2301f \ + rmd160 44e6a215f67881f19d6a6ebc788e138ec9d31bd3 use_bzip2 yes patchfiles patch-cf.data.pre.diff patch-include_squid_types.h.diff @@ -51,7 +51,7 @@ --with-openssl=${prefix} \ --enable-delay-pools \ --enable-removal-policies \ - --enable-storeio=ufs,aufs,diskd,null \ + --enable-storeio=ufs,aufs,diskd \ --enable-disk-io=AIO,Blocking,DiskDaemon,DiskThreads \ --enable-icap-client \ --with-default-user=squid @@ -115,4 +115,4 @@ livecheck.type regex livecheck.url http://www.squid-cache.org/Versions/v3/${branch}/ -livecheck.regex squid-(${branch}\\.STABLE\[0-9\\.\]+)-RELEASENOTES +livecheck.regex >squid-(${branch}\[.0-9\]+)< Modified: trunk/dports/net/squid3-devel/files/patch-cf.data.pre.diff =================================================================== --- trunk/dports/net/squid3/files/patch-cf.data.pre.diff 2009-12-03 22:40:15 UTC (rev 61171) +++ trunk/dports/net/squid3-devel/files/patch-cf.data.pre.diff 2009-12-03 23:25:37 UTC (rev 61172) @@ -1,13 +1,15 @@ ---- src/cf.data.pre 2005-10-20 19:28:08.000000000 +0200 -+++ src/cf.data.pre 2008-05-29 22:35:11.000000000 +1000 -@@ -715,10 +715,10 @@ +--- src/cf.data.pre.orig 2009-12-03 17:49:37.000000000 -0500 ++++ src/cf.data.pre 2009-12-03 17:50:05.000000000 -0500 +@@ -855,12 +855,12 @@ # We strongly recommend the following be uncommented to protect innocent # web applications running on the proxy server who think the only # one who can access services on "localhost" is a local user -#http_access deny to_localhost +http_access deny to_localhost + # # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS + # - +http_access allow localhost # Example rule allowing access from your local networks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 15:54:10 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 15:54:10 -0800 (PST) Subject: [61173] trunk/dports Message-ID: <20091203235413.469C83788575@beta.macosforge.org> Revision: 61173 http://trac.macports.org/changeset/61173 Author: portindex at macports.org Date: 2009-12-03 15:54:07 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6414 Ports successfully parsed: 6414 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-03 23:25:37 UTC (rev 61172) +++ trunk/dports/PortIndex 2009-12-03 23:54:07 UTC (rev 61173) @@ -5940,6 +5940,8 @@ 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 742 variants {kqueue ipfw_transparent 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.STABLE20 revision 0 +squid3-devel 750 +variants {kqueue ipfw_transparent universal} portdir net/squid3-devel description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid3-devel 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 {snc openmaintainer} categories net version 3.1.0.15 revision 0 ssldump 729 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 nomaintainer 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 ryandesign at macports.org Thu Dec 3 16:38:52 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Thu, 3 Dec 2009 16:38:52 -0800 (PST) Subject: [61174] trunk/dports/sysutils/nrg4iso/Portfile Message-ID: <20091204003853.28D0D3788D03@beta.macosforge.org> Revision: 61174 http://trac.macports.org/changeset/61174 Author: ryandesign at macports.org Date: 2009-12-03 16:38:49 -0800 (Thu, 03 Dec 2009) Log Message: ----------- nrg4iso: make sure we're UsingTheRightCompiler Modified Paths: -------------- trunk/dports/sysutils/nrg4iso/Portfile Modified: trunk/dports/sysutils/nrg4iso/Portfile =================================================================== --- trunk/dports/sysutils/nrg4iso/Portfile 2009-12-03 23:54:07 UTC (rev 61173) +++ trunk/dports/sysutils/nrg4iso/Portfile 2009-12-04 00:38:49 UTC (rev 61174) @@ -29,6 +29,8 @@ build.target ${name} use_parallel_build yes +build.args CC=${configure.cc} + destroot { xinstall -m 775 \ -W ${workpath}/${name} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From boeyms at macports.org Thu Dec 3 21:00:18 2009 From: boeyms at macports.org (boeyms at macports.org) Date: Thu, 3 Dec 2009 21:00:18 -0800 (PST) Subject: [61175] trunk/dports/security/tor-devel/Portfile Message-ID: <20091204050019.2B7673791F7F@beta.macosforge.org> Revision: 61175 http://trac.macports.org/changeset/61175 Author: boeyms at macports.org Date: 2009-12-03 21:00:13 -0800 (Thu, 03 Dec 2009) Log Message: ----------- security/tor-devel: update to latest version (0.2.2.6-alpha). Modified Paths: -------------- trunk/dports/security/tor-devel/Portfile Modified: trunk/dports/security/tor-devel/Portfile =================================================================== --- trunk/dports/security/tor-devel/Portfile 2009-12-04 00:38:49 UTC (rev 61174) +++ trunk/dports/security/tor-devel/Portfile 2009-12-04 05:00:13 UTC (rev 61175) @@ -3,7 +3,7 @@ PortSystem 1.0 name tor-devel -version 0.2.2.2-alpha +version 0.2.2.6-alpha categories security maintainers boeyms openmaintainer description anonymizing overlay network for TCP @@ -19,9 +19,9 @@ master_sites ${homepage}dist/ distname tor-${version} -checksums md5 205f46d7c2646b1f22e231ccc8e443f1 \ - sha1 3beaecd47f4c0d3d5d182ef8d47166a81f9f62eb \ - rmd160 282fdf37293ec24ba1c99beeccbe598cfbcda2df +checksums md5 359c1e1abcbd1ec5a4d851c5b389b58f\ + sha1 18d80442b6045c9af7a7475108760400f5839011\ + rmd160 dfdfe40ae10217a5f8d435582066906a51bbcd18 depends_lib port:libevent port:openssl port:zlib configure.args --with-libevent-dir=${prefix} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 21:54:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 21:54:11 -0800 (PST) Subject: [61176] trunk/dports/PortIndex Message-ID: <20091204055414.748EE37932AA@beta.macosforge.org> Revision: 61176 http://trac.macports.org/changeset/61176 Author: portindex at macports.org Date: 2009-12-03 21:54:08 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6414 Ports successfully parsed: 6414 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 05:00:13 UTC (rev 61175) +++ trunk/dports/PortIndex 2009-12-04 05:54:08 UTC (rev 61176) @@ -10607,7 +10607,7 @@ tor 577 variants universal portdir security/tor description {anonymizing overlay network for TCP} homepage http://www.torproject.org/ epoch 0 platforms darwin name tor depends_lib {port:libevent port:openssl port:zlib} long_description {Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.} maintainers {boeyms openmaintainer} categories security version 0.2.1.19 revision 0 tor-devel 594 -variants universal portdir security/tor-devel description {anonymizing overlay network for TCP} homepage http://www.torproject.org/ epoch 0 platforms darwin name tor-devel depends_lib {port:libevent port:openssl port:zlib} long_description {Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.} maintainers {boeyms openmaintainer} categories security version 0.2.2.2-alpha revision 0 +variants universal portdir security/tor-devel description {anonymizing overlay network for TCP} homepage http://www.torproject.org/ epoch 0 platforms darwin name tor-devel depends_lib {port:libevent port:openssl port:zlib} long_description {Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.} maintainers {boeyms openmaintainer} categories security version 0.2.2.6-alpha revision 0 tripwire 761 variants universal depends_build {port:autoconf port:automake port:libtool} portdir security/tripwire description {integrity assurance and intrusion detection tool} homepage http://sourceforge.net/projects/tripwire/ epoch 0 platforms darwin name tripwire depends_lib port:openssl long_description {Tripwire software is a tool that checks to see what has changed on your system. The program monitors key attributes of files that should not change, including binary signature, size, expected change of size, etc. Tripwire is originally known as an intrusion detection tool, but can be used for many other purposes such as integrity assurance, change management, policy compliance and more.} maintainers nomaintainer categories security version 2.4.1.2 revision 1 unhash 423 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Dec 3 22:19:07 2009 From: jmr at macports.org (jmr at macports.org) Date: Thu, 3 Dec 2009 22:19:07 -0800 (PST) Subject: [61177] trunk/dports/lang/gcc40/Portfile Message-ID: <20091204061908.DFFBF3793751@beta.macosforge.org> Revision: 61177 http://trac.macports.org/changeset/61177 Author: jmr at macports.org Date: 2009-12-03 22:19:02 -0800 (Thu, 03 Dec 2009) Log Message: ----------- gcc40: pass --host as well Modified Paths: -------------- trunk/dports/lang/gcc40/Portfile Modified: trunk/dports/lang/gcc40/Portfile =================================================================== --- trunk/dports/lang/gcc40/Portfile 2009-12-04 05:54:08 UTC (rev 61176) +++ trunk/dports/lang/gcc40/Portfile 2009-12-04 06:19:02 UTC (rev 61177) @@ -49,11 +49,12 @@ #patch.dir ${workpath}/gcc-${version} # the generated compiler doesn't accept -arch -if {[info exists build_arch] && ${os.platform} == "darwin"} { +if {$build_arch != "" && ${os.platform} == "darwin"} { configure.cc_archflags configure.cxx_archflags configure.objc_archflags - configure.pre_args-append --build=${build_arch}-apple-darwin${os.major} + configure.pre_args-append --build=${build_arch}-apple-darwin${os.major} \ + --host=${build_arch}-apple-darwin${os.major} } configure.cmd ${workpath}/gcc-${version}/configure -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Thu Dec 3 23:01:46 2009 From: toby at macports.org (toby at macports.org) Date: Thu, 3 Dec 2009 23:01:46 -0800 (PST) Subject: [61178] trunk/dports/devel/libsdl-devel/Portfile Message-ID: <20091204070147.1E7063795A2B@beta.macosforge.org> Revision: 61178 http://trac.macports.org/changeset/61178 Author: toby at macports.org Date: 2009-12-03 23:01:42 -0800 (Thu, 03 Dec 2009) Log Message: ----------- 5346 Modified Paths: -------------- trunk/dports/devel/libsdl-devel/Portfile Modified: trunk/dports/devel/libsdl-devel/Portfile =================================================================== --- trunk/dports/devel/libsdl-devel/Portfile 2009-12-04 06:19:02 UTC (rev 61177) +++ trunk/dports/devel/libsdl-devel/Portfile 2009-12-04 07:01:42 UTC (rev 61178) @@ -5,7 +5,7 @@ conflicts libsdl name libsdl-devel -version 1.3.0-5319 +version 1.3.0-5346 categories devel multimedia description Cross-platform multi-media development API @@ -22,9 +22,9 @@ maintainers toby master_sites ${homepage}tmp/ -checksums md5 d91c113379c2c6f84533c0ea6e2b0f80 \ - sha1 9353648169fdd844758a2fc0905f69085d2f4ef2 \ - rmd160 55b459023e3dfbea9bccb5382d367fa6ee5d3eae +checksums md5 da563e569428d0d16c7a271acc5eea61 \ + sha1 b045560e8bf4c5467646cf17fefbac1906619194 \ + rmd160 e1b3048f7dfb0f26e34c4b6528f90d9b7d402732 distname SDL-${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Thu Dec 3 23:54:04 2009 From: portindex at macports.org (portindex at macports.org) Date: Thu, 3 Dec 2009 23:54:04 -0800 (PST) Subject: [61179] trunk/dports/PortIndex Message-ID: <20091204075405.DCE5D37973FD@beta.macosforge.org> Revision: 61179 http://trac.macports.org/changeset/61179 Author: portindex at macports.org Date: 2009-12-03 23:54:03 -0800 (Thu, 03 Dec 2009) Log Message: ----------- Total number of ports parsed: 6414 Ports successfully parsed: 6414 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 07:01:42 UTC (rev 61178) +++ trunk/dports/PortIndex 2009-12-04 07:54:03 UTC (rev 61179) @@ -1667,7 +1667,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 8 libsdl-devel 636 -portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel 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 toby categories {devel multimedia} version 1.3.0-5319 revision 0 +portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel 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 toby categories {devel multimedia} version 1.3.0-5346 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 833 -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Thu Dec 3 23:57:35 2009 From: toby at macports.org (toby at macports.org) Date: Thu, 3 Dec 2009 23:57:35 -0800 (PST) Subject: [61180] users/toby/objcports/internal.c Message-ID: <20091204075735.DB452379765E@beta.macosforge.org> Revision: 61180 http://trac.macports.org/changeset/61180 Author: toby at macports.org Date: 2009-12-03 23:57:35 -0800 (Thu, 03 Dec 2009) Log Message: ----------- misc Modified Paths: -------------- users/toby/objcports/internal.c Modified: users/toby/objcports/internal.c =================================================================== --- users/toby/objcports/internal.c 2009-12-04 07:54:03 UTC (rev 61179) +++ users/toby/objcports/internal.c 2009-12-04 07:57:35 UTC (rev 61180) @@ -6,12 +6,11 @@ char * strdup_cf(CFStringRef str) { - CFIndex length, size; + CFIndex size; char *result; - length = CFStringGetLength(str); - size = CFStringGetMaximumSizeForEncoding(length, kCFStringEncodingUTF8) + 1; - result = calloc(size, sizeof(char)); + size = CFStringGetMaximumSizeForEncoding(CFStringGetLength(str), kCFStringEncodingUTF8) + 1; + result = malloc(size); if (result) { if (!CFStringGetCString(str, result, size, kCFStringEncodingUTF8)) { free(result); @@ -30,7 +29,7 @@ int rc; formatstr = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); - + va_start(ap, format); str = CFStringCreateWithFormatAndArguments(NULL, NULL, formatstr, ap); va_end(ap); -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Dec 4 00:04:27 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 4 Dec 2009 00:04:27 -0800 (PST) Subject: [61181] users/toby/objcports Message-ID: <20091204080428.ECA313798425@beta.macosforge.org> Revision: 61181 http://trac.macports.org/changeset/61181 Author: toby at macports.org Date: 2009-12-04 00:04:23 -0800 (Fri, 04 Dec 2009) Log Message: ----------- whitespace Modified Paths: -------------- users/toby/objcports/MPPort.c users/toby/objcports/cftcl.c Modified: users/toby/objcports/MPPort.c =================================================================== --- users/toby/objcports/MPPort.c 2009-12-04 07:57:35 UTC (rev 61180) +++ users/toby/objcports/MPPort.c 2009-12-04 08:04:23 UTC (rev 61181) @@ -9,13 +9,13 @@ struct mp_port_s { CFURLRef _url; - + CFMutableDictionaryRef _variableInfo; CFMutableDictionaryRef _variables; - + CFMutableArrayRef _platforms; CFMutableDictionaryRef _variants; - + Tcl_Interp *_interp; }; @@ -139,10 +139,10 @@ CFArrayRef tmparr; Tcl_Preserve(port->_interp); - + Tcl_CreateObjCommand(port->_interp, "nslog", _nslog, NULL, NULL); // XXX: debugging //Tcl_Eval(_interp, "nslog [info commands]"); - + command_create(port->_interp, "PortSystem", port); command_create(port->_interp, "PortGroup", port); command_create(port->_interp, "platform", port); @@ -183,7 +183,7 @@ CFRelease(tmp); }); CFRelease(tmparr); - + tmparr = mp_port_variables(port); CFArrayApplyBlock2(tmparr, ^(const void *var) { char *s = strdup_cf(var); @@ -191,7 +191,7 @@ free(s); }); CFRelease(tmparr); - + // bogus targets Tcl_CreateObjCommand(port->_interp, "pre-activate", _nslog, NULL, NULL); // XXX: debugging Tcl_CreateObjCommand(port->_interp, "post-activate", _nslog, NULL, NULL); // XXX: debugging @@ -204,7 +204,7 @@ Tcl_CreateObjCommand(port->_interp, "activate", _nslog, NULL, NULL); // XXX: debugging Tcl_CreateObjCommand(port->_interp, "unarchive", _nslog, NULL, NULL); // XXX: debugging Tcl_CreateObjCommand(port->_interp, "post-clean", _nslog, NULL, NULL); // XXX: debugging - + // functions we need to provide (?) Tcl_CreateObjCommand(port->_interp, "variant_isset", _fake_boolean, NULL, NULL); // XXX: debugging Tcl_CreateObjCommand(port->_interp, "variant_set", _fake_boolean, NULL, NULL); // XXX: debugging @@ -212,10 +212,10 @@ Tcl_CreateObjCommand(port->_interp, "strsed", _nslog, NULL, NULL); // XXX: debugging Tcl_CreateObjCommand(port->_interp, "suffix", _nslog, NULL, NULL); // XXX: debugging Tcl_CreateObjCommand(port->_interp, "include", _nslog, NULL, NULL); // XXX: debugging - + // variables that should be constant Tcl_CreateObjCommand(port->_interp, "prefix", _nslog, NULL, NULL); - + CFStringRef pf = mp_port_portfile(port); char *s = strdup_cf(pf); if (Tcl_EvalFile(port->_interp, s) != TCL_OK) { @@ -224,10 +224,10 @@ } free(s); CFRelease(pf); - + Tcl_Release(port->_interp); } while (0); - + return port; } @@ -235,13 +235,13 @@ mp_port_destroy(mp_port_t port) { CFRelease(port->_url); - + CFRelease(port->_variableInfo); CFRelease(port->_variables); - + CFRelease(port->_platforms); CFRelease(port->_variants); - + Tcl_DeleteInterp(port->_interp); free(port); // XXX @@ -256,7 +256,7 @@ CFTypeRef callback; CFStringRef ret; CFStringRef subst = NULL; - + info = CFDictionaryGetValue(port->_variableInfo, name); if (info != NULL) { if ((setValue = CFDictionaryGetValue(port->_variables, name))) { @@ -462,29 +462,29 @@ CFStringRef arch; CFTypeRef tmp; Boolean result = TRUE; - + CFArrayAppendValue(port->_platforms, platform); - + assert(uname(&u) == 0); os = CFStringCreateWithCString(NULL, u.sysname, kCFStringEncodingUTF8); release = CFStringCreateWithCString(NULL, u.release, kCFStringEncodingUTF8); arch = CFStringCreateWithCString(NULL, u.machine, kCFStringEncodingUTF8); - + tmp = CFArrayGetValueAtIndex(platform, 0); if (tmp != kCFNull && CFStringCompare(tmp, os, kCFCompareCaseInsensitive) != kCFCompareEqualTo) { result = FALSE; } - + tmp = CFArrayGetValueAtIndex(platform, 1); if (tmp != kCFNull && CFStringCompare(tmp, release, kCFCompareCaseInsensitive) != kCFCompareEqualTo) { result = FALSE; } - + tmp = CFArrayGetValueAtIndex(platform, 2); if (tmp != kCFNull && CFStringCompare(tmp, arch, kCFCompareCaseInsensitive) != kCFCompareEqualTo) { result = FALSE; } - + CFRelease(os); CFRelease(release); CFRelease(arch); @@ -498,10 +498,10 @@ CFIndex count = CFDictionaryGetCount(port->_variants); const void *keys[count]; CFArrayRef vars; - + CFDictionaryGetKeysAndValues(port->_variants, keys, NULL); vars = CFArrayCreate(NULL, keys, count, &kCFTypeArrayCallBacks); - + return vars; } @@ -534,14 +534,14 @@ CFStringRef os = NULL; CFTypeRef release = kCFNull; CFTypeRef arch = kCFNull; - + if (count < 3 || count > 5) { fprintf(stderr, "bogus platform declaration\n"); return; } - + os = CFArrayGetValueAtIndex(args, 1); - + if (count == 4) { SInt32 rel = CFStringGetIntValue(CFArrayGetValueAtIndex(args, 2)); if (rel != 0) { @@ -554,7 +554,7 @@ release = CFNumberCreate(NULL, kCFNumberIntType, &rel); arch = CFArrayGetValueAtIndex(args, 3); } - + CFMutableArrayRef platform = CFArrayCreateMutable(NULL, 3, &kCFTypeArrayCallBacks); CFArrayAppendValue(platform, os); CFArrayAppendValue(platform, release); @@ -571,21 +571,21 @@ CFStringRef name; CFMutableDictionaryRef props; CFIndex i; - + // variant name [a b c d] {} if (count < 3) { fprintf(stderr, "bogus variant declaration\n"); return; } - + name = CFArrayGetValueAtIndex(args, 1); - + // this isn't quite right, conflicts can take multiple "arguments" props = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); - for (i = 2; i < count - 1; i += 2) { + for (i = 2; i < count - 1; i += 2) { CFDictionarySetValue(props, CFArrayGetValueAtIndex(args, i), CFArrayGetValueAtIndex(args, i + 1)); } - + if (mp_port_test_and_record_variant(port, name, props)) { char *s = strdup_cf(CFArrayGetValueAtIndex(args, count - 1)); Tcl_Eval(port->_interp, s); @@ -627,7 +627,7 @@ CFArrayRef args = CFArrayCreateWithTclObjects(NULL, objv, objc); mp_port_perform_command(clientData, args); CFRelease(args); - + return TCL_OK; } @@ -687,7 +687,7 @@ } CFRelease(args); } - + return TCL_OK; } Modified: users/toby/objcports/cftcl.c =================================================================== --- users/toby/objcports/cftcl.c 2009-12-04 07:57:35 UTC (rev 61180) +++ users/toby/objcports/cftcl.c 2009-12-04 08:04:23 UTC (rev 61181) @@ -15,7 +15,7 @@ CFIndex i; CFStringRef array[count]; CFArrayRef result; - + for (i = 0; i < count; i++) { array[i] = CFStringCreateWithTclObject(allocator, objects[i]); } @@ -31,13 +31,13 @@ { CFIndex count2, i; CFDictionaryRef result; - + if ((count % 2) != 0) { return NULL; } - + count2 = count / 2; - + CFStringRef keys[count2]; CFStringRef values[count2]; for (i = 0; i < count2; i++) { -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Dec 4 00:07:15 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 4 Dec 2009 00:07:15 -0800 (PST) Subject: [61182] users/toby/objcports Message-ID: <20091204080716.11959379868B@beta.macosforge.org> Revision: 61182 http://trac.macports.org/changeset/61182 Author: toby at macports.org Date: 2009-12-04 00:07:12 -0800 (Fri, 04 Dec 2009) Log Message: ----------- whitespace Modified Paths: -------------- users/toby/objcports/MPConfig.m users/toby/objcports/port.m Modified: users/toby/objcports/MPConfig.m =================================================================== --- users/toby/objcports/MPConfig.m 2009-12-04 08:04:23 UTC (rev 61181) +++ users/toby/objcports/MPConfig.m 2009-12-04 08:07:12 UTC (rev 61182) @@ -16,7 +16,7 @@ configFiles = [NSMutableArray arrayWithCapacity:3]; - interp = Tcl_CreateInterp(); + interp = Tcl_CreateInterp(); if (interp && Tcl_EvalFile(interp, "/Library/Tcl/macports1.0/macports_autoconf.tcl") == TCL_OK) { NSString *tmp; tmp = [NSString stringWithUTF8String:Tcl_GetVar(interp, "macports::autoconf::macports_conf_path", 0)]; Modified: users/toby/objcports/port.m =================================================================== --- users/toby/objcports/port.m 2009-12-04 08:04:23 UTC (rev 61181) +++ users/toby/objcports/port.m 2009-12-04 08:07:12 UTC (rev 61182) @@ -41,7 +41,7 @@ url = [NSURL fileURLWithPath:path isDirectory:YES]; port = mp_port_create((CFURLRef)url, NULL); - tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"name") autorelease]; + tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"name") autorelease]; tmp2 = [(id)mp_port_variable(port, (CFStringRef)@"version") autorelease]; tmp3 = [(id)mp_port_variable(port, (CFStringRef)@"categories") autorelease]; fprintf(stdout, "%s @%s (%s)\n", [tmp1 UTF8String], [tmp2 UTF8String], [tmp3 UTF8String]); @@ -58,7 +58,7 @@ tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"long_description") autorelease]; fprintf(stdout, "Description: %s\n", [tmp1 UTF8String]); - + tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"homepage") autorelease]; fprintf(stdout, "Homepage: %s\n", [tmp1 UTF8String]); @@ -66,10 +66,10 @@ tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"depends_build") autorelease]; fprintf(stdout, "Build Dependencies: %s\n", [tmp1 UTF8String]); - + tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"depends_lib") autorelease]; fprintf(stdout, "Library Dependencies: %s\n", [tmp1 UTF8String]); - + tmp1 = [(id)mp_port_variable(port, (CFStringRef)@"platforms") autorelease]; fprintf(stdout, "Platforms: %s\n", [tmp1 UTF8String]); -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Fri Dec 4 00:43:49 2009 From: mww at macports.org (mww at macports.org) Date: Fri, 4 Dec 2009 00:43:49 -0800 (PST) Subject: [61183] trunk/dports/lang Message-ID: <20091204084351.49B773799A2F@beta.macosforge.org> Revision: 61183 http://trac.macports.org/changeset/61183 Author: mww at macports.org Date: 2009-12-04 00:43:45 -0800 (Fri, 04 Dec 2009) Log Message: ----------- new port lang/caml-dypgen, a GLR parser generator for OCaml Added Paths: ----------- trunk/dports/lang/caml-dypgen/ trunk/dports/lang/caml-dypgen/Portfile trunk/dports/lang/caml-dypgen/files/ trunk/dports/lang/caml-dypgen/files/dypgen.sh trunk/dports/lang/caml-dypgen/files/patch-Makefile.diff trunk/dports/lang/caml-dypgen/files/patch-dyplib-Makefile.diff Added: trunk/dports/lang/caml-dypgen/Portfile =================================================================== --- trunk/dports/lang/caml-dypgen/Portfile (rev 0) +++ trunk/dports/lang/caml-dypgen/Portfile 2009-12-04 08:43:45 UTC (rev 61183) @@ -0,0 +1,42 @@ +# $Id$ + +PortSystem 1.0 +name caml-dypgen +version 20091118 +categories lang devel ml +platforms darwin +maintainers mww openmaintainer +description Self-extensible parsers and lexers for the Objective Caml programming language. +long_description ${description} +homepage http://dypgen.free.fr/ +master_sites ${homepage} + +distname dypgen-${version} +use_bzip2 yes + +checksums md5 e5037450094ab0332340e233b323cff6 \ + sha1 df8e4cfc4b148428ebada7c5118a4a71ce26eb6f \ + rmd160 82d181518bd035ec02a4d344cd6635cc743ec828 + +depends_lib port:caml-findlib \ + port:ocaml + +patchfiles patch-Makefile.diff patch-dyplib-Makefile.diff + +use_configure no + +use_parallel_build no + +destroot.args BINDIR=${prefix}/bin + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/examples \ + ${destroot}${prefix}/share/doc/${name} + file copy ${worksrcpath}/demos ${destroot}${prefix}/share/examples/${name} + xinstall -m 644 -W ${worksrcpath} dypgen-doc.pdf CHANGES \ + CREDITS INSTALL Licence_CeCILL-B_V1-en.txt Licence_CeCILL-B_V1-fr.txt \ + ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 ${filespath}/dypgen.sh ${destroot}${prefix}/bin/dypgen + reinplace "s|@prefix@|${prefix}|g" ${destroot}${prefix}/bin/dypgen +} + Property changes on: trunk/dports/lang/caml-dypgen/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: trunk/dports/lang/caml-dypgen/files/dypgen.sh =================================================================== --- trunk/dports/lang/caml-dypgen/files/dypgen.sh (rev 0) +++ trunk/dports/lang/caml-dypgen/files/dypgen.sh 2009-12-04 08:43:45 UTC (rev 61183) @@ -0,0 +1,2 @@ +#!/bin/sh + at prefix@/bin/dypgen.ml --ocamlc "-I @prefix@/lib/ocaml/site-lib/dyp" $* Added: trunk/dports/lang/caml-dypgen/files/patch-Makefile.diff =================================================================== --- trunk/dports/lang/caml-dypgen/files/patch-Makefile.diff (rev 0) +++ trunk/dports/lang/caml-dypgen/files/patch-Makefile.diff 2009-12-04 08:43:45 UTC (rev 61183) @@ -0,0 +1,39 @@ +--- work/dypgen-20091118/Makefile 2009-11-18 19:14:18.000000000 +0100 ++++ Makefile 2009-12-03 21:19:39.000000000 +0100 +@@ -6,7 +6,7 @@ + cd dyplib; $(MAKE) + cd dypgen; $(MAKE) + +-all: ++all: dyp + $(MAKE) dypgen + $(MAKE) examples + +@@ -21,11 +21,11 @@ + done + + install: install_opt +- mkdir -p $(BINDIR) +- cp dypgen/dypgen $(BINDIR) +- cp dyp2gram.pl $(BINDIR) +- chmod +x $(BINDIR)/dyp2gram.pl +- cd dyplib; $(MAKE) install ++ mkdir -p $(DESTDIR)$(BINDIR) ++ cp dypgen/dypgen $(DESTDIR)$(BINDIR)/dypgen.ml ++ cp dyp2gram.pl $(DESTDIR)$(BINDIR) ++ chmod +x $(DESTDIR)$(BINDIR)/dyp2gram.pl ++ cd dyplib; $(MAKE) install DESTDIR=$(DESTDIR) + + install2: install_opt + mkdir -p $(BINDIR) +@@ -35,8 +35,8 @@ + + ifdef CAMLOPT + install_opt: +- mkdir -p $(BINDIR) +- cp dypgen/dypgen.opt $(BINDIR) ++ mkdir -p $(DESTDIR)$(BINDIR) ++ cp dypgen/dypgen.opt $(DESTDIR)$(BINDIR) + else + install_opt: + endif Added: trunk/dports/lang/caml-dypgen/files/patch-dyplib-Makefile.diff =================================================================== --- trunk/dports/lang/caml-dypgen/files/patch-dyplib-Makefile.diff (rev 0) +++ trunk/dports/lang/caml-dypgen/files/patch-dyplib-Makefile.diff 2009-12-04 08:43:45 UTC (rev 61183) @@ -0,0 +1,14 @@ +--- dyplib/Makefile 2009-11-18 19:14:18.000000000 +0100 ++++ dyplib/Makefile 2009-12-03 21:23:07.000000000 +0100 +@@ -19,8 +19,9 @@ + prof: + endif + +-install: uninstall +- $(OCAMLFIND) install dyp META dyp.cma dyp.cmxa dyp.a dyp.cmi ++install: ++ mkdir -p $(DESTDIR)/`$(OCAMLFIND) printconf destdir` ++ $(OCAMLFIND) install -destdir $(DESTDIR)/`$(OCAMLFIND) printconf destdir` dyp META dyp.cma dyp.cmxa dyp.a dyp.cmi dyp.mli + + uninstall: + $(OCAMLFIND) remove dyp -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 00:54:08 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 00:54:08 -0800 (PST) Subject: [61184] trunk/dports Message-ID: <20091204085411.7A7BB379B63B@beta.macosforge.org> Revision: 61184 http://trac.macports.org/changeset/61184 Author: portindex at macports.org Date: 2009-12-04 00:54:05 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6415 Ports successfully parsed: 6415 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 08:43:45 UTC (rev 61183) +++ trunk/dports/PortIndex 2009-12-04 08:54:05 UTC (rev 61184) @@ -4248,6 +4248,8 @@ variants universal portdir lang/blassic description {Blassic is a classic Basic interpreter} homepage http://blassic.org/ epoch 0 platforms darwin name blassic depends_lib port:ncurses long_description {Blassic is a classic Basic interpreter. The line numbers are mandatory, and it has PEEK & POKE. The main goal is to execute programs written in old interpreters, even those that use peculiar control flow constructs or automodifiable code. However, it can be used as a scripting language, and has some not-so-classic instructions. It has graphics modes that are compatible with some classic systems and user defined.} maintainers nomaintainer categories lang version 0.10.0 revision 1 boo 532 depends_build port:nant portdir lang/boo description {object oriented statically typed programming language for CLI} homepage http://boo.codehaus.org/ epoch 0 platforms darwin depends_lib port:mono name boo maintainers nomaintainer long_description {Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.} depends_extract bin:unzip:unzip categories {lang mono} version 0.9.1.3287 revision 0 +caml-dypgen 425 +portdir lang/caml-dypgen description {Self-extensible parsers and lexers for the Objective Caml programming language.} homepage http://dypgen.free.fr/ epoch 0 platforms darwin name caml-dypgen depends_lib {port:caml-findlib port:ocaml} maintainers {mww openmaintainer} long_description {{Self-extensible parsers and lexers for the Objective Caml programming language.}} categories {lang devel ml} version 20091118 revision 0 camlp5 884 variants universal depends_build port:ocaml portdir lang/camlp5 description {Camlp5 is a preprocessor-pretty-printer of OCaml.} homepage http://pauillac.inria.fr/~ddr/camlp5/ epoch 0 platforms darwin name camlp5 long_description {Camlp5 is a preprocessor and pretty-printer for OCaml programs. It also provides parsing and printing tools. As a preprocessor, it allows to: extend the syntax of OCaml, redefine the whole syntax of the language. As a pretty printer, it allows to: display OCaml programs in an elegant way, convert from one syntax to another, check the results of syntax extensions. Camlp5 also provides some parsing and pretty printing tools: extensible grammars, extensible printers, stream parsers and lexers pretty print module. It works as a shell command and can also be used in the OCaml toplevel.} maintainers nomaintainer categories lang version 5.12 revision 0 cbmbasic 454 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Fri Dec 4 06:29:54 2009 From: nox at macports.org (nox at macports.org) Date: Fri, 4 Dec 2009 06:29:54 -0800 (PST) Subject: [61185] trunk/dports/java/dom4j/files/patch-JDK-1.6.diff Message-ID: <20091204142955.66D7537A621D@beta.macosforge.org> Revision: 61185 http://trac.macports.org/changeset/61185 Author: nox at macports.org Date: 2009-12-04 06:29:51 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Fix dom4j patch for SL support committed earlier Modified Paths: -------------- trunk/dports/java/dom4j/files/patch-JDK-1.6.diff Modified: trunk/dports/java/dom4j/files/patch-JDK-1.6.diff =================================================================== --- trunk/dports/java/dom4j/files/patch-JDK-1.6.diff 2009-12-04 08:54:05 UTC (rev 61184) +++ trunk/dports/java/dom4j/files/patch-JDK-1.6.diff 2009-12-04 14:29:51 UTC (rev 61185) @@ -1,6 +1,6 @@ ---- src/java/org/dom4j/dom/DOMAttribute.java.orig 2009-11-28 15:03:09.000000000 +0100 -+++ src/java/org/dom4j/dom/DOMAttribute.java 2009-11-28 17:57:22.000000000 +0100 -@@ -15,6 +15,7 @@ +--- src/java/org/dom4j/dom/DOMAttribute.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMAttribute.java 2009-11-28 17:57:22.000000000 +0100 +@@ -15,6 +15,7 @@ import org.w3c.dom.Document; import org.w3c.dom.NamedNodeMap; import org.w3c.dom.NodeList; @@ -8,7 +8,7 @@ /** *

-@@ -179,6 +180,14 @@ +@@ -179,6 +180,14 @@ public org.w3c.dom.Element getOwnerElement() { return DOMNodeHelper.asDOMElement(getParent()); } @@ -23,9 +23,9 @@ } /* ---- src/java/org/dom4j/dom/DOMDocument.java.orig 2009-11-28 15:03:09.000000000 +0100 -+++ src/java/org/dom4j/dom/DOMDocument.java 2009-11-28 18:11:18.000000000 +0100 -@@ -15,10 +15,12 @@ +--- src/java/org/dom4j/dom/DOMDocument.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMDocument.java 2009-11-28 18:11:18.000000000 +0100 +@@ -15,10 +15,12 @@ import org.w3c.dom.Attr; import org.w3c.dom.CDATASection; @@ -38,7 +38,7 @@ import org.w3c.dom.NodeList; import org.w3c.dom.ProcessingInstruction; -@@ -301,6 +303,85 @@ +@@ -301,6 +303,85 @@ return super.getDocumentFactory(); } } @@ -124,9 +124,9 @@ } /* ---- src/java/org/dom4j/dom/DOMDocumentFactory.java.orig 2009-11-28 15:03:09.000000000 +0100 -+++ src/java/org/dom4j/dom/DOMDocumentFactory.java 2009-11-28 17:51:19.000000000 +0100 -@@ -174,6 +174,11 @@ +--- src/java/org/dom4j/dom/DOMDocumentFactory.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMDocumentFactory.java 2009-11-28 17:51:19.000000000 +0100 +@@ -174,6 +174,11 @@ docType.getPublicId(), docType.getSystemId()); } } @@ -138,9 +138,9 @@ } ---- src/java/org/dom4j/dom/DOMElement.java.orig 2009-11-28 15:03:09.000000000 +0100 -+++ src/java/org/dom4j/dom/DOMElement.java 2009-11-28 17:39:51.000000000 +0100 -@@ -16,11 +16,13 @@ +--- src/java/org/dom4j/dom/DOMElement.java.orig 2009-11-28 15:03:09.000000000 +0100 ++++ src/java/org/dom4j/dom/DOMElement.java 2009-11-28 17:39:51.000000000 +0100 +@@ -16,11 +16,13 @@ import org.dom4j.QName; import org.dom4j.tree.DefaultElement; @@ -154,7 +154,7 @@ /** *

-@@ -389,6 +391,25 @@ +@@ -389,6 +391,25 @@ return getDocumentFactory().createQName(localName, prefix, namespace); } @@ -181,8 +181,8 @@ /* --- src/java/org/dom4j/tree/AbstractCharacterData.java.orig 2005-05-16 15:28:39.000000000 +0200 -+++ src/java/org/dom4j/tree/AbstractCharacterData.java 2009-11-28 17:55:18.000000000 +0100 -@@ -10,6 +10,8 @@ ++++ src/java/org/dom4j/tree/AbstractCharacterData.java 2009-11-28 17:55:18.000000000 +0100 +@@ -10,6 +10,8 @@ import org.dom4j.CharacterData; import org.dom4j.Element; @@ -191,7 +191,7 @@ /** *

* AbstractCharacterData is an abstract base class for tree -@@ -41,6 +43,21 @@ +@@ -41,6 +43,21 @@ public void appendText(String text) { setText(getText() + text); } @@ -213,9 +213,9 @@ } /* ---- src/java/org/dom4j/tree/AbstractNode.java.orig 2009-11-28 17:38:46.000000000 +0100 -+++ src/java/org/dom4j/tree/AbstractNode.java 2009-11-28 18:01:53.000000000 +0100 -@@ -20,6 +20,8 @@ +--- src/java/org/dom4j/tree/AbstractNode.java.orig 2009-11-28 17:38:46.000000000 +0100 ++++ src/java/org/dom4j/tree/AbstractNode.java 2009-11-28 18:01:53.000000000 +0100 +@@ -20,6 +20,8 @@ import org.dom4j.XPath; import org.dom4j.rule.Pattern; @@ -224,7 +224,7 @@ /** *

* AbstractNode is an abstract base class for tree implementors -@@ -231,6 +233,66 @@ +@@ -231,6 +233,66 @@ throw new RuntimeException("asXPathResult() not yet implemented fully " + "for: " + this); } -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Fri Dec 4 07:38:08 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Fri, 4 Dec 2009 07:38:08 -0800 (PST) Subject: [61186] trunk/dports/kde Message-ID: <20091204153808.CDDC037A74EA@beta.macosforge.org> Revision: 61186 http://trac.macports.org/changeset/61186 Author: macsforever2000 at macports.org Date: 2009-12-04 07:38:08 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Added new port - digikam-devel. (#22337) Added Paths: ----------- trunk/dports/kde/digikam-devel/ trunk/dports/kde/digikam-devel/Portfile Added: trunk/dports/kde/digikam-devel/Portfile =================================================================== --- trunk/dports/kde/digikam-devel/Portfile (rev 0) +++ trunk/dports/kde/digikam-devel/Portfile 2009-12-04 15:38:08 UTC (rev 61186) @@ -0,0 +1,37 @@ +# -*- 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 +PortGroup kde4 1.0 + +name digikam-devel +version 1.0.0-rc +categories kde kde4 +maintainers hyper-world.de:jan + +description Photo Management Program +long_description Digital photo management program to import, organize, enhance, search and export your digital images. + +homepage http://www.digikam.org/ +platforms darwin +master_sites sourceforge:digikam +distname digikam-${version} +checksums md5 270c268c6fb6880520b290d5ed5ca020 \ + sha1 62ab27cf1c5250cbd5854fbe50e02cf026bf89ae + +use_bzip2 yes + +# The kdeedu4 dependency is for libmarblewidget. +depends_lib port:libgphoto2 \ + port:liblqr \ + port:kdegraphics4 \ + port:kdeedu4 + +depends_run port:kipi-plugins + +variant no_kipi description {install without KIPI plugins} { + depends_run-delete \ + port:kipi-plugins +} + +configure.args-append ../${distname} Property changes on: trunk/dports/kde/digikam-devel/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:39:58 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:39:58 -0800 (PST) Subject: [61187] trunk/dports/perl Message-ID: <20091204153958.707AB37A7586@beta.macosforge.org> Revision: 61187 http://trac.macports.org/changeset/61187 Author: narf_tm at macports.org Date: 2009-12-04 07:39:57 -0800 (Fri, 04 Dec 2009) Log Message: ----------- New port p5-yaml-libyaml 0.32 Added Paths: ----------- trunk/dports/perl/p5-yaml-libyaml/ trunk/dports/perl/p5-yaml-libyaml/Portfile Added: trunk/dports/perl/p5-yaml-libyaml/Portfile =================================================================== --- trunk/dports/perl/p5-yaml-libyaml/Portfile (rev 0) +++ trunk/dports/perl/p5-yaml-libyaml/Portfile 2009-12-04 15:39:57 UTC (rev 61187) @@ -0,0 +1,17 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup YAML-LibYAML 0.32 +maintainers narf_tm openmaintainer +description Perl YAML Serialization using XS and libyaml +long_description ${description} + +platforms darwin + +checksums md5 7a8b9258a311e52d0938744ad2ddfc4d \ + sha1 09638b1a9723c7efe68aaabd215fe96281fe7837 \ + rmd160 c94185257bc30fc3f1f15c904d0b5a63397e8251 + +depends_lib-append port:p5-filter Property changes on: trunk/dports/perl/p5-yaml-libyaml/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:50:05 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:50:05 -0800 (PST) Subject: [61188] trunk/dports/perl/p5-catalyst-action-renderview/Portfile Message-ID: <20091204155006.640A937A77A8@beta.macosforge.org> Revision: 61188 http://trac.macports.org/changeset/61188 Author: narf_tm at macports.org Date: 2009-12-04 07:50:02 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Updated to 0.14. Modified Paths: -------------- trunk/dports/perl/p5-catalyst-action-renderview/Portfile Modified: trunk/dports/perl/p5-catalyst-action-renderview/Portfile =================================================================== --- trunk/dports/perl/p5-catalyst-action-renderview/Portfile 2009-12-04 15:39:57 UTC (rev 61187) +++ trunk/dports/perl/p5-catalyst-action-renderview/Portfile 2009-12-04 15:50:02 UTC (rev 61188) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Catalyst-Action-RenderView 0.13 +perl5.setup Catalyst-Action-RenderView 0.14 maintainers narf_tm openmaintainer description Sensible default end action. long_description This action implements a sensible default end action, \ @@ -12,9 +12,9 @@ platforms darwin -checksums md5 49144fd677f39e8e8ad5455fa4f647a6 \ - sha1 2e37b3df2a2bf94ba3b26a2b1b7f5cffc1cbccf5 \ - rmd160 ce254bc2f54d98aa49f708fae960ef823ef6fb7c +checksums md5 18d8c96709d640ddd693db72a3862652 \ + sha1 9ddfa64859a1f2f055771ed0021cdee17af380c9 \ + rmd160 1315326e7e0432a5880bcd5d5448b0c739b97d4b depends_lib-append port:p5-http-request-ascgi \ port:p5-catalyst-runtime \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:52:02 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:52:02 -0800 (PST) Subject: [61189] trunk/dports/perl/p5-getopt-long-descriptive/Portfile Message-ID: <20091204155202.370BA37A7821@beta.macosforge.org> Revision: 61189 http://trac.macports.org/changeset/61189 Author: narf_tm at macports.org Date: 2009-12-04 07:52:01 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Updated to 0.082. Modified Paths: -------------- trunk/dports/perl/p5-getopt-long-descriptive/Portfile Modified: trunk/dports/perl/p5-getopt-long-descriptive/Portfile =================================================================== --- trunk/dports/perl/p5-getopt-long-descriptive/Portfile 2009-12-04 15:50:02 UTC (rev 61188) +++ trunk/dports/perl/p5-getopt-long-descriptive/Portfile 2009-12-04 15:52:01 UTC (rev 61189) @@ -3,16 +3,16 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Getopt-Long-Descriptive 0.081 +perl5.setup Getopt-Long-Descriptive 0.082 maintainers narf_tm openmaintainer description Getopt::Long with usage text long_description ${description} platforms darwin -checksums md5 14dd9c5b8b5f856c77a80d1f90a9db4d \ - sha1 3370a1b58d1172d86e6ff8b5e254e5369310df9a \ - rmd160 c75c288c15a207d919ed4ca3e490ea8904adf207 +checksums md5 1db451e17a5917b1d3f845b2dacd07cc \ + sha1 16cbd2cf25527d9ff2f5fdced6642b1b45a0b0e3 \ + rmd160 131c04d6b46755a54f0a2832a089ff082f1da951 depends_lib-append port:p5-params-validate \ port:p5-sub-exporter -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 07:54:15 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 07:54:15 -0800 (PST) Subject: [61190] trunk/dports Message-ID: <20091204155416.5E1A937A7879@beta.macosforge.org> Revision: 61190 http://trac.macports.org/changeset/61190 Author: portindex at macports.org Date: 2009-12-04 07:54:14 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 15:52:01 UTC (rev 61189) +++ trunk/dports/PortIndex 2009-12-04 15:54:14 UTC (rev 61190) @@ -3880,6 +3880,8 @@ variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/choqok description {A Free/Open Source micro-blogging client for KDE.} homepage http://choqok.ospdev.net/ epoch 0 platforms darwin depends_lib port:qt4-mac name choqok maintainers nomaintainer long_description {{A Free/Open Source micro-blogging client for KDE.}} categories {kde kde4} version 0.4 revision 0 digikam 539 variants {universal debug docs} depends_build {port:cmake port:automoc} portdir kde/digikam description {Photo Management Program} homepage http://www.digikam.org/ epoch 0 platforms darwin depends_lib {port:qt4-mac port:kdebase4-runtime port:exiv2 port:poppler port:djvulibre port:chmlib port:qca port:libgphoto2 port:kdegraphics4} name digikam maintainers nomaintainer long_description {Digital photo management program to import, organize, enhance, search and export your digital images.} categories {kde kde4} version 0.10.0 revision 0 +digikam-devel 527 +variants {universal debug docs no_kipi} depends_build {port:cmake port:automoc} portdir kde/digikam-devel description {Photo Management Program} homepage http://www.digikam.org/ depends_run port:kipi-plugins epoch 0 platforms darwin depends_lib {port:libgphoto2 port:liblqr port:kdegraphics4 port:kdeedu4} name digikam-devel maintainers hyper-world.de:jan long_description {Digital photo management program to import, organize, enhance, search and export your digital images.} categories {kde kde4} version 1.0.0-rc revision 0 filelight 449 variants {darwin_9 universal} portdir kde/filelight description {Visualise disk usage with concentric, segmented rings.} homepage http://www.methylblue.com/filelight/ epoch 0 platforms darwin name filelight depends_lib {port:kdelibs3 port:qt3} long_description {Filelight creates an interactive map of concentric, segmented rings that help visualise disk usage on your computer.} maintainers gmx.de:zweistein12 categories kde version 1.0 revision 0 kde 364 @@ -7590,6 +7592,8 @@ portdir perl/p5-xml-xpathengine description {a re-usable XPath engine for DOM-like trees} homepage http://search.cpan.org/dist/XML-XPathEngine/ epoch 0 platforms darwin name p5-xml-xpathengine depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {This module provides an XPath engine, that can be re-used by other module/classes that implement trees.} categories perl version 0.12 revision 0 p5-yaml 527 portdir perl/p5-yaml description {YAML loader/dumper module} homepage http://search.cpan.org/dist/YAML/ epoch 0 platforms darwin name p5-yaml depends_lib path:bin/perl:perl5 maintainers geeklair.net:dluke long_description {The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages.} categories perl version 0.68 revision 0 +p5-yaml-libyaml 377 +portdir perl/p5-yaml-libyaml description {Perl YAML Serialization using XS and libyaml} homepage http://search.cpan.org/dist/YAML-LibYAML/ epoch 0 platforms darwin name p5-yaml-libyaml depends_lib {path:bin/perl:perl5 port:p5-filter} maintainers {narf_tm openmaintainer} long_description {{Perl YAML Serialization using XS and libyaml}} categories perl version 0.32 revision 0 p5-yaml-syck 340 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 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:55:46 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:55:46 -0800 (PST) Subject: [61191] trunk/dports/perl/p5-dbd-pg/Portfile Message-ID: <20091204155546.8A60737A78D5@beta.macosforge.org> Revision: 61191 http://trac.macports.org/changeset/61191 Author: narf_tm at macports.org Date: 2009-12-04 07:55:45 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Added missing dependency. Modified Paths: -------------- trunk/dports/perl/p5-dbd-pg/Portfile Modified: trunk/dports/perl/p5-dbd-pg/Portfile =================================================================== --- trunk/dports/perl/p5-dbd-pg/Portfile 2009-12-04 15:54:14 UTC (rev 61190) +++ trunk/dports/perl/p5-dbd-pg/Portfile 2009-12-04 15:55:45 UTC (rev 61191) @@ -20,7 +20,8 @@ port:p5-dbi \ port:p5-version \ port:p5-module-signature \ - port:p5-test-yaml-meta + port:p5-test-yaml-meta \ + port:p5-test-warn configure.env PATH=${prefix}/lib/postgresql84/bin:$env(PATH) \ POSTGRES_INCLUDE="${prefix}/include/postgresql84" \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:58:22 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:58:22 -0800 (PST) Subject: [61192] trunk/dports/perl/p5-lingua-en-inflect/Portfile Message-ID: <20091204155822.D02CD37A7A4C@beta.macosforge.org> Revision: 61192 http://trac.macports.org/changeset/61192 Author: narf_tm at macports.org Date: 2009-12-04 07:58:22 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Added missing dependency. Modified Paths: -------------- trunk/dports/perl/p5-lingua-en-inflect/Portfile Modified: trunk/dports/perl/p5-lingua-en-inflect/Portfile =================================================================== --- trunk/dports/perl/p5-lingua-en-inflect/Portfile 2009-12-04 15:55:45 UTC (rev 61191) +++ trunk/dports/perl/p5-lingua-en-inflect/Portfile 2009-12-04 15:58:22 UTC (rev 61192) @@ -1,17 +1,19 @@ # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup Lingua-EN-Inflect 1.891 -maintainers narf_tm openmaintainer -description Convert singular to plural. Select a or an -long_description The exportable subroutines of Lingua::EN::Inflect provide \ - plural inflections, a/an selection for English words, and \ - manipulation of numbers as words. +perl5.setup Lingua-EN-Inflect 1.891 +maintainers narf_tm openmaintainer +description Convert singular to plural. Select a or an +long_description The exportable subroutines of Lingua::EN::Inflect \ + provide plural inflections, a/an selection for \ + English words, and manipulation of numbers as words. -platforms darwin +platforms darwin -checksums md5 1443da045ddd79c8b2c2670cbe8d4cb9 \ - sha1 95df60d3c909f524eede6c1931e25940a72f9cb9 \ - rmd160 0ea58d2cb3698d69c8d76b7734bede2fcbaf7a59 +checksums md5 1443da045ddd79c8b2c2670cbe8d4cb9 \ + sha1 95df60d3c909f524eede6c1931e25940a72f9cb9 \ + rmd160 0ea58d2cb3698d69c8d76b7734bede2fcbaf7a59 + +depends_lib-append port:p5-version -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:59:08 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:59:08 -0800 (PST) Subject: [61193] trunk/dports/perl/p5-moosex-getopt/Portfile Message-ID: <20091204155908.A311C37A7A99@beta.macosforge.org> Revision: 61193 http://trac.macports.org/changeset/61193 Author: narf_tm at macports.org Date: 2009-12-04 07:59:08 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Added missing dependency. Modified Paths: -------------- trunk/dports/perl/p5-moosex-getopt/Portfile Modified: trunk/dports/perl/p5-moosex-getopt/Portfile =================================================================== --- trunk/dports/perl/p5-moosex-getopt/Portfile 2009-12-04 15:58:22 UTC (rev 61192) +++ trunk/dports/perl/p5-moosex-getopt/Portfile 2009-12-04 15:59:08 UTC (rev 61193) @@ -16,4 +16,5 @@ depends_lib-append port:p5-getopt-long \ port:p5-getopt-long-descriptive \ - port:p5-moose + port:p5-moose \ + port:p5-test-exception -------------- next part -------------- An HTML attachment was scrubbed... URL: From narf_tm at macports.org Fri Dec 4 07:59:56 2009 From: narf_tm at macports.org (narf_tm at macports.org) Date: Fri, 4 Dec 2009 07:59:56 -0800 (PST) Subject: [61194] trunk/dports/perl/p5-ppi/Portfile Message-ID: <20091204155957.224FF37A7ADA@beta.macosforge.org> Revision: 61194 http://trac.macports.org/changeset/61194 Author: narf_tm at macports.org Date: 2009-12-04 07:59:56 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Added missing dependency. Modified Paths: -------------- trunk/dports/perl/p5-ppi/Portfile Modified: trunk/dports/perl/p5-ppi/Portfile =================================================================== --- trunk/dports/perl/p5-ppi/Portfile 2009-12-04 15:59:08 UTC (rev 61193) +++ trunk/dports/perl/p5-ppi/Portfile 2009-12-04 15:59:56 UTC (rev 61194) @@ -25,4 +25,5 @@ port:p5-list-moreutils \ port:p5-scalar-list-utils \ port:p5-params-util \ - port:p5-task-weaken + port:p5-task-weaken \ + port:p5-test-simple -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 08:54:22 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 08:54:22 -0800 (PST) Subject: [61195] trunk/dports Message-ID: <20091204165425.7981137A8F0A@beta.macosforge.org> Revision: 61195 http://trac.macports.org/changeset/61195 Author: portindex at macports.org Date: 2009-12-04 08:54:19 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 15:59:56 UTC (rev 61194) +++ trunk/dports/PortIndex 2009-12-04 16:54:19 UTC (rev 61195) @@ -6219,7 +6219,7 @@ p5-carp-clan 655 portdir perl/p5-carp-clan description {Report errors from perspective of caller of a clan of modules} homepage http://search.cpan.org/dist/Carp-Clan/ epoch 0 platforms darwin name p5-carp-clan depends_lib {path:bin/perl:perl5 port:p5-test-exception} maintainers email.arc.nasa.gov:sal long_description {This module reports errors from the perspective of the caller of a clan of modules, similar to Carp.pm itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the clan of modules which shall never be blamed for any error. :-)} categories perl version 6.00 revision 0 p5-catalyst-action-renderview 593 -portdir perl/p5-catalyst-action-renderview description {Sensible default end action.} homepage http://search.cpan.org/dist/Catalyst-Action-RenderView/ epoch 0 platforms darwin name p5-catalyst-action-renderview depends_lib {path:bin/perl:perl5 port:p5-http-request-ascgi port:p5-catalyst-runtime port:p5-data-visitor port:p5-mro-compat} maintainers {narf_tm openmaintainer} long_description {This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body.} categories perl version 0.13 revision 0 +portdir perl/p5-catalyst-action-renderview description {Sensible default end action.} homepage http://search.cpan.org/dist/Catalyst-Action-RenderView/ epoch 0 platforms darwin name p5-catalyst-action-renderview depends_lib {path:bin/perl:perl5 port:p5-http-request-ascgi port:p5-catalyst-runtime port:p5-data-visitor port:p5-mro-compat} maintainers {narf_tm openmaintainer} long_description {This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body.} categories perl version 0.14 revision 0 p5-catalyst-authentication-store-dbix-class 676 portdir perl/p5-catalyst-authentication-store-dbix-class description {A storage class for Catalyst Authentication using DBIx::Class.} homepage http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/ epoch 0 platforms darwin name p5-catalyst-authentication-store-dbix-class depends_lib {path:bin/perl:perl5 port:p5-catalyst-model-dbic-schema port:p5-catalyst-plugin-authentication port:p5-catalyst-runtime port:p5-dbix-class} maintainers {narf_tm openmaintainer} long_description {The Catalyst::Authentication::Store::DBIx::Class class provides access to authentication information stored in a database via DBIx::Class.} categories perl version 0.1082 revision 0 p5-catalyst-controller-formbuilder 898 @@ -6488,8 +6488,8 @@ portdir perl/p5-datetime-timezone description {Time zone object base class and factory} homepage http://search.cpan.org/dist/DateTime-TimeZone/ epoch 5 platforms darwin name p5-datetime-timezone depends_lib {path:bin/perl:perl5 port:p5-params-validate port:p5-class-singleton port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period.} categories perl version 1.05 revision 0 p5-dbd-mysql 425 variants {mysql4 mysql5} portdir perl/p5-dbd-mysql description {Perl5 Database Interface to the MySQL database} homepage http://search.cpan.org/dist/DBD-mysql/ epoch 0 platforms darwin name p5-dbd-mysql depends_lib {path:bin/perl:perl5 port:p5-dbi path:bin/mysql_config5:mysql5} long_description {{Perl5 Database Interface to the MySQL database}} maintainers {narf_tm openmaintainer} categories perl version 4.013 revision 0 -p5-dbd-pg 592 -variants {postgresql7 postgresql80 postgresql81 postgresql82 postgresql83} portdir perl/p5-dbd-pg description {Perl DBI module to provide access to PostgreSQL databases} homepage http://search.cpan.org/dist/DBD-Pg/ epoch 0 platforms darwin name p5-dbd-pg depends_lib {path:bin/perl:perl5 port:postgresql84 port:p5-dbi port:p5-version port:p5-module-signature port:p5-test-yaml-meta} long_description {DBD::Pg is a Perl module which works with the DBI module to provide access to PostgreSQL databases} maintainers {narf_tm openmaintainer} categories {perl databases} version 2.15.1 revision 0 +p5-dbd-pg 610 +variants {postgresql7 postgresql80 postgresql81 postgresql82 postgresql83} portdir perl/p5-dbd-pg description {Perl DBI module to provide access to PostgreSQL databases} homepage http://search.cpan.org/dist/DBD-Pg/ epoch 0 platforms darwin name p5-dbd-pg depends_lib {path:bin/perl:perl5 port:postgresql84 port:p5-dbi port:p5-version port:p5-module-signature port:p5-test-yaml-meta port:p5-test-warn} long_description {DBD::Pg is a Perl module which works with the DBI module to provide access to PostgreSQL databases} maintainers {narf_tm openmaintainer} categories {perl databases} version 2.15.1 revision 0 p5-dbd-sqlite 336 portdir perl/p5-dbd-sqlite description {perl dbd interface to SQLite} homepage http://search.cpan.org/dist/DBD-SQLite/ epoch 0 platforms darwin name p5-dbd-sqlite depends_lib {path:bin/perl:perl5 port:p5-dbi} maintainers {narf_tm openmaintainer} long_description {{perl dbd interface to SQLite}} categories perl version 1.27 revision 0 p5-dbd-sqlite2 363 @@ -6701,7 +6701,7 @@ p5-getopt-long 696 portdir perl/p5-getopt-long description {module implementing an extended getopt function} homepage http://search.cpan.org/dist/Getopt-Long/ epoch 0 platforms darwin name p5-getopt-long depends_lib path:bin/perl:perl5 maintainers {nox openmaintainer} long_description {Module Getopt::Long implements an extended getopt function called GetOptions(). This function implements the POSIX standard for command line options, with GNU extensions, while still capable of handling the traditional one-letter options. In general, this means that command line options can have long names instead of single letters, and are introduced with a double dash `--'.} categories {perl devel} version 2.38 revision 0 p5-getopt-long-descriptive 409 -portdir perl/p5-getopt-long-descriptive description {Getopt::Long with usage text} homepage http://search.cpan.org/dist/Getopt-Long-Descriptive/ epoch 0 platforms darwin name p5-getopt-long-descriptive depends_lib {path:bin/perl:perl5 port:p5-params-validate port:p5-sub-exporter} maintainers {narf_tm openmaintainer} long_description {{Getopt::Long with usage text}} categories perl version 0.081 revision 0 +portdir perl/p5-getopt-long-descriptive description {Getopt::Long with usage text} homepage http://search.cpan.org/dist/Getopt-Long-Descriptive/ epoch 0 platforms darwin name p5-getopt-long-descriptive depends_lib {path:bin/perl:perl5 port:p5-params-validate port:p5-sub-exporter} maintainers {narf_tm openmaintainer} long_description {{Getopt::Long with usage text}} categories perl version 0.082 revision 0 p5-getopt-mixed 421 portdir perl/p5-getopt-mixed description {alternate module supports both long and short options} homepage http://search.cpan.org/dist/Getopt-Mixed/ epoch 0 platforms darwin name p5-getopt-mixed depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {This module provides GNU-style option processing for Perl 5 scripts, with both long and short options.} categories {perl devel} version 1.10 revision 0 p5-getopt-simple 402 @@ -6878,8 +6878,8 @@ portdir perl/p5-libxml-enno description {libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and several other packages that are no longer distributed separately.} homepage http://search.cpan.org/dist/libxml-enno/ epoch 0 platforms darwin name p5-libxml-enno depends_lib {path:bin/perl:perl5 port:p5-libwww-perl port:p5-libxml-perl port:p5-xml-parser port:p5-parse-yapp port:p5-datemanip} maintainers nomaintainer long_description {{libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and several other packages that are no longer distributed separately.}} categories perl version 1.02 revision 0 p5-libxml-perl 543 portdir perl/p5-libxml-perl description {Collection of Perl modules for working with XML.} homepage http://search.cpan.org/dist/libxml-perl/ epoch 0 platforms darwin name p5-libxml-perl depends_lib {path:bin/perl:perl5 port:p5-xml-parser} maintainers {narf_tm openmaintainer} long_description {libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.} categories perl version 0.08 revision 0 -p5-lingua-en-inflect 477 -portdir perl/p5-lingua-en-inflect description {Convert singular to plural. Select a or an} homepage http://search.cpan.org/dist/Lingua-EN-Inflect/ epoch 0 platforms darwin name p5-lingua-en-inflect depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {The exportable subroutines of Lingua::EN::Inflect provide plural inflections, a/an selection for English words, and manipulation of numbers as words.} categories perl version 1.891 revision 0 +p5-lingua-en-inflect 495 +portdir perl/p5-lingua-en-inflect description {Convert singular to plural. Select a or an} homepage http://search.cpan.org/dist/Lingua-EN-Inflect/ epoch 0 platforms darwin name p5-lingua-en-inflect depends_lib {path:bin/perl:perl5 port:p5-version} maintainers {narf_tm openmaintainer} long_description {The exportable subroutines of Lingua::EN::Inflect provide plural inflections, a/an selection for English words, and manipulation of numbers as words.} categories perl version 1.891 revision 0 p5-lingua-en-inflect-number 421 portdir perl/p5-lingua-en-inflect-number description {Force number of words to singular or plural} homepage http://search.cpan.org/dist/Lingua-EN-Inflect-Number/ epoch 0 platforms darwin name p5-lingua-en-inflect-number depends_lib {path:bin/perl:perl5 port:p5-lingua-en-inflect} maintainers {narf_tm openmaintainer} long_description {{Force number of words to singular or plural}} categories perl version 1.1 revision 0 p5-list-moreutils 437 @@ -7028,8 +7028,8 @@ portdir perl/p5-moose-policy description {Moose-mounted police} homepage http://search.cpan.org/dist/Moose-Policy/ epoch 0 platforms darwin name p5-moose-policy depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-moose port:p5-module-build} maintainers {narf_tm openmaintainer} long_description {{Moose-mounted police}} categories perl version 0.04 revision 0 p5-moosex-emulate-class-accessor-fast 592 portdir perl/p5-moosex-emulate-class-accessor-fast description {Emulate Class::Accessor::Fast behavior using Moose attributes} homepage http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/ epoch 0 platforms darwin name p5-moosex-emulate-class-accessor-fast depends_lib {path:bin/perl:perl5 port:p5-test-exception port:p5-moose port:p5-namespace-clean} maintainers {narf_tm openmaintainer} long_description {This module attempts to emulate the behavior of Class::Accessor::Fast as accurately as possible using the Moose attribute system.} categories perl version 0.00903 revision 0 -p5-moosex-getopt 439 -portdir perl/p5-moosex-getopt description {A Moose role for processing command line options} homepage http://search.cpan.org/dist/MooseX-Getopt/ epoch 0 platforms darwin name p5-moosex-getopt depends_lib {path:bin/perl:perl5 port:p5-getopt-long port:p5-getopt-long-descriptive port:p5-moose} maintainers {narf_tm openmaintainer} long_description {{A Moose role for processing command line options}} categories perl version 0.25 revision 0 +p5-moosex-getopt 462 +portdir perl/p5-moosex-getopt description {A Moose role for processing command line options} homepage http://search.cpan.org/dist/MooseX-Getopt/ epoch 0 platforms darwin name p5-moosex-getopt depends_lib {path:bin/perl:perl5 port:p5-getopt-long port:p5-getopt-long-descriptive port:p5-moose port:p5-test-exception} maintainers {narf_tm openmaintainer} long_description {{A Moose role for processing command line options}} categories perl version 0.25 revision 0 p5-moosex-methodattributes 560 portdir perl/p5-moosex-methodattributes description {code attribute introspection} homepage http://search.cpan.org/dist/MooseX-MethodAttributes/ epoch 0 platforms darwin name p5-moosex-methodattributes depends_lib {path:bin/perl:perl5 port:p5-moose port:p5-moosex-types port:p5-test-exception port:p5-test-simple port:p5-namespace-autoclean port:p5-namespace-clean} maintainers {narf_tm openmaintainer} long_description {This module allows code attributes of methods to be introspected using Moose meta method objects.} categories perl version 0.18 revision 0 p5-moosex-params-validate 519 @@ -7234,8 +7234,8 @@ portdir perl/p5-postscript-font description {Module to fetch data from PostScript fonts} homepage http://search.cpan.org/~msergeant/PostScript-Font-1.10/ epoch 0 platforms darwin name p5-postscript-font depends_lib path:bin/perl:perl5 maintainers email.arc.nasa.gov:sal long_description {This package reads PostScript font files and stores the information in memory.} categories {perl print} version 1.10 revision 0 p5-postscript-simple 566 portdir perl/p5-postscript-simple description {Produce PostScript files from Perl} homepage http://search.cpan.org/dist/PostScript-Simple/ epoch 0 platforms darwin name p5-postscript-simple depends_lib path:bin/perl:perl5 maintainers email.arc.nasa.gov:sal long_description {PostScript::Simple allows you to have a simple method of writing PostScript files from Perl. It has graphics primitives that allow lines, curves, circles, polygons and boxes to be drawn. Text can be added to the page using standard PostScript fonts.} categories perl version 0.07 revision 0 -p5-ppi 594 -portdir perl/p5-ppi description {Parse, Analyze and Manipulate Perl (without perl)} homepage http://search.cpan.org/dist/PPI/ epoch 0 platforms darwin name p5-ppi depends_lib {path:bin/perl:perl5 port:p5-file-remove port:p5-test-classapi port:p5-test-nowarnings port:p5-test-object port:p5-test-subcalls port:p5-clone port:p5-digest-md5 port:p5-io-string port:p5-list-moreutils port:p5-scalar-list-utils port:p5-params-util port:p5-task-weaken} maintainers {narf_tm openmaintainer} long_description {{Parse, Analyze and Manipulate Perl (without perl)}} categories perl version 1.206 revision 0 +p5-ppi 614 +portdir perl/p5-ppi description {Parse, Analyze and Manipulate Perl (without perl)} homepage http://search.cpan.org/dist/PPI/ epoch 0 platforms darwin name p5-ppi depends_lib {path:bin/perl:perl5 port:p5-file-remove port:p5-test-classapi port:p5-test-nowarnings port:p5-test-object port:p5-test-subcalls port:p5-clone port:p5-digest-md5 port:p5-io-string port:p5-list-moreutils port:p5-scalar-list-utils port:p5-params-util port:p5-task-weaken port:p5-test-simple} maintainers {narf_tm openmaintainer} long_description {{Parse, Analyze and Manipulate Perl (without perl)}} categories perl version 1.206 revision 0 p5-prefork 367 portdir perl/p5-prefork description {Optimized module loading for forking or non-forking processes} homepage http://search.cpan.org/dist/prefork/ epoch 0 platforms darwin name p5-prefork depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Optimized module loading for forking or non-forking processes}} categories perl version 1.01 revision 0 p5-probe-perl 354 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Fri Dec 4 10:45:59 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Fri, 4 Dec 2009 10:45:59 -0800 (PST) Subject: [61196] trunk/dports/devel/grails-devel/Portfile Message-ID: <20091204184600.7CFC537AB29E@beta.macosforge.org> Revision: 61196 http://trac.macports.org/changeset/61196 Author: breskeby at macports.org Date: 2009-12-04 10:45:56 -0800 (Fri, 04 Dec 2009) Log Message: ----------- #21556 version bump to Grails 1.2.0RC1 Modified Paths: -------------- trunk/dports/devel/grails-devel/Portfile Modified: trunk/dports/devel/grails-devel/Portfile =================================================================== --- trunk/dports/devel/grails-devel/Portfile 2009-12-04 16:54:19 UTC (rev 61195) +++ trunk/dports/devel/grails-devel/Portfile 2009-12-04 18:45:56 UTC (rev 61196) @@ -3,7 +3,7 @@ PortSystem 1.0 name grails-devel -version 1.2-M4 +version 1.2.0.RC1 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 d6e75f623fb8842ab22e0485ff32848d \ - sha1 cbf0aaed3469dc0cdf99601c418c319b5bfffec0 \ - rmd160 2b5d0d0eba646a32a6d5f17b6e1fcfc2bf83e51b +checksums md5 9dd855c6af40a5a15b9821c7157fe69d \ + sha1 a5992d4fc0fd041eb885be25bc8b89b9c4b5b303 \ + rmd160 6a9fb777a7186ddb64740264b411579eda03e4c2 worksrcdir grails-${version} set workTarget "" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 10:54:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 10:54:25 -0800 (PST) Subject: [61197] trunk/dports Message-ID: <20091204185426.A706937AB6ED@beta.macosforge.org> Revision: 61197 http://trac.macports.org/changeset/61197 Author: portindex at macports.org Date: 2009-12-04 10:54:23 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 18:45:56 UTC (rev 61196) +++ trunk/dports/PortIndex 2009-12-04 18:54:23 UTC (rev 61197) @@ -1378,8 +1378,8 @@ variants darwin portdir devel/gradle description {An open-source build system that is based on the Groovy language} homepage http://www.gradle.org/ epoch 0 platforms darwin name gradle long_description {Gradle is a build system which offers you ease, power and freedom. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy. It gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior.} maintainers breskeby depends_extract bin:unzip:unzip categories {devel java groovy} version 0.8 revision 0 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.2 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-M4 revision 0 +grails-devel 803 +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.0.RC1 revision 0 griffon 771 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.2 categories {devel java} revision 0 gsoap 576 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Fri Dec 4 13:16:47 2009 From: mww at macports.org (mww at macports.org) Date: Fri, 4 Dec 2009 13:16:47 -0800 (PST) Subject: [61198] trunk/dports/science/openmpi/Portfile Message-ID: <20091204211647.3A92637B11D2@beta.macosforge.org> Revision: 61198 http://trac.macports.org/changeset/61198 Author: mww at macports.org Date: 2009-12-04 13:16:46 -0800 (Fri, 04 Dec 2009) Log Message: ----------- version 1.3.4 Modified Paths: -------------- trunk/dports/science/openmpi/Portfile Modified: trunk/dports/science/openmpi/Portfile =================================================================== --- trunk/dports/science/openmpi/Portfile 2009-12-04 18:54:23 UTC (rev 61197) +++ trunk/dports/science/openmpi/Portfile 2009-12-04 21:16:46 UTC (rev 61198) @@ -3,10 +3,10 @@ PortSystem 1.0 name openmpi -version 1.3.3 +version 1.3.4 categories science parallel net platforms darwin -maintainers mww +maintainers mww openmaintainer description A High Performance Message Passing Library long_description Open MPI is a project combining technologies and resources \ from several other projects (FT-MPI, LA-MPI, LAM/MPI, and \ @@ -21,9 +21,9 @@ http://www.open-mpi.de/software/${subdir} \ http://icl.cs.utk.edu/open-mpi/${subdir} \ freebsd -checksums md5 f6cdc9c195daa8571b2e509e952d6755 \ - sha1 f668feb22ff0a4c4d9b438e4e69a97b08aa73234 \ - rmd160 209972fdbf52787ea0482d9b89fad2c1f59e6e87 +checksums md5 978c29f3b671856daa0fc67459b73e01 \ + sha1 f62247e80296509d22b34bd4db1c230422210ad3 \ + rmd160 5b14df15d3486e4390900ea8bbce8e2cb7a0419b use_bzip2 yes pre-extract { file mkdir ${workpath}/build } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 13:54:21 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 13:54:21 -0800 (PST) Subject: [61199] trunk/dports Message-ID: <20091204215424.6C1F337B24B7@beta.macosforge.org> Revision: 61199 http://trac.macports.org/changeset/61199 Author: portindex at macports.org Date: 2009-12-04 13:54:21 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 21:16:46 UTC (rev 61198) +++ trunk/dports/PortIndex 2009-12-04 21:54:21 UTC (rev 61199) @@ -10362,8 +10362,8 @@ variants {darwin_9 no_java universal} depends_build {port:autoconf port:automake port:libtool} portdir science/opendx description {IBM's Open Visualization Data Explorer} homepage http://opendx.org epoch 0 platforms darwin name opendx depends_lib {port:netcdf port:cdf port:cosmoplayer port:opendx-java40 port:ImageMagick path:lib/libXm.dylib:openmotif port:mesa} long_description {OpenDX is a uniquely powerful, full-featured software package for the visualization of scientific, engineering and analytical data: Its open system design is built on familiar standard interface environments. And its sophisticated data model provides users with great flexibility in creating visualizations.} maintainers gwright categories science version 4.4.4 revision 2 opendx-samples 605 variants universal portdir science/opendx-samples description {IBM's Open Visualization Data Explorer (Data Samples)} homepage http://opendx.org epoch 0 platforms darwin name opendx-samples depends_lib port:opendx long_description {OpenDX is a uniquely powerful, full-featured software package for the visualization of scientific, engineering and analytical data: Its open system design is built on familiar standard interface environments. And its sophisticated data model provides users with great flexibility in creating visualizations.} maintainers gwright categories science version 4.4.0 revision 1 -openmpi 664 -variants {threads progressthreads gcc42 gcc43 g95} portdir science/openmpi description {A High Performance Message Passing Library} homepage http://www.open-mpi.org/ epoch 0 platforms darwin depends_lib port:gcc43 name openmpi long_description {Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers.} maintainers mww categories {science parallel net} version 1.3.3 revision 0 +openmpi 681 +variants {threads progressthreads gcc42 gcc43 g95} portdir science/openmpi description {A High Performance Message Passing Library} homepage http://www.open-mpi.org/ epoch 0 platforms darwin depends_lib port:gcc43 name openmpi long_description {Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers.} maintainers {mww openmaintainer} categories {science parallel net} version 1.3.4 revision 0 orrery 708 variants {darwin_9 universal} portdir science/orrery description {A digital model of the solar system within Geomview} homepage http://www.geomview.org/ epoch 0 platforms darwin name orrery depends_lib {port:geomview port:tk} long_description {The Orrery is a digital model of the solar system, named for the mechanical models of the same name (often you'll see one with just the Sun, Earth and Moon, as little balls supported on wires). The first such was built for the fourth Earl of Orrery in the 1700s. It includes all nine planets, some of their satellites, and a few recent comets. Orrery is a Geomview module.} maintainers ira.uka.de:raphael categories {science graphics x11} version 0.9.5 revision 0 pdb2pqr 575 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Fri Dec 4 14:30:17 2009 From: toby at macports.org (toby at macports.org) Date: Fri, 4 Dec 2009 14:30:17 -0800 (PST) Subject: [61200] trunk/dports/devel/libsdl-devel/Portfile Message-ID: <20091204223018.2A76437B2EFD@beta.macosforge.org> Revision: 61200 http://trac.macports.org/changeset/61200 Author: toby at macports.org Date: 2009-12-04 14:30:14 -0800 (Fri, 04 Dec 2009) Log Message: ----------- 5349 Modified Paths: -------------- trunk/dports/devel/libsdl-devel/Portfile Modified: trunk/dports/devel/libsdl-devel/Portfile =================================================================== --- trunk/dports/devel/libsdl-devel/Portfile 2009-12-04 21:54:21 UTC (rev 61199) +++ trunk/dports/devel/libsdl-devel/Portfile 2009-12-04 22:30:14 UTC (rev 61200) @@ -5,7 +5,7 @@ conflicts libsdl name libsdl-devel -version 1.3.0-5346 +version 1.3.0-5349 categories devel multimedia description Cross-platform multi-media development API @@ -22,9 +22,9 @@ maintainers toby master_sites ${homepage}tmp/ -checksums md5 da563e569428d0d16c7a271acc5eea61 \ - sha1 b045560e8bf4c5467646cf17fefbac1906619194 \ - rmd160 e1b3048f7dfb0f26e34c4b6528f90d9b7d402732 +checksums md5 82477f4c8ca57d90e83eefffebcef5af \ + sha1 ccf316316603bb6f52dece2f39b76e07652f56c5 \ + rmd160 49ff655571076a848be385b213597ff3bc43137d distname SDL-${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 14:54:15 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 14:54:15 -0800 (PST) Subject: [61201] trunk/dports/PortIndex Message-ID: <20091204225418.2FA3A37B359B@beta.macosforge.org> Revision: 61201 http://trac.macports.org/changeset/61201 Author: portindex at macports.org Date: 2009-12-04 14:54:12 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-04 22:30:14 UTC (rev 61200) +++ trunk/dports/PortIndex 2009-12-04 22:54:12 UTC (rev 61201) @@ -1667,7 +1667,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 8 libsdl-devel 636 -portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel 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 toby categories {devel multimedia} version 1.3.0-5346 revision 0 +portdir devel/libsdl-devel description {Cross-platform multi-media development API} homepage http://www.libsdl.org/ epoch 0 platforms darwin name libsdl-devel 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 toby categories {devel multimedia} version 1.3.0-5349 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 833 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Dec 4 15:23:39 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Fri, 4 Dec 2009 15:23:39 -0800 (PST) Subject: [61202] trunk/dports/lang/itcl/Portfile Message-ID: <20091204232339.C912237B4A8F@beta.macosforge.org> Revision: 61202 http://trac.macports.org/changeset/61202 Author: ryandesign at macports.org Date: 2009-12-04 15:23:37 -0800 (Fri, 04 Dec 2009) Log Message: ----------- itcl: remove unsupported configure arguments Modified Paths: -------------- trunk/dports/lang/itcl/Portfile Modified: trunk/dports/lang/itcl/Portfile =================================================================== --- trunk/dports/lang/itcl/Portfile 2009-12-04 22:54:12 UTC (rev 61201) +++ trunk/dports/lang/itcl/Portfile 2009-12-04 23:23:37 UTC (rev 61202) @@ -27,14 +27,14 @@ build.args CPPFLAGS=-I${prefix}/include worksrcdir ${name}${version} -set tclconfig ${prefix}/lib - configure.env TCLROOT=${prefix} configure.cflags "-I${workpath}/tcl${tclv}/generic" configure.ldflags-append "-tcl8.4" -configure.args --with-tcl=${tclconfig} --with-tk=${prefix}/lib +configure.args --with-tcl=${prefix}/lib +configure.universal_args-delete --disable-dependency-tracking + post-patch { reinplace "s|@itcl_LIB_FILE@|${prefix}/lib/libitcl3.3.dylib|g" \ ${worksrcpath}/itclConfig.sh.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Dec 4 15:43:36 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Fri, 4 Dec 2009 15:43:36 -0800 (PST) Subject: [61203] trunk/dports/net/gtk-gnutella/Portfile Message-ID: <20091204234336.F056137B4E73@beta.macosforge.org> Revision: 61203 http://trac.macports.org/changeset/61203 Author: ryandesign at macports.org Date: 2009-12-04 15:43:34 -0800 (Fri, 04 Dec 2009) Log Message: ----------- gtk-gnutella: remove unrecognized --disable-dependency-tracking option when building universal Modified Paths: -------------- trunk/dports/net/gtk-gnutella/Portfile Modified: trunk/dports/net/gtk-gnutella/Portfile =================================================================== --- trunk/dports/net/gtk-gnutella/Portfile 2009-12-04 23:23:37 UTC (rev 61202) +++ trunk/dports/net/gtk-gnutella/Portfile 2009-12-04 23:43:34 UTC (rev 61203) @@ -38,4 +38,6 @@ configure.pre_args-delete --prefix=${prefix} +configure.universal_args-delete --disable-dependency-tracking + destroot.destdir INSTALL_PREFIX=${destroot} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Dec 4 21:49:23 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Fri, 4 Dec 2009 21:49:23 -0800 (PST) Subject: [61204] trunk/dports Message-ID: <20091205054924.6386837B7D9E@beta.macosforge.org> Revision: 61204 http://trac.macports.org/changeset/61204 Author: ryandesign at macports.org Date: 2009-12-04 21:49:20 -0800 (Fri, 04 Dec 2009) Log Message: ----------- pure, pure-devel: update to 0.38 pure-liblo: update to 0.3 Modified Paths: -------------- trunk/dports/audio/pure-liblo/Portfile trunk/dports/lang/pure/Portfile trunk/dports/lang/pure-devel/Portfile Modified: trunk/dports/audio/pure-liblo/Portfile =================================================================== --- trunk/dports/audio/pure-liblo/Portfile 2009-12-04 23:43:34 UTC (rev 61203) +++ trunk/dports/audio/pure-liblo/Portfile 2009-12-05 05:49:20 UTC (rev 61204) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup pure 1.0 -pure.setup liblo 0.2 +pure.setup liblo 0.3 categories audio platforms darwin maintainers ryandesign @@ -16,8 +16,8 @@ to exchange data between multimedia devices \ and software across the network. -checksums md5 49b577a29e85e4344b6af3b1f60bdc25 \ - sha1 24f3cba080bb7d0c9ff2efbb04cefe7650f890c5 \ - rmd160 d910b1d3e3d09bfd791ba2e2b068cfa9f9a63ce9 +checksums md5 01a793c16d5ef964e7b3ecd0754d29ca \ + sha1 c2eb651fcb9c66f36b09f5b83ae6efc6bc36bd4e \ + rmd160 d8b0fccb9b37cc309c0ce16823d66a14debace86 depends_lib-append port:liblo Modified: trunk/dports/lang/pure/Portfile =================================================================== --- trunk/dports/lang/pure/Portfile 2009-12-04 23:43:34 UTC (rev 61203) +++ trunk/dports/lang/pure/Portfile 2009-12-05 05:49:20 UTC (rev 61204) @@ -4,7 +4,7 @@ name pure conflicts pure-devel -version 0.37 +version 0.38 categories lang platforms darwin maintainers ryandesign @@ -29,9 +29,9 @@ the examples are BSD-licensed. checksums \ - md5 c5eff0fb2380b7d611140029ba05c90b \ - sha1 0b7309a5a5595255f436ed3b6475654cf23170e0 \ - rmd160 5f8d2a5e6bf0ba90c23e8209dd5b47bcf3d23fa1 + md5 b163d4a39eab330d057e25a23eca750a \ + sha1 35c0adac6eec94ebf5426c0dfd94085eaaf5516c \ + rmd160 3b97ca507abaa1fcebd95d7cfc1866b0677005c1 depends_build \ path:bin/llvm-config:llvm Modified: trunk/dports/lang/pure-devel/Portfile =================================================================== --- trunk/dports/lang/pure-devel/Portfile 2009-12-04 23:43:34 UTC (rev 61203) +++ trunk/dports/lang/pure-devel/Portfile 2009-12-05 05:49:20 UTC (rev 61204) @@ -4,7 +4,7 @@ name pure-devel conflicts pure -version 0.37-r2663 +version 0.38-r2754 categories lang platforms darwin maintainers ryandesign -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Dec 4 21:55:57 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Fri, 4 Dec 2009 21:55:57 -0800 (PST) Subject: [61205] trunk/dports/net/curl-ca-bundle/Portfile Message-ID: <20091205055558.2C7E937B7E67@beta.macosforge.org> Revision: 61205 http://trac.macports.org/changeset/61205 Author: ryandesign at macports.org Date: 2009-12-04 21:55:57 -0800 (Fri, 04 Dec 2009) Log Message: ----------- curl-ca-bundle: update certdata.txt to 1.57 Modified Paths: -------------- trunk/dports/net/curl-ca-bundle/Portfile Modified: trunk/dports/net/curl-ca-bundle/Portfile =================================================================== --- trunk/dports/net/curl-ca-bundle/Portfile 2009-12-05 05:49:20 UTC (rev 61204) +++ trunk/dports/net/curl-ca-bundle/Portfile 2009-12-05 05:55:57 UTC (rev 61205) @@ -5,6 +5,7 @@ name curl-ca-bundle # keep the version in sync with the curl port version 7.19.7 +revision 1 set curl_name curl categories net maintainers ryandesign @@ -18,8 +19,8 @@ dist_subdir ${curl_name} set curl_source ${distname}${extract.suffix} set certdata_file certdata.txt -set certdata_version 1.56 -set certdata_date 2009-08-31 +set certdata_version 1.57 +set certdata_date 2009-12-03 set certdata_distfile certdata-${certdata_version}.txt set certdata_path security/nss/lib/ckfw/builtins/${certdata_file} build.target ca-bundle @@ -53,9 +54,9 @@ sha1 c306ebf0f65fb90df3c9c9a12fb04fb77cc29e2c \ rmd160 b170b24af3a6d3fc3357e90fc7ae5ef34d722fb4 \ ${certdata_distfile} \ - md5 a5ad23bcd673dbce043b6a186125b678 \ - sha1 59b7c651a8de466998a230e7f8afc6bd71d1e9b6 \ - rmd160 72cb87687f74c05efd5ce7bb09b29561a272a1e6 + md5 85e459aa8dcdddda6438216b67c6b7bb \ + sha1 678d65dd3c1d1243d58668377ca945b17f33fba0 \ + rmd160 0a935823e5c5f533f987daaec9a845fcce31f186 depends_build \ path:bin/perl:perl5 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Dec 4 21:59:22 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Fri, 4 Dec 2009 21:59:22 -0800 (PST) Subject: [61206] trunk/dports/graphics/libpng/Portfile Message-ID: <20091205055923.1B7D237B7EF2@beta.macosforge.org> Revision: 61206 http://trac.macports.org/changeset/61206 Author: ryandesign at macports.org Date: 2009-12-04 21:59:22 -0800 (Fri, 04 Dec 2009) Log Message: ----------- libpng: update to 1.2.41 Modified Paths: -------------- trunk/dports/graphics/libpng/Portfile Modified: trunk/dports/graphics/libpng/Portfile =================================================================== --- trunk/dports/graphics/libpng/Portfile 2009-12-05 05:55:57 UTC (rev 61205) +++ trunk/dports/graphics/libpng/Portfile 2009-12-05 05:59:22 UTC (rev 61206) @@ -5,7 +5,7 @@ PortGroup archcheck 1.0 name libpng -version 1.2.40 +version 1.2.41 categories graphics maintainers ryandesign waqar license libpng @@ -28,9 +28,9 @@ understand. Currently, this library only supports C. \ Support for other languages is being considered. -checksums md5 29bbd1c3cbe54b04bfc2bda43067ccb5 \ - sha1 776cf18a799af58303590f6996f6d3aa5a7908ff \ - rmd160 1ba929e73493bfc81bc95113f69f0ff9c5f47814 +checksums md5 2faa7f8d81e6a35beb991cb75edbf056 \ + sha1 e859ce73c5344ce10576d03cab3b660459b30c13 \ + rmd160 b9d3f22ef7fbe43327cb3d5153fed1ca237785cb depends_lib port:zlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Dec 4 22:33:26 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Fri, 4 Dec 2009 22:33:26 -0800 (PST) Subject: [61207] trunk/dports/x11/wine-devel/Portfile Message-ID: <20091205063327.4D6DD37B819D@beta.macosforge.org> Revision: 61207 http://trac.macports.org/changeset/61207 Author: ryandesign at macports.org Date: 2009-12-04 22:33:22 -0800 (Fri, 04 Dec 2009) Log Message: ----------- wine-devel: update to 1.1.34 Modified Paths: -------------- trunk/dports/x11/wine-devel/Portfile Modified: trunk/dports/x11/wine-devel/Portfile =================================================================== --- trunk/dports/x11/wine-devel/Portfile 2009-12-05 05:59:22 UTC (rev 61206) +++ trunk/dports/x11/wine-devel/Portfile 2009-12-05 06:33:22 UTC (rev 61207) @@ -6,7 +6,7 @@ name wine-devel conflicts wine wine-crossover-games set my_name wine -version 1.1.33 +version 1.1.34 categories x11 maintainers ryandesign jwa openmaintainer homepage http://www.winehq.org/ @@ -29,9 +29,9 @@ http://ibiblio.org/pub/linux/system/emulators/wine/ checksums \ - md5 f9506864f5aef9318129d349ce9ded72 \ - sha1 54c0edec60d366122b097a99c6d1efc5daba7f97 \ - rmd160 1489e08fd0e6b52ba43112f0b44e40b142e95b42 + md5 10dc7f7c3a5b9a2624072146f7f1c0fe \ + sha1 8b27eff6fa4fa29357fbddbc2e284675f7def1a7 \ + rmd160 df5d61c170a7970ca5bc0555124c092cd0a50537 depends_lib \ port:expat \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Fri Dec 4 22:54:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Fri, 4 Dec 2009 22:54:11 -0800 (PST) Subject: [61208] trunk/dports/PortIndex Message-ID: <20091205065413.B820837B82DF@beta.macosforge.org> Revision: 61208 http://trac.macports.org/changeset/61208 Author: portindex at macports.org Date: 2009-12-04 22:54:08 -0800 (Fri, 04 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 06:33:22 UTC (rev 61207) +++ trunk/dports/PortIndex 2009-12-05 06:54:08 UTC (rev 61208) @@ -487,7 +487,7 @@ portmidi 376 portdir audio/portmidi description {Free, cross platform, open-source, real-time MIDI I/O library.} depends_fetch port:subversion homepage http://www.cs.cmu.edu/~music/portmusic/ epoch 0 platforms macosx name portmidi maintainers nomaintainer long_description {{Free, cross platform, open-source, real-time MIDI I/O library.}} categories {audio devel} version 0.52 revision 0 pure-liblo 539 -portdir audio/pure-liblo description {an interface to liblo, which implements Berkeley's Open Sound Control (OSC) protocol} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-liblo depends_lib {path:lib/libpure.dylib:pure port:liblo} maintainers ryandesign long_description {pure-liblo provides {an interface to liblo, which implements Berkeley's Open Sound Control (OSC) protocol.} OSC is used to exchange data between multimedia devices and software across the network.} categories audio version 0.2 revision 0 +portdir audio/pure-liblo description {an interface to liblo, which implements Berkeley's Open Sound Control (OSC) protocol} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-liblo depends_lib {path:lib/libpure.dylib:pure port:liblo} maintainers ryandesign long_description {pure-liblo provides {an interface to liblo, which implements Berkeley's Open Sound Control (OSC) protocol.} OSC is used to exchange data between multimedia devices and software across the network.} categories audio version 0.3 revision 0 qjackctl 444 portdir audio/qjackctl description {QjackCtl is a simple Qt application to control the JACK sound server daemon.} homepage http://qjackctl.sourceforge.net/ epoch 0 platforms darwin name qjackctl depends_lib {port:jack port:qt4-x11 port:xorg-libX11 port:xorg-libXext} maintainers {devans openmaintainter} long_description {{QjackCtl is a simple Qt application to control the JACK sound server daemon.}} categories audio version 0.3.4 revision 0 qtplay 596 @@ -3393,7 +3393,7 @@ libpixman-devel 445 variants universal depends_build {port:autoconf port:automake port:libtool} portdir graphics/libpixman-devel description {Pixel region Library} homepage http://www.x.org/ epoch 0 platforms darwin name libpixman-devel maintainers ryandesign long_description {libpixman is a generic library for manipulating pixel regions. A PixRegion is a set of Y-X banded rectangles that cover the desired region.} categories graphics version 0.17.2 revision 0 libpng 838 -variants universal portdir graphics/libpng description {Library for manipulating PNG images} homepage http://www.libpng.org/pub/png/libpng.html epoch 0 platforms {darwin openbsd freebsd sunos linux} depends_lib port:zlib name libpng maintainers {ryandesign waqar} long_description {Libpng was written as a companion to the PNG specification, as a way to reduce the amount of time and effort it takes to support the PNG file format in application programs. Most users will not have to modify the library significantly, advanced users may want to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered.} categories graphics version 1.2.40 revision 0 +variants universal portdir graphics/libpng description {Library for manipulating PNG images} homepage http://www.libpng.org/pub/png/libpng.html epoch 0 platforms {darwin openbsd freebsd sunos linux} depends_lib port:zlib name libpng maintainers {ryandesign waqar} long_description {Libpng was written as a companion to the PNG specification, as a way to reduce the amount of time and effort it takes to support the PNG file format in application programs. Most users will not have to modify the library significantly, advanced users may want to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered.} categories graphics version 1.2.41 revision 0 librsvg 393 variants universal portdir graphics/librsvg description {Gnome implementation of rsvg.} homepage http://librsvg.sourceforge.net/ depends_run port:python26 epoch 0 platforms darwin depends_lib {port:libcroco port:libgsf port:libart_lgpl port:libxml2} name librsvg maintainers nomaintainer long_description {{Gnome implementation of rsvg.}} categories {graphics gnome} version 2.26.0 revision 1 libspiro 391 @@ -4505,9 +4505,9 @@ prothon 717 variants universal depends_build port:pkgconfig portdir lang/prothon description {industrial-strength alternative to Python and Self} homepage http://prothon.org/ epoch 0 platforms darwin depends_lib {port:boost port:sqlite2 port:apr port:expat port:libiconv port:db44} name prothon long_description {Prothon is a fresh new language that gets rid of classes altogether in the same way that Self does and regains the original practical and fun sensibility of Python. This major improvement plus many minor ones make for a clean new revolutionary break in language development. Prothon is quite simple and yet offers the power of Python and Self.} maintainers nomaintainer categories lang version 0.1.2-b711 revision 1 pure 1022 -variants {macosx powerpc} depends_build path:bin/llvm-config:llvm portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin name pure depends_lib {port:gmp port:libiconv port:libtool port:readline} long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy. The libraries are licensed under LGPLv3, the interpreter is GPLv3, and the examples are BSD-licensed.} maintainers ryandesign categories lang version 0.37 revision 0 +variants {macosx powerpc} depends_build path:bin/llvm-config:llvm portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin name pure depends_lib {port:gmp port:libiconv port:libtool port:readline} long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy. The libraries are licensed under LGPLv3, the interpreter is GPLv3, and the examples are BSD-licensed.} maintainers ryandesign categories lang version 0.38 revision 0 pure-devel 1093 -variants {macosx powerpc} depends_build {path:bin/llvm-config:llvm port:bison port:flex} portdir lang/pure-devel depends_fetch port:subversion description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:libiconv port:libtool port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy. The libraries are licensed under LGPLv3, the interpreter is GPLv3, and the examples are BSD-licensed.} categories lang version 0.37-r2663 revision 0 +variants {macosx powerpc} depends_build {path:bin/llvm-config:llvm port:bison port:flex} portdir lang/pure-devel depends_fetch port:subversion description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:libiconv port:libtool port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy. The libraries are licensed under LGPLv3, the interpreter is GPLv3, and the examples are BSD-licensed.} categories lang version 0.38-r2754 revision 0 pyobfuscate 452 portdir lang/pyobfuscate description {python source code obfuscator} homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python25 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} categories {lang python} version 0.3 revision 1 pypy 511 @@ -5419,7 +5419,7 @@ curl 548 variants {universal ssl ipv6 ares idn spnego gnutls gss openldap sftp_scp doc} depends_build port:pkgconfig portdir net/curl description {Tool for transferring files with URL syntax} homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} depends_lib port:zlib name curl maintainers ryandesign long_description {curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.} categories {net www} version 7.19.7 revision 0 curl-ca-bundle 444 -depends_build path:bin/perl:perl5 portdir net/curl-ca-bundle description {CA certificate bundle for curl} homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} name curl-ca-bundle maintainers ryandesign long_description {Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.} categories net version 7.19.7 revision 0 +depends_build path:bin/perl:perl5 portdir net/curl-ca-bundle description {CA certificate bundle for curl} homepage http://curl.haxx.se/ epoch 0 platforms {darwin freebsd} name curl-ca-bundle maintainers ryandesign long_description {Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.} categories net version 7.19.7 revision 1 cvsup 335 portdir net/cvsup description {General network file distribution system optimized for CVS} homepage http://www.cvsup.org/ epoch 0 platforms darwin name cvsup depends_lib bin:cm3:cm3 maintainers nomaintainer long_description {{General network file distribution system optimized for CVS}} categories {net devel} version 16.1h revision 1 cvsync 483 @@ -12343,7 +12343,7 @@ wine-crossover-games 738 variants darwin_10 depends_build port:pkgconfig portdir x11/wine-crossover-games description {Wine Is Not an Emulator (1.1.25 with CodeWeavers modifications)} homepage http://www.codeweavers.com/ epoch 0 platforms darwin depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} name wine-crossover-games long_description {Wine is an implementation of the Windows APIs on top of X11. This version contains the Codeweavers patches for Crossover Games} maintainers {jeremyhu openmaintainer} categories x11 version 8.0.0 revision 0 wine-devel 625 -variants {darwin_9 darwin_10} depends_build port:pkgconfig portdir x11/wine-devel description {Wine Is Not an Emulator} homepage http://www.winehq.org/ epoch 0 platforms darwin depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} name wine-devel long_description {Wine is an implementation of the Windows APIs on top of X11.} maintainers {ryandesign jwa openmaintainer} categories x11 version 1.1.33 revision 0 +variants {darwin_9 darwin_10} depends_build port:pkgconfig portdir x11/wine-devel description {Wine Is Not an Emulator} homepage http://www.winehq.org/ epoch 0 platforms darwin depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} name wine-devel long_description {Wine is an implementation of the Windows APIs on top of X11.} maintainers {ryandesign jwa openmaintainer} categories x11 version 1.1.34 revision 0 winetricks 593 portdir x11/winetricks description {downloads and installs various redistributable runtime libraries} homepage http://code.google.com/p/winezeug/ epoch 0 depends_run {path:bin/xmessage:xmessage path:bin/wine:wine path:bin/cabextract:cabextract path:bin/openssl:openssl bin:curl:curl bin:unzip:unzip} platforms darwin name winetricks maintainers ryandesign long_description {winetricks can help you prepare your system for Windows applications that mistakenly assume all users' systems have all the needed redistributable runtime libraries or fonts.} categories x11 version 20091125 revision 0 wm-extra 338 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Dec 5 00:32:19 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 5 Dec 2009 00:32:19 -0800 (PST) Subject: [61209] trunk/dports/lang/gcc45/Portfile Message-ID: <20091205083220.165DC37B8E3A@beta.macosforge.org> Revision: 61209 http://trac.macports.org/changeset/61209 Author: mww at macports.org Date: 2009-12-05 00:32:16 -0800 (Sat, 05 Dec 2009) Log Message: ----------- version 4.5-20091203 Modified Paths: -------------- trunk/dports/lang/gcc45/Portfile Modified: trunk/dports/lang/gcc45/Portfile =================================================================== --- trunk/dports/lang/gcc45/Portfile 2009-12-05 06:54:08 UTC (rev 61208) +++ trunk/dports/lang/gcc45/Portfile 2009-12-05 08:32:16 UTC (rev 61209) @@ -3,7 +3,7 @@ PortSystem 1.0 name gcc45 -version 4.5-20091126 +version 4.5-20091203 platforms darwin categories lang maintainers mww @@ -26,26 +26,26 @@ set dobjc gcc-objc-${version}.tar.bz2 distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc} -checksums gcc-core-4.5-20091126.tar.bz2 \ - md5 a502d32905e36b8bc7f0793d9ff18bdd \ - sha1 c1a55e0f8234d1fc4c44379fee38476fa266e139 \ - rmd160 1dc0d77813b25d5c76ad5004bdd010ea0e2438d3 \ - gcc-fortran-4.5-20091126.tar.bz2 \ - md5 530c00c0b1d109f25c95a387a7197963 \ - sha1 734f66e33c9954a450dd3154ccca967519a2f4f0 \ - rmd160 44d61a550791793e76b81b06ccc02d92d245a261 \ - gcc-g++-4.5-20091126.tar.bz2 \ - md5 0df45edd4a6d442df583013853a52a09 \ - sha1 2961751031c528b34778c14e1303997e750275fd \ - rmd160 2af830b63f7dc97bbd4cd8b6bbf9983da0807e93 \ - gcc-java-4.5-20091126.tar.bz2 \ - md5 dd5748afde2cbb16ae3850ce5a563a1d \ - sha1 75ba86d5dfae3fe4b022161a56ac42a0ce036b43 \ - rmd160 4adb327d53dea6ed0bd4e621c93b5f7828bf385e \ - gcc-objc-4.5-20091126.tar.bz2 \ - md5 97dfbd5bfb8bd7854be65c298bf64659 \ - sha1 0216a45719bfac4e352dc939c427519ef1acc199 \ - rmd160 ae7f66612a2068e4a9badfb09cca3e2bc63bbc18 +checksums gcc-core-4.5-20091203.tar.bz2 \ + md5 f7995be144b87581ae114f4dab3f0ae1 \ + sha1 6fe84dd7d77adfba980776b9e74004093c0925bd \ + rmd160 23feec866bc81d3b74a5d80529ca02a93370b486 \ + gcc-fortran-4.5-20091203.tar.bz2 \ + md5 b4529c79a36f3bd56fd3b388e6f4c604 \ + sha1 90de5b64967470f46634c00661d6b0f4ecfe5389 \ + rmd160 7d4f64d523b5b35337abd202ba73943475510f81 \ + gcc-g++-4.5-20091203.tar.bz2 \ + md5 13ce66c02e71355dc0e34eb0ddf0076c \ + sha1 25e994b727927fa7a62641784a3e89fc5dca3f99 \ + rmd160 e58c50a5ae4dcce81b54c276aeea70fc0330b240 \ + gcc-java-4.5-20091203.tar.bz2 \ + md5 42533a17c82a8c98c7a23d36c4266253 \ + sha1 e7a2ea123299b693c21d13af44371cd04ea0d758 \ + rmd160 9446efbd630ce71df44a9c5e26641e52f589e4f7 \ + gcc-objc-4.5-20091203.tar.bz2 \ + md5 8c55e526ce21af0fed1d397d8f4c9a27 \ + sha1 21b7b2489c136ce984420f969297b574293d190b \ + rmd160 0fc8d70a646323939beaf976aba84aa3f33fb91c use_bzip2 yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Dec 5 00:54:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 5 Dec 2009 00:54:11 -0800 (PST) Subject: [61210] trunk/dports/PortIndex Message-ID: <20091205085413.8EEE437B905C@beta.macosforge.org> Revision: 61210 http://trac.macports.org/changeset/61210 Author: portindex at macports.org Date: 2009-12-05 00:54:07 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 08:32:16 UTC (rev 61209) +++ trunk/dports/PortIndex 2009-12-05 08:54:07 UTC (rev 61210) @@ -4335,7 +4335,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.2 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-20091126 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-20091203 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Dec 5 01:55:25 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 5 Dec 2009 01:55:25 -0800 (PST) Subject: [61211] trunk/dports/x11/tango-icon-theme-extras/Portfile Message-ID: <20091205095526.1CCE337B9591@beta.macosforge.org> Revision: 61211 http://trac.macports.org/changeset/61211 Author: jmr at macports.org Date: 2009-12-05 01:55:21 -0800 (Sat, 05 Dec 2009) Log Message: ----------- tango-icon-theme-extras: fix livecheck (#22786) Modified Paths: -------------- trunk/dports/x11/tango-icon-theme-extras/Portfile Modified: trunk/dports/x11/tango-icon-theme-extras/Portfile =================================================================== --- trunk/dports/x11/tango-icon-theme-extras/Portfile 2009-12-05 08:54:07 UTC (rev 61210) +++ trunk/dports/x11/tango-icon-theme-extras/Portfile 2009-12-05 09:55:21 UTC (rev 61211) @@ -27,7 +27,8 @@ universal_variant no livecheck.type regex -livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+) +livecheck.url ${master_sites} +livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+) variant big_icons description {create 32,48,64,72,96,128 pixels icons from the scalable version } { configure.args-append --enable-png-creation -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Dec 5 01:57:42 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 5 Dec 2009 01:57:42 -0800 (PST) Subject: [61212] trunk/dports/net/rbldnsd/Portfile Message-ID: <20091205095742.3D63037B95C6@beta.macosforge.org> Revision: 61212 http://trac.macports.org/changeset/61212 Author: jmr at macports.org Date: 2009-12-05 01:57:41 -0800 (Sat, 05 Dec 2009) Log Message: ----------- rbldnsd: livecheck (#22784) Modified Paths: -------------- trunk/dports/net/rbldnsd/Portfile Modified: trunk/dports/net/rbldnsd/Portfile =================================================================== --- trunk/dports/net/rbldnsd/Portfile 2009-12-05 09:55:21 UTC (rev 61211) +++ trunk/dports/net/rbldnsd/Portfile 2009-12-05 09:57:41 UTC (rev 61212) @@ -11,6 +11,10 @@ homepage http://www.corpit.ru/mjt/rbldnsd.html distname ${name}_${version} worksrcdir ${name}-${version} + +livecheck.url ${master_sites} +livecheck.regex "${name}_(\\d+(?:\\.\\d+)\[b-z\])${extract.suffix}" + description rbldnsd is a small and fast DNS daemon which \ is especially made to serve DNSBL zone -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Dec 5 03:00:36 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 5 Dec 2009 03:00:36 -0800 (PST) Subject: [61213] trunk/dports/math/mathomatic/Portfile Message-ID: <20091205110037.CCFAF37B9BA2@beta.macosforge.org> Revision: 61213 http://trac.macports.org/changeset/61213 Author: mww at macports.org Date: 2009-12-05 03:00:33 -0800 (Sat, 05 Dec 2009) Log Message: ----------- version 15.0.0 Modified Paths: -------------- trunk/dports/math/mathomatic/Portfile Modified: trunk/dports/math/mathomatic/Portfile =================================================================== --- trunk/dports/math/mathomatic/Portfile 2009-12-05 09:57:41 UTC (rev 61212) +++ trunk/dports/math/mathomatic/Portfile 2009-12-05 11:00:33 UTC (rev 61213) @@ -3,7 +3,7 @@ PortSystem 1.0 name mathomatic -version 14.6.3 +version 15.0.0 categories math platforms darwin maintainers mww @@ -16,9 +16,9 @@ homepage http://mathomatic.orgserve.de/math/ master_sites http://www.panix.com/~gesslein/ -checksums md5 24ac0167844edbe5393c0c9af1adce4a \ - sha1 fec5308369fbe0613f1b600c053c720e864a2ec2 \ - rmd160 63e1e2529b0108a018167904585b930d09173efb +checksums md5 147694e40acc58e83bb285904fdc834a \ + sha1 1c6c7fd8ed764dc0d81427a018836c5f410b96f1 \ + rmd160 1f79abe826e958734611fe7d30deedc0674a8c40 use_bzip2 yes patchfiles patch-makefile.diff -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Dec 5 03:17:37 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 5 Dec 2009 03:17:37 -0800 (PST) Subject: [61214] trunk/dports/lang/ragel/Portfile Message-ID: <20091205111737.B75EE37B9D6A@beta.macosforge.org> Revision: 61214 http://trac.macports.org/changeset/61214 Author: mww at macports.org Date: 2009-12-05 03:17:34 -0800 (Sat, 05 Dec 2009) Log Message: ----------- whitespace changes only Modified Paths: -------------- trunk/dports/lang/ragel/Portfile Modified: trunk/dports/lang/ragel/Portfile =================================================================== --- trunk/dports/lang/ragel/Portfile 2009-12-05 11:00:33 UTC (rev 61213) +++ trunk/dports/lang/ragel/Portfile 2009-12-05 11:17:34 UTC (rev 61214) @@ -2,42 +2,43 @@ PortSystem 1.0 -name ragel -version 6.5 -categories lang -platforms darwin -maintainers mww -description ragel is a state machine compiler -long_description Ragel compiles finite state machines from regular \ - languages into runnable C/C++ code. Ragel state \ - machines can not only recognize byte sequences as \ - regular expression machines do, but can also execute \ - code at arbitrary points in the recognition of a \ - regular language. +name ragel +version 6.5 +categories lang +platforms darwin +maintainers mww +description ragel is a state machine compiler +long_description Ragel compiles finite state machines from regular \ + languages into runnable C/C++ code. Ragel state \ + machines can not only recognize byte sequences as \ + regular expression machines do, but can also execute \ + code at arbitrary points in the recognition of a \ + regular language. -homepage http://www.complang.org/ragel/ -master_sites ${homepage} +homepage http://www.complang.org/ragel/ +master_sites ${homepage} checksums md5 bb152087079ad7a545dcdc955b752301 \ sha1 7bc2cd5fb40d00e71e1d37a6d4d69c83c67f983f \ rmd160 162af80f2fdaeb43dc2ce98b1834b17156f27e9f -depends_build port:bison +depends_build port:bison -post-build { - system "cd ${worksrcpath}/doc && ${build.cmd} ragel.1" +post-build { + system "cd ${worksrcpath}/doc && ${build.cmd} ragel.1" } -test.run yes -test.dir ${worksrcpath}/test +test.run yes +test.dir ${worksrcpath}/test test.target -destroot.destdir prefix=${destroot}${prefix} +destroot.destdir prefix=${destroot}${prefix} post-destroot { - xinstall -m 644 ${worksrcpath}/doc/ragel.1 \ - ${destroot}${prefix}/share/man/man1 - xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath} COPYING CREDITS ChangeLog README TODO \ - ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 ${worksrcpath}/doc/ragel.1 \ + ${destroot}${prefix}/share/man/man1 + xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} COPYING CREDITS ChangeLog README TODO \ + ${destroot}${prefix}/share/doc/${name} } -livecheck.version State Machine Compiler ${version} +livecheck.version State Machine Compiler ${version} + -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Dec 5 03:20:49 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 5 Dec 2009 03:20:49 -0800 (PST) Subject: [61215] trunk/dports/lang/ragel/Portfile Message-ID: <20091205112049.8099037B9DD8@beta.macosforge.org> Revision: 61215 http://trac.macports.org/changeset/61215 Author: mww at macports.org Date: 2009-12-05 03:20:48 -0800 (Sat, 05 Dec 2009) Log Message: ----------- version 6.6 Modified Paths: -------------- trunk/dports/lang/ragel/Portfile Modified: trunk/dports/lang/ragel/Portfile =================================================================== --- trunk/dports/lang/ragel/Portfile 2009-12-05 11:17:34 UTC (rev 61214) +++ trunk/dports/lang/ragel/Portfile 2009-12-05 11:20:48 UTC (rev 61215) @@ -3,10 +3,11 @@ PortSystem 1.0 name ragel -version 6.5 +version 6.6 categories lang platforms darwin maintainers mww +license GPL description ragel is a state machine compiler long_description Ragel compiles finite state machines from regular \ languages into runnable C/C++ code. Ragel state \ @@ -17,9 +18,9 @@ homepage http://www.complang.org/ragel/ master_sites ${homepage} -checksums md5 bb152087079ad7a545dcdc955b752301 \ - sha1 7bc2cd5fb40d00e71e1d37a6d4d69c83c67f983f \ - rmd160 162af80f2fdaeb43dc2ce98b1834b17156f27e9f +checksums md5 5c4366369f4934adc02bd71dc1a4ee1f \ + sha1 8c085300c90e23a120684760b5f078fca275bb49 \ + rmd160 b0de6eaa6383f5fc9f9121012262685eec408450 depends_build port:bison -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Dec 5 03:54:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 5 Dec 2009 03:54:25 -0800 (PST) Subject: [61216] trunk/dports/PortIndex Message-ID: <20091205115428.2A6F337BA084@beta.macosforge.org> Revision: 61216 http://trac.macports.org/changeset/61216 Author: portindex at macports.org Date: 2009-12-05 03:54:22 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 11:20:48 UTC (rev 61215) +++ trunk/dports/PortIndex 2009-12-05 11:54:22 UTC (rev 61216) @@ -4539,7 +4539,7 @@ qore-pgsql-module 376 variants universal portdir lang/qore-pgsql-module description {PostgreSQL module for Qore} homepage http://qore.org epoch 0 platforms darwin name qore-pgsql-module depends_lib {port:qore port:postgresql83} long_description {Module allowing communication with PostgreSQL DBs from the Qore Programming Language} maintainers davidnichols categories lang version 1.0.4 revision 0 ragel 529 -variants universal depends_build port:bison portdir lang/ragel description {ragel is a state machine compiler} homepage http://www.complang.org/ragel/ epoch 0 platforms darwin name ragel long_description {Ragel compiles finite state machines from regular languages into runnable C/C++ code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language.} maintainers mww categories lang version 6.5 revision 0 +variants universal depends_build port:bison portdir lang/ragel description {ragel is a state machine compiler} homepage http://www.complang.org/ragel/ epoch 0 platforms darwin name ragel long_description {Ragel compiles finite state machines from regular languages into runnable C/C++ code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language.} maintainers mww categories lang version 6.6 revision 0 rexx 438 variants universal portdir lang/rexx description {Regina Rexx is an interpreter for the Rexx language} homepage http://regina-rexx.sourceforge.net/ epoch 0 platforms darwin name rexx long_description {Regina is an implementation of the 1996 ANSI Standard for the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.} maintainers nomaintainer categories lang version 3.4 revision 0 ruby 632 @@ -4961,7 +4961,7 @@ mapm 459 portdir math/mapm description {A Portable Arbitrary Precision Math Library in C.} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html epoch 0 platforms darwin name mapm maintainers {jmpp openmaintainer} long_description {MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} version 4.9.5 categories {math science} revision 1 mathomatic 483 -variants universal portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} maintainers mww categories math version 14.6.3 revision 0 +variants universal portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} maintainers mww categories math version 15.0.0 revision 0 matio 409 variants universal portdir math/matio description {Matio is a library for working with Matlab save files} homepage http://sourceforge.net/projects/matio epoch 0 platforms darwin name matio depends_lib port:zlib long_description {Matio is a library for reading and writing Matlab save files. It is used by scientific data processing programs.} maintainers nomaintainer categories math version 1.3.3 revision 0 maxima 731 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Dec 5 04:27:26 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 5 Dec 2009 04:27:26 -0800 (PST) Subject: [61217] trunk/dports/mail/imapfilter Message-ID: <20091205122727.0772737BA357@beta.macosforge.org> Revision: 61217 http://trac.macports.org/changeset/61217 Author: mww at macports.org Date: 2009-12-05 04:27:23 -0800 (Sat, 05 Dec 2009) Log Message: ----------- whitespace changes only Modified Paths: -------------- trunk/dports/mail/imapfilter/Portfile Removed Paths: ------------- trunk/dports/mail/imapfilter/files/ Modified: trunk/dports/mail/imapfilter/Portfile =================================================================== --- trunk/dports/mail/imapfilter/Portfile 2009-12-05 11:54:22 UTC (rev 61216) +++ trunk/dports/mail/imapfilter/Portfile 2009-12-05 12:27:23 UTC (rev 61217) @@ -2,37 +2,39 @@ PortSystem 1.0 -name imapfilter -version 2.1.1 -categories mail -platforms darwin -maintainers mww -description IMAP message processor/filter -long_description IMAPFilter connects to remote IMAP mail servers and \ - processes messages according to defined filters (rules). It is \ - intended to be executed before a user accesses his/her \ - mailboxes. +name imapfilter +version 2.1.1 +categories mail +platforms darwin +maintainers mww +description IMAP message processor/filter +long_description IMAPFilter connects to remote IMAP mail servers and \ + processes messages according to defined filters (rules). \ + It is intended to be executed before a user accesses \ + his/her mailboxes. -homepage http://imapfilter.hellug.gr/ -master_sites ${homepage}/source/ +homepage http://imapfilter.hellug.gr/ +master_sites ${homepage}/source/ checksums md5 42477490164baeecf1964eb2cefe8570 \ sha1 a8f0e5bd1d19eeadeff871b49f9104fbc1759113 \ rmd160 7e56a5137d59caf822fbf85a19e9a84783328c49 -use_bzip2 yes +use_bzip2 yes -depends_lib port:lua port:openssl port:pcre +depends_lib port:lua port:openssl port:pcre -configure.pre_args -d ${prefix} -m ${prefix}/share/man +configure.pre_args -d ${prefix} -m ${prefix}/share/man -build.args CC="${configure.cc} ${configure.cflags}" INCDIRS="${configure.cppflags}" LIBDIRS="${configure.ldflags}" +build.args CC="${configure.cc} ${configure.cflags}" \ + INCDIRS="${configure.cppflags}" \ + LIBDIRS="${configure.ldflags}" -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex imapfilter-(\[0-9\\.\]+\[0-9\]) +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex imapfilter-(\[0-9\\.\]+\[0-9\]) variant universal { - configure.cflags-append "${configure.universal_cflags}" - configure.cppflags-append "${configure.universal_cppflags}" - configure.ldflags-append "${configure.universal_ldflags}" + configure.cflags-append "${configure.universal_cflags}" + configure.cppflags-append "${configure.universal_cppflags}" + configure.ldflags-append "${configure.universal_ldflags}" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sat Dec 5 04:28:50 2009 From: mww at macports.org (mww at macports.org) Date: Sat, 5 Dec 2009 04:28:50 -0800 (PST) Subject: [61218] trunk/dports/mail/imapfilter/Portfile Message-ID: <20091205122851.06A8337BA3B8@beta.macosforge.org> Revision: 61218 http://trac.macports.org/changeset/61218 Author: mww at macports.org Date: 2009-12-05 04:28:50 -0800 (Sat, 05 Dec 2009) Log Message: ----------- version 2.1.2 Modified Paths: -------------- trunk/dports/mail/imapfilter/Portfile Modified: trunk/dports/mail/imapfilter/Portfile =================================================================== --- trunk/dports/mail/imapfilter/Portfile 2009-12-05 12:27:23 UTC (rev 61217) +++ trunk/dports/mail/imapfilter/Portfile 2009-12-05 12:28:50 UTC (rev 61218) @@ -3,10 +3,11 @@ PortSystem 1.0 name imapfilter -version 2.1.1 +version 2.1.2 categories mail platforms darwin maintainers mww +license BSD description IMAP message processor/filter long_description IMAPFilter connects to remote IMAP mail servers and \ processes messages according to defined filters (rules). \ @@ -15,9 +16,10 @@ homepage http://imapfilter.hellug.gr/ master_sites ${homepage}/source/ -checksums md5 42477490164baeecf1964eb2cefe8570 \ - sha1 a8f0e5bd1d19eeadeff871b49f9104fbc1759113 \ - rmd160 7e56a5137d59caf822fbf85a19e9a84783328c49 +checksums md5 5b5c1e116df52b2d363e36cc86965bd2 \ + sha1 9744c070de7948adc92da7540b0b96246afbcc2a \ + rmd160 1644af005a7c68400c884b73967b2bc1e9cd9a14 + use_bzip2 yes depends_lib port:lua port:openssl port:pcre -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Dec 5 04:54:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 5 Dec 2009 04:54:11 -0800 (PST) Subject: [61219] trunk/dports/PortIndex Message-ID: <20091205125413.C588737BA596@beta.macosforge.org> Revision: 61219 http://trac.macports.org/changeset/61219 Author: portindex at macports.org Date: 2009-12-05 04:54:08 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 12:28:50 UTC (rev 61218) +++ trunk/dports/PortIndex 2009-12-05 12:54:08 UTC (rev 61219) @@ -4709,7 +4709,7 @@ imapcp 501 portdir mail/imapcp description {imapcp is a simple tool to copy mailbox accounts} homepage http://www.jplanglois.com/products/imapcp/ epoch 0 depends_run bin:python:python24 platforms darwin name imapcp maintainers nomaintainer long_description {imapcp is a simple tool to copy mailbox accounts. It was used successfully to transfer mailboxes from a Washington University IMAP server to a Courier IMAP server, and from an OpenMail server to a WU IMAP server.} categories mail version 0.97 revision 0 imapfilter 469 -variants universal portdir mail/imapfilter description {IMAP message processor/filter} homepage http://imapfilter.hellug.gr/ epoch 0 platforms darwin name imapfilter depends_lib {port:lua port:openssl port:pcre} long_description {IMAPFilter connects to remote IMAP mail servers and processes messages according to defined filters (rules). It is intended to be executed before a user accesses his/her mailboxes.} maintainers mww categories mail version 2.1.1 revision 0 +variants universal portdir mail/imapfilter description {IMAP message processor/filter} homepage http://imapfilter.hellug.gr/ epoch 0 platforms darwin name imapfilter depends_lib {port:lua port:openssl port:pcre} long_description {IMAPFilter connects to remote IMAP mail servers and processes messages according to defined filters (rules). It is intended to be executed before a user accesses his/her mailboxes.} maintainers mww categories mail version 2.1.2 revision 0 imapsync 570 variants universal portdir mail/imapsync description {imapsync is an IMAP synchronization, copy or migration tool.} homepage http://www.linux-france.org/prj/imapsync/ epoch 0 depends_run {path:bin/perl:perl5 port:p5-digest-md5 port:p5-mail-imapclient port:p5-term-readkey port:p5-io-socket-ssl port:p5-datemanip} platforms darwin name imapsync long_description {imapsync is an IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. It is especially good at IMAP migration.} maintainers mww categories mail version 1.286 revision 0 isync 578 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Sat Dec 5 11:31:34 2009 From: nox at macports.org (nox at macports.org) Date: Sat, 5 Dec 2009 11:31:34 -0800 (PST) Subject: [61220] trunk/dports/archivers/lzo2/Portfile Message-ID: <20091205193134.D4AA637BCA88@beta.macosforge.org> Revision: 61220 http://trac.macports.org/changeset/61220 Author: nox at macports.org Date: 2009-12-05 11:31:30 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Use muniversal port group in lzo2 lzo2 needs muniversal support to be properly configured. This closes #19522 and #21822. Modified Paths: -------------- trunk/dports/archivers/lzo2/Portfile Modified: trunk/dports/archivers/lzo2/Portfile =================================================================== --- trunk/dports/archivers/lzo2/Portfile 2009-12-05 12:54:08 UTC (rev 61219) +++ trunk/dports/archivers/lzo2/Portfile 2009-12-05 19:31:30 UTC (rev 61220) @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 +PortGroup muniversal 1.0 name lzo2 set my_name lzo -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Dec 5 11:54:10 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 5 Dec 2009 11:54:10 -0800 (PST) Subject: [61221] trunk/dports/PortIndex Message-ID: <20091205195413.11CDD37BCC16@beta.macosforge.org> Revision: 61221 http://trac.macports.org/changeset/61221 Author: portindex at macports.org Date: 2009-12-05 11:54:08 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 19:31:30 UTC (rev 61220) +++ trunk/dports/PortIndex 2009-12-05 19:54:08 UTC (rev 61221) @@ -235,7 +235,7 @@ lzmautils 455 variants universal portdir archivers/lzmautils description {LZMA Utils} homepage http://tukaani.org/lzma/ epoch 0 platforms darwin name lzmautils long_description {LZMA utils consist of a few relatively separate submodules: * LZMA encoder/decoder command line tool similar to gzip/bzip2 * Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)} maintainers {afb openmaintainer} categories archivers version 4.32.7 revision 1 lzo2 657 -variants {darwin_8 universal} portdir archivers/lzo2 description {Real-time data compression library} homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo2 long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers gmail.com:yunzheng.hu categories archivers version 2.03 revision 2 +variants {universal darwin_8} portdir archivers/lzo2 description {Real-time data compression library} homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo2 maintainers gmail.com:yunzheng.hu long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} categories archivers version 2.03 revision 2 makeself 488 portdir archivers/makeself description {A small shell script that generates a self-extractable archives} homepage http://www.megastep.org/makeself/ epoch 0 platforms darwin name makeself maintainers nomaintainer long_description {makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is.} version 2.1.4 categories archivers revision 0 mgzip 446 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Dec 5 11:54:43 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 5 Dec 2009 11:54:43 -0800 (PST) Subject: [61222] trunk/dports/net/gtk-gnutella/Portfile Message-ID: <20091205195443.420D137BCC46@beta.macosforge.org> Revision: 61222 http://trac.macports.org/changeset/61222 Author: ryandesign at macports.org Date: 2009-12-05 11:54:42 -0800 (Sat, 05 Dec 2009) Log Message: ----------- gtk-gnutella: on second thought, disable universal variant because of: gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags Modified Paths: -------------- trunk/dports/net/gtk-gnutella/Portfile Modified: trunk/dports/net/gtk-gnutella/Portfile =================================================================== --- trunk/dports/net/gtk-gnutella/Portfile 2009-12-05 19:54:08 UTC (rev 61221) +++ trunk/dports/net/gtk-gnutella/Portfile 2009-12-05 19:54:42 UTC (rev 61222) @@ -26,6 +26,8 @@ depends_build bin:gawk:gawk +universal_variant no + configure.cppflags-append -no-cpp-precomp configure.args -Oders \ @@ -38,6 +40,4 @@ configure.pre_args-delete --prefix=${prefix} -configure.universal_args-delete --disable-dependency-tracking - destroot.destdir INSTALL_PREFIX=${destroot} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Dec 5 12:00:51 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 5 Dec 2009 12:00:51 -0800 (PST) Subject: [61223] trunk/dports/net/gtk-gnutella Message-ID: <20091205200051.9CCD237BCD05@beta.macosforge.org> Revision: 61223 http://trac.macports.org/changeset/61223 Author: ryandesign at macports.org Date: 2009-12-05 12:00:50 -0800 (Sat, 05 Dec 2009) Log Message: ----------- gtk-gnutella: * update to 0.96.6 * switch to simpler build.sh configuration script, coincidentally fixing this port for case-sensitive filesystems * remove ancient -no-cpp-precomp option * add patch from FreeBSD to bypass erroneous "Cannot find iconv()" message; see http://lists.macosforge.org/pipermail/macports-users/2009-December/017864.html and http://www.freebsd.org/cgi/query-pr.cgi?pr=118420 Modified Paths: -------------- trunk/dports/net/gtk-gnutella/Portfile Added Paths: ----------- trunk/dports/net/gtk-gnutella/files/ trunk/dports/net/gtk-gnutella/files/patch-Configure Modified: trunk/dports/net/gtk-gnutella/Portfile =================================================================== --- trunk/dports/net/gtk-gnutella/Portfile 2009-12-05 19:54:42 UTC (rev 61222) +++ trunk/dports/net/gtk-gnutella/Portfile 2009-12-05 20:00:50 UTC (rev 61223) @@ -3,7 +3,7 @@ PortSystem 1.0 name gtk-gnutella -version 0.96.5 +version 0.96.6 categories net maintainers nomaintainer description GTK-based Gnutella client @@ -16,9 +16,9 @@ master_sites sourceforge -checksums md5 539fbdf65c6038d1da2e5cebede52e43 \ - sha1 80589a24322f509ed1c2494a1b5ce08951c7e216 \ - rmd160 1f7b58b45955d940e19284110ad78bb6410cd3c6 +checksums md5 0f8f1241faf5c204b77a4ddfd878c148 \ + sha1 319417e8de104b33913e08a0aaec8c0f22a6129d \ + rmd160 0dae6af9ac64fa8d75980cafd55c5a3e9eb18dfe use_bzip2 yes @@ -26,18 +26,13 @@ depends_build bin:gawk:gawk +patchfiles patch-Configure + universal_variant no -configure.cppflags-append -no-cpp-precomp +configure.cmd ./build.sh -configure.args -Oders \ - -D prefix=${prefix} \ - -D official=true \ - -D ccflags='-I${prefix}/include' \ - -D sysman=${prefix}/share/man \ - -D libpth="${prefix}/lib /usr/lib" \ - -D remotectrl=true -D gtkversion=2 +configure.args --configure-only \ + --mandir=${prefix}/share/man -configure.pre_args-delete --prefix=${prefix} - destroot.destdir INSTALL_PREFIX=${destroot} Added: trunk/dports/net/gtk-gnutella/files/patch-Configure =================================================================== --- trunk/dports/net/gtk-gnutella/files/patch-Configure (rev 0) +++ trunk/dports/net/gtk-gnutella/files/patch-Configure 2009-12-05 20:00:50 UTC (rev 61223) @@ -0,0 +1,14 @@ +--- Configure.orig 2009-03-29 10:37:52.000000000 -0500 ++++ Configure 2009-12-05 12:27:15.000000000 -0600 +@@ -8815,11 +8815,6 @@ + $yum 'ADVICE: Run "yum install zlib-devel".' >&4 + fi + +-if [ "$iconv" != yes ]; then +- bailout=yes +- echo 'ERROR: Cannot find iconv(). Library or header files might be missing.' >&4 +-fi +- + if [ "$frontend" != none ]; then + case "$d_gtk" in + "$undef") -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Dec 5 12:22:01 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 5 Dec 2009 12:22:01 -0800 (PST) Subject: [61224] trunk/dports/irc/xchat/Portfile Message-ID: <20091205202202.95F6837BCF82@beta.macosforge.org> Revision: 61224 http://trac.macports.org/changeset/61224 Author: ryandesign at macports.org Date: 2009-12-05 12:21:58 -0800 (Sat, 05 Dec 2009) Log Message: ----------- xchat: add a note advising users they probably want xchat2 instead; see #22266 Modified Paths: -------------- trunk/dports/irc/xchat/Portfile Modified: trunk/dports/irc/xchat/Portfile =================================================================== --- trunk/dports/irc/xchat/Portfile 2009-12-05 20:00:50 UTC (rev 61223) +++ trunk/dports/irc/xchat/Portfile 2009-12-05 20:21:58 UTC (rev 61224) @@ -21,6 +21,11 @@ depends_lib port:gettext port:gtk1 +pre-fetch { + ui_msg "Note: the xchat port installs the old XChat version 1 software." + ui_msg "You may instead want the xchat2 port which installs XChat version 2." +} + configure.env LIBS="-L${prefix}/lib" configure.cflags-append "-I${prefix}/include" configure.cppflags-append "-no-cpp-precomp" -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Dec 5 12:24:46 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 5 Dec 2009 12:24:46 -0800 (PST) Subject: [61225] trunk/dports/irc/xchat2/Portfile Message-ID: <20091205202446.5DCFB37BCFEA@beta.macosforge.org> Revision: 61225 http://trac.macports.org/changeset/61225 Author: ryandesign at macports.org Date: 2009-12-05 12:24:45 -0800 (Sat, 05 Dec 2009) Log Message: ----------- xchat2: use ${branch} variable to avoid hardcoding the branch all over the portfile Modified Paths: -------------- trunk/dports/irc/xchat2/Portfile Modified: trunk/dports/irc/xchat2/Portfile =================================================================== --- trunk/dports/irc/xchat2/Portfile 2009-12-05 20:21:58 UTC (rev 61224) +++ trunk/dports/irc/xchat2/Portfile 2009-12-05 20:24:45 UTC (rev 61225) @@ -5,6 +5,7 @@ name xchat2 version 2.8.6 revision 2 +set branch [join [lrange [split ${version} .] 0 1] .] categories irc maintainers afb openmaintainer description GTK+2 IRC client @@ -15,8 +16,8 @@ XChat2 is a graphical IRC client based on GTK2 that has \ many features and can be scripted with Perl and/or Python. -master_sites http://xchat.org/files/source/2.8/ -patch_sites http://xchat.org/files/source/2.8/patches/ +master_sites http://xchat.org/files/source/${branch}/ +patch_sites http://xchat.org/files/source/${branch}/patches/ distname xchat-${version} @@ -44,5 +45,5 @@ variant quartz conflicts xft { configure.args-append --disable-xlib } -livecheck.url http://www.xchat.org/files/source/2.8/?S=D +livecheck.url http://www.xchat.org/files/source/${branch}/?S=D livecheck.regex xchat-(\[0-9.\]+)${extract.suffix} -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sat Dec 5 12:29:15 2009 From: blb at macports.org (blb at macports.org) Date: Sat, 5 Dec 2009 12:29:15 -0800 (PST) Subject: [61226] trunk/dports/python/py26-asn1/Portfile Message-ID: <20091205202915.EE6B237BD063@beta.macosforge.org> Revision: 61226 http://trac.macports.org/changeset/61226 Author: blb at macports.org Date: 2009-12-05 12:29:14 -0800 (Sat, 05 Dec 2009) Log Message: ----------- python/py26-asn1 - update to 0.0.10a Modified Paths: -------------- trunk/dports/python/py26-asn1/Portfile Modified: trunk/dports/python/py26-asn1/Portfile =================================================================== --- trunk/dports/python/py26-asn1/Portfile 2009-12-05 20:24:45 UTC (rev 61225) +++ trunk/dports/python/py26-asn1/Portfile 2009-12-05 20:29:14 UTC (rev 61226) @@ -4,7 +4,7 @@ PortGroup python26 1.0 name py26-asn1 -version 0.0.9a +version 0.0.10a categories-append devel crypto maintainers blb openmaintainer description Implementation of ASN.1 types and codecs in Python @@ -18,9 +18,9 @@ master_sites sourceforge:pyasn1 distname pyasn1-${version} -checksums md5 a6b26c57bae5484381cd558c15277c03 \ - sha1 d121b2a6dee4f1d4cdf6512828554ec058811bcb \ - rmd160 fdf1e346659958b8ee0b0351b7b7bab82c121b16 +checksums md5 9734755809950c348c8fe8aa7e58a155 \ + sha1 e42e5cb798e36867b71192be2ba4223f224ec62d \ + rmd160 d515846011b2b7a9ef5446ef301c06a740ef2fe7 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Dec 5 12:54:22 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 5 Dec 2009 12:54:22 -0800 (PST) Subject: [61227] trunk/dports Message-ID: <20091205205424.A53E637BD625@beta.macosforge.org> Revision: 61227 http://trac.macports.org/changeset/61227 Author: portindex at macports.org Date: 2009-12-05 12:54:19 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 20:29:14 UTC (rev 61226) +++ trunk/dports/PortIndex 2009-12-05 20:54:19 UTC (rev 61227) @@ -5550,8 +5550,8 @@ variants {no_x11 universal} portdir net/gpsd description {gps multiplexor daemon} homepage http://gpsd.berlios.de/ epoch 0 platforms darwin name gpsd depends_lib {port:xorg-libXaw port:Xft2 port:xorg-libXp port:libpng lib:libXm:openmotif} long_description {gpsd is a small daemon multiplexes output or information from a GPS receiver.} maintainers nomaintainer categories net version 2.38 revision 0 gq 398 variants universal portdir net/gq description {GQ is a GTK-based LDAP client.} homepage http://gq-project.org/ epoch 0 platforms darwin name gq depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 port:expat port:openldap port:openssl port:gnome-keyring port:libglade2} long_description {{GQ is a GTK-based LDAP client.}} maintainers gmail.com:syzdek categories net version 1.2.1 revision 0 -gtk-gnutella 464 -variants universal depends_build bin:gawk:gawk portdir net/gtk-gnutella description {GTK-based Gnutella client} homepage http://gtk-gnutella.sourceforge.net/ epoch 0 platforms darwin name gtk-gnutella depends_lib {port:libxml2 port:gtk2} long_description {GTK-Gnutella is a Gnutella client that features search, download, file sharing, bandwidth limiting, host caching, and some basic statistics.} maintainers nomaintainer categories net version 0.96.5 revision 0 +gtk-gnutella 445 +depends_build bin:gawk:gawk portdir net/gtk-gnutella description {GTK-based Gnutella client} homepage http://gtk-gnutella.sourceforge.net/ epoch 0 platforms darwin name gtk-gnutella depends_lib {port:libxml2 port:gtk2} maintainers nomaintainer long_description {GTK-Gnutella is a Gnutella client that features search, download, file sharing, bandwidth limiting, host caching, and some basic statistics.} categories net version 0.96.6 revision 0 gvpe 511 variants universal portdir net/gvpe description {GNU Virtual Private Ethernet} homepage http://savannah.gnu.org/projects/gvpe/ epoch 0 platforms darwin name gvpe depends_lib {port:gettext port:libiconv port:openssl} long_description {GVPE creates a virtual ethernet (broadcasts supported, any protocol that works with a normal ethernet should work with GVPE) by creating encrypted host-to-host tunnels between multiple endpoints.} maintainers {adfernandes openmaintainer} categories net version 2.22 revision 0 haproxy 691 @@ -9144,8 +9144,8 @@ portdir python/py26-appscript description {High-level application scripting package for Python} homepage http://appscript.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-appscript maintainers nomaintainer long_description {Appscript is a high-level, user-friendly MacPython to Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes MacPython a serious alternative to Apple's own AppleScript language for automating your Mac.} version 0.20.0 categories python revision 0 py26-apptools 669 depends_build port:py26-setuptools portdir python/py26-apptools description {The Enthought apptools package} homepage http://code.enthought.com/projects/app_tools.php epoch 0 platforms darwin depends_lib {port:python26 port:py26-configobj port:py26-numpy port:py26-envisagecore port:py26-traitsgui} name py26-apptools maintainers nomaintainer long_description {The Enthought Tool Suite includes a set of packages that we have found useful in creating a number of applications. They implement functionality that is commonly needed by many applications. These packages are distributed together as the AppTools project.} version 3.2.0 categories {python devel} revision 0 -py26-asn1 451 -portdir python/py26-asn1 description {Implementation of ASN.1 types and codecs in Python} homepage http://pyasn1.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-asn1 maintainers {blb openmaintainer} long_description {This project is dedicated to implementation of ASN.1 types (concrete syntax) and codecs (transfer syntaxes) for Python programming environment.} version 0.0.9a categories {python devel crypto} revision 0 +py26-asn1 452 +portdir python/py26-asn1 description {Implementation of ASN.1 types and codecs in Python} homepage http://pyasn1.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-asn1 maintainers {blb openmaintainer} long_description {This project is dedicated to implementation of ASN.1 types (concrete syntax) and codecs (transfer syntaxes) for Python programming environment.} version 0.0.10a categories {python devel crypto} revision 0 py26-bdist_mpkg 729 portdir python/py26-bdist_mpkg description {Builds Mac OS X installer packages from distutils} homepage http://undefined.org/python/#bdist_mpkg epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-bdist_mpkg maintainers {jmr openmaintainer} long_description {bdist_mpkg is a distutils plugin that implements the bdist_mpkg command, which builds a Mac OS X metapackage for use by Installer.app for easy GUI installation of Python modules, much like bdist_wininst. It also comes with a bdist_mpkg script, which is a setup.py front-end that will allow you to easy build an installer metapackage from nearly any existing package that uses distutils.} version 0.4.4 categories {python devel} revision 0 py26-beaker 357 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sat Dec 5 14:27:56 2009 From: noreply at macports.org (MacPorts) Date: Sat, 05 Dec 2009 22:27:56 -0000 Subject: [MacPorts] ram modified Message-ID: <20091205222756.AC413819F034@mail-out4.apple.com> Changed page "ram" by ram at macports.org from 72.128.78.253* Page URL: Diff URL: Revision 59 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ram ========================================================================= --- ram (version: 58) +++ ram (version: 59) @@ -44,6 +44,7 @@ * [source:trunk/dports/science/cfitsio science/cfitsio] * [source:trunk/dports/science/glue science/glue] * [source:trunk/dports/science/lal science/lal] + * [source:trunk/dports/science/lalstochastic science/lalstochastic] * [source:trunk/dports/science/lalapps science/lalapps] * [source:trunk/dports/science/libframe science/libframe] * [source:trunk/dports/science/lscsoft-deps science/lscsoft-deps] -------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 jeremyhu at macports.org Sat Dec 5 14:56:30 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 5 Dec 2009 14:56:30 -0800 (PST) Subject: [61228] trunk/dports/devel/xulrunner-devel/Portfile Message-ID: <20091205225632.09EA137BF792@beta.macosforge.org> Revision: 61228 http://trac.macports.org/changeset/61228 Author: jeremyhu at macports.org Date: 2009-12-05 14:56:27 -0800 (Sat, 05 Dec 2009) Log Message: ----------- xulrunner-devel: Bump to 1.9.2b4 Modified Paths: -------------- trunk/dports/devel/xulrunner-devel/Portfile Modified: trunk/dports/devel/xulrunner-devel/Portfile =================================================================== --- trunk/dports/devel/xulrunner-devel/Portfile 2009-12-05 20:54:19 UTC (rev 61227) +++ trunk/dports/devel/xulrunner-devel/Portfile 2009-12-05 22:56:27 UTC (rev 61228) @@ -7,8 +7,8 @@ name xulrunner-devel set component xulrunner categories devel -version 1.9.2b1 -set ff_version 3.6b1 +version 1.9.2b4 +set ff_version 3.6b4 revision 1 platforms darwin maintainers jeremyhu openmaintainer @@ -28,9 +28,9 @@ use_bzip2 yes -checksums md5 e585eab46f14ba1d770be9d9c1d1b78e \ - sha1 67ccc5e515c17f7acfbc7f63bf6eeb4d7f686d54 \ - rmd160 47859c87b4c1587cff2d845c949c97d712e4c743 +checksums md5 770d0a33e4e2ceb52017c59d98c4d28c \ + sha1 de3b649b54fb9b40b58c2f1b432c0beea39ad732 \ + rmd160 b6f74b639bfcb3d34a9f8e8c4cb58bb58e511f6f worksrcdir mozilla-1.9.2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Dec 5 15:07:10 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 5 Dec 2009 15:07:10 -0800 (PST) Subject: [61229] trunk/dports/www/firefox-x11-devel/Portfile Message-ID: <20091205230710.EBCA237BFA65@beta.macosforge.org> Revision: 61229 http://trac.macports.org/changeset/61229 Author: jeremyhu at macports.org Date: 2009-12-05 15:07:09 -0800 (Sat, 05 Dec 2009) Log Message: ----------- firefox-x11-devel: Bump to 3.6b4 Modified Paths: -------------- trunk/dports/www/firefox-x11-devel/Portfile Modified: trunk/dports/www/firefox-x11-devel/Portfile =================================================================== --- trunk/dports/www/firefox-x11-devel/Portfile 2009-12-05 22:56:27 UTC (rev 61228) +++ trunk/dports/www/firefox-x11-devel/Portfile 2009-12-05 23:07:09 UTC (rev 61229) @@ -6,7 +6,7 @@ name firefox-x11-devel set component firefox categories www x11 -version 3.6b1 +version 3.6b4 revision 0 platforms darwin maintainers jeremyhu openmaintainer @@ -29,9 +29,9 @@ distname ${component}-${version}.source use_bzip2 yes -checksums md5 e585eab46f14ba1d770be9d9c1d1b78e \ - sha1 67ccc5e515c17f7acfbc7f63bf6eeb4d7f686d54 \ - rmd160 47859c87b4c1587cff2d845c949c97d712e4c743 +checksums md5 770d0a33e4e2ceb52017c59d98c4d28c \ + sha1 de3b649b54fb9b40b58c2f1b432c0beea39ad732 \ + rmd160 b6f74b639bfcb3d34a9f8e8c4cb58bb58e511f6f worksrcdir mozilla-1.9.2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Dec 5 15:54:24 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 5 Dec 2009 15:54:24 -0800 (PST) Subject: [61230] trunk/dports/PortIndex Message-ID: <20091205235427.0B9A237BFE3F@beta.macosforge.org> Revision: 61230 http://trac.macports.org/changeset/61230 Author: portindex at macports.org Date: 2009-12-05 15:54:21 -0800 (Sat, 05 Dec 2009) Log Message: ----------- Total number of ports parsed: 6417 Ports successfully parsed: 6417 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-12-05 23:07:09 UTC (rev 61229) +++ trunk/dports/PortIndex 2009-12-05 23:54:21 UTC (rev 61230) @@ -2215,7 +2215,7 @@ xulrunner 614 variants {debug gnome} depends_build {port:findutils port:pkgconfig port:autoconf213} portdir devel/xulrunner description {Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications} homepage http://developer.mozilla.org/en/docs/XULRunner epoch 0 platforms darwin depends_lib {port:heimdal port:lcms port:gconf port:esound port:libcanberra port:findutils port:nss port:nspr port:gtk2 port:xorg-libXt} name xulrunner long_description {{Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications}} maintainers {jeremyhu openmaintainer} version 1.9.1.4 categories devel revision 0 xulrunner-devel 641 -variants {debug gnome} depends_build {port:findutils port:pkgconfig port:autoconf213} portdir devel/xulrunner-devel description {Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications} homepage http://developer.mozilla.org/en/docs/XULRunner epoch 0 platforms darwin depends_lib {port:heimdal port:lcms port:gconf port:esound port:libcanberra port:findutils port:nss port:nspr port:gtk2 port:xorg-libXt port:libnotify} name xulrunner-devel long_description {{Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications}} maintainers {jeremyhu openmaintainer} version 1.9.2b1 categories devel revision 1 +variants {debug gnome} depends_build {port:findutils port:pkgconfig port:autoconf213} portdir devel/xulrunner-devel description {Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications} homepage http://developer.mozilla.org/en/docs/XULRunner epoch 0 platforms darwin depends_lib {port:heimdal port:lcms port:gconf port:esound port:libcanberra port:findutils port:nss port:nspr port:gtk2 port:xorg-libXt port:libnotify} name xulrunner-devel long_description {{Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications}} maintainers {jeremyhu openmaintainer} version 1.9.2b4 categories devel revision 1 xxdiff 438 portdir devel/xxdiff description {xxdiff is a graphical merging tool} homepage http://furius.ca/xxdiff/ epoch 0 platforms darwin name xxdiff depends_lib {port:bison port:flex port:qt3} maintainers {simon openmaintainer} long_description {xxdiff is a graphical browser for viewing the differences between two or three files, or between two directories, and can be used to produce a merged version.} categories devel version 3.2 revision 0 xxl 589 @@ -11749,7 +11749,7 @@ firefox-x11 553 variants {debug gnome official_branding internal_dependencies} depends_build {port:findutils port:pkgconfig port:autoconf213} portdir www/firefox-x11 description {Mozilla.org's popular stand-alone web browser, Beta and Release Candidates} homepage http://www.mozilla.com/firefox/ epoch 0 platforms darwin depends_lib port:xulrunner name firefox-x11 long_description {Firefox empowers you to browse faster, more safely and more efficiently than with any other browser.} maintainers {jeremyhu openmaintainer} version 3.5.5 categories {www x11} revision 0 firefox-x11-devel 571 -variants {debug gnome official_branding internal_dependencies} depends_build {port:findutils port:pkgconfig port:autoconf213} portdir www/firefox-x11-devel description {Mozilla.org's popular stand-alone web browser, Beta and Release Candidates} homepage http://www.mozilla.com/firefox/ epoch 0 platforms darwin depends_lib port:xulrunner-devel name firefox-x11-devel long_description {Firefox empowers you to browse faster, more safely and more efficiently than with any other browser.} maintainers {jeremyhu openmaintainer} version 3.6b1 categories {www x11} revision 0 +variants {debug gnome official_branding internal_dependencies} depends_build {port:findutils port:pkgconfig port:autoconf213} portdir www/firefox-x11-devel description {Mozilla.org's popular stand-alone web browser, Beta and Release Candidates} homepage http://www.mozilla.com/firefox/ epoch 0 platforms darwin depends_lib port:xulrunner-devel name firefox-x11-devel long_description {Firefox empowers you to browse faster, more safely and more efficiently than with any other browser.} maintainers {jeremyhu openmaintainer} version 3.6b4 categories {www x11} revision 0 flood 483 variants universal depends_build {port:autoconf port:automake port:libtool} portdir www/flood description {profile-driven HTTP load tester} homepage http://httpd.apache.org/test/flood/ epoch 0 platforms {darwin freebsd} name flood depends_lib {port:apr port:apr-util port:expat} long_description {Flood is a profile-driven HTTP load tester. It can be used to gather important performance metrics for your website.} maintainers nomaintainer categories www version 20041105 revision 0 furl 379 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Dec 5 18:52:26 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 5 Dec 2009 18:52:26 -0800 (PST) Subject: [61231] trunk/dports/sysutils/osxutils Message-ID: <20091206025227.3DD1F37C0E9F@beta.macosforge.org> Revision: 61231 http://trac.macports.org/changeset/61231 Author: ryandesign at macports.org Date: 2009-12-05 18:52:23 -0800 (Sat, 05 Dec 2009) Log Message: ----------- osxutils: * fix build failure on Leopard and earlier (#22796) * upgrade legacy Xcode projects to native format, allowing them to build on Snow Leopard too (#22796) * change references to /opt/local in rcmac and manpages to ${prefix} (#19789) Modified Paths: -------------- trunk/dports/sysutils/osxutils/Portfile Added Paths: ----------- trunk/dports/sysutils/osxutils/files/patch-xcodeprojs Modified: trunk/dports/sysutils/osxutils/Portfile =================================================================== --- trunk/dports/sysutils/osxutils/Portfile 2009-12-05 23:54:21 UTC (rev 61230) +++ trunk/dports/sysutils/osxutils/Portfile 2009-12-06 02:52:23 UTC (rev 61231) @@ -5,6 +5,7 @@ name osxutils version 1.7 +revision 1 categories sysutils maintainers waqar @@ -26,18 +27,24 @@ sha1 5cbd1badf4cd7fe36431baf5e1358a68f9967eac \ rmd160 b91fa4644ee8348c0013f55aaa9d0d8f2e46dafe +# upgrade to "native" targets so modern Xcode doesn't complain +patchfiles patch-xcodeprojs + +post-patch { + foreach item [concat [glob ${worksrcpath}/*/*.1] ${worksrcpath}/rcmac/rcmac] { + reinplace "s|/usr/local|${prefix}|g" ${item} + } +} + # all but one of these tools use 32-bit-only carbon bits if {$build_arch == "x86_64"} { configure.build_arch i386 } elseif {$build_arch == "ppc64"} { configure.build_arch ppc } -set bt {getfcomment geticon hfsdata seticon setlabel wsupdate} -if {${os.major} < 10} { - # jam-based targets - append bt lsmac mkalias setfcomment setfctypes setfflags setsuffix -} +set bt {getfcomment geticon hfsdata lsmac mkalias setfcomment setfctypes setfflags seticon setlabel setsuffix wsupdate} + # Mostly clagged from xcode portgroup. Not pretty, but the portgroup doesn't # support multiple projects. build { Added: trunk/dports/sysutils/osxutils/files/patch-xcodeprojs =================================================================== --- trunk/dports/sysutils/osxutils/files/patch-xcodeprojs (rev 0) +++ trunk/dports/sysutils/osxutils/files/patch-xcodeprojs 2009-12-06 02:52:23 UTC (rev 61231) @@ -0,0 +1,1542 @@ +For each Xcode project, I opened it, selected "Upgrade All Targets in Project to Native" from +the Project menu, then deleted the old target and renamed the new target to the old target's name. +--- lsmac/lsmac.xcodeproj/project.pbxproj 2005-11-26 21:10:33.000000000 -0600 ++++ lsmac/lsmac.xcodeproj/project.pbxproj 2009-12-05 19:47:27.000000000 -0600 +@@ -7,62 +7,37 @@ + objects = { + + /* Begin PBXBuildFile section */ +- 08FB77A2FE84155DC02AAC07 /* lsmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* lsmac.c */; settings = {ATTRIBUTES = (); COMPILER_FLAGS = "-O3"; }; }; +- B869C4F904323EE90000000C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B869C4F804323EE90000000C /* Carbon.framework */; }; +- C6A0FF2E029079C004C91782 /* lsmac.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* lsmac.1 */; }; ++ 501D3A2B10CB44410031088F /* lsmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* lsmac.c */; settings = {ATTRIBUTES = (); COMPILER_FLAGS = "-O3"; }; }; ++ 501D3A2D10CB44410031088F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B869C4F804323EE90000000C /* Carbon.framework */; }; ++ 501D3A3010CB44410031088F /* lsmac.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* lsmac.1 */; }; + /* End PBXBuildFile section */ + +-/* Begin PBXBuildStyle section */ +- 014CEA520018CE5811CA2923 /* Development */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = NO; +- GCC_DYNAMIC_NO_PIC = NO; +- GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; +- GCC_OPTIMIZATION_LEVEL = 0; +- OPTIMIZATION_CFLAGS = "-O0"; +- ZERO_LINK = YES; +- }; +- name = Development; +- }; +- 014CEA530018CE5811CA2923 /* Deployment */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = YES; +- GCC_ENABLE_FIX_AND_CONTINUE = NO; +- ZERO_LINK = NO; +- }; +- name = Deployment; +- }; +-/* End PBXBuildStyle section */ +- + /* Begin PBXCopyFilesBuildPhase section */ +- C6A0FF2D029079AD04C91782 /* CopyFiles */ = { ++ 501D3A2F10CB44410031088F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( +- C6A0FF2E029079C004C91782 /* lsmac.1 in CopyFiles */, ++ 501D3A3010CB44410031088F /* lsmac.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + /* End PBXCopyFilesBuildPhase section */ + + /* Begin PBXFileReference section */ +- 034768E8FF38A79811DB9C8B /* lsmac */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = lsmac; sourceTree = BUILT_PRODUCTS_DIR; }; + 08FB7796FE84155DC02AAC07 /* lsmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsmac.c; sourceTree = ""; }; ++ 501D3A3510CB44410031088F /* lsmac */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = lsmac; path = build/Development/lsmac; sourceTree = ""; }; + B869C4F804323EE90000000C /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + C6A0FF2C0290799A04C91782 /* lsmac.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = lsmac.1; sourceTree = ""; }; + /* End PBXFileReference section */ + + /* Begin PBXFrameworksBuildPhase section */ +- 08FB77A3FE84155DC02AAC07 /* Frameworks */ = { ++ 501D3A2C10CB44410031088F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( +- B869C4F904323EE90000000C /* Carbon.framework in Frameworks */, ++ 501D3A2D10CB44410031088F /* Carbon.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +@@ -91,7 +66,7 @@ + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( +- 034768E8FF38A79811DB9C8B /* lsmac */, ++ 501D3A3510CB44410031088F /* lsmac */, + ); + name = Products; + sourceTree = ""; +@@ -115,7 +90,7 @@ + /* End PBXGroup section */ + + /* Begin PBXHeadersBuildPhase section */ +- 08FB77A0FE84155DC02AAC07 /* Headers */ = { ++ 501D3A2910CB44410031088F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -124,27 +99,46 @@ + }; + /* End PBXHeadersBuildPhase section */ + ++/* Begin PBXNativeTarget section */ ++ 501D3A2810CB44410031088F /* lsmac */ = { ++ isa = PBXNativeTarget; ++ buildConfigurationList = 501D3A3110CB44410031088F /* Build configuration list for PBXNativeTarget "lsmac" */; ++ buildPhases = ( ++ 501D3A2910CB44410031088F /* Headers */, ++ 501D3A2A10CB44410031088F /* Sources */, ++ 501D3A2C10CB44410031088F /* Frameworks */, ++ 501D3A2E10CB44410031088F /* Rez */, ++ 501D3A2F10CB44410031088F /* CopyFiles */, ++ ); ++ buildRules = ( ++ ); ++ dependencies = ( ++ ); ++ name = lsmac; ++ productInstallPath = "$(HOME)/bin"; ++ productName = lsmac; ++ productReference = 501D3A3510CB44410031088F /* lsmac */; ++ productType = "com.apple.product-type.tool"; ++ }; ++/* End PBXNativeTarget section */ ++ + /* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = F424F58C0937080B00B21FC7 /* Build configuration list for PBXProject "lsmac" */; +- buildSettings = { +- }; +- buildStyles = ( +- 014CEA520018CE5811CA2923 /* Development */, +- 014CEA530018CE5811CA2923 /* Deployment */, +- ); ++ compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* lsmac */; + projectDirPath = ""; ++ projectRoot = ""; + targets = ( +- 08FB779FFE84155DC02AAC07 /* lsmac */, ++ 501D3A2810CB44410031088F /* lsmac */, + ); + }; + /* End PBXProject section */ + + /* Begin PBXRezBuildPhase section */ +- 08FB77A5FE84155DC02AAC07 /* Rez */ = { ++ 501D3A2E10CB44410031088F /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -154,56 +148,18 @@ + /* End PBXRezBuildPhase section */ + + /* Begin PBXSourcesBuildPhase section */ +- 08FB77A1FE84155DC02AAC07 /* Sources */ = { ++ 501D3A2A10CB44410031088F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( +- 08FB77A2FE84155DC02AAC07 /* lsmac.c in Sources */, ++ 501D3A2B10CB44410031088F /* lsmac.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + /* End PBXSourcesBuildPhase section */ + +-/* Begin PBXToolTarget section */ +- 08FB779FFE84155DC02AAC07 /* lsmac */ = { +- isa = PBXToolTarget; +- buildConfigurationList = F424F5880937080B00B21FC7 /* Build configuration list for PBXToolTarget "lsmac" */; +- buildPhases = ( +- 08FB77A0FE84155DC02AAC07 /* Headers */, +- 08FB77A1FE84155DC02AAC07 /* Sources */, +- 08FB77A3FE84155DC02AAC07 /* Frameworks */, +- 08FB77A5FE84155DC02AAC07 /* Rez */, +- C6A0FF2D029079AD04C91782 /* CopyFiles */, +- ); +- buildSettings = { +- FRAMEWORK_SEARCH_PATHS = ""; +- HEADER_SEARCH_PATHS = ""; +- INSTALL_PATH = "$(HOME)/bin"; +- LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; +- OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = ""; +- OTHER_REZFLAGS = ""; +- PRODUCT_NAME = lsmac; +- REZ_EXECUTABLE = YES; +- SECTORDER_FLAGS = ""; +- WARNING_CFLAGS = ( +- "-Wmost", +- "-Wno-four-char-constants", +- "-Wno-unknown-pragmas", +- ); +- }; +- dependencies = ( +- ); +- name = lsmac; +- productInstallPath = "$(HOME)/bin"; +- productName = lsmac; +- productReference = 034768E8FF38A79811DB9C8B /* lsmac */; +- }; +-/* End PBXToolTarget section */ +- + /* Begin XCBuildConfiguration section */ +- F424F5890937080B00B21FC7 /* Development */ = { ++ 501D3A3210CB44410031088F /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; +@@ -215,7 +171,6 @@ + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -231,16 +186,16 @@ + }; + name = Development; + }; +- F424F58A0937080B00B21FC7 /* Deployment */ = { ++ 501D3A3310CB44410031088F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -256,14 +211,14 @@ + }; + name = Deployment; + }; +- F424F58B0937080B00B21FC7 /* Default */ = { ++ 501D3A3410CB44410031088F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ""; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -299,12 +254,12 @@ + /* End XCBuildConfiguration section */ + + /* Begin XCConfigurationList section */ +- F424F5880937080B00B21FC7 /* Build configuration list for PBXToolTarget "lsmac" */ = { ++ 501D3A3110CB44410031088F /* Build configuration list for PBXNativeTarget "lsmac" */ = { + isa = XCConfigurationList; + buildConfigurations = ( +- F424F5890937080B00B21FC7 /* Development */, +- F424F58A0937080B00B21FC7 /* Deployment */, +- F424F58B0937080B00B21FC7 /* Default */, ++ 501D3A3210CB44410031088F /* Development */, ++ 501D3A3310CB44410031088F /* Deployment */, ++ 501D3A3410CB44410031088F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; +--- mkalias/mkalias.xcodeproj/project.pbxproj 2005-11-26 21:10:08.000000000 -0600 ++++ mkalias/mkalias.xcodeproj/project.pbxproj 2009-12-05 19:55:08.000000000 -0600 +@@ -7,62 +7,37 @@ + objects = { + + /* Begin PBXBuildFile section */ +- B893E154045E9F830000000C /* mkalias.c in Sources */ = {isa = PBXBuildFile; fileRef = B893E153045E9F830000000C /* mkalias.c */; settings = {COMPILER_FLAGS = "-O3"; }; }; +- B8BD6BC004504DD70000000C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8BD6BBF04504DD70000000C /* Carbon.framework */; }; +- C6A0FF2E029079C004C91782 /* mkalias.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* mkalias.1 */; }; ++ 501D3A4C10CB46710031088F /* mkalias.c in Sources */ = {isa = PBXBuildFile; fileRef = B893E153045E9F830000000C /* mkalias.c */; settings = {COMPILER_FLAGS = "-O3"; }; }; ++ 501D3A4E10CB46710031088F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8BD6BBF04504DD70000000C /* Carbon.framework */; }; ++ 501D3A5110CB46710031088F /* mkalias.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* mkalias.1 */; }; + /* End PBXBuildFile section */ + +-/* Begin PBXBuildStyle section */ +- 014CEA520018CE5811CA2923 /* Development */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = NO; +- GCC_DYNAMIC_NO_PIC = NO; +- GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; +- GCC_OPTIMIZATION_LEVEL = 0; +- OPTIMIZATION_CFLAGS = "-O0"; +- ZERO_LINK = YES; +- }; +- name = Development; +- }; +- 014CEA530018CE5811CA2923 /* Deployment */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = YES; +- GCC_ENABLE_FIX_AND_CONTINUE = NO; +- ZERO_LINK = NO; +- }; +- name = Deployment; +- }; +-/* End PBXBuildStyle section */ +- + /* Begin PBXCopyFilesBuildPhase section */ +- C6A0FF2D029079AD04C91782 /* CopyFiles */ = { ++ 501D3A5010CB46710031088F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( +- C6A0FF2E029079C004C91782 /* mkalias.1 in CopyFiles */, ++ 501D3A5110CB46710031088F /* mkalias.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + /* End PBXCopyFilesBuildPhase section */ + + /* Begin PBXFileReference section */ +- 034768E8FF38A79811DB9C8B /* mkalias */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = mkalias; sourceTree = BUILT_PRODUCTS_DIR; }; ++ 501D3A5610CB46710031088F /* mkalias */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = mkalias; path = build/Development/mkalias; sourceTree = ""; }; + B893E153045E9F830000000C /* mkalias.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mkalias.c; sourceTree = ""; }; + B8BD6BBF04504DD70000000C /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + C6A0FF2C0290799A04C91782 /* mkalias.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = mkalias.1; sourceTree = ""; }; + /* End PBXFileReference section */ + + /* Begin PBXFrameworksBuildPhase section */ +- 08FB77A3FE84155DC02AAC07 /* Frameworks */ = { ++ 501D3A4D10CB46710031088F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( +- B8BD6BC004504DD70000000C /* Carbon.framework in Frameworks */, ++ 501D3A4E10CB46710031088F /* Carbon.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +@@ -91,7 +66,7 @@ + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( +- 034768E8FF38A79811DB9C8B /* mkalias */, ++ 501D3A5610CB46710031088F /* mkalias */, + ); + name = Products; + sourceTree = ""; +@@ -115,7 +90,7 @@ + /* End PBXGroup section */ + + /* Begin PBXHeadersBuildPhase section */ +- 08FB77A0FE84155DC02AAC07 /* Headers */ = { ++ 501D3A4A10CB46710031088F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -124,27 +99,46 @@ + }; + /* End PBXHeadersBuildPhase section */ + ++/* Begin PBXNativeTarget section */ ++ 501D3A4910CB46710031088F /* mkalias */ = { ++ isa = PBXNativeTarget; ++ buildConfigurationList = 501D3A5210CB46710031088F /* Build configuration list for PBXNativeTarget "mkalias" */; ++ buildPhases = ( ++ 501D3A4A10CB46710031088F /* Headers */, ++ 501D3A4B10CB46710031088F /* Sources */, ++ 501D3A4D10CB46710031088F /* Frameworks */, ++ 501D3A4F10CB46710031088F /* Rez */, ++ 501D3A5010CB46710031088F /* CopyFiles */, ++ ); ++ buildRules = ( ++ ); ++ dependencies = ( ++ ); ++ name = mkalias; ++ productInstallPath = "$(HOME)/bin"; ++ productName = mkalias; ++ productReference = 501D3A5610CB46710031088F /* mkalias */; ++ productType = "com.apple.product-type.tool"; ++ }; ++/* End PBXNativeTarget section */ ++ + /* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = F424F52C0937029500B21FC7 /* Build configuration list for PBXProject "mkalias" */; +- buildSettings = { +- }; +- buildStyles = ( +- 014CEA520018CE5811CA2923 /* Development */, +- 014CEA530018CE5811CA2923 /* Deployment */, +- ); ++ compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* mkalias */; + projectDirPath = ""; ++ projectRoot = ""; + targets = ( +- 08FB779FFE84155DC02AAC07 /* mkalias */, ++ 501D3A4910CB46710031088F /* mkalias */, + ); + }; + /* End PBXProject section */ + + /* Begin PBXRezBuildPhase section */ +- 08FB77A5FE84155DC02AAC07 /* Rez */ = { ++ 501D3A4F10CB46710031088F /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -154,56 +148,18 @@ + /* End PBXRezBuildPhase section */ + + /* Begin PBXSourcesBuildPhase section */ +- 08FB77A1FE84155DC02AAC07 /* Sources */ = { ++ 501D3A4B10CB46710031088F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( +- B893E154045E9F830000000C /* mkalias.c in Sources */, ++ 501D3A4C10CB46710031088F /* mkalias.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + /* End PBXSourcesBuildPhase section */ + +-/* Begin PBXToolTarget section */ +- 08FB779FFE84155DC02AAC07 /* mkalias */ = { +- isa = PBXToolTarget; +- buildConfigurationList = F424F5280937029500B21FC7 /* Build configuration list for PBXToolTarget "mkalias" */; +- buildPhases = ( +- 08FB77A0FE84155DC02AAC07 /* Headers */, +- 08FB77A1FE84155DC02AAC07 /* Sources */, +- 08FB77A3FE84155DC02AAC07 /* Frameworks */, +- 08FB77A5FE84155DC02AAC07 /* Rez */, +- C6A0FF2D029079AD04C91782 /* CopyFiles */, +- ); +- buildSettings = { +- FRAMEWORK_SEARCH_PATHS = ""; +- HEADER_SEARCH_PATHS = ""; +- INSTALL_PATH = "$(HOME)/bin"; +- LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; +- OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = ""; +- OTHER_REZFLAGS = ""; +- PRODUCT_NAME = mkalias; +- REZ_EXECUTABLE = YES; +- SECTORDER_FLAGS = ""; +- WARNING_CFLAGS = ( +- "-Wmost", +- "-Wno-four-char-constants", +- "-Wno-unknown-pragmas", +- ); +- }; +- dependencies = ( +- ); +- name = mkalias; +- productInstallPath = "$(HOME)/bin"; +- productName = mkalias; +- productReference = 034768E8FF38A79811DB9C8B /* mkalias */; +- }; +-/* End PBXToolTarget section */ +- + /* Begin XCBuildConfiguration section */ +- F424F5290937029500B21FC7 /* Development */ = { ++ 501D3A5310CB46710031088F /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; +@@ -215,7 +171,6 @@ + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -231,16 +186,16 @@ + }; + name = Development; + }; +- F424F52A0937029500B21FC7 /* Deployment */ = { ++ 501D3A5410CB46710031088F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -256,14 +211,14 @@ + }; + name = Deployment; + }; +- F424F52B0937029500B21FC7 /* Default */ = { ++ 501D3A5510CB46710031088F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ""; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -299,12 +254,12 @@ + /* End XCBuildConfiguration section */ + + /* Begin XCConfigurationList section */ +- F424F5280937029500B21FC7 /* Build configuration list for PBXToolTarget "mkalias" */ = { ++ 501D3A5210CB46710031088F /* Build configuration list for PBXNativeTarget "mkalias" */ = { + isa = XCConfigurationList; + buildConfigurations = ( +- F424F5290937029500B21FC7 /* Development */, +- F424F52A0937029500B21FC7 /* Deployment */, +- F424F52B0937029500B21FC7 /* Default */, ++ 501D3A5310CB46710031088F /* Development */, ++ 501D3A5410CB46710031088F /* Deployment */, ++ 501D3A5510CB46710031088F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; +--- setfcomment/setfcomment.xcodeproj/project.pbxproj 2005-11-26 21:09:34.000000000 -0600 ++++ setfcomment/setfcomment.xcodeproj/project.pbxproj 2009-12-05 20:05:38.000000000 -0600 +@@ -7,62 +7,37 @@ + objects = { + + /* Begin PBXBuildFile section */ +- B8F8FA65045FA58C0000000C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8F8FA64045FA58C0000000C /* Carbon.framework */; }; +- C6A0FF2E029079C004C91782 /* setfcomment.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setfcomment.1 */; }; +- F48678F30743FF3800267BC0 /* setfcomment.c in Sources */ = {isa = PBXBuildFile; fileRef = F48678F20743FF3800267BC0 /* setfcomment.c */; }; ++ 501D3A6D10CB48E00031088F /* setfcomment.c in Sources */ = {isa = PBXBuildFile; fileRef = F48678F20743FF3800267BC0 /* setfcomment.c */; }; ++ 501D3A6F10CB48E00031088F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8F8FA64045FA58C0000000C /* Carbon.framework */; }; ++ 501D3A7210CB48E00031088F /* setfcomment.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setfcomment.1 */; }; + /* End PBXBuildFile section */ + +-/* Begin PBXBuildStyle section */ +- 014CEA520018CE5811CA2923 /* Development */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = NO; +- GCC_DYNAMIC_NO_PIC = NO; +- GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; +- GCC_OPTIMIZATION_LEVEL = 0; +- OPTIMIZATION_CFLAGS = "-O0"; +- ZERO_LINK = NO; +- }; +- name = Development; +- }; +- 014CEA530018CE5811CA2923 /* Deployment */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = YES; +- GCC_ENABLE_FIX_AND_CONTINUE = NO; +- ZERO_LINK = NO; +- }; +- name = Deployment; +- }; +-/* End PBXBuildStyle section */ +- + /* Begin PBXCopyFilesBuildPhase section */ +- C6A0FF2D029079AD04C91782 /* CopyFiles */ = { ++ 501D3A7110CB48E00031088F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( +- C6A0FF2E029079C004C91782 /* setfcomment.1 in CopyFiles */, ++ 501D3A7210CB48E00031088F /* setfcomment.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + /* End PBXCopyFilesBuildPhase section */ + + /* Begin PBXFileReference section */ +- 034768E8FF38A79811DB9C8B /* setfcomment */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = setfcomment; sourceTree = BUILT_PRODUCTS_DIR; }; ++ 501D3A7710CB48E00031088F /* setfcomment */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = setfcomment; path = build/Development/setfcomment; sourceTree = ""; }; + B8F8FA64045FA58C0000000C /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + C6A0FF2C0290799A04C91782 /* setfcomment.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = setfcomment.1; sourceTree = ""; }; + F48678F20743FF3800267BC0 /* setfcomment.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = setfcomment.c; sourceTree = ""; }; + /* End PBXFileReference section */ + + /* Begin PBXFrameworksBuildPhase section */ +- 08FB77A3FE84155DC02AAC07 /* Frameworks */ = { ++ 501D3A6E10CB48E00031088F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( +- B8F8FA65045FA58C0000000C /* Carbon.framework in Frameworks */, ++ 501D3A6F10CB48E00031088F /* Carbon.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +@@ -91,7 +66,7 @@ + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( +- 034768E8FF38A79811DB9C8B /* setfcomment */, ++ 501D3A7710CB48E00031088F /* setfcomment */, + ); + name = Products; + sourceTree = ""; +@@ -115,7 +90,7 @@ + /* End PBXGroup section */ + + /* Begin PBXHeadersBuildPhase section */ +- 08FB77A0FE84155DC02AAC07 /* Headers */ = { ++ 501D3A6B10CB48E00031088F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -124,27 +99,46 @@ + }; + /* End PBXHeadersBuildPhase section */ + ++/* Begin PBXNativeTarget section */ ++ 501D3A6A10CB48E00031088F /* setfcomment */ = { ++ isa = PBXNativeTarget; ++ buildConfigurationList = 501D3A7310CB48E00031088F /* Build configuration list for PBXNativeTarget "setfcomment" */; ++ buildPhases = ( ++ 501D3A6B10CB48E00031088F /* Headers */, ++ 501D3A6C10CB48E00031088F /* Sources */, ++ 501D3A6E10CB48E00031088F /* Frameworks */, ++ 501D3A7010CB48E00031088F /* Rez */, ++ 501D3A7110CB48E00031088F /* CopyFiles */, ++ ); ++ buildRules = ( ++ ); ++ dependencies = ( ++ ); ++ name = setfcomment; ++ productInstallPath = "$(HOME)/bin"; ++ productName = setfcomment; ++ productReference = 501D3A7710CB48E00031088F /* setfcomment */; ++ productType = "com.apple.product-type.tool"; ++ }; ++/* End PBXNativeTarget section */ ++ + /* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = F424F4E40936FEEE00B21FC7 /* Build configuration list for PBXProject "setfcomment" */; +- buildSettings = { +- }; +- buildStyles = ( +- 014CEA520018CE5811CA2923 /* Development */, +- 014CEA530018CE5811CA2923 /* Deployment */, +- ); ++ compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* setfcomment */; + projectDirPath = ""; ++ projectRoot = ""; + targets = ( +- 08FB779FFE84155DC02AAC07 /* setfcomment */, ++ 501D3A6A10CB48E00031088F /* setfcomment */, + ); + }; + /* End PBXProject section */ + + /* Begin PBXRezBuildPhase section */ +- 08FB77A5FE84155DC02AAC07 /* Rez */ = { ++ 501D3A7010CB48E00031088F /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -154,55 +148,18 @@ + /* End PBXRezBuildPhase section */ + + /* Begin PBXSourcesBuildPhase section */ +- 08FB77A1FE84155DC02AAC07 /* Sources */ = { ++ 501D3A6C10CB48E00031088F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( +- F48678F30743FF3800267BC0 /* setfcomment.c in Sources */, ++ 501D3A6D10CB48E00031088F /* setfcomment.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + /* End PBXSourcesBuildPhase section */ + +-/* Begin PBXToolTarget section */ +- 08FB779FFE84155DC02AAC07 /* setfcomment */ = { +- isa = PBXToolTarget; +- buildConfigurationList = F424F4E00936FEEE00B21FC7 /* Build configuration list for PBXToolTarget "setfcomment" */; +- buildPhases = ( +- 08FB77A0FE84155DC02AAC07 /* Headers */, +- 08FB77A1FE84155DC02AAC07 /* Sources */, +- 08FB77A3FE84155DC02AAC07 /* Frameworks */, +- 08FB77A5FE84155DC02AAC07 /* Rez */, +- C6A0FF2D029079AD04C91782 /* CopyFiles */, +- ); +- buildSettings = { +- FRAMEWORK_SEARCH_PATHS = ""; +- HEADER_SEARCH_PATHS = ""; +- INSTALL_PATH = "$(HOME)/bin"; +- LIBRARY_SEARCH_PATHS = ""; +- OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = ""; +- OTHER_REZFLAGS = ""; +- PRODUCT_NAME = setfcomment; +- REZ_EXECUTABLE = YES; +- SECTORDER_FLAGS = ""; +- WARNING_CFLAGS = ( +- "-Wmost", +- "-Wno-four-char-constants", +- "-Wno-unknown-pragmas", +- ); +- }; +- dependencies = ( +- ); +- name = setfcomment; +- productInstallPath = "$(HOME)/bin"; +- productName = setfcomment; +- productReference = 034768E8FF38A79811DB9C8B /* setfcomment */; +- }; +-/* End PBXToolTarget section */ +- + /* Begin XCBuildConfiguration section */ +- F424F4E10936FEEE00B21FC7 /* Development */ = { ++ 501D3A7410CB48E00031088F /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; +@@ -214,7 +171,6 @@ + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -230,7 +186,7 @@ + }; + name = Development; + }; +- F424F4E20936FEEE00B21FC7 /* Deployment */ = { ++ 501D3A7510CB48E00031088F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; +@@ -254,7 +210,7 @@ + }; + name = Deployment; + }; +- F424F4E30936FEEE00B21FC7 /* Default */ = { ++ 501D3A7610CB48E00031088F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ""; +@@ -296,12 +252,12 @@ + /* End XCBuildConfiguration section */ + + /* Begin XCConfigurationList section */ +- F424F4E00936FEEE00B21FC7 /* Build configuration list for PBXToolTarget "setfcomment" */ = { ++ 501D3A7310CB48E00031088F /* Build configuration list for PBXNativeTarget "setfcomment" */ = { + isa = XCConfigurationList; + buildConfigurations = ( +- F424F4E10936FEEE00B21FC7 /* Development */, +- F424F4E20936FEEE00B21FC7 /* Deployment */, +- F424F4E30936FEEE00B21FC7 /* Default */, ++ 501D3A7410CB48E00031088F /* Development */, ++ 501D3A7510CB48E00031088F /* Deployment */, ++ 501D3A7610CB48E00031088F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; +--- setfctypes/setfctypes.xcodeproj/project.pbxproj 2005-11-26 21:08:42.000000000 -0600 ++++ setfctypes/setfctypes.xcodeproj/project.pbxproj 2009-12-05 20:06:04.000000000 -0600 +@@ -7,62 +7,37 @@ + objects = { + + /* Begin PBXBuildFile section */ +- B86A879C045339BE00AAAE97 /* setfctypes.c in Sources */ = {isa = PBXBuildFile; fileRef = B86A879B045339BE00AAAE97 /* setfctypes.c */; }; +- B8A7CAD4043951AD0000000C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8A7CAD3043951AD0000000C /* Carbon.framework */; }; +- C6A0FF2E029079C004C91782 /* setfctypes.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setfctypes.1 */; }; ++ 501D3A8E10CB49010031088F /* setfctypes.c in Sources */ = {isa = PBXBuildFile; fileRef = B86A879B045339BE00AAAE97 /* setfctypes.c */; }; ++ 501D3A9010CB49010031088F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8A7CAD3043951AD0000000C /* Carbon.framework */; }; ++ 501D3A9310CB49010031088F /* setfctypes.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setfctypes.1 */; }; + /* End PBXBuildFile section */ + +-/* Begin PBXBuildStyle section */ +- 014CEA520018CE5811CA2923 /* Development */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = NO; +- GCC_DYNAMIC_NO_PIC = NO; +- GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; +- GCC_OPTIMIZATION_LEVEL = 0; +- OPTIMIZATION_CFLAGS = "-O0"; +- ZERO_LINK = YES; +- }; +- name = Development; +- }; +- 014CEA530018CE5811CA2923 /* Deployment */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = YES; +- GCC_ENABLE_FIX_AND_CONTINUE = NO; +- ZERO_LINK = NO; +- }; +- name = Deployment; +- }; +-/* End PBXBuildStyle section */ +- + /* Begin PBXCopyFilesBuildPhase section */ +- C6A0FF2D029079AD04C91782 /* CopyFiles */ = { ++ 501D3A9210CB49010031088F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( +- C6A0FF2E029079C004C91782 /* setfctypes.1 in CopyFiles */, ++ 501D3A9310CB49010031088F /* setfctypes.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + /* End PBXCopyFilesBuildPhase section */ + + /* Begin PBXFileReference section */ +- 034768E8FF38A79811DB9C8B /* setfctypes */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = setfctypes; sourceTree = BUILT_PRODUCTS_DIR; }; ++ 501D3A9810CB49010031088F /* setfctypes */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = setfctypes; path = build/Development/setfctypes; sourceTree = ""; }; + B86A879B045339BE00AAAE97 /* setfctypes.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = setfctypes.c; sourceTree = ""; }; + B8A7CAD3043951AD0000000C /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + C6A0FF2C0290799A04C91782 /* setfctypes.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = setfctypes.1; sourceTree = ""; }; + /* End PBXFileReference section */ + + /* Begin PBXFrameworksBuildPhase section */ +- 08FB77A3FE84155DC02AAC07 /* Frameworks */ = { ++ 501D3A8F10CB49010031088F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( +- B8A7CAD4043951AD0000000C /* Carbon.framework in Frameworks */, ++ 501D3A9010CB49010031088F /* Carbon.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +@@ -91,7 +66,7 @@ + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( +- 034768E8FF38A79811DB9C8B /* setfctypes */, ++ 501D3A9810CB49010031088F /* setfctypes */, + ); + name = Products; + sourceTree = ""; +@@ -115,7 +90,7 @@ + /* End PBXGroup section */ + + /* Begin PBXHeadersBuildPhase section */ +- 08FB77A0FE84155DC02AAC07 /* Headers */ = { ++ 501D3A8C10CB49010031088F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -124,27 +99,46 @@ + }; + /* End PBXHeadersBuildPhase section */ + ++/* Begin PBXNativeTarget section */ ++ 501D3A8B10CB49010031088F /* setfctypes */ = { ++ isa = PBXNativeTarget; ++ buildConfigurationList = 501D3A9410CB49010031088F /* Build configuration list for PBXNativeTarget "setfctypes" */; ++ buildPhases = ( ++ 501D3A8C10CB49010031088F /* Headers */, ++ 501D3A8D10CB49010031088F /* Sources */, ++ 501D3A8F10CB49010031088F /* Frameworks */, ++ 501D3A9110CB49010031088F /* Rez */, ++ 501D3A9210CB49010031088F /* CopyFiles */, ++ ); ++ buildRules = ( ++ ); ++ dependencies = ( ++ ); ++ name = setfctypes; ++ productInstallPath = "$(HOME)/bin"; ++ productName = setfctypes; ++ productReference = 501D3A9810CB49010031088F /* setfctypes */; ++ productType = "com.apple.product-type.tool"; ++ }; ++/* End PBXNativeTarget section */ ++ + /* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = F424F4300936F84E00B21FC7 /* Build configuration list for PBXProject "setfctypes" */; +- buildSettings = { +- }; +- buildStyles = ( +- 014CEA520018CE5811CA2923 /* Development */, +- 014CEA530018CE5811CA2923 /* Deployment */, +- ); ++ compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* setfctypes */; + projectDirPath = ""; ++ projectRoot = ""; + targets = ( +- 08FB779FFE84155DC02AAC07 /* setfctypes */, ++ 501D3A8B10CB49010031088F /* setfctypes */, + ); + }; + /* End PBXProject section */ + + /* Begin PBXRezBuildPhase section */ +- 08FB77A5FE84155DC02AAC07 /* Rez */ = { ++ 501D3A9110CB49010031088F /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -154,70 +148,29 @@ + /* End PBXRezBuildPhase section */ + + /* Begin PBXSourcesBuildPhase section */ +- 08FB77A1FE84155DC02AAC07 /* Sources */ = { ++ 501D3A8D10CB49010031088F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( +- B86A879C045339BE00AAAE97 /* setfctypes.c in Sources */, ++ 501D3A8E10CB49010031088F /* setfctypes.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + /* End PBXSourcesBuildPhase section */ + +-/* Begin PBXToolTarget section */ +- 08FB779FFE84155DC02AAC07 /* setfctypes */ = { +- isa = PBXToolTarget; +- buildConfigurationList = F424F42C0936F84E00B21FC7 /* Build configuration list for PBXToolTarget "setfctypes" */; +- buildPhases = ( +- 08FB77A0FE84155DC02AAC07 /* Headers */, +- 08FB77A1FE84155DC02AAC07 /* Sources */, +- 08FB77A3FE84155DC02AAC07 /* Frameworks */, +- 08FB77A5FE84155DC02AAC07 /* Rez */, +- C6A0FF2D029079AD04C91782 /* CopyFiles */, +- ); +- buildSettings = { +- DEBUGGING_SYMBOLS = NO; +- FRAMEWORK_SEARCH_PATHS = ""; +- HEADER_SEARCH_PATHS = ""; +- INSTALL_PATH = "$(HOME)/bin"; +- LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; +- OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = ""; +- OTHER_REZFLAGS = ""; +- PRODUCT_NAME = setfctypes; +- REZ_EXECUTABLE = YES; +- SECTORDER_FLAGS = ""; +- WARNING_CFLAGS = ( +- "-Wmost", +- "-Wno-four-char-constants", +- "-Wno-unknown-pragmas", +- ); +- }; +- dependencies = ( +- ); +- name = setfctypes; +- productInstallPath = "$(HOME)/bin"; +- productName = setfctypes; +- productReference = 034768E8FF38A79811DB9C8B /* setfctypes */; +- }; +-/* End PBXToolTarget section */ +- + /* Begin XCBuildConfiguration section */ +- F424F42D0936F84E00B21FC7 /* Development */ = { ++ 501D3A9510CB49010031088F /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; +- DEBUGGING_SYMBOLS = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_OPTIMIZATION_LEVEL = 0; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -233,17 +186,17 @@ + }; + name = Development; + }; +- F424F42E0936F84E00B21FC7 /* Deployment */ = { ++ 501D3A9610CB49010031088F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; +- DEBUGGING_SYMBOLS = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = NO; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -259,15 +212,15 @@ + }; + name = Deployment; + }; +- F424F42F0936F84E00B21FC7 /* Default */ = { ++ 501D3A9710CB49010031088F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { +- DEBUGGING_SYMBOLS = NO; + FRAMEWORK_SEARCH_PATHS = ""; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = NO; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -303,12 +256,12 @@ + /* End XCBuildConfiguration section */ + + /* Begin XCConfigurationList section */ +- F424F42C0936F84E00B21FC7 /* Build configuration list for PBXToolTarget "setfctypes" */ = { ++ 501D3A9410CB49010031088F /* Build configuration list for PBXNativeTarget "setfctypes" */ = { + isa = XCConfigurationList; + buildConfigurations = ( +- F424F42D0936F84E00B21FC7 /* Development */, +- F424F42E0936F84E00B21FC7 /* Deployment */, +- F424F42F0936F84E00B21FC7 /* Default */, ++ 501D3A9510CB49010031088F /* Development */, ++ 501D3A9610CB49010031088F /* Deployment */, ++ 501D3A9710CB49010031088F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; +--- setfflags/setfflags.xcodeproj/project.pbxproj 2005-11-26 21:07:50.000000000 -0600 ++++ setfflags/setfflags.xcodeproj/project.pbxproj 2009-12-05 20:06:29.000000000 -0600 +@@ -7,62 +7,37 @@ + objects = { + + /* Begin PBXBuildFile section */ +- 08FB77A2FE84155DC02AAC07 /* setfflags.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* setfflags.c */; settings = {ATTRIBUTES = (); }; }; +- B8E03D8A04546172007178BB /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8E03D8904546172007178BB /* Carbon.framework */; }; +- C6A0FF2E029079C004C91782 /* setfflags.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setfflags.1 */; }; ++ 501D3AAF10CB49190031088F /* setfflags.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* setfflags.c */; settings = {ATTRIBUTES = (); }; }; ++ 501D3AB110CB49190031088F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8E03D8904546172007178BB /* Carbon.framework */; }; ++ 501D3AB410CB49190031088F /* setfflags.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setfflags.1 */; }; + /* End PBXBuildFile section */ + +-/* Begin PBXBuildStyle section */ +- 014CEA520018CE5811CA2923 /* Development */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = NO; +- GCC_DYNAMIC_NO_PIC = NO; +- GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; +- GCC_OPTIMIZATION_LEVEL = 0; +- OPTIMIZATION_CFLAGS = "-O0"; +- ZERO_LINK = YES; +- }; +- name = Development; +- }; +- 014CEA530018CE5811CA2923 /* Deployment */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = YES; +- GCC_ENABLE_FIX_AND_CONTINUE = NO; +- ZERO_LINK = NO; +- }; +- name = Deployment; +- }; +-/* End PBXBuildStyle section */ +- + /* Begin PBXCopyFilesBuildPhase section */ +- C6A0FF2D029079AD04C91782 /* CopyFiles */ = { ++ 501D3AB310CB49190031088F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( +- C6A0FF2E029079C004C91782 /* setfflags.1 in CopyFiles */, ++ 501D3AB410CB49190031088F /* setfflags.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + /* End PBXCopyFilesBuildPhase section */ + + /* Begin PBXFileReference section */ +- 034768E8FF38A79811DB9C8B /* setfflags */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = setfflags; sourceTree = BUILT_PRODUCTS_DIR; }; + 08FB7796FE84155DC02AAC07 /* setfflags.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setfflags.c; sourceTree = ""; }; ++ 501D3AB910CB49190031088F /* setfflags */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = setfflags; path = build/Development/setfflags; sourceTree = ""; }; + B8E03D8904546172007178BB /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + C6A0FF2C0290799A04C91782 /* setfflags.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = setfflags.1; sourceTree = ""; }; + /* End PBXFileReference section */ + + /* Begin PBXFrameworksBuildPhase section */ +- 08FB77A3FE84155DC02AAC07 /* Frameworks */ = { ++ 501D3AB010CB49190031088F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( +- B8E03D8A04546172007178BB /* Carbon.framework in Frameworks */, ++ 501D3AB110CB49190031088F /* Carbon.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +@@ -91,7 +66,7 @@ + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( +- 034768E8FF38A79811DB9C8B /* setfflags */, ++ 501D3AB910CB49190031088F /* setfflags */, + ); + name = Products; + sourceTree = ""; +@@ -115,7 +90,7 @@ + /* End PBXGroup section */ + + /* Begin PBXHeadersBuildPhase section */ +- 08FB77A0FE84155DC02AAC07 /* Headers */ = { ++ 501D3AAD10CB49190031088F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -124,27 +99,46 @@ + }; + /* End PBXHeadersBuildPhase section */ + ++/* Begin PBXNativeTarget section */ ++ 501D3AAC10CB49190031088F /* setfflags */ = { ++ isa = PBXNativeTarget; ++ buildConfigurationList = 501D3AB510CB49190031088F /* Build configuration list for PBXNativeTarget "setfflags" */; ++ buildPhases = ( ++ 501D3AAD10CB49190031088F /* Headers */, ++ 501D3AAE10CB49190031088F /* Sources */, ++ 501D3AB010CB49190031088F /* Frameworks */, ++ 501D3AB210CB49190031088F /* Rez */, ++ 501D3AB310CB49190031088F /* CopyFiles */, ++ ); ++ buildRules = ( ++ ); ++ dependencies = ( ++ ); ++ name = setfflags; ++ productInstallPath = "$(HOME)/bin"; ++ productName = setfflags; ++ productReference = 501D3AB910CB49190031088F /* setfflags */; ++ productType = "com.apple.product-type.tool"; ++ }; ++/* End PBXNativeTarget section */ ++ + /* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = F424F48D0936FB2600B21FC7 /* Build configuration list for PBXProject "setfflags" */; +- buildSettings = { +- }; +- buildStyles = ( +- 014CEA520018CE5811CA2923 /* Development */, +- 014CEA530018CE5811CA2923 /* Deployment */, +- ); ++ compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* setfflags */; + projectDirPath = ""; ++ projectRoot = ""; + targets = ( +- 08FB779FFE84155DC02AAC07 /* setfflags */, ++ 501D3AAC10CB49190031088F /* setfflags */, + ); + }; + /* End PBXProject section */ + + /* Begin PBXRezBuildPhase section */ +- 08FB77A5FE84155DC02AAC07 /* Rez */ = { ++ 501D3AB210CB49190031088F /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -154,55 +148,18 @@ + /* End PBXRezBuildPhase section */ + + /* Begin PBXSourcesBuildPhase section */ +- 08FB77A1FE84155DC02AAC07 /* Sources */ = { ++ 501D3AAE10CB49190031088F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( +- 08FB77A2FE84155DC02AAC07 /* setfflags.c in Sources */, ++ 501D3AAF10CB49190031088F /* setfflags.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + /* End PBXSourcesBuildPhase section */ + +-/* Begin PBXToolTarget section */ +- 08FB779FFE84155DC02AAC07 /* setfflags */ = { +- isa = PBXToolTarget; +- buildConfigurationList = F424F4890936FB2600B21FC7 /* Build configuration list for PBXToolTarget "setfflags" */; +- buildPhases = ( +- 08FB77A0FE84155DC02AAC07 /* Headers */, +- 08FB77A1FE84155DC02AAC07 /* Sources */, +- 08FB77A3FE84155DC02AAC07 /* Frameworks */, +- 08FB77A5FE84155DC02AAC07 /* Rez */, +- C6A0FF2D029079AD04C91782 /* CopyFiles */, +- ); +- buildSettings = { +- FRAMEWORK_SEARCH_PATHS = ""; +- HEADER_SEARCH_PATHS = ""; +- INSTALL_PATH = "$(HOME)/bin"; +- LIBRARY_SEARCH_PATHS = ""; +- OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = ""; +- OTHER_REZFLAGS = ""; +- PRODUCT_NAME = setfflags; +- REZ_EXECUTABLE = YES; +- SECTORDER_FLAGS = ""; +- WARNING_CFLAGS = ( +- "-Wmost", +- "-Wno-four-char-constants", +- "-Wno-unknown-pragmas", +- ); +- }; +- dependencies = ( +- ); +- name = setfflags; +- productInstallPath = "$(HOME)/bin"; +- productName = setfflags; +- productReference = 034768E8FF38A79811DB9C8B /* setfflags */; +- }; +-/* End PBXToolTarget section */ +- + /* Begin XCBuildConfiguration section */ +- F424F48A0936FB2600B21FC7 /* Development */ = { ++ 501D3AB610CB49190031088F /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; +@@ -214,7 +171,6 @@ + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -230,7 +186,7 @@ + }; + name = Development; + }; +- F424F48B0936FB2600B21FC7 /* Deployment */ = { ++ 501D3AB710CB49190031088F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; +@@ -254,7 +210,7 @@ + }; + name = Deployment; + }; +- F424F48C0936FB2600B21FC7 /* Default */ = { ++ 501D3AB810CB49190031088F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ""; +@@ -296,12 +252,12 @@ + /* End XCBuildConfiguration section */ + + /* Begin XCConfigurationList section */ +- F424F4890936FB2600B21FC7 /* Build configuration list for PBXToolTarget "setfflags" */ = { ++ 501D3AB510CB49190031088F /* Build configuration list for PBXNativeTarget "setfflags" */ = { + isa = XCConfigurationList; + buildConfigurations = ( +- F424F48A0936FB2600B21FC7 /* Development */, +- F424F48B0936FB2600B21FC7 /* Deployment */, +- F424F48C0936FB2600B21FC7 /* Default */, ++ 501D3AB610CB49190031088F /* Development */, ++ 501D3AB710CB49190031088F /* Deployment */, ++ 501D3AB810CB49190031088F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; +--- setsuffix/setsuffix.xcodeproj/project.pbxproj 2005-11-26 21:00:40.000000000 -0600 ++++ setsuffix/setsuffix.xcodeproj/project.pbxproj 2009-12-05 20:06:54.000000000 -0600 +@@ -7,62 +7,37 @@ + objects = { + + /* Begin PBXBuildFile section */ +- 08FB77A2FE84155DC02AAC07 /* setsuffix.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* setsuffix.c */; settings = {ATTRIBUTES = (); }; }; +- B86A87A2045346BB00AAAE97 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B86A87A1045346BB00AAAE97 /* Carbon.framework */; }; +- C6A0FF2E029079C004C91782 /* setsuffix.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setsuffix.1 */; }; ++ 501D3AD010CB49320031088F /* setsuffix.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* setsuffix.c */; settings = {ATTRIBUTES = (); }; }; ++ 501D3AD210CB49320031088F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B86A87A1045346BB00AAAE97 /* Carbon.framework */; }; ++ 501D3AD510CB49320031088F /* setsuffix.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* setsuffix.1 */; }; + /* End PBXBuildFile section */ + +-/* Begin PBXBuildStyle section */ +- 014CEA520018CE5811CA2923 /* Development */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = NO; +- GCC_DYNAMIC_NO_PIC = NO; +- GCC_ENABLE_FIX_AND_CONTINUE = YES; +- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; +- GCC_OPTIMIZATION_LEVEL = 0; +- OPTIMIZATION_CFLAGS = "-O0"; +- ZERO_LINK = YES; +- }; +- name = Development; +- }; +- 014CEA530018CE5811CA2923 /* Deployment */ = { +- isa = PBXBuildStyle; +- buildSettings = { +- COPY_PHASE_STRIP = YES; +- GCC_ENABLE_FIX_AND_CONTINUE = NO; +- ZERO_LINK = NO; +- }; +- name = Deployment; +- }; +-/* End PBXBuildStyle section */ +- + /* Begin PBXCopyFilesBuildPhase section */ +- C6A0FF2D029079AD04C91782 /* CopyFiles */ = { ++ 501D3AD410CB49320031088F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( +- C6A0FF2E029079C004C91782 /* setsuffix.1 in CopyFiles */, ++ 501D3AD510CB49320031088F /* setsuffix.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + /* End PBXCopyFilesBuildPhase section */ + + /* Begin PBXFileReference section */ +- 034768E8FF38A79811DB9C8B /* setsuffix */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = setsuffix; sourceTree = BUILT_PRODUCTS_DIR; }; + 08FB7796FE84155DC02AAC07 /* setsuffix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setsuffix.c; sourceTree = ""; }; ++ 501D3AD810CB49320031088F /* setsuffix */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = setsuffix; path = build/Deployment/setsuffix; sourceTree = ""; }; + B86A87A1045346BB00AAAE97 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + C6A0FF2C0290799A04C91782 /* setsuffix.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = setsuffix.1; sourceTree = ""; }; + /* End PBXFileReference section */ + + /* Begin PBXFrameworksBuildPhase section */ +- 08FB77A3FE84155DC02AAC07 /* Frameworks */ = { ++ 501D3AD110CB49320031088F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( +- B86A87A2045346BB00AAAE97 /* Carbon.framework in Frameworks */, ++ 501D3AD210CB49320031088F /* Carbon.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +@@ -91,7 +66,7 @@ + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( +- 034768E8FF38A79811DB9C8B /* setsuffix */, ++ 501D3AD810CB49320031088F /* setsuffix */, + ); + name = Products; + sourceTree = ""; +@@ -115,7 +90,7 @@ + /* End PBXGroup section */ + + /* Begin PBXHeadersBuildPhase section */ +- 08FB77A0FE84155DC02AAC07 /* Headers */ = { ++ 501D3ACE10CB49320031088F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -124,27 +99,46 @@ + }; + /* End PBXHeadersBuildPhase section */ + ++/* Begin PBXNativeTarget section */ ++ 501D3ACD10CB49320031088F /* setsuffix */ = { ++ isa = PBXNativeTarget; ++ buildConfigurationList = 501D3AD610CB49320031088F /* Build configuration list for PBXNativeTarget "setsuffix" */; ++ buildPhases = ( ++ 501D3ACE10CB49320031088F /* Headers */, ++ 501D3ACF10CB49320031088F /* Sources */, ++ 501D3AD110CB49320031088F /* Frameworks */, ++ 501D3AD310CB49320031088F /* Rez */, ++ 501D3AD410CB49320031088F /* CopyFiles */, ++ ); ++ buildRules = ( ++ ); ++ dependencies = ( ++ ); ++ name = setsuffix; ++ productInstallPath = "$(HOME)/bin"; ++ productName = setsuffix; ++ productReference = 501D3AD810CB49320031088F /* setsuffix */; ++ productType = "com.apple.product-type.tool"; ++ }; ++/* End PBXNativeTarget section */ ++ + /* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = F49F44FF0936A00700ECF376 /* Build configuration list for PBXProject "setsuffix" */; +- buildSettings = { +- }; +- buildStyles = ( +- 014CEA520018CE5811CA2923 /* Development */, +- 014CEA530018CE5811CA2923 /* Deployment */, +- ); ++ compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* setsuffix */; + projectDirPath = ""; ++ projectRoot = ""; + targets = ( +- 08FB779FFE84155DC02AAC07 /* setsuffix */, ++ 501D3ACD10CB49320031088F /* setsuffix */, + ); + }; + /* End PBXProject section */ + + /* Begin PBXRezBuildPhase section */ +- 08FB77A5FE84155DC02AAC07 /* Rez */ = { ++ 501D3AD310CB49320031088F /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( +@@ -154,67 +148,28 @@ + /* End PBXRezBuildPhase section */ + + /* Begin PBXSourcesBuildPhase section */ +- 08FB77A1FE84155DC02AAC07 /* Sources */ = { ++ 501D3ACF10CB49320031088F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( +- 08FB77A2FE84155DC02AAC07 /* setsuffix.c in Sources */, ++ 501D3AD010CB49320031088F /* setsuffix.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + /* End PBXSourcesBuildPhase section */ + +-/* Begin PBXToolTarget section */ +- 08FB779FFE84155DC02AAC07 /* setsuffix */ = { +- isa = PBXToolTarget; +- buildConfigurationList = F49F44FB0936A00700ECF376 /* Build configuration list for PBXToolTarget "setsuffix" */; +- buildPhases = ( +- 08FB77A0FE84155DC02AAC07 /* Headers */, +- 08FB77A1FE84155DC02AAC07 /* Sources */, +- 08FB77A3FE84155DC02AAC07 /* Frameworks */, +- 08FB77A5FE84155DC02AAC07 /* Rez */, +- C6A0FF2D029079AD04C91782 /* CopyFiles */, +- ); +- buildSettings = { +- DEBUGGING_SYMBOLS = NO; +- FRAMEWORK_SEARCH_PATHS = ""; +- HEADER_SEARCH_PATHS = ""; +- INSTALL_PATH = "$(HOME)/bin"; +- LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; +- OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = ""; +- OTHER_REZFLAGS = ""; +- PRODUCT_NAME = setsuffix; +- REZ_EXECUTABLE = YES; +- SECTORDER_FLAGS = ""; +- WARNING_CFLAGS = ( +- "-Wmost", +- "-Wno-four-char-constants", +- "-Wno-unknown-pragmas", +- ); +- }; +- dependencies = ( +- ); +- name = setsuffix; +- productInstallPath = "$(HOME)/bin"; +- productName = setsuffix; +- productReference = 034768E8FF38A79811DB9C8B /* setsuffix */; +- }; +-/* End PBXToolTarget section */ +- + /* Begin XCBuildConfiguration section */ +- F49F44FD0936A00700ECF376 /* Deployment */ = { ++ 501D3AD710CB49320031088F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; +- DEBUGGING_SYMBOLS = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_ENABLE_FIX_AND_CONTINUE = NO; ++ GCC_GENERATE_DEBUGGING_SYMBOLS = NO; ++ GCC_OPTIMIZATION_LEVEL = 3; + HEADER_SEARCH_PATHS = ""; + INSTALL_PATH = "$(HOME)/bin"; + LIBRARY_SEARCH_PATHS = ""; +- OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; +@@ -239,10 +194,10 @@ + /* End XCBuildConfiguration section */ + + /* Begin XCConfigurationList section */ +- F49F44FB0936A00700ECF376 /* Build configuration list for PBXToolTarget "setsuffix" */ = { ++ 501D3AD610CB49320031088F /* Build configuration list for PBXNativeTarget "setsuffix