From afb at macports.org Sat Dec 1 00:39:33 2007 From: afb at macports.org (afb@macports.org) Date: Sat Dec 1 00:38:07 2007 Subject: [31642] trunk/base/src/package1.0/portpkg.tcl Message-ID: <20071201083933.94BE8230773@beta.macosforge.org> Revision: 31642 http://trac.macosforge.org/projects/macports/changeset/31642 Author: afb@macports.org Date: 2007-12-01 00:39:30 -0800 (Sat, 01 Dec 2007) Log Message: ----------- clean up work files, after calling packagemaker Modified Paths: -------------- trunk/base/src/package1.0/portpkg.tcl Modified: trunk/base/src/package1.0/portpkg.tcl =================================================================== --- trunk/base/src/package1.0/portpkg.tcl 2007-12-01 03:36:43 UTC (rev 31641) +++ trunk/base/src/package1.0/portpkg.tcl 2007-12-01 08:39:30 UTC (rev 31642) @@ -120,6 +120,11 @@ system "$packagemaker -build -f ${destpath} -p ${pkgpath} -r ${resourcepath} -i ${workpath}/Info.plist -d ${workpath}/Description.plist" } + file delete ${workpath}/Info.plist + file delete ${workpath}/PackageInfo + file delete ${workpath}/Description.plist + file delete -force ${workpath}/pkg_resources + } else { write_PkgInfo ${pkgpath}/Contents/PkgInfo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/baa7d0a3/attachment.html From ryandesign at macports.org Sat Dec 1 00:50:17 2007 From: ryandesign at macports.org (ryandesign@macports.org) Date: Sat Dec 1 00:48:48 2007 Subject: [31643] trunk/dports/devel/glib2/Portfile Message-ID: <20071201085017.71179230904@beta.macosforge.org> Revision: 31643 http://trac.macosforge.org/projects/macports/changeset/31643 Author: ryandesign@macports.org Date: 2007-12-01 00:50:12 -0800 (Sat, 01 Dec 2007) Log Message: ----------- glib2: also build static libraries. Thanks to Andrei Tchijov for noticing this was missing. Modified Paths: -------------- trunk/dports/devel/glib2/Portfile Modified: trunk/dports/devel/glib2/Portfile =================================================================== --- trunk/dports/devel/glib2/Portfile 2007-12-01 08:39:30 UTC (rev 31642) +++ trunk/dports/devel/glib2/Portfile 2007-12-01 08:50:12 UTC (rev 31643) @@ -5,6 +5,7 @@ name glib2 set my_name glib version 2.14.4 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel maintainers ryandesign @@ -50,6 +51,7 @@ -fstrict-aliasing configure.args \ + --enable-static \ --mandir=${prefix}/share/man platform puredarwin { -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/ae369b83/attachment.html From mww at macports.org Sat Dec 1 03:06:00 2007 From: mww at macports.org (mww@macports.org) Date: Sat Dec 1 03:03:34 2007 Subject: [31644] distfiles/slrn-devel/slrn-0.9.9pre-69.tar.bz2 Message-ID: <20071201110600.9FCF7231CD6@beta.macosforge.org> Revision: 31644 http://trac.macosforge.org/projects/macports/changeset/31644 Author: mww@macports.org Date: 2007-12-01 03:05:50 -0800 (Sat, 01 Dec 2007) Log Message: ----------- add distfile for slrn-devel 0.9.9pre-69 (sbranzo@gmail.com) Added Paths: ----------- distfiles/slrn-devel/slrn-0.9.9pre-69.tar.bz2 Added: distfiles/slrn-devel/slrn-0.9.9pre-69.tar.bz2 =================================================================== (Binary files differ) Property changes on: distfiles/slrn-devel/slrn-0.9.9pre-69.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/cb0ff7c6/attachment.html From mww at macports.org Sat Dec 1 03:08:04 2007 From: mww at macports.org (mww@macports.org) Date: Sat Dec 1 03:07:11 2007 Subject: [31645] trunk/dports/news/slrn-devel/Portfile Message-ID: <20071201110804.8EEE1231D2F@beta.macosforge.org> Revision: 31645 http://trac.macosforge.org/projects/macports/changeset/31645 Author: mww@macports.org Date: 2007-12-01 03:08:02 -0800 (Sat, 01 Dec 2007) Log Message: ----------- version 0.9.9pre69 -- by sbranzo@gmail.com (maintainer) Modified Paths: -------------- trunk/dports/news/slrn-devel/Portfile Modified: trunk/dports/news/slrn-devel/Portfile =================================================================== --- trunk/dports/news/slrn-devel/Portfile 2007-12-01 11:05:50 UTC (rev 31644) +++ trunk/dports/news/slrn-devel/Portfile 2007-12-01 11:08:02 UTC (rev 31645) @@ -3,7 +3,7 @@ PortSystem 1.0 name slrn-devel set betaversion 0.9.9pre -set svnversion 67 +set svnversion 69 version ${betaversion}-${svnversion} categories news net platforms darwin @@ -18,8 +18,8 @@ master_sites macports distname slrn-${betaversion}-${svnversion} -checksums sha1 020cbbf2a05f1fd318899d0389e26c7660cc5e9f \ - md5 a213510cfd027e52679bff6822959e2f +checksums sha1 c83457cc19503170c73abc84c18284320ab8d342 \ + md5 44a4f4a40ae48f2ea07ceb6350bee129 use_bzip2 yes -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/a8e98673/attachment.html From rhwood at macports.org Sat Dec 1 03:10:01 2007 From: rhwood at macports.org (rhwood@macports.org) Date: Sat Dec 1 03:08:33 2007 Subject: [31646] trunk/dports/gnome/at-spi/Portfile Message-ID: <20071201111001.F375E231DC9@beta.macosforge.org> Revision: 31646 http://trac.macosforge.org/projects/macports/changeset/31646 Author: rhwood@macports.org Date: 2007-12-01 03:09:59 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Upgrade to version 2.21.1 in response to a ticket that I can't find now. Add variants to account for mutual exclusion of X11/Quartz builds, although they don't work as of now (see comments in the port file) Modified Paths: -------------- trunk/dports/gnome/at-spi/Portfile Modified: trunk/dports/gnome/at-spi/Portfile =================================================================== --- trunk/dports/gnome/at-spi/Portfile 2007-12-01 11:08:02 UTC (rev 31645) +++ trunk/dports/gnome/at-spi/Portfile 2007-12-01 11:09:59 UTC (rev 31646) @@ -1,7 +1,7 @@ # $Id$ PortSystem 1.0 name at-spi -version 1.20.1 +version 1.21.1 description Gnome Accesibility Technologi Service long_description 'at-spi' is a part of the Gnome Accessibility Project. \ It provides a Service Provider Interface for the Assistive \ @@ -13,8 +13,8 @@ homepage http://www.gnome.org/ master_sites gnome:sources/at-spi/[strsed ${version} {/\.[0-9]*$//}]/ -checksums md5 9dc4ce96c17452cd285d006d03574e93 \ - rmd160 b5ea35bbda69de460ec1b846a462a083eff9f9fe +checksums md5 1fc0bea95472e0523533367a23953252 \ + rmd160 a1e04c59943993c63515abc36a95ecc7ebd92b8a depends_build \ port:p5-xml-parser \ @@ -30,6 +30,16 @@ use_bzip2 yes configure.args --enable-static --enable-platform-gnome-2 --disable-xevie -configure.cflags-append "-I/usr/X11R6/include" configure.env PYTHON=${prefix}/bin/python2.5 + +# --with-x is the default state for the configure file +variant x11 { + configure.args-append --with-x + configure.cflgas-append "-I/usr/X11R6/include" +} + +# currently does not work, see http://bugzilla.gnome.org/show_bug.cgi?id=500838 +variant quartz { + configure.args-append --without-x +} -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/1ca102e4/attachment.html From mww at macports.org Sat Dec 1 07:36:03 2007 From: mww at macports.org (mww@macports.org) Date: Sat Dec 1 07:34:38 2007 Subject: [31647] trunk/dports/lang/gcc43/Portfile Message-ID: <20071201153603.7C1C9235082@beta.macosforge.org> Revision: 31647 http://trac.macosforge.org/projects/macports/changeset/31647 Author: mww@macports.org Date: 2007-12-01 07:35:54 -0800 (Sat, 01 Dec 2007) Log Message: ----------- * version 4.3-20071130 * don't use MacPorts binutils * prepare for java installation (copy ffitarget.h) Modified Paths: -------------- trunk/dports/lang/gcc43/Portfile Modified: trunk/dports/lang/gcc43/Portfile =================================================================== --- trunk/dports/lang/gcc43/Portfile 2007-12-01 11:09:59 UTC (rev 31646) +++ trunk/dports/lang/gcc43/Portfile 2007-12-01 15:35:54 UTC (rev 31647) @@ -3,7 +3,7 @@ PortSystem 1.0 name gcc43 -version 4.3-20071123 +version 4.3-20071130 platforms darwin categories lang maintainers mww @@ -24,11 +24,11 @@ set dobjc gcc-objc-${version}.tar.bz2 distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc} -checksums ${dcore} sha1 0d76c4e076434fd052cd6faa661625823e38147f \ - ${dfort} sha1 2e7885ec7f1b0bdc82a0217462cd249980dc96ad \ - ${dcxx} sha1 f9d288a211b4921bf8b6bd5e4d436a83a9cbcdd3 \ - ${djava} sha1 0d20ad4d1e21fb95fe6dfca269ae0a5ac78d7226 \ - ${dobjc} sha1 7869d97110296e78b742e2579cafba45b8a6e0cb +checksums ${dcore} sha1 c5b7bcd0d2127a76035be1b780d9472d1471ab47 \ + ${dfort} sha1 fbaad769b0ca1a784357c10ec3f1d3ecae93bf16 \ + ${dcxx} sha1 8826aa89f95a1b8bbc6497a780b3fb8a2e7aa90d \ + ${djava} sha1 7628183e972aac0dd384be7c92e25fa8ebcd8fd7 \ + ${dobjc} sha1 15ea387a1146db59a088ad52ae19975d46eccb65 use_bzip2 yes @@ -55,17 +55,29 @@ --with-gxx-include-dir=${prefix}/include/${name}/c++/ \ --with-gmp=${prefix} \ --with-mpfr=${prefix} +# do NOT use MacPorts binutils -- they do not work +configure.env-append AR_FOR_TARGET=/usr/bin/ar \ + AS_FOR_TARGET=/usr/bin/as \ + LD_FOR_TARGET=/usr/bin/ld \ + NM_FOR_TARGET=/usr/bin/nm \ + OBJDUMP_FOR_TARGET=/usr/bin/objdump \ + RANLIB_FOR_TARGET=/usr/bin/ranlib \ + STRIP_FOR_TARGET=/usr/bin/strip build.target bootstrap #use_parallel_build yes #build.args -j 8 -destroot.target install +destroot.target install install-info-host # install-info # errors on objc-info files post-destroot { file delete -force ${destroot}${prefix}/share/man/man7 \ ${destroot}${prefix}/share/info + # install/copy ffitarget.h only if we have it + if {![catch {set ffitarget.h [glob ${destroot}${prefix}/lib/${name}/gcc/*/${version}/include/ffitarget.h]} result]} { + file copy ${ffitarget.h} ${destroot}${prefix}/include/${name}/ + } } #platform darwin 7 { @@ -80,10 +92,6 @@ platform powerpc { configure.args-append --disable-multilib - post-destroot { -# system "cd ${destroot}${prefix}/include/${name} && \ -# cp ../../lib/${name}/gcc/*/4.3.0/include/ffitarget.h ." - } } # odcctools currently do not compile for x64 - move to variant for the time being -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/f62cb25b/attachment-0001.html From mww at macports.org Sat Dec 1 08:18:33 2007 From: mww at macports.org (mww@macports.org) Date: Sat Dec 1 08:17:06 2007 Subject: [31648] trunk/dports/print/abcm2ps/Portfile Message-ID: <20071201161833.C39292356BB@beta.macosforge.org> Revision: 31648 http://trac.macosforge.org/projects/macports/changeset/31648 Author: mww@macports.org Date: 2007-12-01 08:18:21 -0800 (Sat, 01 Dec 2007) Log Message: ----------- version 5.6.2 Modified Paths: -------------- trunk/dports/print/abcm2ps/Portfile Modified: trunk/dports/print/abcm2ps/Portfile =================================================================== --- trunk/dports/print/abcm2ps/Portfile 2007-12-01 15:35:54 UTC (rev 31647) +++ trunk/dports/print/abcm2ps/Portfile 2007-12-01 16:18:21 UTC (rev 31648) @@ -3,7 +3,7 @@ PortSystem 1.0 name abcm2ps -version 5.6.1 +version 5.6.2 categories print audio platforms darwin maintainers mww @@ -15,7 +15,7 @@ homepage http://moinejf.free.fr/ master_sites ${homepage} -checksums sha1 b8dcdc737185f9244c71f4bae22defea1330a9f5 +checksums sha1 1d5f85a2469dc1c49d0d54d7aaaeac3af8f7f0f6 build.target -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/e35f8891/attachment.html From mww at macports.org Sat Dec 1 08:21:41 2007 From: mww at macports.org (mww@macports.org) Date: Sat Dec 1 08:19:43 2007 Subject: [31649] trunk/dports/net/squid/Portfile Message-ID: <20071201162141.4E000235737@beta.macosforge.org> Revision: 31649 http://trac.macosforge.org/projects/macports/changeset/31649 Author: mww@macports.org Date: 2007-12-01 08:21:27 -0800 (Sat, 01 Dec 2007) Log Message: ----------- version 2.6.STABLE17 Modified Paths: -------------- trunk/dports/net/squid/Portfile Modified: trunk/dports/net/squid/Portfile =================================================================== --- trunk/dports/net/squid/Portfile 2007-12-01 16:18:21 UTC (rev 31648) +++ trunk/dports/net/squid/Portfile 2007-12-01 16:21:27 UTC (rev 31649) @@ -3,7 +3,7 @@ PortSystem 1.0 name squid -version 2.6.STABLE16 +version 2.6.STABLE17 categories net platforms darwin maintainers mww @@ -25,8 +25,8 @@ ftp://ftp.mirrorservice.org/sites/ftp.squid-cache.org/pub/squid-2/STABLE/ \ http://ring.ip-kyoto.ad.jp/archives/net/www/squid/squid-2/STABLE/ -checksums md5 849bee6f269e6c773f215fd4b41de0e3 \ - sha1 3140c0df8bad7cf3350bd4a02f4ac9582e6c4406 +checksums md5 e6face0dff4ea054d3ba94236eb56ea1 \ + sha1 ca59eaf0d9a8956920611338334c38a418b49c14 use_bzip2 yes patchfiles patch-cf.data.pre.diff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/60d86dd8/attachment.html From dluke at macports.org Sat Dec 1 09:06:54 2007 From: dluke at macports.org (dluke@macports.org) Date: Sat Dec 1 09:05:32 2007 Subject: [31650] trunk/dports/PortIndex Message-ID: <20071201170654.E28AB236155@beta.macosforge.org> Revision: 31650 http://trac.macosforge.org/projects/macports/changeset/31650 Author: dluke@macports.org Date: 2007-12-01 09:06:41 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Total number of ports parsed: 4383 Ports successfully parsed: 4383 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2007-12-01 16:21:27 UTC (rev 31649) +++ trunk/dports/PortIndex 2007-12-01 17:06:41 UTC (rev 31650) @@ -336,8 +336,8 @@ variants universal portdir audio/id3v2 description {ID3v2 editing tool} homepage http://id3v2.sourceforge.net/ epoch 0 platforms darwin name id3v2 depends_lib lib:libid3.3:id3lib maintainers brent@nordist.net long_description {A command line editor for ID3v2 tags, based on id3lib. Written by Myers Carpenter.} version 0.1.11 categories audio revision 1 lame 588 variants universal portdir audio/lame description {Lame Ain't an MP3 Encoder} homepage http://lame.sourceforge.net/ epoch 0 platforms {darwin freebsd} name lame depends_lib port:ncurses maintainers {ram openmaintainer} long_description {LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to use the open source model to improve the psycho acoustics, noise shaping and speed of MP3. LAME is not for everyone - it is distributed as source code only and requires the ability to use a C compiler.} version 3.97 categories audio revision 0 -libao 548 -variants {universal darwin_6 darwin esd AudioUnit} variant_desc {AudioUnit {Use AudioUnits instead of CoreAudio}} portdir audio/libao description {A Cross-platform Audio Library} homepage http://www.xiph.org/ao/ epoch 0 platforms darwin name libao maintainers nomaintainer long_description {libao is a way to easily add cross-platform audio output to your program. Output devices are implemented as dynamic plugins, and support for OSS, ESD, ALSA, aRTs, Solaris, and Irix outputs are currently supported.} version 0.8.6 categories audio revision 1 +libao 475 +variants {universal darwin_6 darwin esd} description {A Cross-platform Audio Library} portdir audio/libao homepage http://www.xiph.org/ao/ epoch 0 platforms darwin name libao long_description {libao is a way to easily add cross-platform audio output to your program. Output devices are implemented as dynamic plugins, and support for OSS, ESD, ALSA, aRTs, Solaris, and Irix outputs are currently supported.} maintainers nomaintainer categories audio version 0.8.6 revision 2 libdts 620 variants universal description {libdts provides a low-level interface to decode audio frames encoded using DTS Coherent Acoustics.} portdir audio/libdts homepage http://www.videolan.org/dtsdec.html epoch 0 platforms darwin name libdts long_description {libdts provides a low-level interface to decode audio frames encoded using DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found on DVDs, DTS audio CDs and some radio broadcastings. libdts also provides downmixing and dynamic range compression for various output configurations.} maintainers nomaintainer categories audio version 0.0.2 revision 0 libid3tag 395 @@ -766,8 +766,8 @@ variants universal description {Bakefile is cross-platform, cross-compiler native makefiles generator.} portdir devel/bakefile homepage http://www.bakefile.org/ epoch 0 platforms darwin name bakefile long_description {Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).} maintainers masa@takatsuka.org categories devel version 0.2.2 revision 1 bazaar 743 variants {universal darwin_7} description {an improved GNU Arch client} portdir devel/bazaar homepage http://bazaar-vcs.org/Baz1x epoch 0 depends_lib {port:neon port:gpgme} name bazaar long_description {Bazaar is intended to be an implementation of the GNU Arch protocol that open source developers both want to use, and love using. It is a drop-in replacement for tla. GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree and to help programmers combine and otherwise manipulate changes made by multiple people or at different times.} maintainers {root.id.au:josh+macports openmaintainer} categories devel version 1.4.2 revision 1 -bazaar-ng 849 -variants universal portdir devel/bazaar-ng description {The next-generation distributed version control system} homepage http://bazaar-vcs.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-paramiko port:py25-crypto port:py25-hashlib port:py25-zlib port:py25-bz2} name bazaar-ng maintainers {ram openmaintainer} long_description {Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.} categories {devel python} version 0.92 revision 3 +bazaar-ng 830 +description {The next-generation distributed version control system} portdir devel/bazaar-ng homepage http://bazaar-vcs.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-paramiko port:py25-crypto port:py25-hashlib port:py25-zlib port:py25-bz2} name bazaar-ng maintainers {ram openmaintainer} long_description {Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.} categories {devel python} version 0.92 revision 3 bcpp 391 variants universal description {C(++) Beautifier} portdir devel/bcpp homepage http://www.invisible-island.net/bcpp/ epoch 0 platforms darwin name bcpp long_description {bcpp indents C/C++ source programs, replacing tabs with spaces or the reverse. Unlike indent, it does (by design) not attempt to wrap long statements.} maintainers nomaintainer categories devel version 20050725 revision 0 beecrypt 545 @@ -983,7 +983,7 @@ glib1 487 variants {universal darwin_6} 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.} version 1.2.10 categories devel revision 5 glib2 492 -variants {universal puredarwin darwin_6 darwin_9} depends_build port:pkgconfig 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} name glib2 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.} version 2.14.4 categories devel revision 0 +variants {universal puredarwin darwin_6 darwin_9} depends_build port:pkgconfig 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} name glib2 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.} version 2.14.4 categories devel revision 1 glibmm 333 variants universal portdir devel/glibmm description {C++ interface to glib} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name glibmm depends_lib {lib:libglib-2.0:glib2 lib:libsigc-2:libsigcxx2} long_description {{C++ interface to glib}} maintainers {rhwood openmaintainer} version 2.14.0 categories {x11 devel} revision 0 global 629 @@ -1964,8 +1964,8 @@ variants universal portdir gnome/acme description {Tool to make multimedia keys work on laptops} homepage http://www.gnome.org/ epoch 0 platforms darwin name acme depends_lib lib:libgnome-window-settings:control-center long_description {This is ACME, a small tool for your laptops. It makes the small multimedia buttons on these things actually do something. It currently only fully supports Apple laptops (iBooks and Powerbooks), and should work on other systems as well.} maintainers nomaintainer version 2.4.1 categories gnome revision 0 anjuta 365 variants universal portdir gnome/anjuta description {A gnome ide.} homepage http://anjuta.sourceforge.net/ epoch 0 platforms darwin name anjuta depends_lib {lib:libzvt-2:libzvt lib:libvte:vte lib:libpcreposix:pcre lib:libgnomeprintui-2.2:libgnomeprintui} long_description {{A gnome ide.}} maintainers nomaintainer version 1.2.4a categories {gnome devel} revision 0 -at-spi 619 -variants universal depends_build {port:p5-xml-parser port:pkgconfig} portdir gnome/at-spi description {Gnome Accesibility Technologi Service} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:atk port:gtk2 port:libbonobo port:gail port:py25-numeric port:py25-wxpython} name at-spi long_description {'at-spi' is a part of the Gnome Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform, and a library against which applications can be linked.} maintainers {rhwood openmaintainer} version 1.20.1 categories gnome revision 0 +at-spi 632 +variants {universal x11 quartz} depends_build {port:p5-xml-parser port:pkgconfig} portdir gnome/at-spi description {Gnome Accesibility Technologi Service} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:atk port:gtk2 port:libbonobo port:gail port:py25-numeric port:py25-wxpython} name at-spi long_description {'at-spi' is a part of the Gnome Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform, and a library against which applications can be linked.} maintainers {rhwood openmaintainer} version 1.21.1 categories gnome revision 0 bakery 453 variants universal portdir gnome/bakery description {Bakery is a C++ Framework for creating GNOME applications using gtkmm.} homepage http://bakery.sf.net epoch 0 platforms darwin name bakery depends_lib {port:gnome-vfsmm port:libxmlxx2 port:libglademm port:libiconv} long_description {{Bakery is a C++ Framework for creating GNOME applications using gtkmm.}} maintainers {landonf@macports.org openmaintainer} version 2.3.18 categories gnome revision 0 balsa 454 @@ -3293,7 +3293,7 @@ gcc42 416 variants {universal darwin_8 darwin_9_powerpc odcctools} portdir lang/gcc42 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc42 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} version 4.2.2 categories lang revision 1 gcc43 716 -variants {universal darwin_8 powerpc odcctools gfortran} variant_desc {odcctools {Use the odcctools instead of the system provided ones - does not work for x64 currently!} gfortran {Enables fortran; this language will be enabled in the final version - this variant is completely untested!}} portdir lang/gcc43 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc43 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C. This is a prerelease BETA version and does not have all available language front ends enabled.} version 4.3-20071123 categories lang revision 0 +variants {universal darwin_8 powerpc odcctools gfortran} variant_desc {odcctools {Use the odcctools instead of the system provided ones - does not work for x64 currently!} gfortran {Enables fortran; this language will be enabled in the final version - this variant is completely untested!}} portdir lang/gcc43 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc43 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C. This is a prerelease BETA version and does not have all available language front ends enabled.} version 4.3-20071130 categories lang revision 0 gccxml 357 variants universal depends_build port:cmake-devel portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml maintainers nomaintainer long_description {generates an XML description of a C++ program from GCC's internal representation} version 0.6.0 categories lang revision 0 gcj34 546 @@ -3450,8 +3450,8 @@ variants {universal darwin darwin_9 tk mactk thread_hooks} portdir lang/ruby description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} maintainers pguyot@kallisys.net long_description {Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.} version 1.8.6-p110 categories {lang ruby} revision 0 sbcl 575 variants {universal powerpc i386 test} description {The Steel Bank Common Lisp system} portdir lang/sbcl homepage http://www.sbcl.org epoch 0 platforms darwin name sbcl long_description {Steel Bank Common Lisp (SBCL) is a Open Source development system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. (And it, and its generated code, can also play nicely with Unix when running noninteractively.)} maintainers {gwright@macports.org waqar@macports.org} categories lang version 1.0.11 revision 0 -scala 537 -variants universal description {The Scala Programming Language} portdir lang/scala homepage http://www.scala-lang.org/ epoch 0 platforms darwin name scala long_description {Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.} maintainers blair categories {lang java} version 2.6.0 revision 0 +scala 547 +variants universal description {The Scala Programming Language} portdir lang/scala homepage http://www.scala-lang.org/ epoch 0 platforms darwin name scala long_description {Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.} maintainers blair categories {lang java} version 2.6.0.2.6.1.rc1 revision 0 scheme48 479 variants {universal darwin_8} description {Scheme byte-code interpreter} portdir lang/scheme48 homepage http://s48.org/ epoch 0 platforms darwin name scheme48 long_description {Scheme 48 is an implementation of Scheme written by Richard Kelsey and Jonathan Rees. It is based on a byte-code interpreter and is designed to be used as a testbed for experiments in implementation techniques and as an expository tool.} maintainers mww categories {lang scheme} version 1.7 revision 1 scsh 582 @@ -4453,7 +4453,7 @@ splat 553 variants universal portdir net/splat description {Splat: Scalable Periodic LDAP Attribute Transmogrifier} homepage http://dpw.threerings.net/projects/splat/ epoch 0 platforms darwin depends_lib {port:py-ldap port:py-twisted port:py-zconfig} name splat maintainers landonf@macports.org long_description {Splat is a daemon designed to help keep information in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory.} categories net version 1.0 revision 0 squid 708 -variants {universal darwin_8} 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} maintainers mww 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.} version 2.6.STABLE16 categories net revision 0 +variants {universal darwin_8} 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} maintainers mww 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.} version 2.6.STABLE17 categories net revision 0 ssldump 723 variants {universal darwin} portdir net/ssldump description {SSLv3/TLS network protocol analyzer.} homepage http://www.rtfm.com/ssldump/ epoch 0 platforms darwin name ssldump depends_lib {port:libpcap port:openssl lib:libz:zlib} maintainers pguyot@kallisys.net 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.} version 0.9b3 categories net revision 0 suck 601 @@ -4565,7 +4565,7 @@ slrn 508 variants {universal pull ssl} portdir news/slrn description {A powerful console-based newsreader} homepage http://slrn.sourceforge.net/ epoch 0 platforms darwin name slrn depends_lib {lib:libslang.a:slang lib:libiconv:libiconv} maintainers olaf@foellinger.de long_description {slrn is an easy to use but powerful NNTP/spool based newsreader. It is highly customizable, supports scoring, free key bindings, and can be extended using the SLang macro language.} version 0.9.8.1 categories {news net} revision 1 slrn-devel 506 -variants {universal pull ssl} portdir news/slrn-devel description {A powerful console-based newsreader} homepage http://slrn.sourceforge.net/ epoch 0 platforms darwin name slrn-devel depends_lib {port:slang2 port:libiconv} maintainers sbranzo@gmail.com long_description {slrn is an easy to use but powerful NNTP/spool based newsreader. It is highly customizable, supports scoring, free key bindings, and can be extended using the SLang macro language.} version 0.9.9pre-67 categories {news net} revision 0 +variants {universal pull ssl} portdir news/slrn-devel description {A powerful console-based newsreader} homepage http://slrn.sourceforge.net/ epoch 0 platforms darwin name slrn-devel depends_lib {port:slang2 port:libiconv} maintainers sbranzo@gmail.com long_description {slrn is an easy to use but powerful NNTP/spool based newsreader. It is highly customizable, supports scoring, free key bindings, and can be extended using the SLang macro language.} version 0.9.9pre-69 categories {news net} revision 0 tin 537 variants {universal ipv6 gpg pgp5 ncurses ispell} description {A threaded NNTP and spool based UseNet newsreader} portdir news/tin homepage http://www.tin.org/ epoch 0 platforms darwin name tin long_description {tin is a full-screen easy to use Usenet reader. It can read news locally or remotely via a NNTP (Network News Transport Protocol) server. It will automatically utilize NOV (News OVerview) style index files if available locally or via the NNTP XOVER command.} maintainers nomaintainer categories news version 1.8.1 revision 0 tin-devel 550 @@ -5663,7 +5663,7 @@ a2ps-j 487 variants universal portdir print/a2ps-j description {Text file to postscript converter (with Japanese support)} homepage {} epoch 0 depends_run {bin:perl:perl5.8 port:nkf} platforms darwin name a2ps-j maintainers takanori long_description {This program is perl version of Miguel Santana's a2ps. a2ps-j converts plain text to PostScript for printing on a PS printer. If no file is given, a2ps-j reads from the standard input.} version 1.45 categories {print textproc japanese} revision 1 abcm2ps 440 -variants {universal darwin_8} description {abcm2ps converts abc music tunes to postscript} portdir print/abcm2ps homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww categories {print audio} version 5.6.1 revision 0 +variants {universal darwin_8} description {abcm2ps converts abc music tunes to postscript} portdir print/abcm2ps homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} maintainers mww categories {print audio} version 5.6.2 revision 0 denemo 683 variants {universal csound} variant_desc {csound {Csound can be used for playback.}} portdir print/denemo description {Denemo is a unique score editor} homepage http://denemo.sourceforge.net/ depends_run port:qtplay epoch 0 platforms darwin name denemo depends_lib port:librsvg maintainers yves long_description {Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.} categories {print audio x11} version 0.7.6 revision 2 dvipdfmx 936 @@ -5778,8 +5778,8 @@ variants universal portdir python/py-bitdecoder description {python module and program to decode bits to human readable text} homepage http://baruch.ev-en.org/proj/bitdecoder.html epoch 0 platforms darwin depends_lib port:python24 name py-bitdecoder maintainers nomaintainer long_description {BitDecoder is a simple program to decode bits to some human readable text. It is also available as a python module.} categories {python devel} version 0.5.1 revision 1 py-blosxom 539 variants universal portdir python/py-blosxom description {python weblog engine using standard text files} homepage http://pyblosxom.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-blosxom maintainers nomaintainer long_description {Pyblosxom is a weblog engine that uses standard text files located on your filesystem as a database of weblog entries. The concept is simple, managing content is as easy as editing a text file with your favourite text editor.} categories python version 1.2.1 revision 0 -py-boto 403 -variants universal portdir python/py-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python24 name py-boto maintainers {ram openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0 +py-boto 384 +description {python interface to Amazon Web Services} portdir python/py-boto homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python24 name py-boto maintainers {ram openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0 py-bsddb 381 variants {universal db3} portdir python/py-bsddb description {Python bindings to the db4 and db3 library} homepage http://www.python.org/doc/current/lib/module-dbm.html epoch 0 platforms darwin depends_lib {port:python24 port:db44} name py-bsddb maintainers mww long_description {{Python bindings to the db4 and db3 library}} categories {python databases} version 2.4.4 revision 0 py-bzip2 381 @@ -5934,8 +5934,8 @@ variants universal portdir python/py-gmpy description {general MultiPrecision arithmetic module for Python} homepage http://gmpy.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:gmp} name py-gmpy maintainers nomaintainer long_description {gmpy is a general MultiPrecision arithmetic module for Python wrapping the GNU arbitrary precision arithmetic library 'gmp'.} categories python version 1.01 revision 0 py-gnome 401 variants universal portdir python/py-gnome description {gnome-python is a set of python interfaces to gnome-libs.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name py-gnome depends_lib {port:libzvt port:py-gtk2 port:py-orbit} maintainers pguyot@kallisys.net long_description {{gnome-python is a set of python interfaces to gnome-libs.}} version 2.18.2 categories {python gnome} revision 0 -py-gnupg 518 -variants universal portdir python/py-gnupg description {GnuPGInterface is a Python module to interface with GnuPG} homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:gnupg} name py-gnupg maintainers {ram openmaintainer} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} categories python version 0.3.2 revision 1 +py-gnupg 499 +description {GnuPGInterface is a Python module to interface with GnuPG} portdir python/py-gnupg homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:gnupg} name py-gnupg maintainers {ram openmaintainer} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} categories python version 0.3.2 revision 1 py-gnuplot 491 variants universal portdir python/py-gnuplot description {A Python interface to the gnuplot plotting program.} homepage http://gnuplot-py.sourceforge.net/ depends_run port:gnuplot epoch 0 platforms darwin depends_lib {port:python24 port:py-numeric} name py-gnuplot maintainers persamuelsson@mac.com long_description {Gnuplot.py is a Python package that allows you to create graphs from within Python using the gnuplot plotting program.} categories {python devel math} version 1.7 revision 0 py-gobject 581 @@ -6034,8 +6034,8 @@ variants universal portdir python/py-mathdom description {DOM library for Content MathML written in Python} homepage http://py-mathdom.sourceforge.net/ depends_run port:py-parsing epoch 0 platforms darwin depends_lib port:python24 name py-mathdom maintainers nomaintainer long_description {{DOM library for Content MathML written in Python}} categories {python math} version 0.7 revision 0 py-matplotlib 1122 variants {universal gtk2 tkinter wxpython numarray Numeric numpy} variant_desc {gtk2 {Use gtkAgg for interactive plotting} tkinter {Use tkAgg for interactive plotting} wxpython {Use wxAgg for interactive plotting} numarray {Use numarray as array-object} Numeric {Use Numeric as array-object} numpy {Use numpy as array-object}} portdir python/py-matplotlib description {matlab-like syntax for creating plots in python} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python24 port:freetype port:libpng port:py-dateutil port:py-tz port:py-tkinter port:py-numpy} name py-matplotlib maintainers {openmaintainer jochen} long_description {Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numarray, Numeric, or numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different array-objects (numa rray, Numeric, numpy) and for different GUIs (gtk2, tkinter, wxpython).} categories {python graphics math} version 0.90.1 revision 0 -py-matplotlib-basemap 484 -variants universal portdir python/py-matplotlib-basemap description {matplotlib toolkit for plotting data on map projections} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python24 port:py-matplotlib port:geos} name py-matplotlib-basemap maintainers {ram openmaintainer} long_description {Matplotlib basemap is a matplotlib toolkit python library for plotting data on map projections} categories {python graphics math} version 0.9.7 revision 0 +py-matplotlib-basemap 465 +description {matplotlib toolkit for plotting data on map projections} portdir python/py-matplotlib-basemap homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python24 port:py-matplotlib port:geos} name py-matplotlib-basemap maintainers {ram openmaintainer} long_description {Matplotlib basemap is a matplotlib toolkit python library for plotting data on map projections} categories {python graphics math} version 0.9.7 revision 0 py-mecab 340 variants universal portdir python/py-mecab description {a Python module for MeCab} homepage http://mecab.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:mecab} name py-mecab maintainers rsky0711@gmail.com long_description {{a Python module for MeCab}} categories {python textproc japanese} version 0.96 revision 0 py-mechanize 456 @@ -6104,8 +6104,8 @@ variants universal portdir python/py-otp description {RFC2289 implementation for python (one-time password)} homepage http://labix.org/python-otp/ epoch 0 platforms darwin depends_lib port:python24 name py-otp maintainers nomaintainer long_description {python-otp is a module which implements support for all requirements, recommendations, and optional features described in RFC2289. This RFC defines a standard for the implementation of OTP - one-time passwords.} categories {python security} version 1.0 revision 2 py-par 354 variants universal description {Parallel Python} portdir python/py-par homepage http://datamining.anu.edu.au/~ole/pypar/ epoch 0 name py-par depends_lib {port:lammpi port:py-numeric} long_description {Py-par provides bindings to a subset of the message passing interface standard MPI.} maintainers nomaintainer version 1.9.2 categories python revision 0 -py-paramiko 609 -variants universal portdir python/py-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python24 port:py-crypto} name py-paramiko maintainers {ram openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0 +py-paramiko 590 +description {python library for making SSH2 connections} portdir python/py-paramiko homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python24 port:py-crypto} name py-paramiko maintainers {ram openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0 py-parsing 598 variants universal portdir python/py-parsing description {alternative approach to creating parsers in python} homepage http://pyparsing.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-parsing maintainers nomaintainer long_description {The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.} categories {python lang} version 1.4.1 revision 0 py-paste 458 @@ -6122,8 +6122,8 @@ variants universal portdir python/py-peak description {PEAK is the Python Enterprise Application Kit} homepage http://peak.telecommunity.com/ epoch 0 platforms darwin depends_lib port:python24 name py-peak maintainers nomaintainer long_description {PEAK is a Python framework for rapidly developing and reusing application components.} categories python version 0.5a3 revision 1 py-pedal 370 variants universal portdir python/py-pedal description {python module for pedigree analysis} homepage http://pypedal.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-numeric} name py-pedal maintainers nomaintainer long_description {PyPedal is a Python language application for pedigree analysis.} categories python version 2.0.0a7 revision 0 -py-pexpect 661 -variants universal portdir python/py-pexpect description {python module for better controlling other applications} homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0 +py-pexpect 642 +description {python module for better controlling other applications} portdir python/py-pexpect homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0 py-pgasync 578 variants universal portdir python/py-pgasync description {twisted-based, DB API 2.0 compliant PostgreSQL client library} homepage http://jamwt.com/pgasync/ epoch 0 platforms darwin depends_lib {port:python24 port:py-twisted} name py-pgasync maintainers nomaintainer long_description {pgasync is a twisted-based PostgreSQL client library which fully conforms to the DB API 2.0 specification. It's designed to run quickly and scale well. It provides connection pooling and persistence, database types, and safe conversions.} categories {python databases} version 1.15b revision 0 py-pgsql 776 @@ -6412,8 +6412,8 @@ variants universal portdir python/py25-beaker description {Session WSGI Middleware} homepage http://beaker.groovie.org epoch 0 platforms darwin depends_lib {port:py25-setuptools port:py25-myghtyutils} name py25-beaker maintainers stechert@macports.org long_description {Beaker is a simple WSGI middleware to use the Myghty Container API.} categories {python www} version 0.7.4 revision 0 py25-biopython 530 variants universal portdir python/py25-biopython description {python tools for computational molecular biology} homepage http://www.biopython.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numeric port:py25-mx-base port:py25-reportlab} name py25-biopython maintainers mww long_description {python tools for computational molecular biology: parsers for various file formats, interfaces for programs, tools for performing common operations on sequences, etc.} categories {python science} version 1.44 revision 0 -py25-boto 407 -variants universal portdir python/py25-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python25 name py25-boto maintainers {ram openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0 +py25-boto 388 +description {python interface to Amazon Web Services} portdir python/py25-boto homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python25 name py25-boto maintainers {ram openmaintainer} long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} categories {python net} version 0.9d revision 0 py25-bsddb 365 variants universal portdir python/py25-bsddb description {Python bindings to the db44 library} homepage http://www.python.org/doc/current/lib/module-dbm.html epoch 0 platforms darwin depends_lib {port:python25 port:db44} name py25-bsddb maintainers mww long_description {{Python bindings to the db44 library}} categories {python databases} version 2.5.1 revision 0 py25-bz2 328 @@ -6456,8 +6456,8 @@ variants universal portdir python/py25-genshi description {} homepage http://genshi.edgewall.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-genshi maintainers stechert@macports.org long_description {ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.} categories python version 0.4.2 revision 0 py25-gnome 408 variants universal portdir python/py25-gnome description {gnome-python is a set of python interfaces to gnome-libs.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name py25-gnome depends_lib {port:libzvt port:py25-gtk port:py25-orbit} maintainers pguyot@kallisys.net long_description {{gnome-python is a set of python interfaces to gnome-libs.}} version 2.20.0 categories {python gnome} revision 0 -py25-gnupg 522 -variants universal portdir python/py25-gnupg description {GnuPGInterface is a Python module to interface with GnuPG} homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:gnupg} name py25-gnupg maintainers {ram openmaintainer} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} categories python version 0.3.2 revision 0 +py25-gnupg 503 +description {GnuPGInterface is a Python module to interface with GnuPG} portdir python/py25-gnupg homepage http://py-gnupg.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:gnupg} name py25-gnupg maintainers {ram openmaintainer} long_description {GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.} categories python version 0.3.2 revision 0 py25-gnuplot 497 variants universal portdir python/py25-gnuplot description {A Python interface to the gnuplot plotting program.} homepage http://gnuplot-py.sourceforge.net/ depends_run port:gnuplot epoch 0 platforms darwin depends_lib {port:python25 port:py25-numeric} name py25-gnuplot maintainers persamuelsson@mac.com long_description {Gnuplot.py is a Python package that allows you to create graphs from within Python using the gnuplot plotting program.} categories {python devel math} version 1.7 revision 0 py25-gobject 614 @@ -6486,8 +6486,8 @@ variants universal portdir python/py25-mako description {A super-fast templating language that borrows the best ideas from the existing templating languages.} homepage http://www.makotemplates.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-mako maintainers stechert@macports.org long_description {Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.} categories {python www} version 0.1.5 revision 0 py25-matplotlib 1134 variants {universal gtk2 tkinter wxpython numarray Numeric numpy} variant_desc {gtk2 {Use gtkAgg for interactive plotting} tkinter {Use tkAgg for interactive plotting} wxpython {Use wxAgg for interactive plotting} numarray {Use numarray as array-object} Numeric {Use Numeric as array-object} numpy {Use numpy as array-object}} portdir python/py25-matplotlib description {matlab-like syntax for creating plots in python} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 port:freetype port:libpng port:py25-dateutil port:py25-tz port:py25-tkinter port:py25-numpy} name py25-matplotlib maintainers {openmaintainer jochen} long_description {Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numarray, Numeric, or numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different array-o bjects (numarray, Numeric, numpy) and for different GUIs (gtk2, tkinter, wxpython).} categories {python graphics math} version 0.90.1 revision 1 -py25-matplotlib-basemap 490 -variants universal portdir python/py25-matplotlib-basemap description {matplotlib toolkit for plotting data on map projections} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 port:py25-matplotlib port:geos} name py25-matplotlib-basemap maintainers {ram openmaintainer} long_description {Matplotlib basemap is a matplotlib toolkit python library for plotting data on map projections} categories {python graphics math} version 0.9.7 revision 0 +py25-matplotlib-basemap 471 +description {matplotlib toolkit for plotting data on map projections} portdir python/py25-matplotlib-basemap homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 port:py25-matplotlib port:geos} name py25-matplotlib-basemap maintainers {ram openmaintainer} long_description {Matplotlib basemap is a matplotlib toolkit python library for plotting data on map projections} categories {python graphics math} version 0.9.7 revision 0 py25-mecab 344 variants universal portdir python/py25-mecab description {a Python module for MeCab} homepage http://mecab.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:mecab} name py25-mecab maintainers rsky0711@gmail.com long_description {{a Python module for MeCab}} categories {python textproc japanese} version 0.96 revision 0 py25-memcached 603 @@ -6514,16 +6514,16 @@ variants {universal g95 gcc42 gcc43} variant_desc {g95 {Use g95 as fortran compiler} gcc42 {Use gfortran as fortran compiler} gcc43 {Use gfortran as fortran compiler}} portdir python/py25-numpy description {The core utilities for the scientific library scipy for Python} homepage http://numeric.scipy.org/ epoch 0 platforms darwin depends_lib {lib:fftw:fftw-3 port:py25-hashlib port:g95} name py25-numpy maintainers erickt@macports.org long_description {{The core utilities for the scientific library scipy for Python}} categories python version 1.0.4 revision 3 py25-orbit 709 variants universal portdir python/py25-orbit description {Python binding for the ORBit2 CORBA ORB - Default branch.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name py25-orbit depends_lib {port:python25 port:orbit2} maintainers pguyot@kallisys.net long_description {PyORBit is a Python binding for the ORBit2 CORBA ORB. It was developped to suit the needs of the bonobo bindings in GNOME-Python, but is usable for other purposes as well. It aims to follow the standard Python language mapping for CORBA. It can generate stubs at runtime from typelibs, IDL files, or by introspecting remote objects using ORBit2's IModule typelib capabilities.} version 2.14.3 categories {python gnome} revision 0 -py25-paramiko 615 -variants universal portdir python/py25-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-crypto} name py25-paramiko maintainers {ram openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0 +py25-paramiko 596 +description {python library for making SSH2 connections} portdir python/py25-paramiko homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-crypto} name py25-paramiko maintainers {ram openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} categories {python net security} version 1.7.1 revision 0 py25-paste 462 variants universal portdir python/py25-paste description {Bringing consistency to Python web development.} homepage http://pythonpaste.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-paste maintainers stechert@macports.org long_description {Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators.} categories {python www} version 1.3 revision 0 py25-pastedeploy 456 variants universal portdir python/py25-pastedeploy description {Paste Deployment is a system for finding and configuring WSGI applications and servers.} homepage http://pythonpaste.org/deploy/ epoch 0 platforms darwin depends_lib port:python25 name py25-pastedeploy maintainers stechert@macports.org long_description {{Paste Deployment is a system for finding and configuring WSGI applications and servers.}} categories {python www} version 1.3 revision 0 py25-pastescript 429 variants universal portdir python/py25-pastescript description {Paste Script is a pluggable command-line frontend, to the Paste system.} homepage http://pythonpaste.org/paste/ epoch 0 platforms darwin depends_lib port:py25-cheetah name py25-pastescript maintainers stechert@macports.org long_description {{Paste Script is a pluggable command-line frontend, to the Paste system.}} categories {python www} version 1.3.3 revision 0 -py25-pexpect 665 -variants universal portdir python/py25-pexpect description {python module for better controlling other applications} homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0 +py25-pexpect 646 +description {python module for better controlling other applications} portdir python/py25-pexpect homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.1 revision 0 py25-pgsql 813 variants universal portdir python/py25-pgsql description {python DB-API 2.0 compliant interface to postgresql (8.2)} homepage http://pypgsql.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:postgresql82 port:py25-mx-base} name py25-pgsql maintainers dluke@geeklair.net long_description {pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.} categories {python databases} version 2.5.1 revision 1 py25-pil 537 @@ -7308,8 +7308,8 @@ variants {universal darwin freebsd} depends_build bin:gnumake:gmake portdir sysutils/dpkg description {Debian package maintenance system} homepage http://www.debian.org/ epoch 0 platforms {darwin freebsd} name dpkg depends_lib {port:gettext port:libiconv bin:perl:perl5.8} maintainers landonf@macports.org version 1.10.28 categories {sysutils archivers} revision 0 dtach 584 variants universal description {program that emulates the detach feature of screen} portdir sysutils/dtach homepage http://dtach.sourceforge.net/ epoch 0 platforms darwin name dtach long_description {dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.} maintainers nomaintainer categories sysutils version 0.7 revision 0 -duplicity 857 -variants universal portdir sysutils/duplicity description {Encrypted bandwidth-efficient backup.} homepage http://www.nongnu.org/duplicity/index.html depends_run {port:py25-gnupg port:py25-pexpect port:py25-boto port:py25-zlib port:py25-hashlib port:ncftp} epoch 0 platforms darwin depends_lib {port:python25 port:librsync port:gnupg} name duplicity maintainers {ram openmaintainer} long_description {Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.} categories sysutils version 0.4.6 revision 0 +duplicity 838 +portdir sysutils/duplicity description {Encrypted bandwidth-efficient backup.} homepage http://www.nongnu.org/duplicity/index.html depends_run {port:py25-gnupg port:py25-pexpect port:py25-boto port:py25-zlib port:py25-hashlib port:ncftp} epoch 0 platforms darwin depends_lib {port:python25 port:librsync port:gnupg} name duplicity maintainers {ram openmaintainer} long_description {Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.} categories sysutils version 0.4.6 revision 0 dvdrtools 419 variants {universal darwin} description {a fork of cdrtools DVD writer support} portdir sysutils/dvdrtools homepage http://www.nongnu.org/dvdrtools/ epoch 0 platforms darwin name dvdrtools long_description {{Linux dvd-rw/dvd-r writing made easy and free...} Dvdrtools is a fork of cdrtools, with the primary goal of supporting writable DVD drives.} maintainers nomaintainer categories sysutils version 0.2.1 revision 0 erni 356 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/00ecafa9/attachment-0001.html From ryandesign at macports.org Sat Dec 1 12:06:34 2007 From: ryandesign at macports.org (ryandesign@macports.org) Date: Sat Dec 1 12:05:06 2007 Subject: [31651] trunk/dports/graphics/ImageMagick/Portfile Message-ID: <20071201200634.F31B8238731@beta.macosforge.org> Revision: 31651 http://trac.macosforge.org/projects/macports/changeset/31651 Author: ryandesign@macports.org Date: 2007-12-01 12:06:32 -0800 (Sat, 01 Dec 2007) Log Message: ----------- ImageMagick: enable static libraries too, as requested on the macports-users mailing list by Andrei Tchijov Modified Paths: -------------- trunk/dports/graphics/ImageMagick/Portfile Modified: trunk/dports/graphics/ImageMagick/Portfile =================================================================== --- trunk/dports/graphics/ImageMagick/Portfile 2007-12-01 17:06:41 UTC (rev 31650) +++ trunk/dports/graphics/ImageMagick/Portfile 2007-12-01 20:06:32 UTC (rev 31651) @@ -4,6 +4,7 @@ name ImageMagick version 6.3.7-1 +revision 1 homepage http://www.imagemagick.org/ categories graphics devel maintainers ryandesign @@ -58,7 +59,7 @@ configure.args \ --enable-shared \ - --disable-static \ + --enable-static \ --disable-ltdl-install \ --with-dps \ --with-ttf \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/e37d92db/attachment.html From dluke at macports.org Sat Dec 1 12:42:38 2007 From: dluke at macports.org (dluke@macports.org) Date: Sat Dec 1 13:07:26 2007 Subject: [31652] trunk/dports/PortIndex Message-ID: <20071201204238.EDC4D2395F8@beta.macosforge.org> Revision: 31652 http://trac.macosforge.org/projects/macports/changeset/31652 Author: dluke@macports.org Date: 2007-12-01 12:42:32 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Total number of ports parsed: 4383 Ports successfully parsed: 4383 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2007-12-01 20:06:32 UTC (rev 31651) +++ trunk/dports/PortIndex 2007-12-01 20:42:32 UTC (rev 31652) @@ -2377,7 +2377,7 @@ GraphicsMagick 656 variants {universal i386 darwin_8} portdir graphics/GraphicsMagick description {image processing tools collection} homepage http://www.graphicsmagick.org/ epoch 0 platforms darwin name GraphicsMagick depends_lib {port:libxml2 port:bzip2 port:zlib port:libpng port:tiff port:freetype} maintainers nomaintainer long_description {GraphicsMagick is the swiss army knife of image processing. It provides a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG, and TIFF.} version 1.1.7 categories graphics revision 0 ImageMagick 1333 -variants {universal perl gs lcms wmf mpeg jbig jpeg2 graphviz q8 q16 q32 no_x11 no_plus_plus darwin_6 darwin_8} depends_build port:pkgconfig variant_desc {q8 {Use 8 bits per pixel quantum} q16 {Use 16 bits per pixel quantum (default)} q32 {Use 32 bits per pixel quantum}} portdir graphics/ImageMagick description {Tools and libraries to manipulate images in many formats} homepage http://www.imagemagick.org/ epoch 0 platforms darwin name ImageMagick depends_lib {lib:libX11.6:XFree86 port:bzip2 port:jpeg port:libpng port:tiff port:zlib port:freetype port:fontconfig port:libiconv port:expat port:libxml2} maintainers ryandesign long_description {ImageMagick is a robust collection of tools and libraries to create, edit and compose bitmap images in a wide variety of formats. You can crop, resize, rotate, sharpen, color reduce or add effects or text or straight or curved lines to an image or image sequence and save your completed work in the same or differing image format. You can ev en create images from scratch. Image processing operations are available from the command line as well as through C, Ch, C++, Java, Perl, PHP, Python, Ruby and Tcl/Tk programming interfaces. Over 90 image formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} categories {graphics devel} version 6.3.7-1 revision 0 +variants {universal perl gs lcms wmf mpeg jbig jpeg2 graphviz q8 q16 q32 no_x11 no_plus_plus darwin_6 darwin_8} depends_build port:pkgconfig variant_desc {q8 {Use 8 bits per pixel quantum} q16 {Use 16 bits per pixel quantum (default)} q32 {Use 32 bits per pixel quantum}} portdir graphics/ImageMagick description {Tools and libraries to manipulate images in many formats} homepage http://www.imagemagick.org/ epoch 0 platforms darwin name ImageMagick depends_lib {lib:libX11.6:XFree86 port:bzip2 port:jpeg port:libpng port:tiff port:zlib port:freetype port:fontconfig port:libiconv port:expat port:libxml2} maintainers ryandesign long_description {ImageMagick is a robust collection of tools and libraries to create, edit and compose bitmap images in a wide variety of formats. You can crop, resize, rotate, sharpen, color reduce or add effects or text or straight or curved lines to an image or image sequence and save your completed work in the same or differing image format. You can ev en create images from scratch. Image processing operations are available from the command line as well as through C, Ch, C++, Java, Perl, PHP, Python, Ruby and Tcl/Tk programming interfaces. Over 90 image formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} categories {graphics devel} version 6.3.7-1 revision 1 openexr 395 variants {universal darwin_7} description {OpenEXR Graphics Library} portdir graphics/OpenEXR homepage http://www.openexr.org epoch 0 platforms darwin name openexr long_description {OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.} maintainers waqar@macports.org categories graphics version 1.4.0 revision 0 Renaissance-Framework 622 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/531b7348/attachment.html From jochen at macports.org Sat Dec 1 13:59:23 2007 From: jochen at macports.org (jochen@macports.org) Date: Sat Dec 1 13:57:54 2007 Subject: [31653] trunk/dports/science/molden Message-ID: <20071201215923.59329239FFE@beta.macosforge.org> Revision: 31653 http://trac.macosforge.org/projects/macports/changeset/31653 Author: jochen@macports.org Date: 2007-12-01 13:59:19 -0800 (Sat, 01 Dec 2007) Log Message: ----------- adapt to upstream changes Modified Paths: -------------- trunk/dports/science/molden/Portfile Removed Paths: ------------- trunk/dports/science/molden/files/patch-molden.f.diff Modified: trunk/dports/science/molden/Portfile =================================================================== --- trunk/dports/science/molden/Portfile 2007-12-01 20:42:32 UTC (rev 31652) +++ trunk/dports/science/molden/Portfile 2007-12-01 21:59:19 UTC (rev 31653) @@ -17,7 +17,7 @@ maintainers openmaintainer jochen master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden distname molden${version} -checksums md5 713213dea750497e7233cc1130cc1c09 +checksums md5 ab47e1c440c1b445eade07004f93efd8 description Molecular graphics visualisation tool long_description Molden is a package for displaying Molecular Density from \ @@ -31,8 +31,7 @@ depends_build port:gcc42 port:gmake depends_lib lib:libX11.6:XFree86 -patchfiles patch-makefile.diff \ - patch-molden.f.diff +patchfiles patch-makefile.diff configure.cmd true configure.pre_args build.target molden Deleted: trunk/dports/science/molden/files/patch-molden.f.diff =================================================================== --- trunk/dports/science/molden/files/patch-molden.f.diff 2007-12-01 20:42:32 UTC (rev 31652) +++ trunk/dports/science/molden/files/patch-molden.f.diff 2007-12-01 21:59:19 UTC (rev 31653) @@ -1,11 +0,0 @@ ---- molden.f.orig 2007-06-26 22:10:20.000000000 +0200 -+++ molden.f 2007-06-26 22:10:28.000000000 +0200 -@@ -267,7 +267,7 @@ - common /vrmlhl/ spcdfil - common /pmflvl/ ipmfm,ipmfh,pmflev(mxpmfl),levcol(mxpmfl) - common /comsrf/ vo(3), rt(3),v1t(3),v2t(3),v3t(3),wo(3) -- external iargc -+c external iargc - c GCC 4.0 or higher: - c external gfortran_iargc - dimension fcnt(mxcntr) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/969d8de7/attachment.html From takanori at macports.org Sat Dec 1 14:28:58 2007 From: takanori at macports.org (takanori@macports.org) Date: Sat Dec 1 14:27:28 2007 Subject: [31654] trunk/dports/x11/rxvt-unicode/Portfile Message-ID: <20071201222858.53D2D23A57C@beta.macosforge.org> Revision: 31654 http://trac.macosforge.org/projects/macports/changeset/31654 Author: takanori@macports.org Date: 2007-12-01 14:28:54 -0800 (Sat, 01 Dec 2007) Log Message: ----------- rxvt-unicode: Version bump to 8.7. Modified Paths: -------------- trunk/dports/x11/rxvt-unicode/Portfile Modified: trunk/dports/x11/rxvt-unicode/Portfile =================================================================== --- trunk/dports/x11/rxvt-unicode/Portfile 2007-12-01 21:59:19 UTC (rev 31653) +++ trunk/dports/x11/rxvt-unicode/Portfile 2007-12-01 22:28:54 UTC (rev 31654) @@ -3,7 +3,7 @@ PortSystem 1.0 name rxvt-unicode -version 8.5a +version 8.7 categories x11 maintainers nomaintainer description Unicode-aware rxvt clone. @@ -20,9 +20,9 @@ master_sites http://dist.schmorp.de/rxvt-unicode/ \ http://dist.schmorp.de/rxvt-unicode/Attic/ use_bzip2 yes -checksums md5 09edcad6823b26982050edf9e14b38ee \ - sha1 af15a66cb547516b57c5d7b6314bc4c46efe7c46 \ - rmd160 9f2663339e25ed9bdb6185bdd20c2d65a4013f91 +checksums md5 4d615334e5e4959cded8ba298868a113 \ + sha1 768a6a73a28191189f7bf90da998cb11fbd9c5ad \ + rmd160 b86813275d5f4f7e0e3b756a7d613695519d0336 depends_lib lib:libX11.6:XFree86 \ port:expat \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/9429a2eb/attachment.html From waqar at macports.org Sat Dec 1 14:31:17 2007 From: waqar at macports.org (waqar@macports.org) Date: Sat Dec 1 14:29:47 2007 Subject: [31655] trunk/dports/lang/sbcl Message-ID: <20071201223117.E8DBF23A63E@beta.macosforge.org> Revision: 31655 http://trac.macosforge.org/projects/macports/changeset/31655 Author: waqar@macports.org Date: 2007-12-01 14:31:16 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Updated to the latest release of the software and fixed the build on Leopard. Modified Paths: -------------- trunk/dports/lang/sbcl/Portfile Added Paths: ----------- trunk/dports/lang/sbcl/files/base-target-features.patch Modified: trunk/dports/lang/sbcl/Portfile =================================================================== --- trunk/dports/lang/sbcl/Portfile 2007-12-01 22:28:54 UTC (rev 31654) +++ trunk/dports/lang/sbcl/Portfile 2007-12-01 22:31:16 UTC (rev 31655) @@ -2,7 +2,7 @@ PortSystem 1.0 name sbcl -version 1.0.11 +version 1.0.12 set bootversion 0.9.16 categories lang maintainers gwright@macports.org waqar@macports.org @@ -47,7 +47,9 @@ worksrcdir ${name}-${version} checksums ${name}-${version}-source${extract.suffix} \ - md5 16f480ef422a6d5e03b006abff09c7c2 + md5 5d27da356283801b1bfe3ef0e9cb531b \ + sha1 0436124f20d6b39df736a63832222582c287bb47 \ + rmd160 c974a16ec65a7230d8bbdae0205b09c026e509d0 post-patch { reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \ ${worksrcpath}/src/runtime/runtime.c @@ -70,7 +72,10 @@ test.target run-tests.sh } -destroot { - system "INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh" +destroot { system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh" } +variant threads { + patchfiles-append base-target-features.patch +} + Added: trunk/dports/lang/sbcl/files/base-target-features.patch =================================================================== --- trunk/dports/lang/sbcl/files/base-target-features.patch (rev 0) +++ trunk/dports/lang/sbcl/files/base-target-features.patch 2007-12-01 22:31:16 UTC (rev 31655) @@ -0,0 +1,26 @@ +--- base-target-features.lisp-expr.orig 2007-10-16 16:34:50.000000000 -0600 ++++ base-target-features.lisp-expr 2007-10-16 16:35:26.000000000 -0600 +@@ -157,7 +157,7 @@ + ;; and the %fs segment register. Note that no consistent effort to + ;; audit the SBCL library code for thread safety has been performed, + ;; so caveat executor. +- ; :sb-thread ++:sb-thread + + ;; lutex support + ;; +@@ -167,7 +167,7 @@ + ;; allows for sb-thread support on x86 OS X, Solaris and + ;; FreeBSD. + ;; +- ; :sb-lutex ++:sb-lutex + + ;; On some operating systems the FS segment register (used for SBCL's + ;; thread local storage) is not reliably preserved in signal +@@ -337,4 +337,5 @@ + ;; (No others are supported by SBCL as of 1.0.8, but :hpux or :irix + ;; support could be ported from CMU CL if anyone is sufficiently + ;; motivated to do so.) ++:darwin + ) Property changes on: trunk/dports/lang/sbcl/files/base-target-features.patch ___________________________________________________________________ Name: svn:keywords + Id Date Revision Author HeadURL -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/4b6e6039/attachment.html From jochen at macports.org Sat Dec 1 14:58:52 2007 From: jochen at macports.org (jochen@macports.org) Date: Sat Dec 1 14:57:24 2007 Subject: [31656] trunk/dports/science/molden Message-ID: <20071201225852.D883E23AF1B@beta.macosforge.org> Revision: 31656 http://trac.macosforge.org/projects/macports/changeset/31656 Author: jochen@macports.org Date: 2007-12-01 14:58:50 -0800 (Sat, 01 Dec 2007) Log Message: ----------- revert r31653 Modified Paths: -------------- trunk/dports/science/molden/Portfile Added Paths: ----------- trunk/dports/science/molden/files/patch-molden.f.diff Modified: trunk/dports/science/molden/Portfile =================================================================== --- trunk/dports/science/molden/Portfile 2007-12-01 22:31:16 UTC (rev 31655) +++ trunk/dports/science/molden/Portfile 2007-12-01 22:58:50 UTC (rev 31656) @@ -17,7 +17,7 @@ maintainers openmaintainer jochen master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden distname molden${version} -checksums md5 ab47e1c440c1b445eade07004f93efd8 +checksums md5 713213dea750497e7233cc1130cc1c09 description Molecular graphics visualisation tool long_description Molden is a package for displaying Molecular Density from \ @@ -31,7 +31,8 @@ depends_build port:gcc42 port:gmake depends_lib lib:libX11.6:XFree86 -patchfiles patch-makefile.diff +patchfiles patch-makefile.diff \ + patch-molden.f.diff configure.cmd true configure.pre_args build.target molden Copied: trunk/dports/science/molden/files/patch-molden.f.diff (from rev 31652, trunk/dports/science/molden/files/patch-molden.f.diff) =================================================================== --- trunk/dports/science/molden/files/patch-molden.f.diff (rev 0) +++ trunk/dports/science/molden/files/patch-molden.f.diff 2007-12-01 22:58:50 UTC (rev 31656) @@ -0,0 +1,11 @@ +--- molden.f.orig 2007-06-26 22:10:20.000000000 +0200 ++++ molden.f 2007-06-26 22:10:28.000000000 +0200 +@@ -267,7 +267,7 @@ + common /vrmlhl/ spcdfil + common /pmflvl/ ipmfm,ipmfh,pmflev(mxpmfl),levcol(mxpmfl) + common /comsrf/ vo(3), rt(3),v1t(3),v2t(3),v3t(3),wo(3) +- external iargc ++c external iargc + c GCC 4.0 or higher: + c external gfortran_iargc + dimension fcnt(mxcntr) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/32d0bfac/attachment-0001.html From rhwood at macports.org Sat Dec 1 14:59:47 2007 From: rhwood at macports.org (rhwood@macports.org) Date: Sat Dec 1 14:58:18 2007 Subject: [31657] trunk/dports/textproc/fribidi/Portfile Message-ID: <20071201225947.0B52723AF36@beta.macosforge.org> Revision: 31657 http://trac.macosforge.org/projects/macports/changeset/31657 Author: rhwood@macports.org Date: 2007-12-01 14:59:45 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Rework post-destroot to remove cd command Modified Paths: -------------- trunk/dports/textproc/fribidi/Portfile Modified: trunk/dports/textproc/fribidi/Portfile =================================================================== --- trunk/dports/textproc/fribidi/Portfile 2007-12-01 22:58:50 UTC (rev 31656) +++ trunk/dports/textproc/fribidi/Portfile 2007-12-01 22:59:45 UTC (rev 31657) @@ -23,9 +23,8 @@ build.env MACOSX_DEPLOYMENT_TARGET="10.3" post-destroot { - file mkdir ${destroot}${prefix}/share/doc/${name} - cd ${worksrcpath} - xinstall -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ - TODO ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ + NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name} } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/97c4b4ef/attachment.html From ryandesign at macports.org Sat Dec 1 16:00:14 2007 From: ryandesign at macports.org (ryandesign@macports.org) Date: Sat Dec 1 15:58:13 2007 Subject: [31658] trunk/dports/x11/wine/Portfile Message-ID: <20071202000014.3358723BD27@beta.macosforge.org> Revision: 31658 http://trac.macosforge.org/projects/macports/changeset/31658 Author: ryandesign@macports.org Date: 2007-12-01 16:00:09 -0800 (Sat, 01 Dec 2007) Log Message: ----------- wine: update to 0.9.50 Modified Paths: -------------- trunk/dports/x11/wine/Portfile Modified: trunk/dports/x11/wine/Portfile =================================================================== --- trunk/dports/x11/wine/Portfile 2007-12-01 22:59:45 UTC (rev 31657) +++ trunk/dports/x11/wine/Portfile 2007-12-02 00:00:09 UTC (rev 31658) @@ -3,7 +3,7 @@ PortSystem 1.0 name wine -version 0.9.49 +version 0.9.50 categories x11 maintainers ryandesign openmaintainer homepage http://www.winehq.com/ @@ -23,9 +23,9 @@ http://ibiblio.org/pub/linux/system/emulators/wine/ checksums \ - md5 417912f28e48ddc6c4285a493d070564 \ - sha1 ddee8ff8229ec0df45a5254820acd3adaffecc94 \ - rmd160 3d6469d6645413b33a39d31de000193799fd8cde + md5 1f2a34569b4a76eb270f5ad206a464b8 \ + sha1 5a4111e60b2e38f3eb0a2b4d9bc3de55498be5c1 \ + rmd160 86dad0b766025bcfbe7b49a27195ac8cd2362103 depends_lib \ lib:libX11.6:XFree86 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/d9ec4159/attachment.html From rhwood at macports.org Sat Dec 1 18:43:07 2007 From: rhwood at macports.org (rhwood@macports.org) Date: Sat Dec 1 18:41:37 2007 Subject: [31659] trunk/dports/games/freeciv Message-ID: <20071202024307.6EBE123D78B@beta.macosforge.org> Revision: 31659 http://trac.macosforge.org/projects/macports/changeset/31659 Author: rhwood@macports.org Date: 2007-12-01 18:42:54 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Add patch from Bryan Blackburn to build if bind9 is present. Modified Paths: -------------- trunk/dports/games/freeciv/Portfile Added Paths: ----------- trunk/dports/games/freeciv/files/ trunk/dports/games/freeciv/files/patch-configure.diff Modified: trunk/dports/games/freeciv/Portfile =================================================================== --- trunk/dports/games/freeciv/Portfile 2007-12-02 00:00:09 UTC (rev 31658) +++ trunk/dports/games/freeciv/Portfile 2007-12-02 02:42:54 UTC (rev 31659) @@ -26,6 +26,10 @@ ui_msg "Please note that this port conflicts with port:freeciv-x11." } +patchfiles { + patch-configure.diff +} + depends_lib \ port:freetype \ port:libpng \ Added: trunk/dports/games/freeciv/files/patch-configure.diff =================================================================== --- trunk/dports/games/freeciv/files/patch-configure.diff (rev 0) +++ trunk/dports/games/freeciv/files/patch-configure.diff 2007-12-02 02:42:54 UTC (rev 31659) @@ -0,0 +1,254 @@ +--- configure.orig 2007-11-25 17:43:30.000000000 -0700 ++++ configure 2007-12-01 15:44:06.000000000 -0700 +@@ -12450,71 +12450,6 @@ + CLIENT_LIBS="-lsocket $CLIENT_LIBS" + fi + +- { echo "$as_me:$LINENO: checking for gethostbyaddr in -lbind" >&5 +-echo $ECHO_N "checking for gethostbyaddr in -lbind... $ECHO_C" >&6; } +-if test "${ac_cv_lib_bind_gethostbyaddr+set}" = set; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-lbind $LIBS" +-cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +- +-/* Override any GCC internal prototype to avoid an error. +- Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-#ifdef __cplusplus +-extern "C" +-#endif +-char gethostbyaddr (); +-int +-main () +-{ +-return gethostbyaddr (); +- ; +- return 0; +-} +-_ACEOF +-rm -f conftest.$ac_objext conftest$ac_exeext +-if { (ac_try="$ac_link" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_link") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && { +- test -z "$ac_c_werror_flag" || +- test ! -s conftest.err +- } && test -s conftest$ac_exeext && +- $as_test_x conftest$ac_exeext; then +- ac_cv_lib_bind_gethostbyaddr=yes +-else +- echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +- ac_cv_lib_bind_gethostbyaddr=no +-fi +- +-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ +- conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_gethostbyaddr" >&5 +-echo "${ECHO_T}$ac_cv_lib_bind_gethostbyaddr" >&6; } +-if test $ac_cv_lib_bind_gethostbyaddr = yes; then +- CLIENT_LIBS="-lbind $CLIENT_LIBS" +-fi +- + + elif test "$client" = "sdl"; then + { { echo "$as_me:$LINENO: error: specified client 'sdl' not configurable (SDL >= 1.1.4 is needed (www.libsdl.org))" >&5 +@@ -16668,7 +16603,7 @@ + do + for j in $libggz_header; + do +- echo "configure: 16671: $i/$j" >&5 ++ echo "configure: 16606: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + libggz_incdir=$i +@@ -16951,7 +16886,7 @@ + do + for j in $ggzmod_header; + do +- echo "configure: 16954: $i/$j" >&5 ++ echo "configure: 16889: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggzmod_incdir=$i +@@ -17081,7 +17016,7 @@ + do + for j in ggz-config; + do +- echo "configure: 17084: $i/$j" >&5 ++ echo "configure: 17019: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggz_config_dir=$i +@@ -17318,7 +17253,7 @@ + do + for j in $ggz_gtk_header; + do +- echo "configure: 17321: $i/$j" >&5 ++ echo "configure: 17256: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggz_gtk_incdir=$i +@@ -17516,7 +17451,7 @@ + do + for j in $libggz_header; + do +- echo "configure: 17519: $i/$j" >&5 ++ echo "configure: 17454: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + libggz_incdir=$i +@@ -17798,7 +17733,7 @@ + do + for j in $ggzdmod_header; + do +- echo "configure: 17801: $i/$j" >&5 ++ echo "configure: 17736: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggzdmod_incdir=$i +@@ -18107,7 +18042,7 @@ + do + for j in $libggz_header; + do +- echo "configure: 18110: $i/$j" >&5 ++ echo "configure: 18045: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + libggz_incdir=$i +@@ -18390,7 +18325,7 @@ + do + for j in $ggzmod_header; + do +- echo "configure: 18393: $i/$j" >&5 ++ echo "configure: 18328: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggzmod_incdir=$i +@@ -18520,7 +18455,7 @@ + do + for j in ggz-config; + do +- echo "configure: 18523: $i/$j" >&5 ++ echo "configure: 18458: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggz_config_dir=$i +@@ -18757,7 +18692,7 @@ + do + for j in $ggz_gtk_header; + do +- echo "configure: 18760: $i/$j" >&5 ++ echo "configure: 18695: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggz_gtk_incdir=$i +@@ -18955,7 +18890,7 @@ + do + for j in $libggz_header; + do +- echo "configure: 18958: $i/$j" >&5 ++ echo "configure: 18893: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + libggz_incdir=$i +@@ -19237,7 +19172,7 @@ + do + for j in $ggzdmod_header; + do +- echo "configure: 19240: $i/$j" >&5 ++ echo "configure: 19175: $i/$j" >&5 + if test -r "$i/$j"; then + echo "taking that" >&5 + ggzdmod_incdir=$i +@@ -19514,71 +19449,6 @@ + + + if test x$server = xtrue; then +- { echo "$as_me:$LINENO: checking for gethostbyaddr in -lbind" >&5 +-echo $ECHO_N "checking for gethostbyaddr in -lbind... $ECHO_C" >&6; } +-if test "${ac_cv_lib_bind_gethostbyaddr+set}" = set; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-lbind $LIBS" +-cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +- +-/* Override any GCC internal prototype to avoid an error. +- Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-#ifdef __cplusplus +-extern "C" +-#endif +-char gethostbyaddr (); +-int +-main () +-{ +-return gethostbyaddr (); +- ; +- return 0; +-} +-_ACEOF +-rm -f conftest.$ac_objext conftest$ac_exeext +-if { (ac_try="$ac_link" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_link") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && { +- test -z "$ac_c_werror_flag" || +- test ! -s conftest.err +- } && test -s conftest$ac_exeext && +- $as_test_x conftest$ac_exeext; then +- ac_cv_lib_bind_gethostbyaddr=yes +-else +- echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +- ac_cv_lib_bind_gethostbyaddr=no +-fi +- +-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ +- conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_gethostbyaddr" >&5 +-echo "${ECHO_T}$ac_cv_lib_bind_gethostbyaddr" >&6; } +-if test $ac_cv_lib_bind_gethostbyaddr = yes; then +- SERVER_LIBS="-lbind $SERVER_LIBS" +-fi +- + + + if test "$WITH_READLINE" = "yes" || test "$WITH_READLINE" = "maybe"; then -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/fb8655e9/attachment.html From dluke at macports.org Sun Dec 2 00:43:38 2007 From: dluke at macports.org (dluke@macports.org) Date: Sun Dec 2 00:42:08 2007 Subject: [31660] trunk/dports/PortIndex Message-ID: <20071202084338.C1DFD240D2F@beta.macosforge.org> Revision: 31660 http://trac.macosforge.org/projects/macports/changeset/31660 Author: dluke@macports.org Date: 2007-12-02 00:43:33 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Total number of ports parsed: 4383 Ports successfully parsed: 4383 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2007-12-02 02:42:54 UTC (rev 31659) +++ trunk/dports/PortIndex 2007-12-02 08:43:33 UTC (rev 31660) @@ -3448,8 +3448,8 @@ variants universal description {Regina Rexx is an interpreter for the Rexx language} portdir lang/rexx 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.3 revision 0 ruby 637 variants {universal darwin darwin_9 tk mactk thread_hooks} portdir lang/ruby description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} maintainers pguyot@kallisys.net long_description {Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.} version 1.8.6-p110 categories {lang ruby} revision 0 -sbcl 575 -variants {universal powerpc i386 test} description {The Steel Bank Common Lisp system} portdir lang/sbcl homepage http://www.sbcl.org epoch 0 platforms darwin name sbcl long_description {Steel Bank Common Lisp (SBCL) is a Open Source development system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. (And it, and its generated code, can also play nicely with Unix when running noninteractively.)} maintainers {gwright@macports.org waqar@macports.org} categories lang version 1.0.11 revision 0 +sbcl 583 +variants {universal powerpc i386 test threads} description {The Steel Bank Common Lisp system} portdir lang/sbcl homepage http://www.sbcl.org epoch 0 platforms darwin name sbcl long_description {Steel Bank Common Lisp (SBCL) is a Open Source development system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. (And it, and its generated code, can also play nicely with Unix when running noninteractively.)} maintainers {gwright@macports.org waqar@macports.org} categories lang version 1.0.12 revision 0 scala 547 variants universal description {The Scala Programming Language} portdir lang/scala homepage http://www.scala-lang.org/ epoch 0 platforms darwin name scala long_description {Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.} maintainers blair categories {lang java} version 2.6.0.2.6.1.rc1 revision 0 scheme48 479 @@ -8466,8 +8466,8 @@ description {fast and powerful file manager} portdir x11/rox-filer homepage http://rox.sourceforge.net/desktop/ROX-Filer epoch 0 platforms {darwin freebsd linux} name rox-filer depends_lib {port:shared-mime-info port:libxml2 port:glib2 port:gtk2} maintainers afb@macports.org long_description {ROX-Filer is a fast and powerful graphical file manager. It has full drag-and-drop support and background file operations, and is highly configurable. It can also act as a pinboard, allowing you to pin frequently used files to the desktop background.} version 2.6.1 categories {x11 rox} revision 0 rxvt 456 variants {universal ml} portdir x11/rxvt description {Low memory usage colour xterm replacement} homepage http://www.rxvt.org/ epoch 0 platforms darwin name rxvt depends_lib {lib:libX11.6:XFree86 lib:libfreetype.6:freetype} maintainers nomaintainer long_description {Rxvt is an xterm replacement which uses a little less memory, and is suitable for use on machines with small memories. Tek4010 support is removed.} version 2.7.10 categories x11 revision 1 -rxvt-unicode 726 -variants {universal darwin} portdir x11/rxvt-unicode description {Unicode-aware rxvt clone.} homepage http://software.schmorp.de/pkg/rxvt-unicode.html epoch 0 platforms darwin name rxvt-unicode depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:freetype port:ncursesw port:perl5.8 port:pkgconfig port:render port:Xft2 port:xrender port:zlib} maintainers nomaintainer long_description {rxvt-unicode is a clone of the well-known terminal emulator rxvt. Some of it's main features over rxvt are use of UCS-2 or UCS-4 to store text internally, locale-correct in- and output, stability, completely flicker-free display, support for Xft and core fonts in any combination, etc.} version 8.5a categories x11 revision 0 +rxvt-unicode 725 +variants {universal darwin} portdir x11/rxvt-unicode description {Unicode-aware rxvt clone.} homepage http://software.schmorp.de/pkg/rxvt-unicode.html epoch 0 platforms darwin name rxvt-unicode depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:freetype port:ncursesw port:perl5.8 port:pkgconfig port:render port:Xft2 port:xrender port:zlib} maintainers nomaintainer long_description {rxvt-unicode is a clone of the well-known terminal emulator rxvt. Some of it's main features over rxvt are use of UCS-2 or UCS-4 to store text internally, locale-correct in- and output, stability, completely flicker-free display, support for Xft and core fonts in any combination, etc.} version 8.7 categories x11 revision 0 sawfish 569 variants universal depends_build {port:librep port:rep-gtk port:audiofile port:esound} description {A lisp-based extensible window manager} portdir x11/sawfish homepage http://sawmill.sourceforge.net/ epoch 0 name sawfish long_description {Sawfish is an extensible window manager using a lisp-based scripting language -- all window decorations are configurable and all user-interface policy is controlled through the extension language. This is no layer on top of twm, but a wholly new architecture.} maintainers lloyd@hilaiel.com categories x11 version 1.3 revision 0 sazanami-font 369 @@ -8499,7 +8499,7 @@ windowmaker 794 variants {universal candy darwin_i386} portdir x11/windowmaker description {Window Maker is a X11 window manager supporting GNUstep} homepage http://www.windowmaker.info/ epoch 0 platforms {darwin freebsd} name windowmaker depends_lib {lib:libX11.6:XFree86 port:Xft2 port:gettext port:libpng port:libungif port:tiff} maintainers nomaintainer long_description {Window Maker is an X11 window manager originally designed to provide integration support for the GNUstep Desktop Environment. In every way possible, it reproduces the elegant look and feel of the {NEXTSTEP[tm]} user interface. It is fast, feature rich, easy to configure, and easy to use. It is also free software, with contributions being made by programmers from around the world.} version 0.92.0 categories {x11-wm x11} revision 2 wine 533 -variants universal depends_build port:pkgconfig portdir x11/wine description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:fontforge port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:render port:xrender port:zlib} maintainers {ryandesign openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11.} version 0.9.49 categories x11 revision 0 +variants universal depends_build port:pkgconfig portdir x11/wine description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine depends_lib {lib:libX11.6:XFree86 port:expat port:fontconfig port:fontforge port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:render port:xrender port:zlib} maintainers {ryandesign openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11.} version 0.9.50 categories x11 revision 0 wm-extra 338 variants universal description {Extra themes for WindowMaker} portdir x11/wm-extra homepage {http://www.windowmaker.org/ / http://themes.freshmeat.net/browse/918/?topic_id=918} epoch 0 platforms darwin name wm-extra long_description {{Extra themes for WindowMaker}} maintainers nomaintainer categories {x11 x11-wm} version 0.1 revision 2 wmbinclock 426 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/88045865/attachment-0001.html From rhwood at macports.org Sun Dec 2 02:14:41 2007 From: rhwood at macports.org (rhwood@macports.org) Date: Sun Dec 2 02:13:10 2007 Subject: [31661] trunk/dports/graphics/libcaca/Portfile Message-ID: <20071202101441.B97D0242A6C@beta.macosforge.org> Revision: 31661 http://trac.macosforge.org/projects/macports/changeset/31661 Author: rhwood@macports.org Date: 2007-12-02 02:14:39 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Add X11 variant instead of a Quartz variant since this port's primary dependency, mplayer, also has a X11 variant. Gst-plugins-good, the other dependency on this port, has no variants, but also since libcaca is an ascii art program, I am not really concerned about this. Modified Paths: -------------- trunk/dports/graphics/libcaca/Portfile Modified: trunk/dports/graphics/libcaca/Portfile =================================================================== --- trunk/dports/graphics/libcaca/Portfile 2007-12-02 08:43:33 UTC (rev 31660) +++ trunk/dports/graphics/libcaca/Portfile 2007-12-02 10:14:39 UTC (rev 31661) @@ -12,7 +12,7 @@ or text terminals. It is not unlike the famous AAlib library. homepage http://sam.zoy.org/projects/libcaca/ platforms darwin -depends_lib lib:libX11.6:XFree86 +depends_lib port:ncurses master_sites ${homepage} use_bzip2 yes checksums md5 c7d5c46206091a9203fcb214abb25e4a @@ -20,6 +20,11 @@ configure.args --mandir=${prefix}/share/man \ --disable-win32 --disable-conio --disable-slang \ --disable-imlib2 --disable-doc \ - --enable-x11 --enable-ncurses + --enable-ncurses # add Imlib2 support once Imlib2 is ported + +variant x11 description { Add X11 driver support } { + depends_lib-append lib:libX11.6:XFree86 + configure.args-append --enable-x11 +} -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/c55647ba/attachment.html From rhwood at macports.org Sun Dec 2 03:14:16 2007 From: rhwood at macports.org (rhwood@macports.org) Date: Sun Dec 2 03:12:17 2007 Subject: [31662] trunk/dports/gnome/gtksourceview2/Portfile Message-ID: <20071202111416.D7852244040@beta.macosforge.org> Revision: 31662 http://trac.macosforge.org/projects/macports/changeset/31662 Author: rhwood@macports.org Date: 2007-12-02 03:14:14 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Remove dependency on port:xrender, since this dependency will be satisfied by the requirements of port:gtk2, as port:xrender gets linked against if gtk2 needs to use it. Modified Paths: -------------- trunk/dports/gnome/gtksourceview2/Portfile Modified: trunk/dports/gnome/gtksourceview2/Portfile =================================================================== --- trunk/dports/gnome/gtksourceview2/Portfile 2007-12-02 10:14:39 UTC (rev 31661) +++ trunk/dports/gnome/gtksourceview2/Portfile 2007-12-02 11:14:14 UTC (rev 31662) @@ -38,7 +38,6 @@ port:orbit2 \ port:libxml2 \ port:pango \ - port:xrender \ port:expat \ port:libiconv \ port:libpng \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/bfd2b94d/attachment.html From ram at macports.org Sun Dec 2 06:26:18 2007 From: ram at macports.org (ram@macports.org) Date: Sun Dec 2 06:24:46 2007 Subject: propchange - r31638 svn:log Message-ID: <20071202142618.1474928056@relay14.apple.com> Author: ram@macports.org Revision: 31638 Property Name: svn:log New Property Value: devel/bazaar-ng: disable universal variant, python25 portgroup port From ram at macports.org Sun Dec 2 06:27:15 2007 From: ram at macports.org (ram@macports.org) Date: Sun Dec 2 06:25:12 2007 Subject: propchange - r31639 svn:log Message-ID: <20071202142715.0D17328085@relay11.apple.com> Author: ram@macports.org Revision: 31639 Property Name: svn:log New Property Value: sysutils/duplicity: disable universal variant, python25 portgroup port From saispo at macports.org Sun Dec 2 07:29:05 2007 From: saispo at macports.org (saispo@macports.org) Date: Sun Dec 2 07:27:40 2007 Subject: [31663] trunk/dports/python/py25-scientific Message-ID: <20071202152905.4BD43246EB1@beta.macosforge.org> Revision: 31663 http://trac.macosforge.org/projects/macports/changeset/31663 Author: saispo@macports.org Date: 2007-12-02 07:28:44 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Fix py25-scientific on Leopard using py25-numeric patch, ticket #13113 can be closed Modified Paths: -------------- trunk/dports/python/py25-scientific/Portfile Added Paths: ----------- trunk/dports/python/py25-scientific/files/ trunk/dports/python/py25-scientific/files/customize.py-macosx trunk/dports/python/py25-scientific/files/customize.py-puredarwin Modified: trunk/dports/python/py25-scientific/Portfile =================================================================== --- trunk/dports/python/py25-scientific/Portfile 2007-12-02 11:14:14 UTC (rev 31662) +++ trunk/dports/python/py25-scientific/Portfile 2007-12-02 15:28:44 UTC (rev 31663) @@ -17,9 +17,21 @@ depends_lib port:netcdf \ port:py25-numeric +platform macosx { + post-patch { + copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py + } +} + +platform puredarwin { + post-patch { + copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py + } +} + build.env CPPFLAGS="-I${prefix}/include/python2.5 \ -I${worksrcpath}/Include" \ - NETCDF_PREFIX=${prefix} + NETCDF_PREFIX=${prefix} variant mpi { depends_lib-append port:lammpi Added: trunk/dports/python/py25-scientific/files/customize.py-macosx =================================================================== --- trunk/dports/python/py25-scientific/files/customize.py-macosx (rev 0) +++ trunk/dports/python/py25-scientific/files/customize.py-macosx 2007-12-02 15:28:44 UTC (rev 31663) @@ -0,0 +1,17 @@ +extra_compile_args = [] +extra_link_args = [] +include_dirs = [] + +use_system_lapack = 1 +lapack_library_dirs = [] +lapack_libraries = [] +lapack_extra_link_args = ['-framework', 'vecLib'] + +use_dotblas = 1 +use_system_blas = 1 +dotblas_include_dirs = [] +dotblas_cblas_header = '' +dotblas_library_dirs = lapack_library_dirs +dotblas_libraries = lapack_libraries +dotblas_extra_link_args = ['-framework', 'vecLib'] + Added: trunk/dports/python/py25-scientific/files/customize.py-puredarwin =================================================================== --- trunk/dports/python/py25-scientific/files/customize.py-puredarwin (rev 0) +++ trunk/dports/python/py25-scientific/files/customize.py-puredarwin 2007-12-02 15:28:44 UTC (rev 31663) @@ -0,0 +1,17 @@ +extra_compile_args = [] +extra_link_args = [] +include_dirs = [] + +use_system_lapack = 1 +lapack_library_dirs = [] +lapack_libraries = [] +lapack_extra_link_args = ['-framework', 'vecLib'] + +use_dotblas = 0 +use_system_blas = 0 +dotblas_include_dirs = [] +dotblas_cblas_header = '' +dotblas_library_dirs = lapack_library_dirs +dotblas_libraries = lapack_libraries +dotblas_extra_link_args = ['-framework', 'vecLib'] + -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/c6543907/attachment.html From jochen at macports.org Sun Dec 2 08:30:12 2007 From: jochen at macports.org (jochen@macports.org) Date: Sun Dec 2 08:28:40 2007 Subject: [31664] trunk/dports/science/molden Message-ID: <20071202163012.7BF8F247D3A@beta.macosforge.org> Revision: 31664 http://trac.macosforge.org/projects/macports/changeset/31664 Author: jochen@macports.org Date: 2007-12-02 08:29:50 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Update for upstream changes to tar-ball Modified Paths: -------------- trunk/dports/science/molden/Portfile trunk/dports/science/molden/files/patch-molden.f.diff Modified: trunk/dports/science/molden/Portfile =================================================================== --- trunk/dports/science/molden/Portfile 2007-12-02 15:28:44 UTC (rev 31663) +++ trunk/dports/science/molden/Portfile 2007-12-02 16:29:50 UTC (rev 31664) @@ -17,7 +17,8 @@ maintainers openmaintainer jochen master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden distname molden${version} -checksums md5 713213dea750497e7233cc1130cc1c09 +checksums md5 ab47e1c440c1b445eade07004f93efd8 \ + sha1 e512d0e9f8e4b93938b63e10f18a9719299eb4e3 description Molecular graphics visualisation tool long_description Molden is a package for displaying Molecular Density from \ Modified: trunk/dports/science/molden/files/patch-molden.f.diff =================================================================== --- trunk/dports/science/molden/files/patch-molden.f.diff 2007-12-02 15:28:44 UTC (rev 31663) +++ trunk/dports/science/molden/files/patch-molden.f.diff 2007-12-02 16:29:50 UTC (rev 31664) @@ -1,11 +1,13 @@ ---- molden.f.orig 2007-06-26 22:10:20.000000000 +0200 -+++ molden.f 2007-06-26 22:10:28.000000000 +0200 -@@ -267,7 +267,7 @@ - common /vrmlhl/ spcdfil +--- molden.f-orig 2007-12-02 17:24:36.000000000 +0100 ++++ molden.f 2007-12-02 17:26:45.000000000 +0100 +@@ -271,9 +271,7 @@ common /pmflvl/ ipmfm,ipmfh,pmflev(mxpmfl),levcol(mxpmfl) common /comsrf/ vo(3), rt(3),v1t(3),v2t(3),v3t(3),wo(3) + common /doh/ idoh - external iargc -+c external iargc - c GCC 4.0 or higher: - c external gfortran_iargc +-c GCC 4.0 or higher: +-c external gfortran_iargc ++ external gfortran_iargc dimension fcnt(mxcntr) + character title*80, keywrd*160, keyhlp*80, keyori*160 + character tmpstr*80,movfil*80,povfil*80,oglfil*80 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/88d842f8/attachment.html From mww at macports.org Sun Dec 2 09:08:42 2007 From: mww at macports.org (mww@macports.org) Date: Sun Dec 2 09:08:34 2007 Subject: [31665] trunk/dports/math/mathomatic/Portfile Message-ID: <20071202170842.BFBB4248652@beta.macosforge.org> Revision: 31665 http://trac.macosforge.org/projects/macports/changeset/31665 Author: mww@macports.org Date: 2007-12-02 09:08:25 -0800 (Sun, 02 Dec 2007) Log Message: ----------- version 12.8.1 Modified Paths: -------------- trunk/dports/math/mathomatic/Portfile Modified: trunk/dports/math/mathomatic/Portfile =================================================================== --- trunk/dports/math/mathomatic/Portfile 2007-12-02 16:29:50 UTC (rev 31664) +++ trunk/dports/math/mathomatic/Portfile 2007-12-02 17:08:25 UTC (rev 31665) @@ -3,7 +3,7 @@ PortSystem 1.0 name mathomatic -version 12.8.0 +version 12.8.1 categories math platforms darwin maintainers mww @@ -15,7 +15,7 @@ homepage http://mathomatic.orgserve.de/math/ master_sites http://www.panix.com/~gesslein/ -checksums sha1 898bd34bc3085d95318796343d0fef04962d23f4 +checksums sha1 dc1ab70f33e2dc696b5bed177254dfa243befe58 use_bzip2 yes depends_lib port:readline -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/da1eb17f/attachment.html From mww at macports.org Sun Dec 2 09:10:35 2007 From: mww at macports.org (mww@macports.org) Date: Sun Dec 2 09:09:04 2007 Subject: [31666] trunk/dports/devel/libsockets/Portfile Message-ID: <20071202171035.CBC0B248653@beta.macosforge.org> Revision: 31666 http://trac.macosforge.org/projects/macports/changeset/31666 Author: mww@macports.org Date: 2007-12-02 09:10:16 -0800 (Sun, 02 Dec 2007) Log Message: ----------- version 2.2.6 Modified Paths: -------------- trunk/dports/devel/libsockets/Portfile Modified: trunk/dports/devel/libsockets/Portfile =================================================================== --- trunk/dports/devel/libsockets/Portfile 2007-12-02 17:08:25 UTC (rev 31665) +++ trunk/dports/devel/libsockets/Portfile 2007-12-02 17:10:16 UTC (rev 31666) @@ -3,7 +3,7 @@ PortSystem 1.0 name libsockets -version 2.2.5 +version 2.2.6 categories devel net platforms darwin maintainers mww @@ -16,7 +16,7 @@ distfiles uuid.h:header \ Sockets-${version}.tar.gz:tar checksums uuid.h sha1 c466612c98aea27d92423589018e1a69d480c793 \ - Sockets-${version}.tar.gz sha1 782344ecf5e5e92382f414f453a87f8beb02ff05 + Sockets-${version}.tar.gz sha1 7f1c83003da0eb7be3dd2af42b78bce4d37aa3f7 patchfiles patch-Makefile depends_lib port:openssl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/42d859e4/attachment.html From mww at macports.org Sun Dec 2 09:13:54 2007 From: mww at macports.org (mww@macports.org) Date: Sun Dec 2 09:12:25 2007 Subject: [31667] trunk/dports/databases/postgresql81/Portfile Message-ID: <20071202171354.D6325248782@beta.macosforge.org> Revision: 31667 http://trac.macosforge.org/projects/macports/changeset/31667 Author: mww@macports.org Date: 2007-12-02 09:13:40 -0800 (Sun, 02 Dec 2007) Log Message: ----------- fix build on 10.5 Modified Paths: -------------- trunk/dports/databases/postgresql81/Portfile Modified: trunk/dports/databases/postgresql81/Portfile =================================================================== --- trunk/dports/databases/postgresql81/Portfile 2007-12-02 17:10:16 UTC (rev 31666) +++ trunk/dports/databases/postgresql81/Portfile 2007-12-02 17:13:40 UTC (rev 31667) @@ -50,6 +50,8 @@ configure.cppflags-append "-I${worksrcpath}/src/interfaces/libpq" build.type gnu +set build-cmd "unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && ${build.cmd}" +build.cmd ${build-cmd} build.target test.run yes @@ -63,7 +65,7 @@ post-build { foreach contrib ${contribs} { - system "cd ${worksrcpath}/contrib/${contrib}/ && ${build.cmd}" + system "cd ${worksrcpath}/contrib/${contrib}/ && ${build-cmd}" } } @@ -71,7 +73,7 @@ foreach contrib ${contribs} { system "echo contrib: \"${contrib}\"" system "cd ${worksrcpath}/contrib/${contrib}/ && \ - ${build.cmd} install ${destroot.destdir} && touch DONE" + ${build-cmd} install ${destroot.destdir} && touch DONE" } system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql81" file delete -force ${destroot}${prefix}/share/doc/${name} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/06091f6b/attachment-0001.html From jmpp at macports.org Sun Dec 2 09:29:07 2007 From: jmpp at macports.org (jmpp@macports.org) Date: Sun Dec 2 09:27:35 2007 Subject: [31668] trunk/www/includes/common.inc Message-ID: <20071202172907.D252E248CA5@beta.macosforge.org> Revision: 31668 http://trac.macosforge.org/projects/macports/changeset/31668 Author: jmpp@macports.org Date: 2007-12-02 09:28:53 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Daniel is placing the new guide in the more canonical http://geeklair.net/macports_guide URL, no "new" qualifier. Thanks to Simon for pointing this out on the dev list. Modified Paths: -------------- trunk/www/includes/common.inc Modified: trunk/www/includes/common.inc =================================================================== --- trunk/www/includes/common.inc 2007-12-02 17:13:40 UTC (rev 31667) +++ trunk/www/includes/common.inc 2007-12-02 17:28:53 UTC (rev 31668) @@ -25,7 +25,7 @@ $bz2_tarball = $downloads . 'MacPorts-' . $mp_version_major . '.tar.bz2'; $gz_tarball = $downloads . 'MacPorts-' . $mp_version_major . '.tar.gz'; $checksums = $downloads . 'MacPorts-' . $mp_version_major . '.chk.txt'; -$guide_url = 'http://geeklair.net/new_macports_guide/'; +$guide_url = 'http://geeklair.net/macports_guide/'; ##################################################################### -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/115d60bf/attachment.html From jmpp at macports.org Sun Dec 2 10:09:32 2007 From: jmpp at macports.org (jmpp@macports.org) Date: Sun Dec 2 10:08:00 2007 Subject: [31669] trunk/base/HACKING Message-ID: <20071202180932.6D7C424976C@beta.macosforge.org> Revision: 31669 http://trac.macosforge.org/projects/macports/changeset/31669 Author: jmpp@macports.org Date: 2007-12-02 10:09:13 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Include hacking rules for commits to base with respect to the ChangeLog file NOTE: Needless to say, I'm more than open to suggestions to improve the fluency of this policy. Modified Paths: -------------- trunk/base/HACKING Modified: trunk/base/HACKING =================================================================== --- trunk/base/HACKING 2007-12-02 17:28:53 UTC (rev 31668) +++ trunk/base/HACKING 2007-12-02 18:09:13 UTC (rev 31669) @@ -1,4 +1,4 @@ -Project naming and copyright attribution: +# Project naming and copyright attribution: * "The MacPorts Project" is the string that shall be used whereever there's a need to reference our project name, such as in copyright notices. * A developer or contributor is advised to attribute himself a copyright notice if he/she is contributing a full new source file or a full new feature @@ -9,8 +9,20 @@ being uploaded to the "base" component of our repository, since as such they are being contributed to the project. -Whitespace rules as discussed on the development list (macports-dev): +# Commits to the "base" component of the repository: +* Any commit made to the "base" component of the repository should be accompanied by a corresponding entry in the base/ChanegeLog file, full with information + of the svn revision information of the commit and Trac ticket number the commit references and/or fixes, if any. +* Such entries to the ChangeLog need not be full duplications of their related commit logs if the latter are thorough explanations of what's involved in the commit. + In such cases it's perfectly acceptable to enter just a summary of the commit and point the reader to further information through the related svn revision + and Trac ticket number (if applicable). +* Related commits to "base" may be grouped in a single ChangeLog entry, provided the full list of svn revisions and Trac ticket numbers referenced (if applicable) + is included. +* Commits to "base" need not update the base/NEWS file, as such will be constructed with the relevant information at MacPorts release time by the release engineers. + + +# Whitespace rules as discussed on the development list (macports-dev): + * All source code files MUST use soft tabs at a tabstop of 4. No hard tabs are allowed. * All source code files SHOULD have the following as the first line of the file: # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/ffe78971/attachment.html From stechert at macports.org Sun Dec 2 10:17:50 2007 From: stechert at macports.org (stechert@macports.org) Date: Sun Dec 2 10:15:48 2007 Subject: [31670] trunk/dports/python/py25-django-devel/Portfile Message-ID: <20071202181750.4A5C42499E6@beta.macosforge.org> Revision: 31670 http://trac.macosforge.org/projects/macports/changeset/31670 Author: stechert@macports.org Date: 2007-12-02 10:17:43 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Upgrade the version of py25-django-devel to 0.96.1, helping make progress against ticket #13431 Modified Paths: -------------- trunk/dports/python/py25-django-devel/Portfile Modified: trunk/dports/python/py25-django-devel/Portfile =================================================================== --- trunk/dports/python/py25-django-devel/Portfile 2007-12-02 18:09:13 UTC (rev 31669) +++ trunk/dports/python/py25-django-devel/Portfile 2007-12-02 18:17:43 UTC (rev 31670) @@ -4,7 +4,7 @@ PortGroup python25 1.0 name py25-django-devel -version 0.96 +version 0.96.1 revision 1 categories python www platforms darwin @@ -15,11 +15,11 @@ encourages rapid development and clean, pragmatic \ design. -master_sites http://media.djangoproject.com/releases/${version}/ +master_sites http://media.djangoproject.com/releases/0.96/ distname Django-${version} -checksums md5 b4aedad1e90dd38d58ff9fc756180c7d \ - sha1 8870e0946ffe33a78293616d89b640fa58c6fe33 \ - rmd160 2ca030a75c7b11fcc3507ad929d8a9884c0fad3e +checksums md5 10aa32e58969c4efeb00ef42ba192b17 \ + sha1 85270f857ff405983cae9a1ef76dfb3303ca6eec \ + rmd160 1bd8fcceab101f80560bb4aa8a4851c204f3918b depends_lib-append port:py25-setuptools -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/48d00056/attachment.html From jmpp at macports.org Sun Dec 2 10:21:31 2007 From: jmpp at macports.org (jmpp@macports.org) Date: Sun Dec 2 10:19:28 2007 Subject: [31671] trunk/base/portmgr/jobs Message-ID: <20071202182131.03AB3249AEF@beta.macosforge.org> Revision: 31671 http://trac.macosforge.org/projects/macports/changeset/31671 Author: jmpp@macports.org Date: 2007-12-02 10:21:19 -0800 (Sun, 02 Dec 2007) Log Message: ----------- Manually merge Bill's r31626 about our server side PortIndex2MySQL and mprsyncup jobs into trunk. Modified Paths: -------------- trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist trunk/base/portmgr/jobs/org.macports.mprsyncup.plist Modified: trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist =================================================================== --- trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist 2007-12-02 18:17:43 UTC (rev 31670) +++ trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist 2007-12-02 18:21:19 UTC (rev 31671) @@ -24,6 +24,6 @@ UserName - jmpp + mysql Modified: trunk/base/portmgr/jobs/org.macports.mprsyncup.plist =================================================================== --- trunk/base/portmgr/jobs/org.macports.mprsyncup.plist 2007-12-02 18:17:43 UTC (rev 31670) +++ trunk/base/portmgr/jobs/org.macports.mprsyncup.plist 2007-12-02 18:21:19 UTC (rev 31671) @@ -0,0 +1,23 @@ + + + + + Label + org.macports.mpryncup + ProgramArguments + + /opt/local/share/macports/resources/portmgr/mprsyncup + + StartCalendarInterval + + + Minute + 00 + + + Minute + 30 + + + +</