From source_changes at macosforge.org Tue May 1 00:55:32 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24714] trunk/dports/aqua Message-ID: <20070501075532.DF4925DEAB9@cvs.opensource.apple.com> Revision: 24714 http://trac.macosforge.org/projects/macports/changeset/24714 Author: jann@macports.org Date: 2007-05-01 00:55:32 -0700 (Tue, 01 May 2007) Log Message: ----------- New port: qt4-mac Added Paths: ----------- trunk/dports/aqua/qt4-mac/ trunk/dports/aqua/qt4-mac/Portfile Added: trunk/dports/aqua/qt4-mac/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac/Portfile (rev 0) +++ trunk/dports/aqua/qt4-mac/Portfile 2007-05-01 07:55:32 UTC (rev 24714) @@ -0,0 +1,85 @@ +# $Id$ +PortSystem 1.0 + +name qt4-mac +version 4.2.2 +categories aqua +maintainers dinosaur@aztecfreenet.org + +description Qt Tool Kit (Native Aqua Version) +long_description This is Qt, TrollTech's C++ toolkit for writing \ + cross-platform GUI applications. +homepage http://www.trolltech.com/ +master_sites ftp://ftp.trolltech.com/qt/source/ \ + http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ \ + http://ftp.ntua.gr/pub/X11/Qt/qt/source/ \ + http://wftp.tu-chemnitz.de/pub/Qt/qt/source/ +distname qt-mac-opensource-src-${version} +use_bzip2 no +checksums md5 bda29aff2875687d20478dcc9203932f \ + sha1 b72d67fd5a8e479a87dbb63fde945cf05c1f1d1f \ + rmd160 fb1befadaab5fda44d4eb11fd8eedb8e04b455aa +platforms darwin + +depends_lib lib:libz.1:zlib + +variant mysql { + depends_lib-append lib:libmysqlclient.12:mysql4 + configure.args-delete -no-sql-mysql + configure.args-append -qt-sql-mysql \ + -L${prefix}/lib/mysql \ + -I${prefix}/include/mysql \ + -plugin-sql-mysql +} + +variant ipv6 { + configure.args-delete -no-ipv6 + configure.args-append -ipv6 +} +variant framework { + configure.args-delete -no-framework + configure.args-append -framework +} +variant examples { + configure.args-delete -nomake examples + configure.args-append -make examples +} +configure.cmd "echo yes | ./configure" +configure.env QMAKESPEC='' QTDIR='' DYLD_LIBRARY_PATH='' +configure.args -v -prefix '${prefix}' \ + -docdir '${prefix}/share/doc/${portname}/html' \ + -datadir '${prefix}/share/qt4' \ + -headerdir '${prefix}/include/qt4' \ + -plugindir '${prefix}/lib/qt4-plugins' \ + -release -shared -fast -stl \ + -qt-gif -qt-libpng -qt-libjpeg -qt-libmng \ + -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql \ + -no-sql-sqlite -no-nis -no-cups -nomake examples\ + -system-zlib -largefile -no-framework \ + '-I${prefix}/include' '-L${prefix}/lib' + +build.env QMAKESPEC='' QTDIR='' DYLD_LIBRARY_PATH="${worksrcpath}/lib" +#build.target symlinks src-qmake src-moc sub-src sub-tools +build.target first + +destroot.destdir INSTALL_ROOT="${destroot}" + + +platform darwin { + post-destroot { + set appPath ${destroot}/Applications/MacPorts/Qt + xinstall -d -m 0755 ${appPath} + foreach app {assistant designer linguist qtconfig} { + system "mv -v ${destroot}${prefix}/bin/${app}.app \ + ${appPath}/${app}.app" + } + if {![file exists ${destroot}${prefix}/lib/libqt.dylib]} { + set majorver [strsed ${version} {s/\.[0-9]*\.[0-9]*$//}] + set minorver [strsed ${version} {s/\.[0-9]*$//}] + cd ${destroot}${prefix}/lib + system "ln -s libqt-mt.${version}.dylib libqt.dylib" + system "ln -s libqt-mt.${version}.dylib libqt.${majorver}.dylib" + system "ln -s libqt-mt.${version}.dylib libqt.${minorver}.dylib" + } + } +} \ No newline at end of file Property changes on: trunk/dports/aqua/qt4-mac/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/3bef3e20/attachment.html From source_changes at macosforge.org Tue May 1 00:59:10 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24715] trunk/dports/science/gdal/Portfile Message-ID: <20070501075910.571495DEAC5@cvs.opensource.apple.com> Revision: 24715 http://trac.macosforge.org/projects/macports/changeset/24715 Author: jann@macports.org Date: 2007-05-01 00:59:10 -0700 (Tue, 01 May 2007) Log Message: ----------- Update approved by maintainer Modified Paths: -------------- trunk/dports/science/gdal/Portfile Modified: trunk/dports/science/gdal/Portfile =================================================================== --- trunk/dports/science/gdal/Portfile 2007-05-01 07:55:32 UTC (rev 24714) +++ trunk/dports/science/gdal/Portfile 2007-05-01 07:59:10 UTC (rev 24715) @@ -2,7 +2,7 @@ PortSystem 1.0 name gdal -version 1.4.0 +version 1.4.1 maintainers seanasy@gmail.com platforms darwin description GDAL - Geospatial Data Abstraction Library @@ -16,7 +16,7 @@ homepage http://www.gdal.org/ master_sites http://www.gdal.org/dl/ categories science -checksums md5 a7a35243806f011d329b4f265a1e5fa0 +checksums md5 688cf651c6f6efc2851b12f2e9c2e0d1 depends_lib port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \ port:giflib port:proj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/30e9fdff/attachment.html From source_changes at macosforge.org Tue May 1 01:05:03 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24716] trunk/dports/java Message-ID: <20070501080503.C64915DEAD0@cvs.opensource.apple.com> Revision: 24716 http://trac.macosforge.org/projects/macports/changeset/24716 Author: jann@macports.org Date: 2007-05-01 01:05:03 -0700 (Tue, 01 May 2007) Log Message: ----------- New port Added Paths: ----------- trunk/dports/java/pulse/ trunk/dports/java/pulse/Portfile Added: trunk/dports/java/pulse/Portfile =================================================================== --- trunk/dports/java/pulse/Portfile (rev 0) +++ trunk/dports/java/pulse/Portfile 2007-05-01 08:05:03 UTC (rev 24716) @@ -0,0 +1,80 @@ +# $Id$ + +PortSystem 1.0 + +name pulse +version 1.2.18 +categories java +maintainers simon@redhillconsulting.com.au +description Pulse automated build server +long_description Pulse is an automated build or continuous integration server. \ + Pulse regularly checks out your project's source code from your \ + SCM, builds the project and reports on the results. A project \ + build typically involves compiling the source code and running \ + tests to ensure the quality of the code. By automating this \ + process, pulse allows you to constantly monitor the health of \ + your project. +homepage http://www.zutubi.com/products/pulse/ +master_sites http://www.zutubi.com/download/ +checksums md5 6da10683325bf7239827e2ff842600d1 +depends_lib bin:java:kaffe + +set osuser pulse +set osgroup pulse +set home ${prefix}/share/java/pulse +set bin ${home}/bin +set executable ${bin}/pulse +set dbdir ${prefix}/var/db/pulse +use_configure no + +startupitem.create yes +startupitem.init "PULSE_HOME=${home}\nPATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/postgresql82/bin:$PATH" +startupitem.start "su ${osuser} -c \"${executable} start\"" +startupitem.stop "su ${osuser} -c \"${executable} shutdown\"" + +build {} + +destroot { + # Create the Pulse user + addgroup ${osgroup} + set gid [existsgroup ${osgroup}] + adduser ${osuser} shell=/bin/sh gid=${gid} home=${dbdir} realname=Pulse\ Server + + # Ensure we have the needed directories + xinstall -m 755 -d ${destroot}${home} + + # Copy the files + system "cp -R ${worksrcpath}/ ${destroot}${home}" + + # Keep empty directories + destroot.keepdirs-append ${destroot}${home}/logs ${destroot}${home}/versions + + # Fix ownership of some directories pulse really needs to write to + system "chown -R ${osuser}:${osgroup} ${destroot}${home}/logs" + system "chown -R ${osuser}:${osgroup} ${destroot}${home}/versions" + + # Add a symlink from bin directory to the pulse script + system "ln -fs ${executable} ${destroot}${prefix}/bin/pulse" +} + +post-install { + ui_msg "#" + ui_msg "# The script ${executable} has been installed to facilitate starting and" + ui_msg "# stopping ${name} as a true daemon process. It must be run as ${osuser}." + ui_msg "# For example:" + ui_msg "#" + ui_msg "# sudo su pulse -c "${executable} start" + ui_msg "#" + ui_msg "# This script assumes it is run from ${home}. To run from outside this" + ui_msg "# directory, you must set the value of PULSE_HOME to the absolute path" + ui_msg "# of this directory. For example:" + ui_msg "#" + ui_msg "# PULSE_HOME=${home} sudo su pulse -c "${executable} start" + ui_msg "#" + ui_msg "# You will also need To create the directory ${dbdir} if it does not" + ui_msg "# already exist:" + ui_msg "#" + ui_msg "# sudo mkdir -p ${dbdir}" + ui_msg "# sudo chown ${osuser}:${osgroup} ${dbdir}" + ui_msg "#" +} Property changes on: trunk/dports/java/pulse/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/6a0ae33e/attachment.html From source_changes at macosforge.org Tue May 1 01:37:43 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24717] trunk/dports/mail/mutt-devel/Portfile Message-ID: <20070501083743.833765DEB01@cvs.opensource.apple.com> Revision: 24717 http://trac.macosforge.org/projects/macports/changeset/24717 Author: boeyms@macports.org Date: 2007-05-01 01:37:42 -0700 (Tue, 01 May 2007) Log Message: ----------- mail/mutt-devel: * apply #11876 (updating mutt-devel to 1.5.15 and adoption for maintenance by olaf@), with a minor correction (correct syntax by adding trailing forward slashes to checksum lines) and addition (updated nntp variant patch to match updated version). Modified Paths: -------------- trunk/dports/mail/mutt-devel/Portfile Modified: trunk/dports/mail/mutt-devel/Portfile =================================================================== --- trunk/dports/mail/mutt-devel/Portfile 2007-05-01 08:05:03 UTC (rev 24716) +++ trunk/dports/mail/mutt-devel/Portfile 2007-05-01 08:37:42 UTC (rev 24717) @@ -2,10 +2,10 @@ PortSystem 1.0 name mutt-devel -version 1.5.14 +version 1.5.15 revision 1 categories mail -maintainers nomaintainer@macports.org +maintainers olaf@foellinger.de description Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc) homepage http://www.mutt.org/ platforms darwin @@ -20,9 +20,9 @@ master_sites ftp://ftp.mutt.org/mutt/devel/ distname mutt-${version} -checksums ${distfiles} md5 6d33b4f0074e39772021d947c49b30c6 \ - ${distfiles} sha1 7be098c13302fab8a954095d17a9a64e1e1519c1 \ - ${distfiles} rmd160 ed4eeaf75d37757ed5b370e9763b6f8524df5ca7 +checksums ${distfiles} md5 b2c1eb45fd958f6589ee52a98f2a3ce1 \ + ${distfiles} sha1 1adabf6e07e099bb664c83e3c0100bbbdfec7a9a \ + ${distfiles} rmd160 0cc084d2fcdabc0bc41632fcff90703c206de3db patch.args -p1 default_variants +pop +imap @@ -107,10 +107,10 @@ variant nntp { configure.args-append --enable-nntp - patch_sites-append http://www.mutt.org.ua/download/mutt-1.5.14/ - patchfiles-append patch-1.5.14.vvv.nntp.gz - checksums-append patch-1.5.14.vvv.nntp.gz md5 \ - 3c1554f33161329225900fee899cd2b8 + patch_sites-append http://www.mutt.org.ua/download/mutt-1.5.15/ + patchfiles-append patch-1.5.15.vvv.nntp.2.gz + checksums-append patch-1.5.15.vvv.nntp.2.gz md5 \ + f4724392ca865125bc2be80b643d175c } variant deepif { @@ -166,16 +166,5 @@ variant smtp { # Include internal SMTP relay support configure.args-append --enable-smtp - patch_sites-append http://mutt.kublai.com/patches/ - if {[variant_isset cvs]} { - patchfiles-append patch-cvs20061120.bc.smtp - checksums-append patch-cvs20061120.bc.smtp md5 \ - 8d877606759cb87694ffc5a947b0463f - } else { - patchfiles-append patch-1.5.11.bc.smtp.14 - checksums-append patch-1.5.11.bc.smtp.14 md5 \ - 04011ba17634db4c3370d152c84b1ff2 - depends_build-append port:autoconf - } } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/ee400e58/attachment.html From source_changes at macosforge.org Tue May 1 08:14:27 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24718] trunk/dports/editors/vim Message-ID: <20070501151427.7955A5DEDDA@cvs.opensource.apple.com> Revision: 24718 http://trac.macosforge.org/projects/macports/changeset/24718 Author: pipping@macports.org Date: 2007-05-01 08:14:26 -0700 (Tue, 01 May 2007) Log Message: ----------- * bump to version 7.0.236 Modified Paths: -------------- trunk/dports/editors/vim/Portfile trunk/dports/editors/vim/files/checksums_patch Modified: trunk/dports/editors/vim/Portfile =================================================================== --- trunk/dports/editors/vim/Portfile 2007-05-01 08:37:42 UTC (rev 24717) +++ trunk/dports/editors/vim/Portfile 2007-05-01 15:14:26 UTC (rev 24718) @@ -3,7 +3,7 @@ name vim set vim_version 7.0 -set vim_patchlevel 235 +set vim_patchlevel 236 version ${vim_version}.${vim_patchlevel} revision 0 categories editors Modified: trunk/dports/editors/vim/files/checksums_patch =================================================================== --- trunk/dports/editors/vim/files/checksums_patch 2007-05-01 08:37:42 UTC (rev 24717) +++ trunk/dports/editors/vim/files/checksums_patch 2007-05-01 15:14:26 UTC (rev 24718) @@ -35,4 +35,5 @@ 7.0.232 sha1 6d20855da2b85af28c87470283968e64f672a5fb \ 7.0.233 sha1 4d5453c3b30f1ee026b60da7dedcfe116ee0c587 \ 7.0.234 sha1 04ebdbde0d433dbf4320fdd80554309a044ebf37 \ - 7.0.235 sha1 a05d84fcf3f948fe6db3b3820ccef96b19af0978 + 7.0.235 sha1 a05d84fcf3f948fe6db3b3820ccef96b19af0978 \ + 7.0.236 sha1 518eec0df0803d8d7fdf0cdef3b879cc134cef4e -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/08a4aa29/attachment.html From source_changes at macosforge.org Tue May 1 10:09:33 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24719] trunk/dports/devel Message-ID: <20070501170933.176B75DF0B6@cvs.opensource.apple.com> Revision: 24719 http://trac.macosforge.org/projects/macports/changeset/24719 Author: jmpp@macports.org Date: 2007-05-01 10:09:32 -0700 (Tue, 01 May 2007) Log Message: ----------- New port: devel/bakefile, submitted by Masahiro Takatsuka. Added Paths: ----------- trunk/dports/devel/bakefile/ trunk/dports/devel/bakefile/Portfile Added: trunk/dports/devel/bakefile/Portfile =================================================================== --- trunk/dports/devel/bakefile/Portfile (rev 0) +++ trunk/dports/devel/bakefile/Portfile 2007-05-01 17:09:32 UTC (rev 24719) @@ -0,0 +1,21 @@ +# $Id$ + +PortSystem 1.0 +name bakefile +version 0.2.2 +categories devel +maintainers masa@takatsuka.org +description Bakefile is cross-platform, cross-compiler native makefiles generator. +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.). + +platforms darwin + +homepage http://www.bakefile.org/ +master_sites ${homepage} \ + sourceforge + +checksums md5 42d5591cecbf628ecc5ee4e5e2ee809c Property changes on: trunk/dports/devel/bakefile/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/46fb0c96/attachment.html From source_changes at macosforge.org Tue May 1 10:51:31 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:48 2007 Subject: [24720] branches/dp2mp-move/base Message-ID: <20070501175131.96C895DF161@cvs.opensource.apple.com> Revision: 24720 http://trac.macosforge.org/projects/macports/changeset/24720 Author: jmpp@macports.org Date: 2007-05-01 10:51:31 -0700 (Tue, 01 May 2007) Log Message: ----------- Merging Eridius' r24678: Fix tracing to work *much* better. Also fix depends validation to actually validate each depspec instead of just finding a single one within the list, and to stop validating on unset. Include ChangeLog entry. Fixes #11868 Modified Paths: -------------- branches/dp2mp-move/base/ChangeLog branches/dp2mp-move/base/src/port1.0/portdepends.tcl branches/dp2mp-move/base/src/port1.0/portutil.tcl Modified: branches/dp2mp-move/base/ChangeLog =================================================================== --- branches/dp2mp-move/base/ChangeLog 2007-05-01 17:09:32 UTC (rev 24719) +++ branches/dp2mp-move/base/ChangeLog 2007-05-01 17:51:31 UTC (rev 24720) @@ -6,6 +6,12 @@ (unreleased): + - variable tracing now works in a much better way and handles unsets properly. + Similarly, ${option}-delete now works better. Depends validation no longer + attempts to validate when the variable is unset. Additionally, the validation + now actually validates each depspec instead of simply finding a single spec + within the list that works (ticket #11868, eridius r24678). + - macports infrastructure now easier to use from scripts. ui_prefix and ui_channels have default implementations, and all arguments to dportinit are now optional (ticket #11837, eridius r24460). Modified: branches/dp2mp-move/base/src/port1.0/portdepends.tcl =================================================================== --- branches/dp2mp-move/base/src/port1.0/portdepends.tcl 2007-05-01 17:09:32 UTC (rev 24719) +++ branches/dp2mp-move/base/src/port1.0/portdepends.tcl 2007-05-01 17:51:31 UTC (rev 24720) @@ -42,14 +42,14 @@ option_proc depends_run validate_depends_options option_proc depends_lib validate_depends_options -proc validate_depends_options {option action args} { +proc validate_depends_options {option action {value ""}} { global targets - switch -regex $action { - set|append|delete { - foreach depspec $args { + switch $action { + set { + foreach depspec $value { switch -regex $depspec { - (lib|bin|path):([-A-Za-z0-9_/.${}^?+()|\\\\]+):([-A-Za-z./0-9_]+) {} - (port):([-A-Za-z./0-9_]+) {} + ^(lib|bin|path):([-A-Za-z0-9_/.${}^?+()|\\\\]+):([-A-Za-z./0-9_]+)$ {} + ^(port):([-A-Za-z./0-9_]+)$ {} default { return -code error [format [msgcat::mc "invalid depspec: %s"] $depspec] } } } Modified: branches/dp2mp-move/base/src/port1.0/portutil.tcl =================================================================== --- branches/dp2mp-move/base/src/port1.0/portutil.tcl 2007-05-01 17:09:32 UTC (rev 24719) +++ branches/dp2mp-move/base/src/port1.0/portutil.tcl 2007-05-01 17:51:31 UTC (rev 24720) @@ -90,47 +90,53 @@ # Arguments: proc options {args} { foreach option $args { - proc $option {args} " - global ${option} user_options option_procs - if {!\[info exists user_options(${option})\]} { - set ${option} \$args + proc $option {args} [subst -nocommands { + global $option user_options option_procs + if {![info exists user_options($option)]} { + set $option \$args } - " - proc ${option}-delete {args} " - global ${option} user_options option_procs - if {!\[info exists user_options(${option})\] && \[info exists ${option}\]} { + }] + proc ${option}-delete {args} [subst -nocommands { + global $option user_options option_procs + if {![info exists user_options($option)] && [info exists $option]} { + set temp $option foreach val \$args { - set ${option} \[ldelete \${$option} \$val\] + set temp [ldelete \${$option} \$val] } - if {\[string length \${${option}}\] == 0} { - unset ${option} + if {\$temp eq ""} { + unset $option + } else { + set $option \$temp } } - " - proc ${option}-append {args} " - global ${option} user_options option_procs - if {!\[info exists user_options(${option})\]} { - if {\[info exists ${option}\]} { - set ${option} \[concat \${$option} \$args\] + }] + proc ${option}-append {args} [subst -nocommands { + global $option user_options option_procs + if {![info exists user_options($option)]} { + if {[info exists $option]} { + set $option [concat \${$option} \$args] } else { - set ${option} \$args + set $option \$args } } - " + }] } } proc options_export {args} { foreach option $args { - proc options::export-${option} {args} " - global ${option} PortInfo - if {\[info exists ${option}\]} { - set PortInfo(${option}) \${${option}} - } else { - unset PortInfo(${option}) + proc options::export-${option} {option action {value ""}} [subst -nocommands { + global $option PortInfo + switch \$action { + set { + set PortInfo($option) \$value + } + delete { + unset PortInfo($option) + } } - " - option_proc ${option} options::export-${option} + }] + option_proc $option options::export-$option } } @@ -140,55 +146,58 @@ # If a new option is specified, default the option to {${newoption}} # Display a warning if {$newoption != ""} { - proc warn_deprecated_${option} {option action args} " + proc warn_deprecated_${option} {option action args} [subst -nocommands { global portname $option $newoption - if {\$action != \"read\"} { + if {\$action != "read"} { $newoption \$$option } else { - ui_warn \"Port \$portname using deprecated option \\\"$option\\\".\" + ui_warn "Port \$portname using deprecated option \\\"$option\\\"." $option \[set $newoption\] } - " + }] } else { - proc warn_deprecated_$option {option action args} " + proc warn_deprecated_$option {option action args} [subst -nocommands { global portname $option $newoption - ui_warn \"Port \$portname using deprecated option \\\"$option\\\".\" - " + ui_warn "Port \$portname using deprecated option \\\"$option\\\"." + }] } option_proc $option warn_deprecated_$option } proc option_proc {option args} { global option_procs $option - eval lappend option_procs($option) $args - # Add a read trace to the variable, as the option procedures have no access to reads - trace variable $option rwu option_proc_trace + if {[info exists option_procs($option)]} { + set option_procs($option) [concat $option_procs($option) $args] + # we're already tracing + } else { + set option_procs($option) $args + trace add variable $option {read write unset} option_proc_trace + } } # option_proc_trace # trace handler for option reads. Calls option procedures with correct arguments. proc option_proc_trace {optionName index op} { global option_procs - upvar $optionName optionValue + upvar $optionName $optionName switch $op { - w { + write { foreach p $option_procs($optionName) { - $p $optionName set $optionValue + $p $optionName set [set $optionName] } - return } - r { + read { foreach p $option_procs($optionName) { $p $optionName read } - return } - u { + unset { foreach p $option_procs($optionName) { - $p $optionName delete - trace vdelete $optionName rwu $p + if {[catch {$p $optionName delete} result]} { + ui_debug "error during unset trace ($p): $result\n$::errorInfo" + } } - return + trace add variable $optionName {read write unset} option_proc_trace } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/60e0ecbd/attachment.html From source_changes at macosforge.org Tue May 1 11:16:34 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24721] branches/dp2mp-move/base/ReleaseProcess Message-ID: <20070501181634.A7A135DF18E@cvs.opensource.apple.com> Revision: 24721 http://trac.macosforge.org/projects/macports/changeset/24721 Author: jmpp@macports.org Date: 2007-05-01 11:16:34 -0700 (Tue, 01 May 2007) Log Message: ----------- Some dp --> mp cleanups to the ReleaseProcess file. Modified Paths: -------------- branches/dp2mp-move/base/ReleaseProcess Modified: branches/dp2mp-move/base/ReleaseProcess =================================================================== --- branches/dp2mp-move/base/ReleaseProcess 2007-05-01 17:51:31 UTC (rev 24720) +++ branches/dp2mp-move/base/ReleaseProcess 2007-05-01 18:16:34 UTC (rev 24721) @@ -133,14 +133,10 @@ Once the release has been posted, notification of the release should be sent/posted to the following places: * The macports-users@lists.macosforge.org and macports-dev@lists.macosforge.org mailing lists. -* Apple's [http://www.apple.com/downloads/macosx/unix_open_source/darwinports.html Mac OS X software download page] (submitter: mww@) -* [http://freshmeat.net/projects/darwinports/ Freshmeat] (submitter: mww@) +* Apple's [http://www.apple.com/downloads/macosx/unix_open_source/darwinports.html Mac OS X software downloads page] (submitter: mww@) (we're currently not listed there, so this link is invalid) +* [http://freshmeat.net/projects/macports/ Freshmeat] (submitter: mww@) * [http://www.versiontracker.com/dyn/moreinfo/macosx/26679 VersionTracker] (submitter: mij@) * (Where else? -- MacUpdate?) -(Following three locations --last two being leftovers from darwinports days-- need to be carefully thought out and reworked in view of a much --*URGENTLY*-- needed website redesign!!!) -* Wordpress news section at the main MacPorts site, www.macports.org -* The [http://www.darwinports.org/getdp/ getdp] and [http://www.darwinports.org/ main] sites (the "$dp_version" variable in the includes/common.inc file for the main English site --www/includes/common.inc-- and each localization has to be updated with the release version) -* The darwinports wiki (updating the "Current DarwinPorts release" line on the [[DarwinPorts|main]] page) == Additional Release Resources == -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/74e820cc/attachment.html From source_changes at macosforge.org Tue May 1 11:23:51 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24722] trunk/base/ReleaseProcess Message-ID: <20070501182351.D24A45DF1B0@cvs.opensource.apple.com> Revision: 24722 http://trac.macosforge.org/projects/macports/changeset/24722 Author: jmpp@macports.org Date: 2007-05-01 11:23:51 -0700 (Tue, 01 May 2007) Log Message: ----------- Merging this update back into trunk, as we may still do some (plenty?) more releases before the dp2mp-move branch becomes mainline. Modified Paths: -------------- trunk/base/ReleaseProcess Modified: trunk/base/ReleaseProcess =================================================================== --- trunk/base/ReleaseProcess 2007-05-01 18:16:34 UTC (rev 24721) +++ trunk/base/ReleaseProcess 2007-05-01 18:23:51 UTC (rev 24722) @@ -133,14 +133,10 @@ Once the release has been posted, notification of the release should be sent/posted to the following places: * The macports-users@lists.macosforge.org and macports-dev@lists.macosforge.org mailing lists. -* Apple's [http://www.apple.com/downloads/macosx/unix_open_source/darwinports.html Mac OS X software download page] (submitter: mww@) -* [http://freshmeat.net/projects/darwinports/ Freshmeat] (submitter: mww@) +* Apple's [http://www.apple.com/downloads/macosx/unix_open_source/darwinports.html Mac OS X software downloads page] (submitter: mww@) (we're currently not listed there, so this link is invalid) +* [http://freshmeat.net/projects/macports/ Freshmeat] (submitter: mww@) * [http://www.versiontracker.com/dyn/moreinfo/macosx/26679 VersionTracker] (submitter: mij@) * (Where else? -- MacUpdate?) -(Following three locations --last two being leftovers from darwinports days-- need to be carefully thought out and reworked in view of a much --*URGENTLY*-- needed website redesign!!!) -* Wordpress news section at the main MacPorts site, www.macports.org -* The [http://www.darwinports.org/getdp/ getdp] and [http://www.darwinports.org/ main] sites (the "$dp_version" variable in the includes/common.inc file for the main English site --www/includes/common.inc-- and each localization has to be updated with the release version) -* The darwinports wiki (updating the "Current DarwinPorts release" line on the [[DarwinPorts|main]] page) == Additional Release Resources == -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/771152a2/attachment.html From source_changes at macosforge.org Tue May 1 11:58:53 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24723] trunk/dports/devel/expect/Portfile Message-ID: <20070501185853.4E1415DF1E4@cvs.opensource.apple.com> Revision: 24723 http://trac.macosforge.org/projects/macports/changeset/24723 Author: markd@macports.org Date: 2007-05-01 11:58:52 -0700 (Tue, 01 May 2007) Log Message: ----------- Copy examples directory, update the tcl version used for headers, take maintainership. Modified Paths: -------------- trunk/dports/devel/expect/Portfile Modified: trunk/dports/devel/expect/Portfile =================================================================== --- trunk/dports/devel/expect/Portfile 2007-05-01 18:23:51 UTC (rev 24722) +++ trunk/dports/devel/expect/Portfile 2007-05-01 18:58:52 UTC (rev 24723) @@ -5,11 +5,11 @@ name expect version 5.43.0 set shortversion 5.43 -revision 2 +revision 3 platforms darwin categories devel -maintainers nomaintainer@macports.org -description an automating and testing tool +maintainers markd@macports.org +description An automating and testing tool long_description Expect is a tool for automating interactive applications \ such as telnet, ftp, passwd, fsck, rlogin, tip, etc. \ Expect is also useful for testing these same applications. \ @@ -18,12 +18,17 @@ homepage http://expect.nist.gov/ master_sites http://expect.nist.gov/src/:exp \ http://expect.nist.gov/old/:exp \ - http://www.opendarwin.org/~markd/:tclpheaders + sourceforge:tcl:tcl +# Set tclv and md5 checksum to the current MacPorts Tcl port version, though port doesn't +# break if they aren't in sync. + +set tclv 8.4.14 + distfiles ${distname}.tar.gz:exp \ - tcl8.4.12-privateheaders-full.tar.gz:tclpheaders + tcl${tclv}-src.tar.gz:tcl checksums ${distname}.tar.gz md5 43e1dc0e0bc9492cf2e1a6f59f276bc3 \ - tcl8.4.12-privateheaders-full.tar.gz md5 ec9b85fad111b51b746fe45a2dc1e8fb + tcl${tclv}-src.tar.gz md5 51c6bf74d3ffdb0bd866ecdac6ff6460 depends_build port:tcl @@ -32,7 +37,7 @@ configure.args --disable-shared \ --mandir=${prefix}/share/man \ --with-tcl="${prefix}/lib" \ - --with-tclinclude="${workpath}/tcl8.4.12-privateheaders-full" + --with-tclinclude="${workpath}/tcl${tclv}/generic/" test.run yes test.target test @@ -41,5 +46,12 @@ post-destroot { cd ${destroot}${prefix}/lib system "ln -s libexpect${shortversion}.a libexpect.a" + + file mkdir ${destroot}${prefix}/share/doc/${name}/examples + eval xinstall -m 644 [glob ${worksrcpath}/example/*] \ + ${destroot}${prefix}/share/doc/${name}/examples + + xinstall -m 644 -W ${worksrcpath} ChangeLog FAQ INSTALL NEWS README \ + ${destroot}${prefix}/share/doc/${name} } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/08a57396/attachment.html From source_changes at macosforge.org Tue May 1 12:19:51 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24724] trunk/dports/editors/vim Message-ID: <20070501191951.BEB735DF239@cvs.opensource.apple.com> Revision: 24724 http://trac.macosforge.org/projects/macports/changeset/24724 Author: pipping@macports.org Date: 2007-05-01 12:19:51 -0700 (Tue, 01 May 2007) Log Message: ----------- * bump to version 7.0.237 Modified Paths: -------------- trunk/dports/editors/vim/Portfile trunk/dports/editors/vim/files/checksums_patch Modified: trunk/dports/editors/vim/Portfile =================================================================== --- trunk/dports/editors/vim/Portfile 2007-05-01 18:58:52 UTC (rev 24723) +++ trunk/dports/editors/vim/Portfile 2007-05-01 19:19:51 UTC (rev 24724) @@ -3,7 +3,7 @@ name vim set vim_version 7.0 -set vim_patchlevel 236 +set vim_patchlevel 237 version ${vim_version}.${vim_patchlevel} revision 0 categories editors Modified: trunk/dports/editors/vim/files/checksums_patch =================================================================== --- trunk/dports/editors/vim/files/checksums_patch 2007-05-01 18:58:52 UTC (rev 24723) +++ trunk/dports/editors/vim/files/checksums_patch 2007-05-01 19:19:51 UTC (rev 24724) @@ -36,4 +36,5 @@ 7.0.233 sha1 4d5453c3b30f1ee026b60da7dedcfe116ee0c587 \ 7.0.234 sha1 04ebdbde0d433dbf4320fdd80554309a044ebf37 \ 7.0.235 sha1 a05d84fcf3f948fe6db3b3820ccef96b19af0978 \ - 7.0.236 sha1 518eec0df0803d8d7fdf0cdef3b879cc134cef4e + 7.0.236 sha1 518eec0df0803d8d7fdf0cdef3b879cc134cef4e \ + 7.0.237 sha1 998bcee09cd29752ab0495844d92bde1455e00b9 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/05b8abb2/attachment.html From source_changes at macosforge.org Tue May 1 12:35:35 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24725] trunk/dports/devel/libol/Portfile Message-ID: <20070501193535.BD38B5DF268@cvs.opensource.apple.com> Revision: 24725 http://trac.macosforge.org/projects/macports/changeset/24725 Author: markd@macports.org Date: 2007-05-01 12:35:35 -0700 (Tue, 01 May 2007) Log Message: ----------- Closes #11865. Update to 0.3.18 after a waiting period. Modified Paths: -------------- trunk/dports/devel/libol/Portfile Modified: trunk/dports/devel/libol/Portfile =================================================================== --- trunk/dports/devel/libol/Portfile 2007-05-01 19:19:51 UTC (rev 24724) +++ trunk/dports/devel/libol/Portfile 2007-05-01 19:35:35 UTC (rev 24725) @@ -3,7 +3,7 @@ PortSystem 1.0 name libol -version 0.3.16 +version 0.3.18 categories devel platforms darwin maintainers jd@lifehertz.com @@ -12,8 +12,8 @@ Balazs Scheidler, which is used in syslog-ng. homepage http://www.balabit.com/products/syslog_ng/ -master_sites http://www.balabit.com/downloads/syslog-ng/libol/0.3/ -checksums md5 1f29be3f4bcddb5b2f3d965e78f04006 +master_sites http://www.balabit.com/downloads/syslog-ng/libol/0.3/ +checksums md5 cbadf4b7ea276dfa85acc38a1cc5ff17 variant powerpc { configure.args --host=powerpc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/b06e610b/attachment.html From source_changes at macosforge.org Tue May 1 13:24:29 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24726] trunk/dports/security/base/Portfile Message-ID: <20070501202429.1A1435DF4DD@cvs.opensource.apple.com> Revision: 24726 http://trac.macosforge.org/projects/macports/changeset/24726 Author: markd@macports.org Date: 2007-05-01 13:24:28 -0700 (Tue, 01 May 2007) Log Message: ----------- Take maintainership. Modified Paths: -------------- trunk/dports/security/base/Portfile Modified: trunk/dports/security/base/Portfile =================================================================== --- trunk/dports/security/base/Portfile 2007-05-01 19:35:35 UTC (rev 24725) +++ trunk/dports/security/base/Portfile 2007-05-01 20:24:28 UTC (rev 24726) @@ -4,7 +4,7 @@ name base version 1.3.5 categories security -maintainers nomaintainer@macports.org +maintainers markd@macports.org description Basic Analysis and Security Engine - Snort web frontend long_description Basic Analysis and Security Engine - based on the ACID \ project. It provides a web front-end to query and analyze \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/4ddeef56/attachment.html From source_changes at macosforge.org Tue May 1 13:35:29 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24727] trunk/dports/graphics/gimp Message-ID: <20070501203529.2C9635DF512@cvs.opensource.apple.com> Revision: 24727 http://trac.macosforge.org/projects/macports/changeset/24727 Author: yves@macports.org Date: 2007-05-01 13:35:28 -0700 (Tue, 01 May 2007) Log Message: ----------- This is now the same port as gimp2 there is no more gimp 1.x as it was broken and confusing Modified Paths: -------------- trunk/dports/graphics/gimp/Portfile Removed Paths: ------------- trunk/dports/graphics/gimp/files/ Modified: trunk/dports/graphics/gimp/Portfile =================================================================== --- trunk/dports/graphics/gimp/Portfile 2007-05-01 20:24:28 UTC (rev 24726) +++ trunk/dports/graphics/gimp/Portfile 2007-05-01 20:35:28 UTC (rev 24727) @@ -1,36 +1,57 @@ # $Id$ PortSystem 1.0 -name gimp -version 1.2.5 -revision 2 -categories graphics x11 -maintainers nomaintainer@macports.org -description GNU Image Manipulation Program -long_description The GNU Image Manipulation Program (GIMP) is a powerful \ - tool for the preparation and manipulation of digital images.\ - The GIMP provides the user with a wide variety of image \ - manipulation, painting, processing, and rendering tools. -platforms darwin -use_bzip2 yes -master_sites ftp://ftp.gtk.org/pub/gimp/v1.2/v${version}/ -checksums md5 b83b55d80e6728268d56620ea4d3051a +name gimp +version 2.2.14 +categories graphics +maintainers yves@macports.org +homepage http://www.gimp.org/ +platforms darwin -depends_lib port:gtk1 port:gettext port:jpeg port:libpng port:tiff +description The GNU Image Manipulation Program (version 2) +long_description \ + The GNU Image Manipulation Program (GIMP) is a powerful \ + tool for the preparation and manipulation of digital images. \ + The GIMP provides the user with a wide variety of image \ + manipulation, painting, processing, and rendering tools. -patchfiles patch-Makefile.in patch-plug_in_cmds.c \ - patch-procedural_db_cmds.c patch-regex.c patch-regex.h \ - patch-scriptfu-interp_regex.c patch-scriptfu-regex.c \ - patch-scriptfu-regex.h patch-xjt-Makefile.in +master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ + ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.2/ \ + ftp://ftp.minet.net/pub/gimp/v2.2/ \ + ftp://ftp.gimp.org/pub/gimp/v2.2/ +checksums md5 2f47dd66d714a970356e275dd1d3caac +use_bzip2 yes -configure.env PATH=$\{PATH\}:${prefix}/bin CPPFLAGS=-I${prefix}/include -configure.args --disable-print --disable-perl --mandir=${prefix}/share/man -post-destroot { file delete ${destroot}${prefix}/lib/charset.alias \ - ${destroot}${prefix}/bin/gimp - set script [open "${destroot}${prefix}/bin/gimp" w 0755] - puts $script "#!/bin/sh" - puts $script \ - "export DYLD_INSERT_LIBRARIES=${prefix}/lib/libintl.dylib" - puts $script "${prefix}/bin/gimp-1.2 --no-shm --no-xshm" - close $script } -destroot.destdir prefix=${destroot}${prefix} +depends_lib port:aalib \ + port:gimp-print \ + lib:libgtk-x11-2.0:gtk2 \ + port:lcms \ + port:libart_lgpl \ + port:libexif \ + port:libmng \ + port:libwmf \ + port:p5-xml-parser +depends_run bin:gs:ghostscript + +configure.args --enable-mp \ + --mandir=${prefix}/share/man + +post-destroot { + file mkdir ${destroot}${prefix}/share/applications + cd ${destroot}${prefix}/share/applications + system "ln -s ../gimp/2.0/misc/gimp.desktop" +} + +variant enable_python { + depends_lib-append port:py-gtk2 + configure.args-append --enable-python +} + +variant with_gnome { + depends_lib-append port:libgtkhtml \ + port:librsvg +} + +platform darwin i386 { + configure.args-append --disable-mmx +} -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/919eb3a1/attachment.html From source_changes at macosforge.org Tue May 1 13:35:53 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24728] trunk/dports/graphics/gimp-dev/Portfile Message-ID: <20070501203553.3E69B5DF51A@cvs.opensource.apple.com> Revision: 24728 http://trac.macosforge.org/projects/macports/changeset/24728 Author: yves@macports.org Date: 2007-05-01 13:35:53 -0700 (Tue, 01 May 2007) Log Message: ----------- bump to 2.3.16 Modified Paths: -------------- trunk/dports/graphics/gimp-dev/Portfile Modified: trunk/dports/graphics/gimp-dev/Portfile =================================================================== --- trunk/dports/graphics/gimp-dev/Portfile 2007-05-01 20:35:28 UTC (rev 24727) +++ trunk/dports/graphics/gimp-dev/Portfile 2007-05-01 20:35:53 UTC (rev 24728) @@ -1,43 +1,44 @@ # $Id$ PortSystem 1.0 -name gimp-dev -version 2.3.15 -categories graphics -maintainers yves@macports.org -description The GNU Image Manipulation Program (unstable) +name gimp-dev +version 2.3.16 +categories graphics +maintainers yves@macports.org +homepage http://www.gimp.org/ +platforms darwin + +description The GNU Image Manipulation Program (unstable) long_description \ The GNU Image Manipulation Program (GIMP) is a powerful \ tool for the preparation and manipulation of digital images. \ The GIMP provides the user with a wide variety of image \ manipulation, painting, processing, and rendering tools. -homepage http://www.gimp.org/ -platforms darwin -master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ - ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \ - ftp://ftp.minet.net/pub/gimp/v2.3/ \ - ftp://ftp.gimp.org/pub/gimp/v2.3/ -checksums md5 ca1ac6c338866020b9ebe98d134bd749 -distname gimp-${version} -use_bzip2 yes -depends_lib port:aalib \ - port:curl \ - port:gimp-print \ - port:libexif \ - port:libgnomeui \ - port:libgtkhtml \ - port:libmng \ - port:librsvg \ - port:libwmf \ - port:poppler \ - port:py-gtk2 + +master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ + ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \ + ftp://ftp.minet.net/pub/gimp/v2.3/ \ + ftp://ftp.gimp.org/pub/gimp/v2.3/ +checksums md5 00797e627c8a180e5364f334aab27631 +distname gimp-${version} +use_bzip2 yes + +depends_lib port:aalib \ + port:curl \ + port:gimp-print \ + port:libexif \ + port:libgnomeui \ + port:libgtkhtml \ + port:libmng \ + port:librsvg \ + port:libwmf \ + port:poppler \ + port:py-gtk2 -configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include -configure.pre_args --prefix="${prefix}/gimp-2.3" -configure.args --enable-mp +configure.pre_args \ + --prefix="${prefix}/gimp-2.3" +configure.args --enable-mp -destroot.destdir DESTDIR=${destroot} - post-destroot { xinstall -m 755 ${filespath}/gimp-2.3.in \ ${destroot}${prefix}/bin/gimp-2.3 @@ -47,8 +48,8 @@ variant without_gnome { depends_lib-append port:dbus-glib \ - port:libart_lgpl \ - port:p5-xml-parser + port:libart_lgpl \ + port:p5-xml-parser depends_lib-delete port:libgnomeui \ port:libgtkhtml \ port:librsvg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/a7a54ad4/attachment.html From source_changes at macosforge.org Tue May 1 13:37:18 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24729] trunk/dports/graphics Message-ID: <20070501203718.74D415DF529@cvs.opensource.apple.com> Revision: 24729 http://trac.macosforge.org/projects/macports/changeset/24729 Author: yves@macports.org Date: 2007-05-01 13:37:18 -0700 (Tue, 01 May 2007) Log Message: ----------- All mixed up here Added Paths: ----------- trunk/dports/graphics/gimp2/ trunk/dports/graphics/gimp2/Portfile Removed Paths: ------------- trunk/dports/graphics/gimp2/ Added: trunk/dports/graphics/gimp2/Portfile =================================================================== --- trunk/dports/graphics/gimp2/Portfile (rev 0) +++ trunk/dports/graphics/gimp2/Portfile 2007-05-01 20:37:18 UTC (rev 24729) @@ -0,0 +1,58 @@ +# $Id$ + +PortSystem 1.0 +name gimp2 +version 2.2.14 +categories graphics +maintainers yves@macports.org +homepage http://www.gimp.org/ +platforms darwin + +description The GNU Image Manipulation Program (version 2) +long_description \ + The GNU Image Manipulation Program (GIMP) is a powerful \ + tool for the preparation and manipulation of digital images. \ + The GIMP provides the user with a wide variety of image \ + manipulation, painting, processing, and rendering tools. + +master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ + ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.2/ \ + ftp://ftp.minet.net/pub/gimp/v2.2/ \ + ftp://ftp.gimp.org/pub/gimp/v2.2/ +checksums md5 2f47dd66d714a970356e275dd1d3caac +distname gimp-${version} +use_bzip2 yes + +depends_lib port:aalib \ + port:gimp-print \ + lib:libgtk-x11-2.0:gtk2 \ + port:lcms \ + port:libart_lgpl \ + port:libexif \ + port:libmng \ + port:libwmf \ + port:p5-xml-parser +depends_run bin:gs:ghostscript + +configure.args --enable-mp \ + --mandir=${prefix}/share/man + +post-destroot { + file mkdir ${destroot}${prefix}/share/applications + cd ${destroot}${prefix}/share/applications + system "ln -s ../gimp/2.0/misc/gimp.desktop" +} + +variant enable_python { + depends_lib-append port:py-gtk2 + configure.args-append --enable-python +} + +variant with_gnome { + depends_lib-append port:libgtkhtml \ + port:librsvg +} + +platform darwin i386 { + configure.args-append --disable-mmx +} -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/12976708/attachment.html From source_changes at macosforge.org Tue May 1 14:12:50 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24730] branches/dp2mp-move/base/ReleaseProcess Message-ID: <20070501211250.CB4855DF64E@cvs.opensource.apple.com> Revision: 24730 http://trac.macosforge.org/projects/macports/changeset/24730 Author: jmpp@macports.org Date: 2007-05-01 14:12:50 -0700 (Tue, 01 May 2007) Log Message: ----------- Small dports --> ports correction to the ReleaseProcess file. Modified Paths: -------------- branches/dp2mp-move/base/ReleaseProcess Modified: branches/dp2mp-move/base/ReleaseProcess =================================================================== --- branches/dp2mp-move/base/ReleaseProcess 2007-05-01 20:37:18 UTC (rev 24729) +++ branches/dp2mp-move/base/ReleaseProcess 2007-05-01 21:12:50 UTC (rev 24730) @@ -40,7 +40,7 @@ The actual release, alpha or beta releases, release candidates, and any point releases will all live on this branch, and tagged appropriately and if necessary (a must for the actual releases, optional for beta snapshots) into the /tags svn directory. -Only the base subdirectory, not the dports subdirectory, is branched for a given release. +Only the base subdirectory, not the ports subdirectory, is branched for a given release. === Prepare the code for Release === -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/78b4505d/attachment.html From source_changes at macosforge.org Tue May 1 14:16:07 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24731] branches/dp2mp-move/base/tests/sources.conf Message-ID: <20070501211607.120C35DF686@cvs.opensource.apple.com> Revision: 24731 http://trac.macosforge.org/projects/macports/changeset/24731 Author: jmpp@macports.org Date: 2007-05-01 14:16:06 -0700 (Tue, 01 May 2007) Log Message: ----------- Small dports --> ports correction in tests/. Modified Paths: -------------- branches/dp2mp-move/base/tests/sources.conf Modified: branches/dp2mp-move/base/tests/sources.conf =================================================================== --- branches/dp2mp-move/base/tests/sources.conf 2007-05-01 21:12:50 UTC (rev 24730) +++ branches/dp2mp-move/base/tests/sources.conf 2007-05-01 21:16:06 UTC (rev 24731) @@ -1,3 +1,3 @@ # To enable your local ports repository, uncomment and customize the -# following line to point at your local dports directory +# following line to point at your local ports directory file:///tmp/macports-tests/ports -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/70a91bea/attachment.html From source_changes at macosforge.org Tue May 1 20:54:21 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24732] trunk/dports/sysutils/fhist/Portfile Message-ID: <20070502035421.E28845DFBA8@cvs.opensource.apple.com> Revision: 24732 http://trac.macosforge.org/projects/macports/changeset/24732 Author: boeyms@macports.org Date: 2007-05-01 20:54:21 -0700 (Tue, 01 May 2007) Log Message: ----------- sysutils/fhist: * add test target to Portfile Modified Paths: -------------- trunk/dports/sysutils/fhist/Portfile Modified: trunk/dports/sysutils/fhist/Portfile =================================================================== --- trunk/dports/sysutils/fhist/Portfile 2007-05-01 21:16:06 UTC (rev 24731) +++ trunk/dports/sysutils/fhist/Portfile 2007-05-02 03:54:21 UTC (rev 24732) @@ -32,4 +32,7 @@ configure.cflags-append ${configure.cppflags} ${configure.ldflags} configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info +test.run yes +test.target sure + livecheck.check sourceforge -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/d47e31da/attachment.html From source_changes at macosforge.org Tue May 1 21:19:49 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24733] trunk/dports/net/radmind Message-ID: <20070502041949.46A3D5DFBC6@cvs.opensource.apple.com> Revision: 24733 http://trac.macosforge.org/projects/macports/changeset/24733 Author: boeyms@macports.org Date: 2007-05-01 21:19:48 -0700 (Tue, 01 May 2007) Log Message: ----------- net/radmind: * update to 1.8.0, including removal of a now obsolete patch file. Modified Paths: -------------- trunk/dports/net/radmind/Portfile Removed Paths: ------------- trunk/dports/net/radmind/files/patch-Makefile.in Modified: trunk/dports/net/radmind/Portfile =================================================================== --- trunk/dports/net/radmind/Portfile 2007-05-02 03:54:21 UTC (rev 24732) +++ trunk/dports/net/radmind/Portfile 2007-05-02 04:19:48 UTC (rev 24733) @@ -2,7 +2,7 @@ PortSystem 1.0 name radmind -version 1.5.0 +version 1.8.0 categories net sysutils maintainers nomaintainer@macports.org description Remotely administer the file systems of multiple unix machines @@ -18,13 +18,10 @@ platforms darwin homepage http://rsug.itd.umich.edu/software/radmind master_sites ${homepage}/files/ -checksums md5 c636f5c27cec2aeb4d0031a14d91aff5 -extract.suffix .tgz +checksums md5 90073597cb7a04c42da759a9d0628229 -depends_lib lib:libssl.0.9:openssl +depends_lib port:openssl port:zlib -patchfiles patch-Makefile.in - configure.args --mandir='\${prefix}/share/man' \ --with-radminddir='\${prefix}/var/radmind' Deleted: trunk/dports/net/radmind/files/patch-Makefile.in =================================================================== --- trunk/dports/net/radmind/files/patch-Makefile.in 2007-05-02 03:54:21 UTC (rev 24732) +++ trunk/dports/net/radmind/files/patch-Makefile.in 2007-05-02 04:19:48 UTC (rev 24733) @@ -1,53 +0,0 @@ ---- Makefile.in.orig Tue Feb 15 18:32:56 2005 -+++ Makefile.in Tue Feb 15 18:33:05 2005 -@@ -241,32 +241,32 @@ - done - - install : all man rash -- -mkdir -p ${exec_prefix} -- -mkdir -p ${SBINDIR} -- ${INSTALL} -m 0755 -c radmind ${SBINDIR}/ -- -mkdir -p ${BINDIR} -+ -mkdir -p $(DESTDIR)${exec_prefix} -+ -mkdir -p $(DESTDIR)${SBINDIR} -+ ${INSTALL} -m 0755 -c radmind $(DESTDIR)${SBINDIR}/ -+ -mkdir -p $(DESTDIR)${BINDIR} - for i in ${BINTARGETS}; do \ -- ${INSTALL} -m 0755 -c $$i ${BINDIR}/; \ -+ ${INSTALL} -m 0755 -c $$i $(DESTDIR)${BINDIR}/; \ - done -- ${INSTALL} -m 0755 -c tmp/ra.sh ${BINDIR}/ -- -mkdir -p ${prefix} -- -mkdir -p ${MANDIR} -- -mkdir ${MANDIR}/man1 -+ ${INSTALL} -m 0755 -c tmp/ra.sh $(DESTDIR)${BINDIR}/ -+ -mkdir -p $(DESTDIR)${prefix} -+ -mkdir -p $(DESTDIR)${MANDIR} -+ -mkdir -p $(DESTDIR)${MANDIR}/man1 - for i in ${MAN1TARGETS}; do \ -- ${INSTALL} -m 0644 -c tmp/man/$$i ${MANDIR}/man1/; \ -+ ${INSTALL} -m 0644 -c tmp/man/$$i $(DESTDIR)${MANDIR}/man1/; \ - done -- -mkdir ${MANDIR}/man5 -+ -mkdir -p $(DESTDIR)${MANDIR}/man5 - for i in ${MAN5TARGETS}; do \ -- ${INSTALL} -m 0644 -c tmp/man/$$i ${MANDIR}/man5/; \ -+ ${INSTALL} -m 0644 -c tmp/man/$$i $(DESTDIR)${MANDIR}/man5/; \ - done -- -mkdir ${MANDIR}/man8 -+ -mkdir -p $(DESTDIR)${MANDIR}/man8 - for i in ${MAN8TARGETS}; do \ -- ${INSTALL} -m 0644 -c tmp/man/$$i ${MANDIR}/man8/; \ -+ ${INSTALL} -m 0644 -c tmp/man/$$i $(DESTDIR)${MANDIR}/man8/; \ - done -- -mkdir -p ${RADMINDDIR}/client -- -mkdir -p ${PREAPPLYDIR} -- -mkdir -p ${POSTAPPLYDIR} -- -mkdir -p ${CERTDIR} -+ -mkdir -p $(DESTDIR)${RADMINDDIR}/client -+ -mkdir -p $(DESTDIR)${PREAPPLYDIR} -+ -mkdir -p $(DESTDIR)${POSTAPPLYDIR} -+ -mkdir -p $(DESTDIR)${CERTDIR} - - PKGNAME=RadmindTools-${VERSION} - PKGDIR=tmp/RadmindToolsInstaller -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/623afcce/attachment.html From source_changes at macosforge.org Tue May 1 21:20:18 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24734] trunk/dports/aqua/ihook/Portfile Message-ID: <20070502042018.904A15DFBCE@cvs.opensource.apple.com> Revision: 24734 http://trac.macosforge.org/projects/macports/changeset/24734 Author: boeyms@macports.org Date: 2007-05-01 21:20:18 -0700 (Tue, 01 May 2007) Log Message: ----------- aqua/ihook: * update to 1.1.0. Modified Paths: -------------- trunk/dports/aqua/ihook/Portfile Modified: trunk/dports/aqua/ihook/Portfile =================================================================== --- trunk/dports/aqua/ihook/Portfile 2007-05-02 04:19:48 UTC (rev 24733) +++ trunk/dports/aqua/ihook/Portfile 2007-05-02 04:20:18 UTC (rev 24734) @@ -2,7 +2,7 @@ PortSystem 1.0 name ihook -version 1.0.3 +version 1.1.0 categories aqua maintainers nomaintainer@macports.org description A graphical interface frontend for commandline executables @@ -13,7 +13,10 @@ APIs available for Mac OS X. homepage http://rsug.itd.umich.edu/software/ihook/ master_sites ${homepage}/files/ -checksums md5 22e7bcc0ff6c592a7a28001adf81aca1 +distname ${name}-${version}-src +worksrcdir ${name}-${version} +extract.suffix .tgz +checksums md5 5d8582eaa62f633095eb5d4ee31d10b9 platforms darwin use_configure no -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/b553626c/attachment.html From source_changes at macosforge.org Tue May 1 21:28:28 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24735] trunk/dports/aqua/radassist Message-ID: <20070502042828.8E8CC5DFBE3@cvs.opensource.apple.com> Revision: 24735 http://trac.macosforge.org/projects/macports/changeset/24735 Author: boeyms@macports.org Date: 2007-05-01 21:28:27 -0700 (Tue, 01 May 2007) Log Message: ----------- aqua/radassist: * update to 1.0.0; * update patching required for installation of 1.0.0; and * update runtime requirements to being the MacPorts versions of radmind and iHook. Modified Paths: -------------- trunk/dports/aqua/radassist/Portfile Removed Paths: ------------- trunk/dports/aqua/radassist/files/ Modified: trunk/dports/aqua/radassist/Portfile =================================================================== --- trunk/dports/aqua/radassist/Portfile 2007-05-02 04:20:18 UTC (rev 24734) +++ trunk/dports/aqua/radassist/Portfile 2007-05-02 04:28:27 UTC (rev 24735) @@ -2,8 +2,7 @@ PortSystem 1.0 name radassist -version 0.9.6rc3 -revision 2 +version 1.0.0 categories aqua maintainers nomaintainer@macports.org description An Aqua wrapper for the radmind command-line clients @@ -12,16 +11,69 @@ radmind clients. platforms darwin homepage http://rsug.itd.umich.edu/software/radmind -master_sites ${homepage}/files/ -checksums md5 f7e280de763ef0eef5f7d30815ae7182 +master_sites sourceforge:radmind-assistant +checksums md5 8b021199974e3e96239496511ce2efb7 +distname radmind-assistant-${version}-src +worksrcdir radmind-assistant-${version} +extract.suffix .tgz -depends_lib path:${prefix}/sbin/radmind:radmind \ - path:/Applications/MacPorts/iHook.app:ihook +depends_lib port:radmind \ + port:ihook -post-patch { - file copy ${filespath}/patch-darwinports.in ${workpath}/patch-darwinports - reinplace "s|@PREFIX@|${prefix}|g" ${workpath}/patch-darwinports - system "[command patch] < \"${workpath}/patch-darwinports\"" +patch { + set filestopatch { + 10.2-desktop-negative.T \ + 10.2-lab-negative.T \ + 10.3-desktop-negative.T \ + 10.3-lab-negative-from-dot.T \ + 10.3-lab-negative.T \ + 10.4-desktop-negative.T \ + 10.4-lab-negative.T \ + 10.4-negative.T \ + 600.radmind \ + AppDelegate.m \ + Build.hook \ + RACertificateManager.m \ + RAScriptManager.m \ + RAServerCreator.m \ + RAVersionCompare.m \ + RCMPreferences.m \ + RCMStepController.m \ + RadmindClient \ + RadmindServer \ + RadmindUpdateMonitor \ + authtools.c \ + edu.umich.rumd.plist \ + hooks/LI00CheckUsername.hook \ + hooks/LI10SetupUserEnvironment.hook \ + hooks/LO10CreateTemplateHomeCopy.hook \ + hooks/LO20UserAccounting.hook \ + hooks/login.hook \ + hooks/logout.hook \ + hooks/masterlogin.sh \ + hooks/masterlogout.sh \ + hooks/radmind.hook \ + kvalid.c \ + radmind.defaults \ + rmauthexec.c \ + rsm/authtools.c \ + rsm/English.lproj/Preferences.nib/keyedobjects.nib \ + rsm/RAServerController.h \ + rsm/RAServerController.m \ + rsm/rsmauthtool.c \ + rsm/RSMLoadsetEditor.h \ + rsm/RSMLoadsetEditor.m \ + rsm/RSMLoadsetManager.m \ + rsm/RSMPreferences.m \ + rte/RXTranscript.m \ + rumd.c \ + rummgmt.c + } + foreach i ${filestopatch} { + reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/${i} + reinplace "s|/var/radmind|${prefix}/var/radmind|g" ${worksrcpath}/${i} + reinplace "s|/etc/radmind|${prefix}/etc/radmind|g" ${worksrcpath}/${i} + } } use_configure no @@ -32,7 +84,10 @@ cd ${worksrcpath} set appPath ${destroot}/Applications/MacPorts xinstall -d -m 0755 ${appPath} - set appName "Radmind Assistant" - system "cp -R 'tmp/${appName}.app' '${appPath}/${appName}.app'" + set appNames {"Radmind Assistant" "Radmind Server Manager" \ + "Radmind Transcript Editor"} + foreach appName ${appNames} { + file copy tmp/Radmind/${appName}.app ${appPath}/${appName}.app + } destroot.keepdirs ${destroot}${prefix}/var/radmind/server_file_backup } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/05abb9f5/attachment.html From source_changes at macosforge.org Tue May 1 22:15:36 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24736] trunk/dports/aqua/radassist/Portfile Message-ID: <20070502051536.6F7805DFBFE@cvs.opensource.apple.com> Revision: 24736 http://trac.macosforge.org/projects/macports/changeset/24736 Author: boeyms@macports.org Date: 2007-05-01 22:15:36 -0700 (Tue, 01 May 2007) Log Message: ----------- aqua/radassist: * change whitespace in recent additions to conform to how the port was originally written. Modified Paths: -------------- trunk/dports/aqua/radassist/Portfile Modified: trunk/dports/aqua/radassist/Portfile =================================================================== --- trunk/dports/aqua/radassist/Portfile 2007-05-02 04:28:27 UTC (rev 24735) +++ trunk/dports/aqua/radassist/Portfile 2007-05-02 05:15:36 UTC (rev 24736) @@ -22,53 +22,53 @@ patch { set filestopatch { - 10.2-desktop-negative.T \ - 10.2-lab-negative.T \ - 10.3-desktop-negative.T \ - 10.3-lab-negative-from-dot.T \ - 10.3-lab-negative.T \ - 10.4-desktop-negative.T \ - 10.4-lab-negative.T \ - 10.4-negative.T \ - 600.radmind \ - AppDelegate.m \ - Build.hook \ - RACertificateManager.m \ - RAScriptManager.m \ - RAServerCreator.m \ - RAVersionCompare.m \ - RCMPreferences.m \ - RCMStepController.m \ - RadmindClient \ - RadmindServer \ - RadmindUpdateMonitor \ - authtools.c \ - edu.umich.rumd.plist \ - hooks/LI00CheckUsername.hook \ - hooks/LI10SetupUserEnvironment.hook \ - hooks/LO10CreateTemplateHomeCopy.hook \ - hooks/LO20UserAccounting.hook \ - hooks/login.hook \ - hooks/logout.hook \ - hooks/masterlogin.sh \ - hooks/masterlogout.sh \ - hooks/radmind.hook \ - kvalid.c \ - radmind.defaults \ - rmauthexec.c \ - rsm/authtools.c \ - rsm/English.lproj/Preferences.nib/keyedobjects.nib \ - rsm/RAServerController.h \ - rsm/RAServerController.m \ - rsm/rsmauthtool.c \ - rsm/RSMLoadsetEditor.h \ - rsm/RSMLoadsetEditor.m \ - rsm/RSMLoadsetManager.m \ - rsm/RSMPreferences.m \ - rte/RXTranscript.m \ - rumd.c \ - rummgmt.c - } + 10.2-desktop-negative.T \ + 10.2-lab-negative.T \ + 10.3-desktop-negative.T \ + 10.3-lab-negative-from-dot.T \ + 10.3-lab-negative.T \ + 10.4-desktop-negative.T \ + 10.4-lab-negative.T \ + 10.4-negative.T \ + 600.radmind \ + AppDelegate.m \ + Build.hook \ + RACertificateManager.m \ + RAScriptManager.m \ + RAServerCreator.m \ + RAVersionCompare.m \ + RCMPreferences.m \ + RCMStepController.m \ + RadmindClient \ + RadmindServer \ + RadmindUpdateMonitor \ + authtools.c \ + edu.umich.rumd.plist \ + hooks/LI00CheckUsername.hook \ + hooks/LI10SetupUserEnvironment.hook \ + hooks/LO10CreateTemplateHomeCopy.hook \ + hooks/LO20UserAccounting.hook \ + hooks/login.hook \ + hooks/logout.hook \ + hooks/masterlogin.sh \ + hooks/masterlogout.sh \ + hooks/radmind.hook \ + kvalid.c \ + radmind.defaults \ + rmauthexec.c \ + rsm/authtools.c \ + rsm/English.lproj/Preferences.nib/keyedobjects.nib \ + rsm/RAServerController.h \ + rsm/RAServerController.m \ + rsm/rsmauthtool.c \ + rsm/RSMLoadsetEditor.h \ + rsm/RSMLoadsetEditor.m \ + rsm/RSMLoadsetManager.m \ + rsm/RSMPreferences.m \ + rte/RXTranscript.m \ + rumd.c \ + rummgmt.c + } foreach i ${filestopatch} { reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/${i} reinplace "s|/var/radmind|${prefix}/var/radmind|g" ${worksrcpath}/${i} @@ -85,9 +85,9 @@ set appPath ${destroot}/Applications/MacPorts xinstall -d -m 0755 ${appPath} set appNames {"Radmind Assistant" "Radmind Server Manager" \ - "Radmind Transcript Editor"} - foreach appName ${appNames} { - file copy tmp/Radmind/${appName}.app ${appPath}/${appName}.app - } + "Radmind Transcript Editor"} + foreach appName ${appNames} { + file copy tmp/Radmind/${appName}.app ${appPath}/${appName}.app + } destroot.keepdirs ${destroot}${prefix}/var/radmind/server_file_backup } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070501/786ec70e/attachment.html From source_changes at macosforge.org Wed May 2 00:28:59 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24737] trunk/dports/perl/p5-net/Portfile Message-ID: <20070502072859.0AF435DFD3A@cvs.opensource.apple.com> Revision: 24737 http://trac.macosforge.org/projects/macports/changeset/24737 Author: ryandesign@macports.org Date: 2007-05-02 00:28:58 -0700 (Wed, 02 May 2007) Log Message: ----------- Fix Id keyword Modified Paths: -------------- trunk/dports/perl/p5-net/Portfile Modified: trunk/dports/perl/p5-net/Portfile =================================================================== --- trunk/dports/perl/p5-net/Portfile 2007-05-02 05:15:36 UTC (rev 24736) +++ trunk/dports/perl/p5-net/Portfile 2007-05-02 07:28:58 UTC (rev 24737) @@ -1,4 +1,5 @@ -# $Id: Portfile +# $Id$ + PortSystem 1.0 PortGroup perl5 1.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/d9d7d255/attachment.html From source_changes at macosforge.org Wed May 2 00:47:56 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24738] trunk/dports/perl/p5-svn-notify/Portfile Message-ID: <20070502074756.1AF325DFD4B@cvs.opensource.apple.com> Revision: 24738 http://trac.macosforge.org/projects/macports/changeset/24738 Author: ryandesign@macports.org Date: 2007-05-02 00:47:55 -0700 (Wed, 02 May 2007) Log Message: ----------- Trivial change to long_description Modified Paths: -------------- trunk/dports/perl/p5-svn-notify/Portfile Modified: trunk/dports/perl/p5-svn-notify/Portfile =================================================================== --- trunk/dports/perl/p5-svn-notify/Portfile 2007-05-02 07:28:58 UTC (rev 24737) +++ trunk/dports/perl/p5-svn-notify/Portfile 2007-05-02 07:47:55 UTC (rev 24738) @@ -1,4 +1,4 @@ -# $Id:$ +# $Id$ PortSystem 1.0 PortGroup perl5 1.0 @@ -10,7 +10,7 @@ Subversion repository activity. There are a number of \ different modes supported, and SVN::Notify is fully \ subclassable to easily add new functionality. By default, \ - A list of all the files affected by the commit will be \ + a list of all the files affected by the commit will be \ assembled and listed in a single message. An additional option \ allows diffs to be calculated for the changes and either \ appended to the message or added as an attachment. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/d1b0c04e/attachment.html From source_changes at macosforge.org Wed May 2 00:58:22 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24739] trunk/dports/perl Message-ID: <20070502075822.E4AFD5DFD60@cvs.opensource.apple.com> Revision: 24739 http://trac.macosforge.org/projects/macports/changeset/24739 Author: ryandesign@macports.org Date: 2007-05-02 00:58:22 -0700 (Wed, 02 May 2007) Log Message: ----------- New port: p5-net-smtp_auth Added Paths: ----------- trunk/dports/perl/p5-net-smtp_auth/ trunk/dports/perl/p5-net-smtp_auth/Portfile Added: trunk/dports/perl/p5-net-smtp_auth/Portfile =================================================================== --- trunk/dports/perl/p5-net-smtp_auth/Portfile (rev 0) +++ trunk/dports/perl/p5-net-smtp_auth/Portfile 2007-05-02 07:58:22 UTC (rev 24739) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Net-SMTP_auth 0.08 +maintainers nomaintainer@macports.org +distfiles Net-SMTP_auth-${version}.tar.gz +master_sites http://search.cpan.org/CPAN/authors/id/A/AP/APLEINER/ +platforms darwin +worksrcdir Net-SMTP_auth-${version} + +description \ + Perl5 SMTP client with AUTHentication + +long_description \ + This module implements a client interface to the SMTP and ESMTP \ + protocol AUTH service extension, enabling a perl5 application \ + to talk to and authenticate against SMTP servers. + +checksums \ + md5 23a911893c92c7c26ab9a78882691d9c \ + sha1 8beed886833a17732055df7d14fc579eea19b654 \ + rmd160 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15 + +depends_lib-append \ + port:p5-authen-sasl \ + port:p5-digest-hmac \ + port:p5-pathtools Property changes on: trunk/dports/perl/p5-net-smtp_auth/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/f3c7d5f8/attachment.html From source_changes at macosforge.org Wed May 2 01:21:09 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24740] trunk/dports/graphics/ImageMagick/Portfile Message-ID: <20070502082109.78A785DFD7B@cvs.opensource.apple.com> Revision: 24740 http://trac.macosforge.org/projects/macports/changeset/24740 Author: ryandesign@macports.org Date: 2007-05-02 01:21:09 -0700 (Wed, 02 May 2007) Log Message: ----------- Adding forgotten dependencies Modified Paths: -------------- trunk/dports/graphics/ImageMagick/Portfile Modified: trunk/dports/graphics/ImageMagick/Portfile =================================================================== --- trunk/dports/graphics/ImageMagick/Portfile 2007-05-02 07:58:22 UTC (rev 24739) +++ trunk/dports/graphics/ImageMagick/Portfile 2007-05-02 08:21:09 UTC (rev 24740) @@ -42,6 +42,7 @@ rmd160 9ca4ffdb0c5404b7734a87ff3a9d24319eafa6e5 depends_lib \ + port:pkgconfig \ lib:libX11.6:XFree86 \ port:bzip2 \ port:jpeg \ @@ -49,6 +50,9 @@ port:tiff \ port:zlib \ port:freetype \ + port:fontconfig \ + port:libiconv \ + port:expat \ port:libxml2 configure.args \ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/a0769227/attachment.html From source_changes at macosforge.org Wed May 2 06:38:38 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24741] trunk/dports/devel/cogito Message-ID: <20070502133838.D91F05DFFE4@cvs.opensource.apple.com> Revision: 24741 http://trac.macosforge.org/projects/macports/changeset/24741 Author: pipping@macports.org Date: 2007-05-02 06:38:38 -0700 (Wed, 02 May 2007) Log Message: ----------- maintainer update (#11870) Modified Paths: -------------- trunk/dports/devel/cogito/Portfile Added Paths: ----------- trunk/dports/devel/cogito/files/ trunk/dports/devel/cogito/files/patch-xargs Modified: trunk/dports/devel/cogito/Portfile =================================================================== --- trunk/dports/devel/cogito/Portfile 2007-05-02 08:21:09 UTC (rev 24740) +++ trunk/dports/devel/cogito/Portfile 2007-05-02 13:38:38 UTC (rev 24741) @@ -2,6 +2,7 @@ PortSystem 1.0 name cogito version 0.18.2 +revision 1 categories devel maintainers bryan@larsen.st description Git core and cogito tools to provide a fully-distributed SCM @@ -19,6 +20,7 @@ port:zlib \ port:git-core build.type gnu +patchfiles patch-xargs destroot.type gnu destroot.destdir prefix=${prefix} DESTDIR=${destroot} test.run yes Added: trunk/dports/devel/cogito/files/patch-xargs =================================================================== --- trunk/dports/devel/cogito/files/patch-xargs (rev 0) +++ trunk/dports/devel/cogito/files/patch-xargs 2007-05-02 13:38:38 UTC (rev 24741) @@ -0,0 +1,11 @@ +--- cg-Xlib.orig 2007-05-01 18:28:46.000000000 -0400 ++++ cg-Xlib 2007-05-01 18:28:59.000000000 -0400 +@@ -615,7 +615,7 @@ + # Kill gone files + git-diff-tree -z --name-status -r "$base" "$branch" | + perl -n0e 'chomp; if (defined $meta) { print "$_\0" if $meta eq 'D'; $meta=undef } else { $meta = $_ }' | +- xargs --null rm -f -- ++ xargs -0 rm -f -- + git-checkout-index -u -f -a + + # FIXME: Can produce bogus "contains only garbage" messages. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/f51230c8/attachment.html From source_changes at macosforge.org Wed May 2 08:29:13 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24742] users/pipping/Portfile Message-ID: <20070502152913.566005E0079@cvs.opensource.apple.com> Revision: 24742 http://trac.macosforge.org/projects/macports/changeset/24742 Author: pipping@macports.org Date: 2007-05-02 08:29:12 -0700 (Wed, 02 May 2007) Log Message: ----------- * add a preliminary environment for testing a select-tool see http://www.mail-archive.com/macports-dev@lists.macosforge.org/msg00840.html Added Paths: ----------- users/pipping/Portfile Added: users/pipping/Portfile =================================================================== --- users/pipping/Portfile (rev 0) +++ users/pipping/Portfile 2007-05-02 15:29:12 UTC (rev 24742) @@ -0,0 +1,43 @@ +# $Id$ + +# the three lines below are meant to simulate a portfile, nothing else +PortSystem 1.0 +name nano +version 2.0.6 + +set port python +set version_i_want "24" + +pre-fetch { + if {[catch {registry_active ${port}${version_i_want}}]} { + error "-> the version you're trying to make the default is not active!" + } else { + ui_msg "-> ready to make ${port}${version_i_want} the default" + switch ${port} { + python { + ui_msg "-> woohoo, python! (good taste)" + # list for debugging + set filehash [list ${prefix}/bin/python ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/bin/python] + foreach {file target} $filehash { + if {[file exists $file]} { + ui_msg "-> file exists: $file" + if {![string equal link [file type ${file}]]} { + ui_msg "-> won't touch anything but a link!" + } else { + delete ${file} + ln -s ${target} ${file} + } + } else { + ln -s ${target} ${file} + } + ui_msg "-->file: ${file}" + ui_msg "-->target: ${target}" + } + } + default { + ui_msg "aww, not python..." + } + } + } +} +fetch {error "don't finish"} Property changes on: users/pipping/Portfile ___________________________________________________________________ Name: svn:keywords + id Name: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/d6ae2c7e/attachment.html From source_changes at macosforge.org Wed May 2 08:45:21 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24743] users/pipping/Portfile Message-ID: <20070502154521.C2ED35E0096@cvs.opensource.apple.com> Revision: 24743 http://trac.macosforge.org/projects/macports/changeset/24743 Author: pipping@macports.org Date: 2007-05-02 08:45:21 -0700 (Wed, 02 May 2007) Log Message: ----------- * add check: does the target to be linked to exist Modified Paths: -------------- users/pipping/Portfile Modified: users/pipping/Portfile =================================================================== --- users/pipping/Portfile 2007-05-02 15:29:12 UTC (rev 24742) +++ users/pipping/Portfile 2007-05-02 15:45:21 UTC (rev 24743) @@ -25,13 +25,21 @@ ui_msg "-> won't touch anything but a link!" } else { delete ${file} + if {[file exists $target]} { + ln -s ${target} ${file} + } else { + ui_msg "-> target does not exist:\n ${target}" + } + } + } else { + if {[file exists $target]} { ln -s ${target} ${file} + } else { + ui_msg "-> target does not exist:\n ${target}" } - } else { - ln -s ${target} ${file} } - ui_msg "-->file: ${file}" - ui_msg "-->target: ${target}" + ui_msg "-> file:\n ${file}" + ui_msg "-> target:\n ${target}" } } default { -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/f6be603c/attachment.html From source_changes at macosforge.org Wed May 2 09:06:18 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24744] trunk/dports/editors/vim Message-ID: <20070502160618.07FB75E00B9@cvs.opensource.apple.com> Revision: 24744 http://trac.macosforge.org/projects/macports/changeset/24744 Author: pipping@macports.org Date: 2007-05-02 09:06:17 -0700 (Wed, 02 May 2007) Log Message: ----------- * bump to version 7.0.239 Modified Paths: -------------- trunk/dports/editors/vim/Portfile trunk/dports/editors/vim/files/checksums_patch Modified: trunk/dports/editors/vim/Portfile =================================================================== --- trunk/dports/editors/vim/Portfile 2007-05-02 15:45:21 UTC (rev 24743) +++ trunk/dports/editors/vim/Portfile 2007-05-02 16:06:17 UTC (rev 24744) @@ -3,7 +3,7 @@ name vim set vim_version 7.0 -set vim_patchlevel 237 +set vim_patchlevel 239 version ${vim_version}.${vim_patchlevel} revision 0 categories editors Modified: trunk/dports/editors/vim/files/checksums_patch =================================================================== --- trunk/dports/editors/vim/files/checksums_patch 2007-05-02 15:45:21 UTC (rev 24743) +++ trunk/dports/editors/vim/files/checksums_patch 2007-05-02 16:06:17 UTC (rev 24744) @@ -37,4 +37,6 @@ 7.0.234 sha1 04ebdbde0d433dbf4320fdd80554309a044ebf37 \ 7.0.235 sha1 a05d84fcf3f948fe6db3b3820ccef96b19af0978 \ 7.0.236 sha1 518eec0df0803d8d7fdf0cdef3b879cc134cef4e \ - 7.0.237 sha1 998bcee09cd29752ab0495844d92bde1455e00b9 + 7.0.237 sha1 998bcee09cd29752ab0495844d92bde1455e00b9 \ + 7.0.238 sha1 a3b41de90584a67f762f85598c50d6e25b635f5f \ + 7.0.239 sha1 3fb5b61d3c4d225fcfec107ea2df4d387bdc9461 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/474f7ad8/attachment.html From source_changes at macosforge.org Wed May 2 09:45:05 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24745] trunk/dports/lang/scala/Portfile Message-ID: <20070502164505.47FFE5E02B4@cvs.opensource.apple.com> Revision: 24745 http://trac.macosforge.org/projects/macports/changeset/24745 Author: blair@macports.org Date: 2007-05-02 09:45:04 -0700 (Wed, 02 May 2007) Log Message: ----------- New 2.5.0 RC1 release of scala. Modified Paths: -------------- trunk/dports/lang/scala/Portfile Modified: trunk/dports/lang/scala/Portfile =================================================================== --- trunk/dports/lang/scala/Portfile 2007-05-02 16:06:17 UTC (rev 24744) +++ trunk/dports/lang/scala/Portfile 2007-05-02 16:45:04 UTC (rev 24745) @@ -2,8 +2,7 @@ PortSystem 1.0 name scala -version 2.4.0 -revision 2 +version 2.4.99 categories lang java maintainers blair@orcaware.com openmaintainer@macports.org description The Scala Programming Language @@ -18,11 +17,11 @@ platforms darwin master_sites ${homepage}downloads/distrib/files/ -distname scala-${version}-final +distname scala-2.5.0-RC1 use_bzip2 yes -checksums md5 83331257a8ee0778f31c07389daad5e2 \ - sha1 49d72671ae793a1d795a6ae549a974348cba79d7 \ - rmd160 e04ca4e8ce93ecf3752bfe1f6e1a1958ccf67bed +checksums md5 cdcfedeac07797a66579bc6f0a8e5e7f \ + sha1 cc275abc20ab0c267e84dec943664f4241a4ae04 \ + rmd160 9a1fc4fa6bdfab7be2a134d3a201fc420f9c748d use_configure no build {} -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/fad27986/attachment.html From source_changes at macosforge.org Wed May 2 10:50:09 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24746] users/pipping Message-ID: <20070502175009.BBECF5E034B@cvs.opensource.apple.com> Revision: 24746 http://trac.macosforge.org/projects/macports/changeset/24746 Author: pipping@macports.org Date: 2007-05-02 10:50:09 -0700 (Wed, 02 May 2007) Log Message: ----------- * add preliminary wrapper for choosing python ports Added Paths: ----------- users/pipping/lang/ users/pipping/lang/python/ users/pipping/lang/python/Portfile Added: users/pipping/lang/python/Portfile =================================================================== --- users/pipping/lang/python/Portfile (rev 0) +++ users/pipping/lang/python/Portfile 2007-05-02 17:50:09 UTC (rev 24746) @@ -0,0 +1,82 @@ +# $Id$ + +PortSystem 1.0 +name python +version 2 +categories lang +platforms darwin + +# this ports acts as a wrapper for python2[1-5]. +distfiles +fetch { } +checksum { } +configure { } +build { } +pre-destroot { + xinstall -d ${worksrcpath} +} +destroot { + error "\n\nplease choose a version. the available versions are: \n\ + * python21 \n\ + * python22 \n\ + * python23 \n\ + * python24 \n\ + * python25" +} + +proc create_links {} { + global prefix destroot ver + foreach name {idle pydoc python pythonw} { + xinstall -d ${destroot}${prefix}/bin + ln -s \ + ${prefix}/Library/Frameworks/Python.framework/Versions/${ver}/bin/${name}${ver} \ + ${destroot}${prefix}/bin/${name} + } + ln -s \ + ${prefix}/Library/Frameworks/Python.framework/Versions/${ver}/bin/smtpd${ver}.py \ + ${destroot}${prefix}/bin/smtpd.py + ln -s \ + ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/libpython2.4.dylib \ + ${destroot}${prefix}/lib/libpython.dylib +} + +variant python21 conflicts python22 python23 python24 python25 { + global ver + set ver 2.1 + depends_run port:python[strsed ${ver} {g/\.//}] + destroot { + create_links + } +} +variant python22 conflicts python21 python23 python24 python25 { + global ver + set ver 2.2 + depends_run port:python[strsed ${ver} {g/\.//}] + destroot { + create_links + } +} +variant python23 conflicts python21 python22 python24 python25 { + global ver + set ver 2.3 + depends_run port:python[strsed ${ver} {g/\.//}] + destroot { + create_links + } +} +variant python24 conflicts python21 python22 python23 python25 { + global ver + set ver 2.4 + depends_run port:python[strsed ${ver} {g/\.//}] + destroot { + create_links + } +} +variant python25 conflicts python21 python22 python23 python24 { + global ver + set ver 2.5 + depends_run port:python[strsed ${ver} {g/\.//}] + destroot { + create_links + } +} Property changes on: users/pipping/lang/python/Portfile ___________________________________________________________________ Name: svn:keywords + id Name: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/3d4a5bc9/attachment.html From source_changes at macosforge.org Wed May 2 12:33:03 2007 From: source_changes at macosforge.org (source_changes@macosforge.org) Date: Tue Oct 9 16:33:49 2007 Subject: [24747] trunk/dports/PortIndex Message-ID: <20070502193303.E1BC55E041F@cvs.opensource.apple.com> Revision: 24747 http://trac.macosforge.org/projects/macports/changeset/24747 Author: dluke@macports.org Date: 2007-05-02 12:33:03 -0700 (Wed, 02 May 2007) Log Message: ----------- Total number of ports parsed: 3899 Ports successfully parsed: 3898 Ports failed: 1 Failed to parse file java/pulse/Portfile: can't read "PATH": no such variable Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2007-05-02 17:50:09 UTC (rev 24746) +++ trunk/dports/PortIndex 2007-05-02 19:33:03 UTC (rev 24747) @@ -111,7 +111,7 @@ iconverter 581 variants universal description {File converter for icns, gif, jpg, png, bmp, tiff.} portdir aqua/iconverter homepage http://extraneous.us/software/iconverter/about.htm epoch 0 platforms darwin name iconverter long_description {Written originally as a developer tool to create ICNS files from anything dropped on it, now it has evolved to support icns, gif, jpg, png, bmp and tiff exporting--and batch conversion. Can choose background color for file types that do not preserve transparency.} maintainers nomaintainer@macports.org categories {graphics aqua} version 0.85 revision 0 ihook 535 -variants {universal darwin_8} description {A graphical interface frontend for commandline executables} portdir aqua/ihook homepage http://rsug.itd.umich.edu/software/ihook/ epoch 0 platforms darwin name ihook long_description {iHook is a graphical frontend for any commandline executable. It gives scripts a pleasant Aqua face, and allows script writers to provide graphical feedback without having to learn one of the higher APIs available for Mac OS X.} maintainers nomaintainer@macports.org categories aqua version 1.0.3 revision 0 +variants {universal darwin_8} description {A graphical interface frontend for commandline executables} portdir aqua/ihook homepage http://rsug.itd.umich.edu/software/ihook/ epoch 0 platforms darwin name ihook long_description {iHook is a graphical frontend for any commandline executable. It gives scripts a pleasant Aqua face, and allows script writers to provide graphical feedback without having to learn one of the higher APIs available for Mac OS X.} maintainers nomaintainer@macports.org categories aqua version 1.1.0 revision 0 istumbler 604 variants {universal use_binary use_source} description {iStumbler is an Aqua GUI for finding wireless networks} portdir aqua/istumbler homepage http://www.istumbler.net/ epoch 0 platforms macosx name istumbler long_description {iStumbler is a free, open source tool for finding 802.11b & 802.11g wireless networks. iStumbler combines a compact Aqua user interface with visual feedback of signal strength and encryption. Use the +use_binary (default) variant as building from source remains problematic.} maintainers {rhwood@macports.org openmaintainer@macports.org} version 97 categories aqua revision 0 launch 619 @@ -134,8 +134,10 @@ variants universal description {A mature pixelart drawing tool for OSX} portdir aqua/pixen homepage http://www.opensword.org/Pixen/ epoch 0 platforms darwin name pixen long_description {Pixen is a mature pixelart drawing tool for OSX under the MIT License. It can be mainly used to create pixelart in Atari-Style.} maintainers nomaintainer@macports.org categories {aqua graphics} version 2 revision 0 qt3-mac 409 variants {universal mysql4 mysql5 ipv6 darwin} portdir aqua/qt3-mac description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms darwin name qt3-mac depends_lib {port:zlib port:libpng port:libmng} maintainers blair@orcaware.com long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications.} version 3.3.8 categories aqua revision 0 -radassist 513 -variants universal portdir aqua/radassist description {An Aqua wrapper for the radmind command-line clients} homepage http://rsug.itd.umich.edu/software/radmind epoch 0 platforms darwin name radassist depends_lib {{path:\${prefix}/sbin/radmind:radmind} path:/Applications/MacPorts/iHook.app:ihook} maintainers nomaintainer@macports.org long_description {The Radmind Assistant provides a point-and-click interface to create radmind loadsets and update radmind clients.} version 0.9.6rc3 categories aqua revision 2 +qt4-mac 407 +variants {universal mysql ipv6 framework examples darwin} portdir aqua/qt4-mac description {Qt Tool Kit (Native Aqua Version)} homepage http://www.trolltech.com/ epoch 0 platforms darwin name qt4-mac depends_lib lib:libz.1:zlib maintainers dinosaur@aztecfreenet.org long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications.} version 4.2.2 categories aqua revision 0 +radassist 451 +variants universal portdir aqua/radassist description {An Aqua wrapper for the radmind command-line clients} homepage http://rsug.itd.umich.edu/software/radmind epoch 0 platforms darwin name radassist depends_lib {port:radmind port:ihook} maintainers nomaintainer@macports.org long_description {The Radmind Assistant provides a point-and-click interface to create radmind loadsets and update radmind clients.} version 1.0.0 categories aqua revision 0 sloth 605 variants universal description {Program that displays a list of open files by applications} portdir aqua/sloth homepage http://sveinbjorn.vefsyn.is/sloth epoch 0 platforms darwin name sloth long_description {Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.} maintainers nomaintainer@macports.org categories {aqua sysutils} version 1.3 revision 0 tgzdrop 443 @@ -694,6 +696,8 @@ variants universal depends_build port:autoconf portdir devel/automake description {the gnu automake utility for generating Makefile.in} homepage http://www.gnu.org/software/automake/ epoch 0 platforms {darwin freebsd} depends_lib bin:perl:perl5.8 name automake maintainers mww@macports.org long_description {Automake is a tool for automatically generating Makefile.in files from files called Makefile.am. Each Makefile.am is basically a series of make variable definitions, with rules being thrown in occasionally. The generated Makefile.in files are compliant with the GNU Makefile standards.} version 1.10 categories devel revision 0 automake17 693 variants universal depends_build port:autoconf portdir devel/automake17 description {the gnu automake utility for generating Makefile.in} homepage http://www.gnu.org/software/automake/ epoch 0 platforms {darwin freebsd} depends_lib bin:perl:perl5.8 name automake17 maintainers springer.jonathan@gmail.com long_description {Automake is a tool for automatically generating Makefile.in files from files called Makefile.am. Each Makefile.am is basically a series of make variable definitions, with rules being thrown in occasionally. The generated Makefile.in files are compliant with the GNU Makefile standards. This is the compatibility version 1.7.x.} version 1.7.9 categories devel revision 1 +bakefile 524 +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 0 bazaar 772 variants {universal darwin_7} description {an improved GNU Arch client} portdir devel/bazaar homepage http://bazaar.canonical.com/ epoch 0 depends_lib {lib:libneon:neon lib:libgpgme: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 {josh-macports@root.id.au openmaintainer@macports.org} categories devel version 1.4.2 revision 1 bazaar-ng 833 @@ -771,7 +775,7 @@ cocoa-sharp 433 variants universal portdir devel/cocoa-sharp description {Cocoa bindings for the Mono .NET Development Framework} homepage http://www.go-mono.org/ epoch 0 platforms macosx name cocoa-sharp depends_lib {bin:mono:mono bin:automake:automake} maintainers nomaintainer@macports.org long_description {These are Cocoa bindings for Mono, which is an implementation of the .NET Development Framework.} version 0.2 categories devel revision 0 cogito 621 -variants universal description {Git core and cogito tools to provide a fully-distributed SCM} portdir devel/cogito homepage http://kernel.org/pub/software/scm/cogito/ epoch 0 depends_lib {port:coreutils port:zlib port:git-core} name cogito long_description {The git core, developed by Linus Torvalds, provides an extremely fast and flexible filesystem-based database designed to store directory trees with regard to their history. The cogito tools, developed by Petr Baudis, provide fully-distributed SCM (software change management) functionality.} maintainers bryan@larsen.st categories devel version 0.18.2 revision 0 +variants universal description {Git core and cogito tools to provide a fully-distributed SCM} portdir devel/cogito homepage http://kernel.org/pub/software/scm/cogito/ epoch 0 depends_lib {port:coreutils port:zlib port:git-core} name cogito long_description {The git core, developed by Linus Torvalds, provides an extremely fast and flexible filesystem-based database designed to store directory trees with regard to their history. The cogito tools, developed by Petr Baudis, provide fully-distributed SCM (software change management) functionality.} maintainers bryan@larsen.st categories devel version 0.18.2 revision 1 colordiff 436 variants universal description {Color-highlighted diff(1) output} portdir devel/colordiff homepage http://colordiff.sourceforge.net/ epoch 0 platforms darwin name colordiff long_description {The Perl script colordiff is a wrapper for diff(1) and produces the same output but with pretty 'syntax' highlighting. Colour schemes can be customized.} maintainers nomaintainer@macports.org categories {devel textproc} version 1.0.6 revision 0 commoncpp2 454 @@ -858,8 +862,8 @@ variants {universal with_svg} portdir devel/evas description {Evas is a hardware-accelerated canvas API for X11.} homepage http://www.enlightenment.org epoch 0 platforms darwin name evas depends_lib {port:eet port:glitz port:cairo port:tiff port:imlib2 port:libungif} long_description {Evas is a hardware-accelerated canvas API for X-Windows that can draw anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware are too slow.} maintainers nomaintainner@macports.org version 0.9.9.037 categories {devel x11} revision 0 eventlog 522 variants universal portdir devel/eventlog description {Replacement for syslog API providing structure to messages} homepage http://www.balabit.com/products/syslog_ng/ epoch 0 platforms darwin name eventlog depends_lib port:pkgconfig maintainers joe@macports.org long_description {The EventLog library aims to be a replacement of the simple syslog API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages.} version 0.2.5 categories devel revision 0 -expect 521 -variants universal depends_build port:tcl portdir devel/expect description {an automating and testing tool} homepage http://expect.nist.gov/ epoch 0 platforms darwin name expect maintainers nomaintainer@macports.org long_description {Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs.} version 5.43.0 categories devel revision 2 +expect 514 +variants universal depends_build port:tcl portdir devel/expect description {An automating and testing tool} homepage http://expect.nist.gov/ epoch 0 platforms darwin name expect maintainers markd@macports.org long_description {Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs.} version 5.43.0 categories devel revision 3 fbopenssl 410 variants {universal darwin} portdir devel/fbopenssl description {SPNEGO library} homepage http://modgssapache.sourceforge.net/ epoch 0 platforms darwin name fbopenssl depends_lib port:openssl maintainers nomaintainer@macports.org long_description {fbopenssl is a library of extensions to OpenSSL to support SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism).} version 0.0.4 categories devel revision 0 ffcall 399 @@ -1101,7 +1105,7 @@ liboil 379 variants {universal darwin_powerpc} description {A library of simple functions that are optimized for various CPUs.} portdir devel/liboil homepage http://liboil.freedesktop.org/ epoch 0 platforms darwin name liboil maintainers landonf@macports.org long_description {{A library of simple functions that are optimized for various CPUs.}} categories devel version 0.3.10 revision 2 libol 374 -variants {universal powerpc} description {Support library for syslog-ng.} portdir devel/libol homepage http://www.balabit.com/products/syslog_ng/ epoch 0 platforms darwin name libol long_description {libol is a library written by the author of syslog-ng, Balazs Scheidler, which is used in syslog-ng.} maintainers jd@lifehertz.com categories devel version 0.3.16 revision 0 +variants {universal powerpc} description {Support library for syslog-ng.} portdir devel/libol homepage http://www.balabit.com/products/syslog_ng/ epoch 0 platforms darwin name libol long_description {libol is a library written by the author of syslog-ng, Balazs Scheidler, which is used in syslog-ng.} maintainers jd@lifehertz.com categories devel version 0.3.18 revision 0 liboop 532 variants universal portdir devel/liboop description {low-level event loop management library} homepage http://www.liboop.org/ epoch 0 platforms darwin name liboop depends_lib {lib:libreadline:readline lib:libglib-2.0:glib2} long_description {Liboop is a low-level event loop management library for POSIX-based operating systems. It replaces the {select() loop} and allows the registration of event handlers for file and network I/O, timers and signals.} maintainers nomaintainer@macports.org version 1.0 categories devel revision 0 libopensync 773 @@ -1523,7 +1527,7 @@ vile 543 variants universal description {Vi Like Emacs} portdir editors/vile homepage http://invisible-island.net/vile/ epoch 0 platforms darwin name vile long_description {vile is a text editor which is extremely compatible with vi in terms of finger feel. in addition, it has extended capabilities in many areas, notably multi-file editing and viewing, key rebinding, real X window system support, an optional embedded perl interpreter, and robust support for non-Unix hosts.} maintainers waqar@macports.org categories editors version 9.5 revision 0 vim 555 -variants {universal athena gtk1 gtk2 motif tiny small big huge multibyte xim perl python ruby tcl cscope} portdir editors/vim description {Vi workalike with many additional features} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim depends_lib {port:gettext port:ncurses} maintainers {pipping@macports.org openmaintainer@macports.org} long_description {Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set.} version 7.0.235 categories editors revision 0 +variants {universal athena gtk1 gtk2 motif tiny small big huge multibyte xim perl python ruby tcl cscope} portdir editors/vim description {Vi workalike with many additional features} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim depends_lib {port:gettext port:ncurses} maintainers {pipping@macports.org openmaintainer@macports.org} long_description {Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set.} version 7.0.239 categories editors revision 0 vim-app 553 variants {universal macatsui guitab big huge multibyte xim perl python ruby tcl cscope darwin_i386} portdir editors/vim-app description {Vim.app is a GUI version of the famous editor vim.} homepage http://www.vim.org/ epoch 0 platforms {darwin freebsd} name vim-app depends_lib {port:gettext port:ncurses} maintainers raimue@codingfarm.de long_description {This port provides Vim.app, a GUI version of the famous editor vim. Vim is a highly configurable text editor built to enable efficient text editing.} version 7.0.224 categories editors revision 0 xemacs 555 @@ -2190,8 +2194,8 @@ variants {universal darwin aqua devel manpages threadsafe} depends_build {lib:libX11.6:XFree86 bin:doxygen:doxygen} portdir graphics/Coin description {cross platform C++ OpenGL scene graph library} homepage http://www.coin3d.org/lib/coin/ epoch 0 platforms darwin depends_lib port:simage name Coin long_description {Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.} maintainers css@macports.org version 2.4.5 categories {graphics devel} revision 0 GraphicsMagick 669 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@macports.org 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 1134 -variants {universal perl gs lcms wmf mpeg jbig jpeg2 graphviz nox11 no-plus-plus darwin_6 darwin_8} 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:libxml2} maintainers ryandesign@macports.org 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 even 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 i mage formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} version 6.3.3-10 categories {graphics devel} revision 0 +ImageMagick 1190 +variants {universal perl gs lcms wmf mpeg jbig jpeg2 graphviz nox11 no-plus-plus darwin_6 darwin_8} 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 {port:pkgconfig 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@macports.org 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 even create images from scratch. Image processing operations are available from the command line as well as through C, Ch, C++, Java, Perl, PHP, P ython, Ruby and Tcl/Tk programming interfaces. Over 90 image formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} version 6.3.3-10 categories {graphics devel} revision 0 openexr 397 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 635 @@ -2280,10 +2284,10 @@ variants universal description {GIF library using patented LZW algorithm} portdir graphics/giflib homepage http://sourceforge.net/projects/libungif/ epoch 0 platforms darwin name giflib long_description {GIF loading and saving shared library. Uses the LZW algorithm.} maintainers nomaintainer@macports.org categories graphics version 4.1.4 revision 0 gifsicle 371 portdir graphics/gifsicle variants universal description {GIF image/animation creator/editor.} name gifsicle version 1.42 categories graphics homepage http://www.lcdf.org/gifsicle/ revision 0 epoch 0 maintainers nigel@cofa.unsw.edu.au long_description {Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations.} -gimp 528 -variants universal description {GNU Image Manipulation Program} portdir graphics/gimp epoch 0 platforms darwin depends_lib {port:gtk1 port:gettext port:jpeg port:libpng port:tiff} name gimp long_description {The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.} maintainers nomaintainer@macports.org categories {graphics x11} version 1.2.5 revision 2 +gimp 710 +variants {universal enable_python with_gnome darwin_i386} portdir graphics/gimp description {The GNU Image Manipulation Program (version 2)} homepage http://www.gimp.org/ depends_run bin:gs:ghostscript epoch 0 platforms darwin name gimp depends_lib {port:aalib port:gimp-print lib:libgtk-x11-2.0:gtk2 port:lcms port:libart_lgpl port:libexif port:libmng port:libwmf port:p5-xml-parser} maintainers yves@macports.org long_description {The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.} version 2.2.14 categories graphics revision 0 gimp-dev 674 -variants {universal without_gnome} portdir graphics/gimp-dev description {The GNU Image Manipulation Program (unstable)} homepage http://www.gimp.org/ epoch 0 platforms darwin name gimp-dev depends_lib {port:aalib port:curl port:gimp-print port:libexif port:libgnomeui port:libgtkhtml port:libmng port:librsvg port:libwmf port:poppler port:py-gtk2} maintainers yves@macports.org long_description {The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.} version 2.3.15 categories graphics revision 0 +variants {universal without_gnome} portdir graphics/gimp-dev description {The GNU Image Manipulation Program (unstable)} homepage http://www.gimp.org/ epoch 0 platforms darwin name gimp-dev depends_lib {port:aalib port:curl port:gimp-print port:libexif port:libgnomeui port:libgtkhtml port:libmng port:librsvg port:libwmf port:poppler port:py-gtk2} maintainers yves@macports.org long_description {The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.} version 2.3.16 categories graphics revision 0 gimp-user-manual 535 variants {universal without_gimp} depends_build {port:pkgconfig port:docbook-xsl port:gimp2} portdir graphics/gimp-user-manual description {A multilingual user manual for the Gimp (broken).} homepage http://docs.gimp.org/ epoch 0 platforms darwin name gimp-user-manual maintainers nomaintainer@macports.org long_description {The GIMP User Manual is a newly written User Manual for the GIMP. It is written for the GIMP Help Browser, but can produce the Help pages for other mediums as well.} version 0.11 categories graphics revision 0 gimp2 712 @@ -2382,8 +2386,8 @@ variants universal portdir graphics/opencv description {Intel(R) Open Source Computer Vision Library} homepage http://www.intel.com/technology/computing/opencv/ epoch 0 platforms darwin name opencv depends_lib {port:gtk2 port:zlib port:jpeg port:libpng port:tiff} maintainers stante@gmail.com long_description {opencv is a library that is mainly aimed at real time computer vision. Some example areas would be Human-Computer Interaction (HCI), Object Identification, Segmentation and Recognition, Face Recognition, Gesture Recognition, Motion Tracking, Ego Motion, Motion Understanding, Structure From Motion (SFM), and Mobile Robotics.} version 0.9.9 categories {graphics science} revision 0 optipng 651 variants universal description {PNG file optimizer} portdir graphics/optipng homepage http://optipng.sourceforge.net/ epoch 0 platforms darwin name optipng long_description {OptiPNG is a PNG optimizer that recompresses the image files to a smaller size, without losing any information. The idea has been inspired from pngcrush (http://pmt.sourceforge.net/pngcrush), and is explained in detail in the PNG-Tech article 'A guide to PNG optimization'. The implementation is carried forward in OptiPNG, which offers a faster execution per trial, and a wider search space.} maintainers vincent-opdarw@vinc17.org categories graphics version 0.5.5 revision 0 -pgplot 750 -variants {universal x11 darwin aqt} portdir graphics/pgplot description {C/Fortran graphics library} homepage http://www.astro.caltech.edu/~tjp/pgplot/ epoch 0 platforms darwin name pgplot depends_lib {lib:libpng:libpng lib:libz:zlib bin:g77-dp-3.4:gcc34} maintainers nomaintainer@macports.org long_description {The PGPLOT Graphics Subroutine Library is a Fortran- or C-callable, device-independent graphics package for making simple scientific graphs. It is intended for making graphical images of publication quality with minimum effort on the part of the user. For most applications, the program can be device-independent, and the output can be directed to the appropriate device at run time.} version 5.2.2 categories {graphics devel} revision 3 +pgplot 770 +variants {universal darwin darwin_8_i386 x11 aqt demos} portdir graphics/pgplot description {C/Fortran graphics library} homepage http://www.astro.caltech.edu/~tjp/pgplot/ epoch 0 platforms darwin name pgplot depends_lib {lib:libpng:libpng lib:libz:zlib bin:g77-dp-3.4:gcc34} maintainers nomaintainer@macports.org long_description {The PGPLOT Graphics Subroutine Library is a Fortran- or C-callable, device-independent graphics package for making simple scientific graphs. It is intended for making graphical images of publication quality with minimum effort on the part of the user. For most applications, the program can be device-independent, and the output can be directed to the appropriate device at run time.} version 5.2.2 categories {graphics devel} revision 3 pict2pdf 374 portdir graphics/pict2pdf variants universal description {Vector-to-vector conversion of PICT files to PDF} platforms darwin name pict2pdf version 1.1 categories graphics revision 0 epoch 0 maintainers prahl@bme.ogi.edu long_description {pict2pdf converts files in Apple's PICT format to Adobe's PDF format. The conversion retains any vector information in the PICT image.} plotutils 542 @@ -3194,8 +3198,8 @@ variants {universal darwin tk mactk} 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 categories {lang ruby} revision 0 sbcl 574 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.3 revision 1 -scala 580 -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@orcaware.com openmaintainer@macports.org} categories {lang java} version 2.4.0 revision 2 +scala 581 +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@orcaware.com openmaintainer@macports.org} categories {lang java} version 2.4.99 revision 0 scheme48 492 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@macports.org categories {lang scheme} version 1.6 revision 0 scsh 582 @@ -3372,8 +3376,8 @@ variants {universal darwin_8} portdir mail/msmtp description {SMTP client that can be used as an SMTP plugin for Mutt} homepage http://msmtp.sourceforge.net/ epoch 0 platforms darwin name msmtp depends_lib {port:openssl port:gettext port:gnutls port:libgcrypt port:libgpg-error port:libgsasl port:libiconv port:libtasn1} maintainers mww@macports.org long_description {msmtp is an SMTP client that can be used as an SMTP plugin for Mutt and probably other MUAs (mail user agents). It forwards mails to an SMTP server which does the delivery. To use this program, create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail.} version 1.4.11 categories mail revision 0 mutt 757 variants {universal darwin linux pop imap ssl debug buffy compress imap-headercache nntp} description {Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc)} portdir mail/mutt homepage http://www.mutt.org/ epoch 0 platforms {darwin linux} name mutt long_description {Mutt -- {The Mongrel of Mail User Agents} (part Elm, part Pine, part mh, part slrn, part everything else) is an interactive screen-oriented mailer program that supersedes Elm, Pine, mail and mailx. Features include color support, message threading, MIME support (including RFC1522 support for encoded headers), customizable key bindings, POP3, Delivery Status Notification (DSN) support, and PGP/MIME.} maintainers nomaintainer@macports.org categories mail version 1.4.2.2 revision 0 -mutt-devel 884 -variants {universal idn pop imap ssl sasl debug buffy gnuregex cvs compress headercache qdbm gdbm db4 nntp deepif trash date_conditional xlabel checkseen smtp} portdir mail/mutt-devel description {Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc)} homepage http://www.mutt.org/ epoch 0 platforms darwin name mutt-devel depends_lib {port:gettext port:libiconv port:ncurses} maintainers nomaintainer@macports.org long_description {Mutt -- {The Mongrel of Mail User Agents} (part Elm, part Pine, part mh, part slrn, part everything else) is an interactive screen-oriented mailer program that supersedes Elm, Pine, mail and mailx. Features include color support, message threading, MIME support (including RFC1522 support for encoded headers), customizable key bindings, POP3, Delivery Status Notification (DSN) support, and PGP/MIME.} version 1.5.14 categories mail revision 1 +mutt-devel 877 +variants {universal idn pop imap ssl sasl debug buffy gnuregex cvs compress headercache qdbm gdbm db4 nntp deepif trash date_conditional xlabel checkseen smtp} portdir mail/mutt-devel description {Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc)} homepage http://www.mutt.org/ epoch 0 platforms darwin name mutt-devel depends_lib {port:gettext port:libiconv port:ncurses} maintainers olaf@foellinger.de long_description {Mutt -- {The Mongrel of Mail User Agents} (part Elm, part Pine, part mh, part slrn, part everything else) is an interactive screen-oriented mailer program that supersedes Elm, Pine, mail and mailx. Features include color support, message threading, MIME support (including RFC1522 support for encoded headers), customizable key bindings, POP3, Delivery Status Notification (DSN) support, and PGP/MIME.} version 1.5.15 categories mail revision 1 muttprint 552 variants universal portdir mail/muttprint description {pretty printing of your mails} homepage http://muttprint.sourceforge.net epoch 0 platforms darwin name muttprint depends_lib {port:p5-text-iconv port:dialog} maintainers nomaintainer@macports.org long_description {Muttprint formats the output of mail clients to a good-looking printing. It uses the typesetting system LaTeX, which is normally part of every Linux distribution and which is also available for other operating systems like *BSD and Solaris.} version 0.72d categories mail revision 0 nail 644 @@ -3661,7 +3665,7 @@ bidwatcher 657 variants universal portdir net/bidwatcher description {GTK auction management/snipe tool for eBay} homepage http://bidwatcher.sf.net/ epoch 0 platforms darwin name bidwatcher depends_lib {port:gtk1 port:gettext} maintainers nomaintainer@macports.org long_description {{Tracks your eBay listings and items that you have bid on. Allows you to track auctions that you do not own and have not bid on. Snipe tool allows you to schedule your bid to be placed seconds before the auction ends, avoiding driving the price high early in the auction's life. Prioritizes updates according to the time left in an auction.}} version 1.3.17 categories net revision 0 bind9 711 -variants {universal darwin_6 ipv6 threads} portdir net/bind9 description {Domain Name System server} homepage http://www.isc.org epoch 0 platforms {darwin freebsd sunos} name bind9 depends_lib port:openssl maintainers dluke@geeklair.net long_description {The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.} version 9.4.0 categories net revision 1 +variants {universal darwin_6 ipv6 threads} portdir net/bind9 description {Domain Name System server} homepage http://www.isc.org epoch 0 platforms {darwin freebsd sunos} name bind9 depends_lib port:openssl maintainers dluke@geeklair.net long_description {The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.} version 9.4.1 categories net revision 0 bing 541 variants universal description {Bandwidth measurement tool} portdir net/bing homepage http://www.freenix.fr/freenix/logiciels/bing.html epoch 0 platforms darwin name bing long_description {Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link.} maintainers nomaintainer@macports.org categories net version 1.0.5 revision 0 binkd 289 @@ -4082,8 +4086,8 @@ variants universal description {tunnel over ICMP} portdir net/ptunnel homepage http://www.cs.uit.no/~daniels/PingTunnel/ epoch 0 platforms darwin name ptunnel long_description {Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.} maintainers nomaintainer@macports.org categories net version 0.60 revision 0 pureftpd 1143 variants {universal darwin_6 tls nobanner french french-funny german spanish italian polish danish romanian brazilian slovak dutch korean swedish norwegian russian czech traditional-chinese simplified-chinese} description {A fast and standard-conformant FTP server} portdir net/pureftpd homepage http://pureftpd.org/ epoch 0 platforms darwin name pureftpd long_description {Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based upon Troll-FTPd. Unlike other popular FTP servers, it's designed to be secure in default configuration, has no known buffer overflow, it is really trivial to set up and it is especially designed for modern kernels. Features include chroot()ed and/or virtual chroot()ed home directories, virtual domains, built-in 'ls', anti-warez system, bounded ports for passive downloads, FXP protocol, bandwidth throttling, ratios, LDAP / MySQL / PostgreSQL-based authentication, fortune files, Apache-like log files, fast standalone mode, text / HT ML / XML real-time status report, virtual users, virtual quotas and more.} maintainers nomaintainer@macports.org categories net version 1.0.21 revision 0 -radmind 757 -variants {universal darwin} portdir net/radmind description {Remotely administer the file systems of multiple unix machines} homepage http://rsug.itd.umich.edu/software/radmind epoch 0 platforms darwin name radmind depends_lib lib:libssl.0.9:openssl maintainers nomaintainer@macports.org long_description {A suite of Unix command-line tools and a server designed to remotely administer the file systems of multiple Unix machines. At its core, radmind operates as a tripwire. It is able to detect changes