From jmpp at macports.org Sun Feb 1 00:29:16 2009 From: jmpp at macports.org (jmpp at macports.org) Date: Sun, 1 Feb 2009 00:29:16 -0800 (PST) Subject: [46233] trunk/dports/math Message-ID: <20090201082920.AE044E10DBB@beta.macosforge.org> Revision: 46233 http://trac.macports.org/changeset/46233 Author: jmpp at macports.org Date: 2009-02-01 00:29:04 -0800 (Sun, 01 Feb 2009) Log Message: ----------- New port: mapm 4.9.5, (yet another) arbitrary precision math library in C. Added Paths: ----------- trunk/dports/math/mapm/ trunk/dports/math/mapm/Portfile Added: trunk/dports/math/mapm/Portfile =================================================================== --- trunk/dports/math/mapm/Portfile (rev 0) +++ trunk/dports/math/mapm/Portfile 2009-02-01 08:29:04 UTC (rev 46233) @@ -0,0 +1,39 @@ +# $Id$ + +PortSystem 1.0 + +name mapm +version 4.9.5 +categories math science +platforms darwin +maintainers jmpp at opendarwin.org + +description A Portable Arbitrary Precision Math Library in C. +long_description MAMP is a set of functions that allow the user \ + to perform math to any level of accuracy that is desired. \ + The precision of a number is only limited by 'INT_MAX' \ + and available memory. + +homepage http://www.tc.umn.edu/~ringx004/mapm-main.html +master_sites http://www.tc.umn.edu/~ringx004 +checksums md5 a92ff86b6240f78f882661e0b1c11920 \ + sha1 99dab13404ee30e7a830204da0a66cbae265a8b5 \ + rmd160 f4e39962410ea4f9a0d85a3e07b7421e9795d6cb + +use_configure no + +worksrcdir ${name}_${version} +build.cmd make -f makefile.osx + +destroot { + copy ${worksrcpath}/m_apm.h ${destroot}${prefix}/include + copy ${worksrcpath}/libmapm.a ${destroot}${prefix}/lib + xinstall -d -m 755 ${destroot}${prefix}/share/${name} + copy ${worksrcpath}/DOCS ${destroot}${prefix}/share/${name}/ + copy ${worksrcpath}/MULTI_THREAD ${destroot}${prefix}/share/${name}/ + copy ${worksrcpath}/PI_DEMO ${destroot}${prefix}/share/${name}/ + copy ${worksrcpath}/README ${destroot}${prefix}/share/${name} + foreach prog {calc primenum validate} { + copy ${worksrcpath}/$prog ${destroot}${prefix}/bin + } +} Property changes on: trunk/dports/math/mapm/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 00:52:31 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 00:52:31 -0800 (PST) Subject: [46234] trunk/dports/PortIndex Message-ID: <20090201085232.D86D0E117BD@beta.macosforge.org> Revision: 46234 http://trac.macports.org/changeset/46234 Author: portindex at macports.org Date: 2009-02-01 00:52:30 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 08:29:04 UTC (rev 46233) +++ trunk/dports/PortIndex 2009-02-01 08:52:30 UTC (rev 46234) @@ -4458,6 +4458,8 @@ variants darwin_8 variant_desc {darwin_8 {Platform variant, do not select manually}} portdir math/libtommath description {Comprehensive, modular and portable mathematical routines} homepage http://math.libtomcrypt.com/ epoch 0 platforms darwin name libtommath maintainers mww long_description {LibTomMath provides highly optimized and portable routines for a vast majority of integer based number theoretic applications (including public key cryptography).} version 0.40 categories math revision 0 lp_solve 502 portdir math/lp_solve platforms darwin description {Linear Programming Solver} name lp_solve version 5.5.0.13 categories math homepage http://lpsolve.sourceforge.net/5.5/ revision 1 epoch 0 maintainers nomaintainer long_description {Mixed Integer Linear Programming (MILP) solver. lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models. lp_solve is written in ANSI C and can be compiled on many different platforms like Mac OS X, Linux and Windows.} +mapm 457 +portdir math/mapm platforms darwin description {A Portable Arbitrary Precision Math Library in C.} name mapm version 4.9.5 categories {math science} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html revision 0 epoch 0 maintainers jmpp at opendarwin.org long_description {MAMP is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} mathomatic 543 variants universal variant_desc {universal {Build for multiple architectures}} portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline maintainers mww long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} version 14.3.0 categories math revision 0 maxima 902 -------------- next part -------------- An HTML attachment was scrubbed... URL: From akitada at macports.org Sun Feb 1 00:53:05 2009 From: akitada at macports.org (akitada at macports.org) Date: Sun, 1 Feb 2009 00:53:05 -0800 (PST) Subject: [46235] trunk/dports/python/py25-lxml/Portfile Message-ID: <20090201085306.5AAD3E117E1@beta.macosforge.org> Revision: 46235 http://trac.macports.org/changeset/46235 Author: akitada at macports.org Date: 2009-02-01 00:53:04 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Updated to lxml-2.1.5 Modified Paths: -------------- trunk/dports/python/py25-lxml/Portfile Modified: trunk/dports/python/py25-lxml/Portfile =================================================================== --- trunk/dports/python/py25-lxml/Portfile 2009-02-01 08:52:30 UTC (rev 46234) +++ trunk/dports/python/py25-lxml/Portfile 2009-02-01 08:53:04 UTC (rev 46235) @@ -5,7 +5,7 @@ PortGroup python25 1.0 name py25-lxml -version 2.1.4 +version 2.1.5 categories python devel platforms darwin maintainers akitada openmaintainer @@ -19,9 +19,9 @@ homepage http://codespeak.net/lxml/ master_sites http://pypi.python.org/packages/source/l/lxml/ -checksums md5 05f35b81955caf502584b685a5226417 \ - sha1 c2cbccaad4c0073955e4206f378ef597881e66fb \ - rmd160 a0686da9660d9721bed3f1b0c2bf86e518938c96 +checksums md5 22567ccc6ab8ec8c90c335c810cabe11 \ + sha1 fa80e756e15bfcce3eb8551a36f950b00162190c \ + rmd160 5deff521a4c4c99e7bc1667c10789f9d45f501ed distname lxml-${version} depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From akitada at macports.org Sun Feb 1 01:16:40 2009 From: akitada at macports.org (akitada at macports.org) Date: Sun, 1 Feb 2009 01:16:40 -0800 (PST) Subject: [46236] trunk/dports/python/py25-yaml/Portfile Message-ID: <20090201091640.80132E12697@beta.macosforge.org> Revision: 46236 http://trac.macports.org/changeset/46236 Author: akitada at macports.org Date: 2009-02-01 01:16:38 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Updated PyYAML to 3.08. Modified Paths: -------------- trunk/dports/python/py25-yaml/Portfile Modified: trunk/dports/python/py25-yaml/Portfile =================================================================== --- trunk/dports/python/py25-yaml/Portfile 2009-02-01 08:53:04 UTC (rev 46235) +++ trunk/dports/python/py25-yaml/Portfile 2009-02-01 09:16:38 UTC (rev 46236) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,31 +4,31 @@ PortGroup python25 1.0 -name py25-yaml -version 3.06 -categories-append devel -maintainers akitada openmaintainer -description YAML 1.1 parser and emitter for Python +name py25-yaml +version 3.08 +categories-append devel +maintainers akitada openmaintainer +description YAML 1.1 parser and emitter for Python long_description \ PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, \ unicode input and output, low-level event-based parser and emitter API, \ high-level API for serializing and deserializing native Python objects. -platforms darwin +platforms darwin -homepage http://pyyaml.org/wiki/PyYAML -master_sites http://pyyaml.org/download/pyyaml/ -distname PyYAML-${version} +homepage http://pyyaml.org/wiki/PyYAML +master_sites http://pyyaml.org/download/pyyaml/ +distname PyYAML-${version} -checksums md5 3d3c92528f1547756c9e1d80d7d905c7 \ - sha1 c31ee801ce220a9416ac822524e785b2a2b3038c \ - rmd160 2a890f9c0ddc00a57f1204bacc1f1b12e495fe62 +checksums md5 a4163a2017fa57f448c66815511fa555 \ + sha1 5f9738b74afabcf516ce536b462cb4d18403211d \ + rmd160 fe034d73a8cdc98381099106ac8884d6b6f917d8 post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight - xinstall -m 644 -W ${worksrcpath} LICENSE README \ - ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath}/examples/yaml-highlight yaml_hl.cfg yaml_hl.py \ - ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight + xinstall -m 644 -W ${worksrcpath} LICENSE README \ + ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath}/examples/yaml-highlight yaml_hl.cfg yaml_hl.py \ + ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 01:52:35 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 01:52:35 -0800 (PST) Subject: [46237] trunk/dports/PortIndex Message-ID: <20090201095236.7FA2EE13331@beta.macosforge.org> Revision: 46237 http://trac.macports.org/changeset/46237 Author: portindex at macports.org Date: 2009-02-01 01:52:33 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 09:16:38 UTC (rev 46236) +++ trunk/dports/PortIndex 2009-02-01 09:52:33 UTC (rev 46237) @@ -7819,7 +7819,7 @@ py25-logilab-common 412 description {A number of modules used by various projects from Logilab} portdir python/py25-logilab-common homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python25 name py25-logilab-common maintainers {stechert at macports.org openmaintainer} long_description {{A number of modules used by various projects from Logilab}} categories python version 0.36.0 revision 0 py25-lxml 638 -description {Powerful and Pythonic XML processing library} portdir python/py25-lxml homepage http://codespeak.net/lxml/ epoch 0 platforms darwin depends_lib {port:python25 port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib} name py25-lxml maintainers {akitada openmaintainer} long_description {lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.} categories {python devel} version 2.1.4 revision 0 +description {Powerful and Pythonic XML processing library} portdir python/py25-lxml homepage http://codespeak.net/lxml/ epoch 0 platforms darwin depends_lib {port:python25 port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib} name py25-lxml maintainers {akitada openmaintainer} long_description {lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.} categories {python devel} version 2.1.5 revision 0 py25-macholib 676 description {Mach-O header analysis and editing} portdir python/py25-macholib homepage http://undefined.org/python/#macholib epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-macholib maintainers {jmr openmaintainer} long_description {macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.} categories {python devel} version 1.1 revision 0 py25-macholib-devel 680 @@ -8041,7 +8041,7 @@ py25-xmpppy 355 description {python library providing easy scripting with jabber} portdir python/py25-xmpppy homepage http://xmpppy.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-xmpppy maintainers gboyce at macports.org long_description {{python library providing easy scripting with jabber}} categories {python net} version 0.4.1 revision 1 py25-yaml 506 -description {YAML 1.1 parser and emitter for Python} portdir python/py25-yaml homepage http://pyyaml.org/wiki/PyYAML epoch 0 platforms darwin depends_lib port:python25 name py25-yaml maintainers {akitada openmaintainer} long_description {PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.} categories {python devel} version 3.06 revision 0 +description {YAML 1.1 parser and emitter for Python} portdir python/py25-yaml homepage http://pyyaml.org/wiki/PyYAML epoch 0 platforms darwin depends_lib port:python25 name py25-yaml maintainers {akitada openmaintainer} long_description {PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.} categories {python devel} version 3.08 revision 0 py25-yum-metadata-parser 453 depends_build port:pkgconfig portdir python/py25-yum-metadata-parser description {Yum metadata parser} homepage http://linux.duke.edu/projects/yum/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-sqlite3 port:glib2 port:libxml2 port:sqlite3} name py25-yum-metadata-parser maintainers afb at macports.org long_description {C-based metadata parser to quickly parse xml metadata into sqlite databases} categories python version 1.1.2 revision 0 py25-zlib 309 -------------- next part -------------- An HTML attachment was scrubbed... URL: From akitada at macports.org Sun Feb 1 02:11:39 2009 From: akitada at macports.org (akitada at macports.org) Date: Sun, 1 Feb 2009 02:11:39 -0800 (PST) Subject: [46238] trunk/dports/python/py25-yaml/Portfile Message-ID: <20090201101139.5D9A2E145E8@beta.macosforge.org> Revision: 46238 http://trac.macports.org/changeset/46238 Author: akitada at macports.org Date: 2009-02-01 02:11:37 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Fixed #17965: Added libyaml variant to py25-yaml. Modified Paths: -------------- trunk/dports/python/py25-yaml/Portfile Modified: trunk/dports/python/py25-yaml/Portfile =================================================================== --- trunk/dports/python/py25-yaml/Portfile 2009-02-01 09:52:33 UTC (rev 46237) +++ trunk/dports/python/py25-yaml/Portfile 2009-02-01 10:11:37 UTC (rev 46238) @@ -6,6 +6,7 @@ name py25-yaml version 3.08 +revision 1 categories-append devel maintainers akitada openmaintainer description YAML 1.1 parser and emitter for Python @@ -24,6 +25,16 @@ sha1 5f9738b74afabcf516ce536b462cb4d18403211d \ rmd160 fe034d73a8cdc98381099106ac8884d6b6f917d8 +variant libyaml description {Enable LibYAML bindings} { + depends_lib-append port:libyaml \ + port:py25-pyrex + patchfiles patch-setup.py +} + +post-patch { + reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py +} + post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples -------------- next part -------------- An HTML attachment was scrubbed... URL: From akitada at macports.org Sun Feb 1 02:13:54 2009 From: akitada at macports.org (akitada at macports.org) Date: Sun, 1 Feb 2009 02:13:54 -0800 (PST) Subject: [46239] trunk/dports/python/py25-yaml Message-ID: <20090201101354.82A3FE14650@beta.macosforge.org> Revision: 46239 http://trac.macports.org/changeset/46239 Author: akitada at macports.org Date: 2009-02-01 02:13:54 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Added patch to setup.py Added Paths: ----------- trunk/dports/python/py25-yaml/files/ trunk/dports/python/py25-yaml/files/patch-setup.py Added: trunk/dports/python/py25-yaml/files/patch-setup.py =================================================================== --- trunk/dports/python/py25-yaml/files/patch-setup.py (rev 0) +++ trunk/dports/python/py25-yaml/files/patch-setup.py 2009-02-01 10:13:54 UTC (rev 46239) @@ -0,0 +1,11 @@ +--- setup.py.orig 2009-02-01 19:01:52.000000000 +0900 ++++ setup.py 2009-02-01 19:02:20.000000000 +0900 +@@ -332,6 +332,8 @@ + ext_modules=[ + Extension('_yaml', ['ext/_yaml.pyx'], + 'libyaml', "LibYAML bindings", LIBYAML_CHECK, ++ include_dirs=['__PREFIX__/include'], ++ library_dirs=['__PREFIX__/lib'], + libraries=['yaml']), + ], + -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 02:51:08 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 02:51:08 -0800 (PST) Subject: [46240] trunk/dports/lang/pure Message-ID: <20090201105108.EDD11E15186@beta.macosforge.org> Revision: 46240 http://trac.macports.org/changeset/46240 Author: ryandesign at macports.org Date: 2009-02-01 02:51:06 -0800 (Sun, 01 Feb 2009) Log Message: ----------- pure: * update to 0.17; all tests passed (on Tiger/Intel) * make the manpage symlink relative so MacPorts base properly replaces it when it compresses the manpage; see #18294 Modified Paths: -------------- trunk/dports/lang/pure/Portfile Added Paths: ----------- trunk/dports/lang/pure/files/ trunk/dports/lang/pure/files/patch-Makefile.in.diff Modified: trunk/dports/lang/pure/Portfile =================================================================== --- trunk/dports/lang/pure/Portfile 2009-02-01 10:13:54 UTC (rev 46239) +++ trunk/dports/lang/pure/Portfile 2009-02-01 10:51:06 UTC (rev 46240) @@ -3,7 +3,7 @@ PortSystem 1.0 name pure -version 0.16 +version 0.17 categories lang platforms darwin maintainers ryandesign @@ -24,9 +24,9 @@ hence programs run blazingly fast and interfacing to C modules is easy. checksums \ - md5 139c275497d8d4fb3d2810fad641ae04 \ - sha1 2f9add1b3da02e001f356d736644cd9549281782 \ - rmd160 e09182766d3153f822f66cf9d7f6f2933384872b + md5 1921bd096025b6f2d8e9d9419a81496b \ + sha1 9cf9f9ca3c382f2c0eb2b928f7fc6ec620c8e346 \ + rmd160 2365ac33bac00d7de416c8905b49e1276c704b25 depends_lib \ port:gmp \ @@ -36,6 +36,9 @@ path:bin/llvm-config:llvm \ port:readline +patchfiles \ + patch-Makefile.in.diff + configure.args \ --enable-gsl Added: trunk/dports/lang/pure/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/lang/pure/files/patch-Makefile.in.diff (rev 0) +++ trunk/dports/lang/pure/files/patch-Makefile.in.diff 2009-02-01 10:51:06 UTC (rev 46240) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-01-23 04:13:20.000000000 -0600 ++++ Makefile.in 2009-02-01 04:45:09.000000000 -0600 +@@ -232,7 +232,7 @@ + for x in $(srcdir)/lib/*.pure; do $(INSTALL) -m 644 $$x $(DESTDIR)$(libdir)/pure-$(version); done + ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure + $(INSTALL) -m 644 $(srcdir)/pure.1 $(DESTDIR)$(man1dir)/pure-$(version).1 +- ln -sf $(man1dir)/pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1 ++ ln -sf pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1 + + uninstall: + rm -rf $(addprefix $(DESTDIR), $(bindir)/pure$(EXE) $(bindir)/pure-$(version)$(EXE) $(libdir)/$(libpurelnk) $(libdir)/$(libpure) $(includedir)/pure $(includedir)/pure-$(version) $(libdir)/pure $(libdir)/pure-$(version) $(man1dir)/pure.1 $(man1dir)/pure-$(version).1) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 02:52:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 02:52:11 -0800 (PST) Subject: [46241] trunk/dports/PortIndex Message-ID: <20090201105211.E35B1E151FD@beta.macosforge.org> Revision: 46241 http://trac.macports.org/changeset/46241 Author: portindex at macports.org Date: 2009-02-01 02:52:10 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 10:51:06 UTC (rev 46240) +++ trunk/dports/PortIndex 2009-02-01 10:52:10 UTC (rev 46241) @@ -8040,8 +8040,8 @@ description {XML Tools for Python} portdir python/py25-xml homepage http://pyxml.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:expat} name py25-xml maintainers ryanwilcox at mac.com long_description {A package of all the tools required for writing basic XML applications in Python.} categories {python devel textproc} version 0.8.4 revision 0 py25-xmpppy 355 description {python library providing easy scripting with jabber} portdir python/py25-xmpppy homepage http://xmpppy.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-xmpppy maintainers gboyce at macports.org long_description {{python library providing easy scripting with jabber}} categories {python net} version 0.4.1 revision 1 -py25-yaml 506 -description {YAML 1.1 parser and emitter for Python} portdir python/py25-yaml homepage http://pyyaml.org/wiki/PyYAML epoch 0 platforms darwin depends_lib port:python25 name py25-yaml maintainers {akitada openmaintainer} long_description {PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.} categories {python devel} version 3.08 revision 0 +py25-yaml 572 +variants libyaml variant_desc {libyaml {Enable LibYAML bindings}} portdir python/py25-yaml description {YAML 1.1 parser and emitter for Python} homepage http://pyyaml.org/wiki/PyYAML epoch 0 platforms darwin depends_lib port:python25 name py25-yaml maintainers {akitada openmaintainer} long_description {PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.} categories {python devel} version 3.08 revision 1 py25-yum-metadata-parser 453 depends_build port:pkgconfig portdir python/py25-yum-metadata-parser description {Yum metadata parser} homepage http://linux.duke.edu/projects/yum/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-sqlite3 port:glib2 port:libxml2 port:sqlite3} name py25-yum-metadata-parser maintainers afb at macports.org long_description {C-based metadata parser to quickly parse xml metadata into sqlite databases} categories python version 1.1.2 revision 0 py25-zlib 309 -------------- next part -------------- An HTML attachment was scrubbed... URL: From akitada at macports.org Sun Feb 1 03:17:56 2009 From: akitada at macports.org (akitada at macports.org) Date: Sun, 1 Feb 2009 03:17:56 -0800 (PST) Subject: [46242] trunk/dports/devel/libyaml/Portfile Message-ID: <20090201111757.4AC63E15C9E@beta.macosforge.org> Revision: 46242 http://trac.macports.org/changeset/46242 Author: akitada at macports.org Date: 2009-02-01 03:17:54 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Updated libyaml to 0.1.2. Modified Paths: -------------- trunk/dports/devel/libyaml/Portfile Modified: trunk/dports/devel/libyaml/Portfile =================================================================== --- trunk/dports/devel/libyaml/Portfile 2009-02-01 10:52:10 UTC (rev 46241) +++ trunk/dports/devel/libyaml/Portfile 2009-02-01 11:17:54 UTC (rev 46242) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,6 +4,6 @@ name libyaml -version 0.1.1 -maintainers erickt at macports.org openmaintainer +version 0.1.2 +maintainers erickt openmaintainer categories devel platforms darwin @@ -15,6 +16,6 @@ master_sites http://pyyaml.org/download/libyaml distname yaml-${version} -checksums md5 a4768462c6ef53a7e0f68248aa3bda15 \ - sha1 9215223c6c947182725882e6b7509e9f61e4313b \ - rmd160 cd6d6a96b0564dcc5a643bc5bf120f2f0a4cd9f7 +checksums md5 f6c9b5c2b0f6919abd79f5fd059b01dc \ + sha1 db151c273474bb0b76b17974e7625d094c8cce53 \ + rmd160 7da49975832132205efa0a96e1789e48ac341115 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 03:27:44 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 03:27:44 -0800 (PST) Subject: [46243] trunk/dports/lang/pure-devel Message-ID: <20090201112744.64BDEE1620B@beta.macosforge.org> Revision: 46243 http://trac.macports.org/changeset/46243 Author: ryandesign at macports.org Date: 2009-02-01 03:27:43 -0800 (Sun, 01 Feb 2009) Log Message: ----------- pure-devel: * update to 0.17 713; all tests passed (on Tiger/Intel) * copy patch from pure r46240: make the manpage symlink relative so MacPorts base properly replaces it when it compresses the manpage; see #18294 Modified Paths: -------------- trunk/dports/lang/pure-devel/Portfile Added Paths: ----------- trunk/dports/lang/pure-devel/files/ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff Modified: trunk/dports/lang/pure-devel/Portfile =================================================================== --- trunk/dports/lang/pure-devel/Portfile 2009-02-01 11:17:54 UTC (rev 46242) +++ trunk/dports/lang/pure-devel/Portfile 2009-02-01 11:27:43 UTC (rev 46243) @@ -3,7 +3,7 @@ PortSystem 1.0 name pure-devel -version 0.16.0.r587 +version 0.17.0.r713 categories lang platforms darwin maintainers ryandesign @@ -43,6 +43,9 @@ path:bin/llvm-config:llvm \ port:readline +patchfiles \ + patch-Makefile.in.diff + configure.args \ --enable-gsl Copied: trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff (from rev 46241, trunk/dports/lang/pure/files/patch-Makefile.in.diff) =================================================================== --- trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff (rev 0) +++ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff 2009-02-01 11:27:43 UTC (rev 46243) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-01-23 04:13:20.000000000 -0600 ++++ Makefile.in 2009-02-01 04:45:09.000000000 -0600 +@@ -232,7 +232,7 @@ + for x in $(srcdir)/lib/*.pure; do $(INSTALL) -m 644 $$x $(DESTDIR)$(libdir)/pure-$(version); done + ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure + $(INSTALL) -m 644 $(srcdir)/pure.1 $(DESTDIR)$(man1dir)/pure-$(version).1 +- ln -sf $(man1dir)/pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1 ++ ln -sf pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1 + + uninstall: + rm -rf $(addprefix $(DESTDIR), $(bindir)/pure$(EXE) $(bindir)/pure-$(version)$(EXE) $(libdir)/$(libpurelnk) $(libdir)/$(libpure) $(includedir)/pure $(includedir)/pure-$(version) $(libdir)/pure $(libdir)/pure-$(version) $(man1dir)/pure.1 $(man1dir)/pure-$(version).1) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 03:31:45 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 03:31:45 -0800 (PST) Subject: [46244] trunk/dports/tex/texlive_base Message-ID: <20090201113145.43384E16471@beta.macosforge.org> Revision: 46244 http://trac.macports.org/changeset/46244 Author: ryandesign at macports.org Date: 2009-02-01 03:31:44 -0800 (Sun, 01 Feb 2009) Log Message: ----------- texlive_base: fix build failure on Tiger; see #18166 Modified Paths: -------------- trunk/dports/tex/texlive_base/Portfile Added Paths: ----------- trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff Modified: trunk/dports/tex/texlive_base/Portfile =================================================================== --- trunk/dports/tex/texlive_base/Portfile 2009-02-01 11:27:43 UTC (rev 46243) +++ trunk/dports/tex/texlive_base/Portfile 2009-02-01 11:31:44 UTC (rev 46244) @@ -4,7 +4,7 @@ name texlive_base version 2007 -revision 5 +revision 6 categories tex maintainers milosh openmaintainer description TeX Live Binaries. @@ -118,6 +118,7 @@ patch-texk_web2c_xetexdir_xetex_h\ patch-texk_web2c_xetexdir_xetex_mk\ patch-texk_xdv2pdf_Makefile_in\ + patch-texk_xdvik_configure.diff\ patch-texk_xdvik_Makefile_in\ patch-texk_xdvipdfmx_src_tt_cmap_c\ patch-utils_dialog_Makefile_in\ Added: trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff =================================================================== --- trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff (rev 0) +++ trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff 2009-02-01 11:31:44 UTC (rev 46244) @@ -0,0 +1,38 @@ +--- texk/xdvik/configure.orig~ 2009-01-26 08:10:11.000000000 -0700 ++++ texk/xdvik/configure 2009-01-26 08:11:30.000000000 -0700 +@@ -4222,7 +4222,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lt1 -lz -lm $LIBS" ++LIBS="-lt1 -lz -lc -lm $LIBS" + cat > conftest.$ac_ext <= v 5.0.0 ""... $ac_c" 1>&6 + echo "configure:4266: checking whether installed T1 lib is >= v 5.0.0 " >&5 +@@ -5978,7 +5978,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lm $LIBS" ++LIBS="-lc -lm $LIBS" + cat > conftest.$ac_ext <&6 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 03:42:13 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 03:42:13 -0800 (PST) Subject: [46245] trunk/dports/tex/texlive_base/Portfile Message-ID: <20090201114214.215B6E1686A@beta.macosforge.org> Revision: 46245 http://trac.macports.org/changeset/46245 Author: ryandesign at macports.org Date: 2009-02-01 03:42:13 -0800 (Sun, 01 Feb 2009) Log Message: ----------- texlive_base: explicitly disable parallel build because it doesn't seem to work; see #18303 Modified Paths: -------------- trunk/dports/tex/texlive_base/Portfile Modified: trunk/dports/tex/texlive_base/Portfile =================================================================== --- trunk/dports/tex/texlive_base/Portfile 2009-02-01 11:31:44 UTC (rev 46244) +++ trunk/dports/tex/texlive_base/Portfile 2009-02-01 11:42:13 UTC (rev 46245) @@ -26,6 +26,9 @@ # Bug #17555 universal_variant no +# Bug #18303 +use_parallel_build no + checksums md5 db006e9f0f63e9be72bd5c45d07905f6 \ sha1 f6f0192c200473c361aedfa8d34691a99e4f7065 depends_lib port:freetype port:fontconfig port:ncurses port:zlib \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 03:52:33 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 03:52:33 -0800 (PST) Subject: [46246] trunk/dports/PortIndex Message-ID: <20090201115234.557C5E16D78@beta.macosforge.org> Revision: 46246 http://trac.macports.org/changeset/46246 Author: portindex at macports.org Date: 2009-02-01 03:52:32 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 11:42:13 UTC (rev 46245) +++ trunk/dports/PortIndex 2009-02-01 11:52:32 UTC (rev 46246) @@ -1516,8 +1516,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/libusb description {Library providing access to USB devices} homepage http://libusb.sourceforge.net/ epoch 0 platforms darwin name libusb maintainers rwilcox at wilcoxd.com long_description {A library originally developed under Linux to give userland programs an API to access to USB hardware.} version 0.1.12 categories devel revision 1 libut 561 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/libut description {library for writing Unix servers or daemon processes} homepage http://libut.sourceforge.net/ epoch 0 platforms darwin name libut maintainers nomaintainer long_description {libut is a C library for writing Unix servers or daemon processes. It invokes callbacks for I/O, signals, or timer activity. It supports logging, profiling, configuration, and runtime administration through an interactive control port.} version 2.0 categories devel revision 0 -libyaml 400 -variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/libyaml description {A YAML Parser.} homepage http://pyyaml.org epoch 0 platforms darwin name libyaml maintainers {erickt at macports.org openmaintainer} long_description {LibYAML is a YAML 1.1 parser and emitter written in C. It is in an early stage of development.} version 0.1.1 categories devel revision 0 +libyaml 387 +variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/libyaml description {A YAML Parser.} homepage http://pyyaml.org epoch 0 platforms darwin name libyaml maintainers {erickt openmaintainer} long_description {LibYAML is a YAML 1.1 parser and emitter written in C. It is in an early stage of development.} version 0.1.2 categories devel revision 0 lightning 615 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/lightning description {Generates assembly language code at run-time} homepage http://www.gnu.org/software/lightning/ epoch 0 platforms darwin name lightning maintainers nomaintainer long_description {GNU lightning is a library that generates assembly language code at run-time. It is very fast, making it ideal for Just-In-Time compilers, and it a bstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.} version 1.2 categories devel revision 1 linc 664 @@ -4019,9 +4019,9 @@ prothon 777 variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir lang/prothon description {industrial-strength alternative to Python and Self} homepage http://prothon.org/ epoch 0 platforms darwin name prothon depends_lib {port:boost port:sqlite2 port:apr port:expat port:libiconv port:db44} maintainers nomaintainer long_description {Prothon is a fresh new language that gets rid of classes altogether in the same way that Self does and regains the original practical and fun sensibility of Python. This major improvement plus many minor ones make for a clean new revolutionary break in language development. Prothon is quite simple and yet offers the power of Python and Self.} categories lang version 0.1.2-b711 revision 1 pure 923 -variants universal variant_desc {universal {Build for multiple architectures}} portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} version 0.16 categories lang revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} version 0.17 categories lang revision 0 pure-devel 998 -variants universal depends_build {bin:svn:subversion port:bison port:flex} variant_desc {universal {Build for multiple architectures}} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} categories lang version 0.16.0.r587 re vision 0 +variants universal depends_build {bin:svn:subversion port:bison port:flex} variant_desc {universal {Build for multiple architectures}} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} categories lang version 0.17.0.r713 re vision 0 pyobfuscate 452 description {python source code obfuscator} portdir lang/pyobfuscate homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python24 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} version 0.3 categories {lang python} revision 0 python-mode.el 719 @@ -9361,7 +9361,7 @@ texlive 681 variants {letter doc} variant_desc {letter {Set paper format to letter} doc {Build docs}} portdir tex/texlive description {TeX Live is a TeX distribution} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive depends_lib port:texlive_base maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 6 texlive_base 783 -depends_build path:bin/perl:perl5 portdir tex/texlive_base description {TeX Live Binaries.} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive_base depends_lib {port:freetype port:fontconfig port:ncurses port:zlib port:libpng port:texinfo port:texi2html port:ghostscript port:xorg-libs port:texlive_texmf-minimal port:texlive_texmf-full} maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 5 +depends_build path:bin/perl:perl5 portdir tex/texlive_base description {TeX Live Binaries.} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive_base depends_lib {port:freetype port:fontconfig port:ncurses port:zlib port:libpng port:texinfo port:texi2html port:ghostscript port:xorg-libs port:texlive_texmf-minimal port:texlive_texmf-full} maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 6 texlive_texmf-docs 599 description {Docs for texlive} portdir tex/texlive_texmf-docs homepage http://www.tug.org/texlive/ epoch 0 depends_run port:texlive_base platforms darwin name texlive_texmf-docs maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 0 texlive_texmf-full 580 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwa at macports.org Sun Feb 1 05:34:04 2009 From: jwa at macports.org (jwa at macports.org) Date: Sun, 1 Feb 2009 05:34:04 -0800 (PST) Subject: [46247] trunk/dports/devel/swig/Portfile Message-ID: <20090201133406.02788E191FA@beta.macosforge.org> Revision: 46247 http://trac.macports.org/changeset/46247 Author: jwa at macports.org Date: 2009-02-01 05:33:56 -0800 (Sun, 01 Feb 2009) Log Message: ----------- version bump to 1.3.38 Modified Paths: -------------- trunk/dports/devel/swig/Portfile Modified: trunk/dports/devel/swig/Portfile =================================================================== --- trunk/dports/devel/swig/Portfile 2009-02-01 11:52:32 UTC (rev 46246) +++ trunk/dports/devel/swig/Portfile 2009-02-01 13:33:56 UTC (rev 46247) @@ -3,7 +3,7 @@ PortSystem 1.0 name swig -version 1.3.37 +version 1.3.38 categories devel maintainers kevin jwa @@ -23,9 +23,9 @@ homepage http://www.swig.org/ platforms darwin master_sites sourceforge -checksums md5 1d9dc727cf957e86e115a68ce893d5e5 \ - sha1 a6277342b2da630a8b619931d7e17c19bc8e1d51 \ - rmd160 07cd3f6a0cc066532f81439bbfaf9e44273a7721 +checksums md5 650c774917be49c526a4f8a3e733c898 \ + sha1 fc3759f1671bf55e14ee7ec178e1b08033a3160c \ + rmd160 4bca6975c1011a96a3eeff84f3ac539f2a91bedc depends_build port:bison \ port:gsed -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 05:52:35 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 05:52:35 -0800 (PST) Subject: [46248] trunk/dports/PortIndex Message-ID: <20090201135237.4DF61E194B6@beta.macosforge.org> Revision: 46248 http://trac.macports.org/changeset/46248 Author: portindex at macports.org Date: 2009-02-01 05:52:35 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 13:33:56 UTC (rev 46247) +++ trunk/dports/PortIndex 2009-02-01 13:52:35 UTC (rev 46248) @@ -1821,7 +1821,7 @@ svndumptool 805 description {tool for processing Subversion dumpfiles} portdir devel/svndumptool homepage http://svn.borg.ch/svndumptool/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-hashlib} name svndumptool maintainers ryandesign long_description {With svndumptool you can check dumpfiles for {correctness;} fix some broken dumpfiles including those made by {cvs2svn;} show differences between {dumpfiles;} edit files inside dumpfiles including replacing their contents or fixing their end-of-line {style;} export files from {dumpfiles;} split and join {dumpfiles;} merge dumpfiles interleaved so that revisions remain in chronological {order;} show {logs;} list files of given {revisions;} and transform revision and node properties with regular expressions} categories devel version 0.5.0 revision 2 swig 1160 -variants {doc python perl gcj guile mzscheme ruby php5 ocaml pike lua chicken allegro clisp r tcl csharp octave universal} depends_build {port:bison port:gsed} variant_desc {doc {Install extra documentation} universal {Build for multiple architectures}} portdir devel/swig description {Tool to wrap C/C++ libraries in high-level languages.} homepage http://www.swig.org/ epoch 0 platforms darwin depends_lib {port:python_select path:bin/perl:perl5 port:ruby port:php5} name swig maintainers {kevin jwa} long_description {SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported languages also includes non-scripting languages such as Java and OCAML. SWIG is most commonly used to create high-level interpreted programming environments, user interfaces, and as a tool for te sting and prototyping C/C++ software. SWIG may be freely used, distributed, and modified for commercial and noncommercial use.} categories devel version 1.3.37 revision 0 +variants {doc python perl gcj guile mzscheme ruby php5 ocaml pike lua chicken allegro clisp r tcl csharp octave universal} depends_build {port:bison port:gsed} variant_desc {doc {Install extra documentation} universal {Build for multiple architectures}} portdir devel/swig description {Tool to wrap C/C++ libraries in high-level languages.} homepage http://www.swig.org/ epoch 0 platforms darwin depends_lib {port:python_select path:bin/perl:perl5 port:ruby port:php5} name swig maintainers {kevin jwa} long_description {SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported languages also includes non-scripting languages such as Java and OCAML. SWIG is most commonly used to create high-level interpreted programming environments, user interfaces, and as a tool for te sting and prototyping C/C++ software. SWIG may be freely used, distributed, and modified for commercial and noncommercial use.} categories devel version 1.3.38 revision 0 t1lib 819 variants {x11 psdoc universal} depends_build path:bin/glibtool:libtool variant_desc {x11 {use the X Window System} psdoc {build and install the postscript documentation} universal {Build for multiple architectures}} portdir devel/t1lib description {Library for generating glyphs from Type 1 fonts} homepage ftp://metalab.unc.edu/pub/Linux/libs/graphics/ epoch 0 platforms darwin name t1lib maintainers nomaintainer long_description {t1lib is a library distributed under the GNU General Public Library License for generating character- and string-glyphs from Adobe Type 1 fonts under UNIX. t1lib uses most of the code of the X11 rasterizer donated by IBM to the X11-project. But some disadvantages of the rasterizer being included in X11 have been eliminated.} version 5.1.2 categories {devel graphics fonts} revision 1 tailor 500 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Sun Feb 1 07:48:56 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Sun, 1 Feb 2009 07:48:56 -0800 (PST) Subject: [46249] trunk/dports/editors/emacs/Portfile Message-ID: <20090201154856.6DC07E19FB8@beta.macosforge.org> Revision: 46249 http://trac.macports.org/changeset/46249 Author: mcalhoun at macports.org Date: 2009-02-01 07:48:54 -0800 (Sun, 01 Feb 2009) Log Message: ----------- emacs: The emacs configure script tests for X11 using -lX11 but does not append any new search directories. If the MacPorts X11 and system X11 are both installed, the MacPorts X11 should take precedence since -L${prefix}/lib is before -L${x11prefix}/lib. Fixes #18240 (maintainer timeout). Modified Paths: -------------- trunk/dports/editors/emacs/Portfile Modified: trunk/dports/editors/emacs/Portfile =================================================================== --- trunk/dports/editors/emacs/Portfile 2009-02-01 13:52:35 UTC (rev 46248) +++ trunk/dports/editors/emacs/Portfile 2009-02-01 15:48:54 UTC (rev 46249) @@ -60,6 +60,8 @@ lib:libtiff:tiff \ path:include/gif_lib.h:giflib \ lib:libpng:libpng + + configure.ldflags-append -L${x11prefix}/lib } variant motif requires x11 description {Builds emacs as an X11 program with Motif widgets} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Sun Feb 1 08:05:39 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Sun, 1 Feb 2009 08:05:39 -0800 (PST) Subject: [46250] trunk/dports/lang/python25/Portfile Message-ID: <20090201160539.E1F03E1A174@beta.macosforge.org> Revision: 46250 http://trac.macports.org/changeset/46250 Author: mcalhoun at macports.org Date: 2009-02-01 08:05:37 -0800 (Sun, 01 Feb 2009) Log Message: ----------- python25: Ensure configure.cc is always used. Fixes #18060 (maintainer timeout). Modified Paths: -------------- trunk/dports/lang/python25/Portfile Modified: trunk/dports/lang/python25/Portfile =================================================================== --- trunk/dports/lang/python25/Portfile 2009-02-01 15:48:54 UTC (rev 46249) +++ trunk/dports/lang/python25/Portfile 2009-02-01 16:05:37 UTC (rev 46250) @@ -66,6 +66,10 @@ destroot.target frameworkinstall maninstall +# ensure that correct compiler is used +build.args-append MAKE="${build.cmd} CC=${configure.cc}" +destroot.args-append MAKE="${destroot.cmd} CC=${configure.cc}" + platform macosx { post-destroot { set framewpath ${frameworks_dir}/Python.framework -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Sun Feb 1 08:50:09 2009 From: devans at macports.org (devans at macports.org) Date: Sun, 1 Feb 2009 08:50:09 -0800 (PST) Subject: [46251] trunk/dports/audio/libsamplerate/Portfile Message-ID: <20090201165010.9A75CE1A83C@beta.macosforge.org> Revision: 46251 http://trac.macports.org/changeset/46251 Author: devans at macports.org Date: 2009-02-01 08:50:07 -0800 (Sun, 01 Feb 2009) Log Message: ----------- libsamplerate: update to version 0.1.6. Closes #18299. Modified Paths: -------------- trunk/dports/audio/libsamplerate/Portfile Modified: trunk/dports/audio/libsamplerate/Portfile =================================================================== --- trunk/dports/audio/libsamplerate/Portfile 2009-02-01 16:05:37 UTC (rev 46250) +++ trunk/dports/audio/libsamplerate/Portfile 2009-02-01 16:50:07 UTC (rev 46251) @@ -3,7 +3,7 @@ PortSystem 1.0 name libsamplerate -version 0.1.4 +version 0.1.6 categories audio maintainers boeyms openmaintainer description libsamplerate (also known as Secret Rabbit Code) is a library \ @@ -13,7 +13,7 @@ platforms darwin use_parallel_build yes master_sites ${homepage} -checksums md5 f6fafd5d4971a2442352c72bc3598cbd \ - sha1 47837f4ab5f3655f3d59ce2dc9bcf032826e52e8 \ - rmd160 88fa0cef37a1dc8b8ca4d656dc5ac1ed82560c49 +checksums md5 4ccc22b21f469aac672dda8eb1320ea4 \ + sha1 0ab8e2864c65ba16204b48bd367c2a3c307e574d \ + rmd160 8aac6bfa3473b5107d6045b54b99cdddfb24c5f6 depends_lib port:pkgconfig port:fftw-3 port:libsndfile -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Sun Feb 1 09:17:06 2009 From: devans at macports.org (devans at macports.org) Date: Sun, 1 Feb 2009 09:17:06 -0800 (PST) Subject: [46252] trunk/dports/multimedia/ffmpeg-devel Message-ID: <20090201171707.8683FE1A9E5@beta.macosforge.org> Revision: 46252 http://trac.macports.org/changeset/46252 Author: devans at macports.org Date: 2009-02-01 09:17:05 -0800 (Sun, 01 Feb 2009) Log Message: ----------- ffmpeg-devel: per email request from jmpoure, update to svn rev 16844, libswscale svn rev 28362, minor cosmetic changes. Revision Links: -------------- http://trac.macports.org/changeset/16844 http://trac.macports.org/changeset/28362 Modified Paths: -------------- trunk/dports/multimedia/ffmpeg-devel/Portfile trunk/dports/multimedia/ffmpeg-devel/files/patch-libavfilter-avfilter.h.diff Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile =================================================================== --- trunk/dports/multimedia/ffmpeg-devel/Portfile 2009-02-01 16:50:07 UTC (rev 46251) +++ trunk/dports/multimedia/ffmpeg-devel/Portfile 2009-02-01 17:17:05 UTC (rev 46252) @@ -4,10 +4,9 @@ PortSystem 1.0 name ffmpeg-devel -set svn_rev 15943 -set swscale_rev 27970 +set svn_rev 16844 +set swscale_rev 28362 version ${svn_rev} -revision 2 categories multimedia maintainers devans openmaintainer @@ -89,8 +88,8 @@ --disable-vhook \ --enable-gpl \ --enable-nonfree \ - --enable-swscale --enable-avfilter --enable-avfilter-lavf \ --enable-postproc \ + --enable-swscale --enable-avfilter --enable-avfilter-lavf \ --enable-libmp3lame \ --enable-libvorbis \ --enable-libtheora \ Modified: trunk/dports/multimedia/ffmpeg-devel/files/patch-libavfilter-avfilter.h.diff =================================================================== --- trunk/dports/multimedia/ffmpeg-devel/files/patch-libavfilter-avfilter.h.diff 2009-02-01 16:50:07 UTC (rev 46251) +++ trunk/dports/multimedia/ffmpeg-devel/files/patch-libavfilter-avfilter.h.diff 2009-02-01 17:17:05 UTC (rev 46252) @@ -1,11 +1,11 @@ ---- libavfilter/avfilter.h.orig 2008-12-11 14:10:03.000000000 -0800 -+++ libavfilter/avfilter.h 2008-12-11 14:19:01.000000000 -0800 +--- libavfilter/avfilter.h.orig 2009-01-30 13:47:19.000000000 -0800 ++++ libavfilter/avfilter.h 2009-01-30 13:53:55.000000000 -0800 @@ -22,7 +22,7 @@ #ifndef AVFILTER_AVFILTER_H #define AVFILTER_AVFILTER_H -#define LIBAVFILTER_VERSION_MAJOR 0 +#define LIBAVFILTER_VERSION_MAJOR 1 - #define LIBAVFILTER_VERSION_MINOR 1 + #define LIBAVFILTER_VERSION_MINOR 3 #define LIBAVFILTER_VERSION_MICRO 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Sun Feb 1 09:41:55 2009 From: devans at macports.org (devans at macports.org) Date: Sun, 1 Feb 2009 09:41:55 -0800 Subject: propchange - r46252 svn:log Message-ID: <20090201174155.7C6E628061@relay10.apple.com> Author: devans at macports.org (original author: devans at macports.org) Revision: 46252 Property Name: svn:log --- /Volumes/data/admin/var/tmp/revprops/pre-46252-devans at macports.org 2009-02-01 09:41:53.000000000 -0800 +++ /Volumes/data/admin/var/tmp/revprops/post-46252-devans at macports.org 2009-02-01 09:41:54.000000000 -0800 @@ -1 +1 @@ -ffmpeg-devel: per email request from jmpoure, update to svn rev 16844, libswscale svn rev 28362, minor cosmetic changes. +ffmpeg-devel: per email request from jmpoure, update to svn 16844, libswscale svn 28362, minor cosmetic changes. From noreply at macports.org Sun Feb 1 09:42:22 2009 From: noreply at macports.org (MacPorts) Date: Sun, 01 Feb 2009 17:42:22 -0000 Subject: [MacPorts] MacPortsDevelopers modified Message-ID: <20090201174222.F2EE82805F@relay10.apple.com> Changed page "MacPortsDevelopers" by jonbrenner at gmail.com from 75.182.124.242* Page URL: Diff URL: Revision 132 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: MacPortsDevelopers ========================================================================= --- MacPortsDevelopers (version: 131) +++ MacPortsDevelopers (version: 132) @@ -70,6 +70,7 @@ ||[wiki:jochen jochen] || Jochen K?pper |||| ||[wiki:joe joe] || Joe Auty |||| ||[wiki:jonas jonas] || Jonas B?hr |||| +||[wiki:jonbrenner jonbrenner] || Jonathon Brenner |||| ||[wiki:jowens jowens] || John Owens |||| ||[wiki:jpm jpm] || Jean-Pierre Mouilleseaux |||| ||[wiki:jwa jwa ] || Jyrki Wahlstedt |||| -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on MacPortsDevelopers. If it was not you, please report to . From portindex at macports.org Sun Feb 1 09:52:49 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 09:52:49 -0800 (PST) Subject: [46253] trunk/dports/PortIndex Message-ID: <20090201175250.2F820E1B06A@beta.macosforge.org> Revision: 46253 http://trac.macports.org/changeset/46253 Author: portindex at macports.org Date: 2009-02-01 09:52:48 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 17:17:05 UTC (rev 46252) +++ trunk/dports/PortIndex 2009-02-01 17:52:48 UTC (rev 46253) @@ -389,7 +389,7 @@ liboss 428 variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/liboss description {OSS emulation for Mac OS X} homepage http://liboss.sourceforge.net/ epoch 0 platforms darwin name liboss depends_lib {lib:libesd:esound lib:libaudiofile:audiofile} maintainers pguyot at kallisys.net long_description {liboss is a sound API to provide OSS support in Mac OS X.} version 0.0.1 categories audio revision 0 libsamplerate 600 -variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/libsamplerate description {libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.} homepage http://www.mega-nerd.com/libsamplerate/ epoch 0 platforms darwin name libsamplerate depends_lib {port:pkgconfig port:fftw-3 port:libsndfile} maintainers {boeyms openmaintainer} long_description {{libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.}} version 0.1.4 categories audio revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/libsamplerate description {libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.} homepage http://www.mega-nerd.com/libsamplerate/ epoch 0 platforms darwin name libsamplerate depends_lib {port:pkgconfig port:fftw-3 port:libsndfile} maintainers {boeyms openmaintainer} long_description {{libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.}} version 0.1.6 categories audio revision 0 libsdl_mixer 609 variants {mikmod universal} variant_desc {mikmod {Enable use of external libmikmod} universal {Build for multiple architectures}} portdir audio/libsdl_mixer description {Audio mixer library for SDL} homepage http://www.libsdl.org/projects/SDL_mixer/ epoch 0 platforms macosx name libsdl_mixer depends_lib {port:libsdl port:smpeg port:libvorbis port:libogg} maintainers nomaintainer long_description {A sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music.} version 1.2.8 categories {audio devel} revision 1 libsdl_mixer-framework 548 @@ -4679,7 +4679,7 @@ ffmpeg 1738 variants {darwin_i386 mmx a52 no_gpl no_nonfree} depends_build {bin:svn:subversion port:gmake port:x264} variant_desc {darwin_i386 {Platform variant, do not select manually} mmx {enable mmx support, experimental; does not build in gcc-4.2 or xcode 3.0 gcc-4.0} a52 {enable GPLed liba52 support} no_gpl {disallow use of GPL code, license will be LGPL if +no_nonfree is selected} no_nonfree {disallow use of nonfree code, libraries and binaries will be redistributable under GPL/LGPL}} portdir multimedia/ffmpeg description {Digital VCR and streaming server} homepage http://ffmpeg.mplayerhq.hu/ epoch 0 platforms darwin name ffmpeg depends_lib {port:lame port:libvorbis port:libogg port:libtheora port:dirac port:schroedinger port:faac port:faad2 port:XviD port:libsdl port:bzip2 port:zlib port:a52dec} maintainers {acho at macports.org openmaintainer} long_description {FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/vid eo codec library. The project is made of several components: ffmpeg is a command line tool to convert one video file format to another. It also supports grabbing and encoding in real time from a TV card. ffserver is an HTTP (RTSP is being developped) multimedia streaming server for live broadcasts. Time shifting of live broadcast is also supported. ffplay is a simple media player based on SDL and on the ffmpeg libraries. libavcodec is a library containing all the ffmpeg audio/video encoders and decoders. Most codecs were developped from scratch to ensure best performances and high code reusability. libavformat is a library containing parsers and generators for all common audio/video formats.} categories multimedia version 15261 revision 3 ffmpeg-devel 1308 -variants {darwin_i386 mmx no_gpl no_nonfree} depends_build {bin:svn:subversion port:gmake} variant_desc {darwin_i386 {Platform variant, do not select manually} mmx {enable mmx optimizations ; may not build in gcc-4.2 or xcode 3.0 gcc-4.0} no_gpl {disallow use of GPL code, license will be LGPL if +no_nonfree is selected} no_nonfree {disallow use of nonfree code, libraries and binaries will be redistributable under GPL/LGPL}} portdir multimedia/ffmpeg-devel description {Digital VCR and streaming server (new unstable API/ABI libavcodec version 52)} homepage http://www.ffmpeg.org/ epoch 0 platforms darwin name ffmpeg-devel depends_lib {port:lame port:libvorbis port:libogg port:libtheora port:dirac port:schroedinger port:faac port:faad2 port:XviD port:libsdl port:bzip2 port:zlib} maintainers {devans openmaintainer} long_description {FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is currently undergoing major changes in its API/ABI in libavcodec version 52. This development release reflects those changes and may break applications coded to libavcodec version 51. For the last valid revision for libavcodec version 51 (r15261) please use port ffmpeg.} categories multimedia version 15943 revision 2 +variants {darwin_i386 mmx no_gpl no_nonfree} depends_build {bin:svn:subversion port:gmake} variant_desc {darwin_i386 {Platform variant, do not select manually} mmx {enable mmx optimizations ; may not build in gcc-4.2 or xcode 3.0 gcc-4.0} no_gpl {disallow use of GPL code, license will be LGPL if +no_nonfree is selected} no_nonfree {disallow use of nonfree code, libraries and binaries will be redistributable under GPL/LGPL}} portdir multimedia/ffmpeg-devel description {Digital VCR and streaming server (new unstable API/ABI libavcodec version 52)} homepage http://www.ffmpeg.org/ epoch 0 platforms darwin name ffmpeg-devel depends_lib {port:lame port:libvorbis port:libogg port:libtheora port:dirac port:schroedinger port:faac port:faad2 port:XviD port:libsdl port:bzip2 port:zlib} maintainers {devans openmaintainer} long_description {FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is currently undergoing major changes in its API/ABI in libavcodec version 52. This development release reflects those changes and may break applications coded to libavcodec version 51. For the last valid revision for libavcodec version 51 (r15261) please use port ffmpeg.} categories multimedia version 16844 revision 0 gnupod 787 variants {flac vorbis aac artwork universal} variant_desc {flac {Enable FLAC} vorbis {Enable Ogg/Vorbis} aac {Enable AAC} artwork {Enable artwork support} universal {Build for multiple architectures}} portdir multimedia/gnupod description {GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.} homepage http://blinkenlights.ch/gnupod epoch 0 platforms darwin name gnupod depends_lib {path:bin/perl:perl5 port:p5-mp3-info port:p5-digest-md5 port:p5-xml-parser port:p5-unicode-string port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate port:lame} maintainers pmq long_description {{GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.}} version 0.99.7 categories {multimedia perl} revision 0 libartnet 437 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmpp at macports.org Sun Feb 1 10:35:38 2009 From: jmpp at macports.org (jmpp at macports.org) Date: Sun, 1 Feb 2009 10:35:38 -0800 (PST) Subject: [46254] trunk/dports/math/mapm/Portfile Message-ID: <20090201183539.36891E1B8F6@beta.macosforge.org> Revision: 46254 http://trac.macports.org/changeset/46254 Author: jmpp at macports.org Date: 2009-02-01 10:35:36 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Heh, uuppss! opendarwin.. yeah, you know. Also add openmaintainer. Modified Paths: -------------- trunk/dports/math/mapm/Portfile Modified: trunk/dports/math/mapm/Portfile =================================================================== --- trunk/dports/math/mapm/Portfile 2009-02-01 17:52:48 UTC (rev 46253) +++ trunk/dports/math/mapm/Portfile 2009-02-01 18:35:36 UTC (rev 46254) @@ -6,7 +6,7 @@ version 4.9.5 categories math science platforms darwin -maintainers jmpp at opendarwin.org +maintainers jmpp openmaintainer description A Portable Arbitrary Precision Math Library in C. long_description MAMP is a set of functions that allow the user \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 10:52:11 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 10:52:11 -0800 (PST) Subject: [46255] trunk/dports/PortIndex Message-ID: <20090201185212.DA404E1C545@beta.macosforge.org> Revision: 46255 http://trac.macports.org/changeset/46255 Author: portindex at macports.org Date: 2009-02-01 10:52:10 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 18:35:36 UTC (rev 46254) +++ trunk/dports/PortIndex 2009-02-01 18:52:10 UTC (rev 46255) @@ -4458,8 +4458,8 @@ variants darwin_8 variant_desc {darwin_8 {Platform variant, do not select manually}} portdir math/libtommath description {Comprehensive, modular and portable mathematical routines} homepage http://math.libtomcrypt.com/ epoch 0 platforms darwin name libtommath maintainers mww long_description {LibTomMath provides highly optimized and portable routines for a vast majority of integer based number theoretic applications (including public key cryptography).} version 0.40 categories math revision 0 lp_solve 502 portdir math/lp_solve platforms darwin description {Linear Programming Solver} name lp_solve version 5.5.0.13 categories math homepage http://lpsolve.sourceforge.net/5.5/ revision 1 epoch 0 maintainers nomaintainer long_description {Mixed Integer Linear Programming (MILP) solver. lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models. lp_solve is written in ANSI C and can be compiled on many different platforms like Mac OS X, Linux and Windows.} -mapm 457 -portdir math/mapm platforms darwin description {A Portable Arbitrary Precision Math Library in C.} name mapm version 4.9.5 categories {math science} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html revision 0 epoch 0 maintainers jmpp at opendarwin.org long_description {MAMP is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} +mapm 459 +portdir math/mapm platforms darwin description {A Portable Arbitrary Precision Math Library in C.} name mapm version 4.9.5 categories {math science} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html revision 0 epoch 0 maintainers {jmpp openmaintainer} long_description {MAMP is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} mathomatic 543 variants universal variant_desc {universal {Build for multiple architectures}} portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline maintainers mww long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} version 14.3.0 categories math revision 0 maxima 902 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 11:02:24 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 11:02:24 -0800 (PST) Subject: [46256] trunk/dports/x11/gtk28/ Message-ID: <20090201190225.1CD4DE1D1AD@beta.macosforge.org> Revision: 46256 http://trac.macports.org/changeset/46256 Author: jeremyhu at macports.org Date: 2009-02-01 11:02:23 -0800 (Sun, 01 Feb 2009) Log Message: ----------- gtk28: Punting old broken port that isn't needed any more (use gtk2 instead). See #15207 and #17238 Removed Paths: ------------- trunk/dports/x11/gtk28/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 11:07:52 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 11:07:52 -0800 (PST) Subject: [46257] trunk/dports/x11/xinit/files/font_cache.sh Message-ID: <20090201190753.0789AE1D270@beta.macosforge.org> Revision: 46257 http://trac.macports.org/changeset/46257 Author: jeremyhu at macports.org Date: 2009-02-01 11:07:52 -0800 (Sun, 01 Feb 2009) Log Message: ----------- xinit: font_cache: Only do fc-cache if fontconfig is actually installed Modified Paths: -------------- trunk/dports/x11/xinit/files/font_cache.sh Modified: trunk/dports/x11/xinit/files/font_cache.sh =================================================================== --- trunk/dports/x11/xinit/files/font_cache.sh 2009-02-01 19:02:23 UTC (rev 46256) +++ trunk/dports/x11/xinit/files/font_cache.sh 2009-02-01 19:07:52 UTC (rev 46257) @@ -187,15 +187,17 @@ IFS=$OIFS # Finally, update fontconfig's cache - echo "font_cache: Updating FC cache" - if [[ $system == 1 ]] ; then - ${X11DIR}/bin/fc-cache -s \ - $([[ $force == 1 ]] && echo "-f -r") \ - $([[ $verbose == 1 ]] && echo "-v") - else - ${X11DIR}/bin/fc-cache \ - $([[ $force == 1 ]] && echo "-f -r") \ - $([[ $verbose == 1 ]] && echo "-v") + if [[ -x ${X11DIR}/bin/fc-cache ]] ; then + echo "font_cache: Updating FC cache" + if [[ $system == 1 ]] ; then + ${X11DIR}/bin/fc-cache -s \ + $([[ $force == 1 ]] && echo "-f -r") \ + $([[ $verbose == 1 ]] && echo "-v") + else + ${X11DIR}/bin/fc-cache \ + $([[ $force == 1 ]] && echo "-f -r") \ + $([[ $verbose == 1 ]] && echo "-v") + fi fi echo "font_cache: Done" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 11:52:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 11:52:26 -0800 (PST) Subject: [46258] trunk/dports/PortIndex Message-ID: <20090201195227.D325DE1D7FD@beta.macosforge.org> Revision: 46258 http://trac.macports.org/changeset/46258 Author: portindex at macports.org Date: 2009-02-01 11:52:25 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5491 Ports successfully parsed: 5491 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 19:07:52 UTC (rev 46257) +++ trunk/dports/PortIndex 2009-02-01 19:52:25 UTC (rev 46258) @@ -10324,8 +10324,6 @@ variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir x11/gtk2-murrine description {Murrine is a GTK2 engine} homepage http://www.cimitan.com/murrine/ epoch 0 platforms macosx name gtk2-murrine depends_lib port:gtk2 maintainers nox long_description {GTK2 engine to make your desktop look like a {"murrina",} an italian word meaning the art glass works done by Venicians glass blowers.} categories {x11 gtk} version 0.53.1 revision 0 gtk2-murrine-configurator 627 description {The definitive tool for the Murrine lovers} portdir x11/gtk2-murrine-configurator homepage http://murrine.netsons.org/?q=node/8 epoch 0 depends_run {port:python25 port:py25-gtk port:gtk2-murrine} platforms macosx name gtk2-murrine-configurator maintainers {nox openmaintainer} long_description {This is absolutely the first Configurator for a Gtk Engine. New Murrine Configurator give users the opportunity to configure all the Murrine Engine style options, like glaze style, roundness, menu bar and items styles, and many other aspects to reach their desired effects.} version 1.4 categories {x11 gtk} revision 1 -gtk28 801 -variants {darwin_6 darwin_8 universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir x11/gtk28 description {Gimp ToolKit version 2} homepage http://www.gtk.org/ epoch 0 platforms darwin name gtk28 depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:tiff port:libpng port:atk path:lib/pkgconfig/pango.pc:pango port:gettext port:xorg-libXi port:xorg-libXrandr port:xorg-libXcursor port:xorg-libXinerama port:xorg-libXdamage port:xorg-libXcomposite port:xorg-libXfixes} maintainers nomaintainer long_description {This is GTK+ version 2.x. GTK+, which stands for Gimp ToolKit, is a library for creating GUIs for the X Windows System.} version 2.8.20 categories x11 revision 1 gtkglarea 651 description {OpenGL widget to GTK+} portdir x11/gtkglarea homepage http://www.student.oulu.fi/~jlof/gtkglarea/ epoch 0 platforms darwin name gtkglarea depends_lib {port:glib1 port:gettext port:gtk1} maintainers digdog long_description {Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which is basically wrapper around GLX functions. The widget itself is very similar to GtkDrawinigArea widget and adds only three extra functions. Lower level gdkgl functions make it easy to render on any widget that has OpenGL capable visual, rendering to off-screen pixmaps is also supported.} version 1.2.3 categories {x11 devel} revision 0 gtkglarea2 745 -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Feb 1 12:50:13 2009 From: noreply at macports.org (MacPorts) Date: Sun, 01 Feb 2009 20:50:13 -0000 Subject: [MacPorts] MacPortsDevelopers modified Message-ID: <20090201205013.6903828090@relay14.apple.com> Changed page "MacPortsDevelopers" by blb at macports.org from 75.163.162.86* Page URL: Diff URL: Revision 133 Comment: This list is for MacPorts developers with commit access only, please request commit access and wait for approval before adding yourself -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: MacPortsDevelopers ========================================================================= --- MacPortsDevelopers (version: 132) +++ MacPortsDevelopers (version: 133) @@ -70,7 +70,6 @@ ||[wiki:jochen jochen] || Jochen K?pper |||| ||[wiki:joe joe] || Joe Auty |||| ||[wiki:jonas jonas] || Jonas B?hr |||| -||[wiki:jonbrenner jonbrenner] || Jonathon Brenner |||| ||[wiki:jowens jowens] || John Owens |||| ||[wiki:jpm jpm] || Jean-Pierre Mouilleseaux |||| ||[wiki:jwa jwa ] || Jyrki Wahlstedt |||| -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on MacPortsDevelopers. If it was not you, please report to . From noreply at macports.org Sun Feb 1 12:54:16 2009 From: noreply at macports.org (MacPorts) Date: Sun, 01 Feb 2009 20:54:16 -0000 Subject: [MacPorts] MacPortsDevelopers modified Message-ID: <20090201205416.0400D280C9@relay13.apple.com> Changed page "MacPortsDevelopers" by blb at macports.org from 75.163.162.86* Page URL: Diff URL: Revision 134 Comment: Add new note about how to properly join the project -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: MacPortsDevelopers ========================================================================= --- MacPortsDevelopers (version: 133) +++ MacPortsDevelopers (version: 134) @@ -2,7 +2,10 @@ You can reach all developers by prepending their handle to `@macports.org`. -(NOTE: A question mark next to a member's entry means that person hasn't created a Wiki page for him/herself yet; entries are alphabetically sorted by handle) +Notes: + - A question mark next to a member's entry means that person hasn't created a Wiki page for him/herself yet + - Entries are alphabetically sorted by handle + - This is a list of those with commit access, if you wish to join be sure to first read the [http://guide.macports.org/#project.membership project membership] documentation === "Elder Council" === -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on MacPortsDevelopers. If it was not you, please report to . From nox at macports.org Sun Feb 1 13:07:28 2009 From: nox at macports.org (nox at macports.org) Date: Sun, 1 Feb 2009 13:07:28 -0800 (PST) Subject: [46259] trunk/dports/sysutils/coreutils/Portfile Message-ID: <20090201210730.0B0C0E1EA8C@beta.macosforge.org> Revision: 46259 http://trac.macports.org/changeset/46259 Author: nox at macports.org Date: 2009-02-01 13:07:24 -0800 (Sun, 01 Feb 2009) Log Message: ----------- coreutils: Create relative symlinks for the man pages in with_default_names variant (fixes #15864). Modified Paths: -------------- trunk/dports/sysutils/coreutils/Portfile Modified: trunk/dports/sysutils/coreutils/Portfile =================================================================== --- trunk/dports/sysutils/coreutils/Portfile 2009-02-01 19:52:25 UTC (rev 46258) +++ trunk/dports/sysutils/coreutils/Portfile 2009-02-01 21:07:24 UTC (rev 46259) @@ -5,7 +5,7 @@ name coreutils version 6.12 -revision 1 +revision 2 categories sysutils platforms darwin maintainers nox openmaintainer @@ -59,7 +59,7 @@ post-destroot { foreach {d} {bin share/man/man1} { foreach {f} [glob -tails -directory ${destroot}${prefix}/${d} g*] { - ln -sf ${prefix}/${d}/${f} ${destroot}${prefix}/${d}/[string range ${f} 1 end] + ln -sf ${f} ${destroot}${prefix}/${d}/[string range ${f} 1 end] } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From nox at macports.org Sun Feb 1 13:11:33 2009 From: nox at macports.org (nox at macports.org) Date: Sun, 1 Feb 2009 13:11:33 -0800 (PST) Subject: [46260] trunk/dports/archivers/unrar/Portfile Message-ID: <20090201211133.CEBB5E1EB14@beta.macosforge.org> Revision: 46260 http://trac.macports.org/changeset/46260 Author: nox at macports.org Date: 2009-02-01 13:11:33 -0800 (Sun, 01 Feb 2009) Log Message: ----------- unrar: Fix universal variant (closes #17598). Modified Paths: -------------- trunk/dports/archivers/unrar/Portfile Modified: trunk/dports/archivers/unrar/Portfile =================================================================== --- trunk/dports/archivers/unrar/Portfile 2009-02-01 21:07:24 UTC (rev 46259) +++ trunk/dports/archivers/unrar/Portfile 2009-02-01 21:11:33 UTC (rev 46260) @@ -26,15 +26,17 @@ worksrcdir ${name} -# configure.universal_ldflags-append -isysroot ${sysroot} -configure.universal_ldflags-append -isysroot /Developer/SDKs/MacOSX10.4u.sdk +use_configure no -configure { - reinplace -E "/^CXXFLAGS/s|\$| [join ${configure.cflags}]\\\n\ - LDFLAGS=[join ${configure.ldflags}]|" \ - ${worksrcpath}/makefile.unix +set CXXFLAGS ${configure.cxxflags} +set LDFLAGS ${configure.ldflags} +if {[variant_isset universal]} { + set CXXFLAGS "${CXXFLAGS} ${configure.universal_cxxflags}" + set LDFLAGS "${LDFLAGS} ${configure.universal_ldflags}" } +build.env-append CXXFLAGS="${CXXFLAGS}" +build.env-append LDFLAGS="${LDFLAGS}" build.args -f makefile.unix use_parallel_build yes @@ -47,6 +49,8 @@ xinstall -m 0644 ${worksrcpath}/license.txt ${destroot}${docdir} } +variant universal {} + livecheck.check regex livecheck.url ${master_sites}?C=M&O=D livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From yves at macports.org Sun Feb 1 13:43:34 2009 From: yves at macports.org (yves at macports.org) Date: Sun, 1 Feb 2009 13:43:34 -0800 (PST) Subject: [46261] trunk/dports/print/denemo Message-ID: <20090201214335.9D5CBE1EEFE@beta.macosforge.org> Revision: 46261 http://trac.macports.org/changeset/46261 Author: yves at macports.org Date: 2009-02-01 13:43:29 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Update denemo to 0.8.2, become maintainer Modified Paths: -------------- trunk/dports/print/denemo/Portfile trunk/dports/print/denemo/files/patch-denemo.conf trunk/dports/print/denemo/files/patch-prefops.c Removed Paths: ------------- trunk/dports/print/denemo/files/patch-external.c Modified: trunk/dports/print/denemo/Portfile =================================================================== --- trunk/dports/print/denemo/Portfile 2009-02-01 21:11:33 UTC (rev 46260) +++ trunk/dports/print/denemo/Portfile 2009-02-01 21:43:29 UTC (rev 46261) @@ -3,11 +3,10 @@ PortSystem 1.0 name denemo -version 0.7.6 -revision 2 +version 0.8.2 categories print audio x11 platforms darwin -maintainers nomaintainer +maintainers yves description Denemo is a unique score editor long_description \ @@ -18,15 +17,15 @@ this is partly because it was created to help edit Lilypond notation \ and partly because of its unique design philosophy. -homepage http://denemo.sourceforge.net/ +homepage http://www.denemo.org/ -master_sites sourceforge -checksums md5 1a3ed2c46d955295b52d09ae0cb642c0 +master_sites http://download.savannah.gnu.org/releases/denemo/ +checksums md5 141c7366f53b07d92ebf78fd5783770a -depends_lib port:librsvg +depends_lib port:aubio port:guile port:librsvg port:portaudio depends_run port:qtplay -patchfiles patch-denemo.conf patch-external.c patch-prefops.c +patchfiles patch-denemo.conf patch-prefops.c post-patch { reinplace "s|../../mkinstalldirs|mkinstalldirs|g" \ ${worksrcpath}/pixmaps/Makefile.in @@ -34,9 +33,10 @@ } configure.args --disable-alsa --disable-nls \ - --with-plugins=analysis,midiinput,rumour + --sysconfdir=${prefix}/etc +use_parallel_build yes + variant csound description "Csound can be used for playback." { depends_run-append port:csound } - Modified: trunk/dports/print/denemo/files/patch-denemo.conf =================================================================== --- trunk/dports/print/denemo/files/patch-denemo.conf 2009-02-01 21:11:33 UTC (rev 46260) +++ trunk/dports/print/denemo/files/patch-denemo.conf 2009-02-01 21:43:29 UTC (rev 46261) @@ -1,5 +1,5 @@ ---- denemo.conf.orig 2005-12-15 22:43:53.000000000 -0500 -+++ denemo.conf 2005-12-15 22:44:56.000000000 -0500 +--- denemo.conf.orig 2009-02-01 11:39:41.000000000 -0500 ++++ denemo.conf 2009-02-01 11:40:14.000000000 -0500 @@ -2,9 +2,9 @@ @@ -9,7 +9,7 @@ -mozilla +qtplay +qtplay -+dillo ++open 1 5 csound -dm6 Deleted: trunk/dports/print/denemo/files/patch-external.c =================================================================== --- trunk/dports/print/denemo/files/patch-external.c 2009-02-01 21:11:33 UTC (rev 46260) +++ trunk/dports/print/denemo/files/patch-external.c 2009-02-01 21:43:29 UTC (rev 46261) @@ -1,10 +0,0 @@ ---- src/external.c.orig 2007-02-06 12:25:59.000000000 -0500 -+++ src/external.c 2007-02-06 12:27:40.000000000 -0500 -@@ -12,6 +12,7 @@ - #include "prefops.h" - #include - #include "external.h" -+#include - - - /* test it a given temp filename points to an Modified: trunk/dports/print/denemo/files/patch-prefops.c =================================================================== --- trunk/dports/print/denemo/files/patch-prefops.c 2009-02-01 21:11:33 UTC (rev 46260) +++ trunk/dports/print/denemo/files/patch-prefops.c 2009-02-01 21:43:29 UTC (rev 46261) @@ -1,6 +1,6 @@ ---- src/prefops.c.orig 2006-12-22 07:51:18.000000000 -0500 -+++ src/prefops.c 2007-01-11 23:09:16.000000000 -0500 -@@ -88,10 +88,10 @@ +--- src/prefops.c.orig 2009-02-01 11:40:50.000000000 -0500 ++++ src/prefops.c 2009-02-01 11:41:28.000000000 -0500 +@@ -72,18 +72,18 @@ /* Reasonable default values */ ret->lilypath = g_string_new ("lilypond"); @@ -10,7 +10,18 @@ + ret->audioplayer = g_string_new ("qtplay"); ret->csoundcommand = g_string_new ("csound -dm6"); - ret->browser = g_string_new ("firefox"); -+ ret->browser = g_string_new ("dillo"); ++ ret->browser = g_string_new ("open"); ret->csoundorcfile = g_string_new (""); - ret->pdfviewer = g_string_new ("xpdf"); - ret->texteditor = g_string_new ("xedit"); +- ret->pdfviewer = g_string_new ("xpdf"); ++ ret->pdfviewer = g_string_new ("open"); + ret->sequencer = g_string_new ("/dev/sequencer"); + ret->midi_in = g_string_new ("/dev/midi"); + + +- ret->imageviewer = g_string_new ("eog"); +- ret->texteditor = g_string_new ("xedit"); ++ ret->imageviewer = g_string_new ("open"); ++ ret->texteditor = g_string_new ("smultron"); + ret->denemopath = g_string_new (g_get_home_dir()); + ret->lilyversion = g_string_new (LILYPOND_VERSION); + ret->temperament = g_string_new("Equal"); -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Feb 1 13:45:39 2009 From: noreply at macports.org (MacPorts) Date: Sun, 01 Feb 2009 21:45:39 -0000 Subject: [MacPorts] MacPortsDevelopers modified Message-ID: <20090201214539.4038E28061@relay10.apple.com> Changed page "MacPortsDevelopers" by ryandesign at macports.org from 71.145.137.59* Page URL: Diff URL: Revision 135 Comment: reformat the intro -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: MacPortsDevelopers ========================================================================= --- MacPortsDevelopers (version: 134) +++ MacPortsDevelopers (version: 135) @@ -1,11 +1,9 @@ = The MacPorts Project team = -You can reach all developers by prepending their handle to `@macports.org`. - -Notes: - - A question mark next to a member's entry means that person hasn't created a Wiki page for him/herself yet - - Entries are alphabetically sorted by handle - - This is a list of those with commit access, if you wish to join be sure to first read the [http://guide.macports.org/#project.membership project membership] documentation +This is a list of MacPorts team members with commit access. If you wish to join be sure to first read the [http://guide.macports.org/#project.membership project membership] documentation. +You can reach any team member by appending "`@macports.org`" to their handle. +A question mark next to a member's entry means that person hasn't created a personal Wiki page yet. +Entries are sorted alphabetically by handle. === "Elder Council" === -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on MacPortsDevelopers. If it was not you, please report to . From portindex at macports.org Sun Feb 1 13:52:14 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 13:52:14 -0800 (PST) Subject: [46262] trunk/dports/PortIndex Message-ID: <20090201215215.7CDC2E1F119@beta.macosforge.org> Revision: 46262 http://trac.macports.org/changeset/46262 Author: portindex at macports.org Date: 2009-02-01 13:52:13 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5491 Ports successfully parsed: 5491 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 21:43:29 UTC (rev 46261) +++ trunk/dports/PortIndex 2009-02-01 21:52:13 UTC (rev 46262) @@ -6830,8 +6830,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir print/abcm2ps description {abcm2ps converts abc music tunes to postscript} homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps maintainers mww long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} version 5.9.3 categories {print audio} revision 0 cups-pdf 370 portdir print/cups-pdf description {Provides a print-to-PDF feature through CUPS} platforms darwin name cups-pdf version 2.4.8 categories {print textproc} homepage http://www.cups-pdf.de/ revision 0 epoch 0 maintainers blb long_description {This software is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver.} -denemo 736 -variants {csound universal} variant_desc {csound {Csound can be used for playback.} universal {Build for multiple architectures}} portdir print/denemo description {Denemo is a unique score editor} homepage http://denemo.sourceforge.net/ epoch 0 depends_run port:qtplay platforms darwin name denemo depends_lib port:librsvg maintainers nomaintainer long_description {Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.} categories {print audio x11} version 0.7.6 revision 2 +denemo 759 +variants {csound universal} variant_desc {csound {Csound can be used for playback.} universal {Build for multiple architectures}} portdir print/denemo description {Denemo is a unique score editor} homepage http://www.denemo.org/ epoch 0 depends_run port:qtplay platforms darwin name denemo depends_lib {port:aubio port:guile port:librsvg port:portaudio} maintainers yves long_description {Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.} categories {print audio x11} version 0.8.2 revision 0 enscript 530 variants {mediaA4 universal} variant_desc {universal {Build for multiple architectures}} portdir print/enscript description {Replacement for Adobe's 'enscript' program} homepage http://people.ssh.fi/mtr/genscript/ epoch 0 platforms {darwin sunos} name enscript maintainers nomaintainer long_description {GNU enscript is a drop-in replacement for the enscript program. Enscript converts ASCII files to PostScript and stores generated output to a file or sends it directly to the printer.} version 1.6.4 categories print revision 2 epdfview 421 @@ -8989,7 +8989,7 @@ convmv 985 description {Convert filenames from one encoding to another} portdir sysutils/convmv homepage http://j3e.de/linux/convmv/man/ epoch 0 platforms darwin name convmv depends_lib bin:perl:perl5 maintainers nomaintainer long_description {convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch.} version 1.10 categories {sysutils perl} revision 0 coreutils 856 -variants {with_default_names universal} variant_desc {with_default_names {Install files without 'g' prefix} universal {Build for multiple architectures}} portdir sysutils/coreutils description {GNU File, Shell, and Text utilities} homepage http://www.gnu.org/software/coreutils/ epoch 0 platforms darwin name coreutils depends_lib {port:gettext port:libiconv} maintainers {nox openmaintainer} long_description {The GNU Core Utilities are the basic file, shell, and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils.} version 6.12 categories sysutils revision 1 +variants {with_default_names universal} variant_desc {with_default_names {Install files without 'g' prefix} universal {Build for multiple architectures}} portdir sysutils/coreutils description {GNU File, Shell, and Text utilities} homepage http://www.gnu.org/software/coreutils/ epoch 0 platforms darwin name coreutils depends_lib {port:gettext port:libiconv} maintainers {nox openmaintainer} long_description {The GNU Core Utilities are the basic file, shell, and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils.} version 6.12 categories sysutils revision 2 count 443 depends_build port:smake description {fast replacement for the standard wc utility} portdir sysutils/count homepage ftp://ftp.berlios.de/pub/count epoch 0 platforms darwin name count maintainers mww long_description {Count is a fast replacement for the standard wc utility. It has the additional features of counting the visible line length and a fast -stat option to quickly determine file sizes.} version 1.20 categories sysutils revision 1 createrepo 540 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 13:55:10 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 13:55:10 -0800 Subject: propchange - r46123 svn:log Message-ID: <20090201215510.B9D5B280A7@relay14.apple.com> Author: ryandesign at macports.org (original author: dweber at macports.org) Revision: 46123 Property Name: svn:log --- /Volumes/data/admin/var/tmp/revprops/pre-46123-ryandesign at macports.org 2009-02-01 13:55:09.000000000 -0800 +++ /Volumes/data/admin/var/tmp/revprops/post-46123-ryandesign at macports.org 2009-02-01 13:55:10.000000000 -0800 @@ -1 +1 @@ --m "Adding openmaintainer" +Adding openmaintainer From jeremyhu at macports.org Sun Feb 1 13:56:40 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 13:56:40 -0800 (PST) Subject: [46263] trunk/dports Message-ID: <20090201215641.43AD0E1FA83@beta.macosforge.org> Revision: 46263 http://trac.macports.org/changeset/46263 Author: jeremyhu at macports.org Date: 2009-02-01 13:56:40 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Multiple (Gnome) Ports: Revision bump to force relinking with MacPorts X11 libraries. See #18203 Modified Paths: -------------- trunk/dports/devel/glade/Portfile trunk/dports/devel/gtkimageview/Portfile trunk/dports/gnome/gal/Portfile trunk/dports/gnome/libbonoboui/Portfile trunk/dports/gnome/libglade2/Portfile trunk/dports/gnome/libgnomecanvas/Portfile trunk/dports/gnome/libgnomecanvasmm/Portfile trunk/dports/gnome/libgnomeprintui/Portfile trunk/dports/gnome/libgnomeui/Portfile trunk/dports/graphics/cairomm/Portfile trunk/dports/graphics/cairomm-devel/Portfile trunk/dports/graphics/giflib/Portfile trunk/dports/graphics/gimp2/Portfile trunk/dports/graphics/librsvg/Portfile trunk/dports/graphics/poppler/Portfile trunk/dports/print/gutenprint/Portfile trunk/dports/x11/Xft2/Portfile trunk/dports/x11/gtkmm/Portfile trunk/dports/x11/gtkmm1/Portfile trunk/dports/x11/gtkmm20/Portfile trunk/dports/x11/pangomm/Portfile Modified: trunk/dports/devel/glade/Portfile =================================================================== --- trunk/dports/devel/glade/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/devel/glade/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -6,7 +6,7 @@ name glade version 2.12.2 set branch [join [lrange [split ${version} .] 0 1] .] -revision 1 +revision 2 description Glade is a free user interface builder for GTK+ and GNOME. long_description Glade is a free user interface builder for GTK+ \ and GNOME. It is released under the GNU General \ Modified: trunk/dports/devel/gtkimageview/Portfile =================================================================== --- trunk/dports/devel/gtkimageview/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/devel/gtkimageview/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name gtkimageview version 1.6.3 +revision 1 categories devel maintainers devans openmaintainer description GtkImageView is a simple image viewer widget for GTK. Modified: trunk/dports/gnome/gal/Portfile =================================================================== --- trunk/dports/gnome/gal/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/gal/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -4,6 +4,7 @@ name gal version 2.5.3 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] description GNOME Application Libs (GAL). long_description The GNOME Application Libs (GAL) module contains \ Modified: trunk/dports/gnome/libbonoboui/Portfile =================================================================== --- trunk/dports/gnome/libbonoboui/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/libbonoboui/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name libbonoboui version 2.24.0 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome Modified: trunk/dports/gnome/libglade2/Portfile =================================================================== --- trunk/dports/gnome/libglade2/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/libglade2/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -6,6 +6,7 @@ name libglade2 set my_name libglade version 2.6.3 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome maintainers nomaintainer Modified: trunk/dports/gnome/libgnomecanvas/Portfile =================================================================== --- trunk/dports/gnome/libgnomecanvas/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/libgnomecanvas/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,7 +5,7 @@ name libgnomecanvas version 2.20.1.1 set branch [join [lrange [split ${version} .] 0 1] .] -revision 1 +revision 2 description A graphics library for GNOME. long_description The GNOMECanvas library provides a number \ of features: \ Modified: trunk/dports/gnome/libgnomecanvasmm/Portfile =================================================================== --- trunk/dports/gnome/libgnomecanvasmm/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/libgnomecanvasmm/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -4,6 +4,7 @@ name libgnomecanvasmm version 2.22.0 +revision 1 description libgnomecanvasmm provides C++ wrappers for libgnomecanvas. long_description ${description} maintainers nomaintainer Modified: trunk/dports/gnome/libgnomeprintui/Portfile =================================================================== --- trunk/dports/gnome/libgnomeprintui/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/libgnomeprintui/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name libgnomeprintui version 2.18.3 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome Modified: trunk/dports/gnome/libgnomeui/Portfile =================================================================== --- trunk/dports/gnome/libgnomeui/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/gnome/libgnomeui/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -4,6 +4,7 @@ name libgnomeui version 2.24.0 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome Modified: trunk/dports/graphics/cairomm/Portfile =================================================================== --- trunk/dports/graphics/cairomm/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/graphics/cairomm/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name cairomm version 1.6.4 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics maintainers devans openmaintainer Modified: trunk/dports/graphics/cairomm-devel/Portfile =================================================================== --- trunk/dports/graphics/cairomm-devel/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/graphics/cairomm-devel/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -6,6 +6,7 @@ name cairomm-devel set my_name cairomm version 1.7.2 +revision 1 categories graphics maintainers devans openmaintainer dist_subdir ${my_name} Modified: trunk/dports/graphics/giflib/Portfile =================================================================== --- trunk/dports/graphics/giflib/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/graphics/giflib/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -4,6 +4,7 @@ name giflib version 4.1.6 +revision 1 categories graphics maintainers ryandesign description GIF library using patented LZW algorithm @@ -16,4 +17,8 @@ checksums md5 7125644155ae6ad33dbc9fc15a14735f patchfiles patch-gif_lib.h.diff +depends_lib \ + port:xorg-libsm \ + port:xorg-libX11 + livecheck.regex "${name} [lindex [split ${version} .] 0].x ${name}-(\\d+(?:\\.\\d+)*) released .*" Modified: trunk/dports/graphics/gimp2/Portfile =================================================================== --- trunk/dports/graphics/gimp2/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/graphics/gimp2/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name gimp2 version 2.6.4 +revision 1 categories graphics maintainers devans homepage http://www.gimp.org/ Modified: trunk/dports/graphics/librsvg/Portfile =================================================================== --- trunk/dports/graphics/librsvg/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/graphics/librsvg/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name librsvg version 2.22.3 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics gnome platforms darwin Modified: trunk/dports/graphics/poppler/Portfile =================================================================== --- trunk/dports/graphics/poppler/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/graphics/poppler/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name poppler version 0.10.3 +revision 1 maintainers nomaintainer categories graphics platforms darwin Modified: trunk/dports/print/gutenprint/Portfile =================================================================== --- trunk/dports/print/gutenprint/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/print/gutenprint/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name gutenprint version 5.2.3 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories print maintainers devans Modified: trunk/dports/x11/Xft2/Portfile =================================================================== --- trunk/dports/x11/Xft2/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/x11/Xft2/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name Xft2 version 2.1.13 +revision 1 categories x11 maintainers jeremyhu description client-side font API for X applications Modified: trunk/dports/x11/gtkmm/Portfile =================================================================== --- trunk/dports/x11/gtkmm/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/x11/gtkmm/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name gtkmm version 2.14.3 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] description C++ interface to GTK+. long_description gtkmm (previously known as Gtk--) is the official \ Modified: trunk/dports/x11/gtkmm1/Portfile =================================================================== --- trunk/dports/x11/gtkmm1/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/x11/gtkmm1/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -2,6 +2,7 @@ PortSystem 1.0 name gtkmm1 version 1.2.8 +revision 1 distname gtkmm-${version} description C++ interface to GTK+, version 1.2. long_description gtkmm (previously known as Gtk--) is the official \ Modified: trunk/dports/x11/gtkmm20/Portfile =================================================================== --- trunk/dports/x11/gtkmm20/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/x11/gtkmm20/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -2,6 +2,7 @@ PortSystem 1.0 name gtkmm20 version 2.2.12 +revision 1 distname gtkmm-${version} description C++ interface to GTK+. long_description gtkmm (previously known as Gtk--) is the official \ Modified: trunk/dports/x11/pangomm/Portfile =================================================================== --- trunk/dports/x11/pangomm/Portfile 2009-02-01 21:52:13 UTC (rev 46262) +++ trunk/dports/x11/pangomm/Portfile 2009-02-01 21:56:40 UTC (rev 46263) @@ -5,6 +5,7 @@ name pangomm version 2.14.1 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] description C++ interface to Pango. long_description pangomm is the official \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 13:58:30 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 13:58:30 -0800 (PST) Subject: [46264] trunk/dports/x11/Xaw3d/Portfile Message-ID: <20090201215831.320DBE1FFDE@beta.macosforge.org> Revision: 46264 http://trac.macports.org/changeset/46264 Author: jeremyhu at macports.org Date: 2009-02-01 13:58:30 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Xaw3d: Fix building with +system_x11 variant X11 libs. Fixes #18204 Modified Paths: -------------- trunk/dports/x11/Xaw3d/Portfile Modified: trunk/dports/x11/Xaw3d/Portfile =================================================================== --- trunk/dports/x11/Xaw3d/Portfile 2009-02-01 21:56:40 UTC (rev 46263) +++ trunk/dports/x11/Xaw3d/Portfile 2009-02-01 21:58:30 UTC (rev 46264) @@ -58,6 +58,8 @@ if {[file exists ${prefix}/lib/pkgconfig/x11.pc]} { build.target-append INCROOT=${prefix}/include +} else { + build.target-append SHLIBGLOBALSFLAGS=-L${x11prefix}/lib } # The Imakefile default is to install everything into /usr/X11R6/lib, -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 14:02:20 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 14:02:20 -0800 (PST) Subject: [46265] trunk/dports/print/gv/Portfile Message-ID: <20090201220220.9CE41E2008E@beta.macosforge.org> Revision: 46265 http://trac.macports.org/changeset/46265 Author: jeremyhu at macports.org Date: 2009-02-01 14:02:20 -0800 (Sun, 01 Feb 2009) Log Message: ----------- gv: Link against MacPorts X11 libs. Fixes #18249 Modified Paths: -------------- trunk/dports/print/gv/Portfile Modified: trunk/dports/print/gv/Portfile =================================================================== --- trunk/dports/print/gv/Portfile 2009-02-01 21:58:30 UTC (rev 46264) +++ trunk/dports/print/gv/Portfile 2009-02-01 22:02:20 UTC (rev 46265) @@ -4,7 +4,7 @@ name gv version 3.6.6 -revision 2 +revision 3 categories print maintainers ryandesign openmaintainer homepage http://www.gnu.org/software/gv/ @@ -39,12 +39,18 @@ patchfiles-append patch-secscanf.c.diff } -use_autoconf yes -autoconf.cmd autoreconf -autoconf.args -fvi +use_autoreconf yes +autoreconf.args -fvi configure.args --enable-setenv-code variant letter description {sets default paper size to letter} { configure.args-append --with-default-papersize=letter } + +# AC_X_PATH blindly asks xmkmf where X11 is, and it always uses /usr/X11R6. +# These next three lines should cause AC_X_PATH to let us setup our CPPFLAGS +# and LDFLAGS without interference +configure.args-append --x-include=${prefix}/include --x-lib=${prefix}/lib +configure.cppflags-append -I${x11prefix}/include +configure.ldflags-append -L${x11prefix}/lib -------------- next part -------------- An HTML attachment was scrubbed... URL: From takanori at macports.org Sun Feb 1 14:04:27 2009 From: takanori at macports.org (takanori at macports.org) Date: Sun, 1 Feb 2009 14:04:27 -0800 (PST) Subject: [46266] trunk/dports/textproc/nkf/Portfile Message-ID: <20090201220427.B0327E20101@beta.macosforge.org> Revision: 46266 http://trac.macports.org/changeset/46266 Author: takanori at macports.org Date: 2009-02-01 14:04:27 -0800 (Sun, 01 Feb 2009) Log Message: ----------- nkf: version 2.0.9 Modified Paths: -------------- trunk/dports/textproc/nkf/Portfile Modified: trunk/dports/textproc/nkf/Portfile =================================================================== --- trunk/dports/textproc/nkf/Portfile 2009-02-01 22:02:20 UTC (rev 46265) +++ trunk/dports/textproc/nkf/Portfile 2009-02-01 22:04:27 UTC (rev 46266) @@ -3,7 +3,7 @@ PortSystem 1.0 name nkf -version 2.0.8b +version 2.0.9 categories textproc japanese maintainers takanori openmaintainer description Network Kanji code conversion Filter @@ -13,22 +13,18 @@ as 7-bit JIS, MS-kanji (shifted-JIS), utf-8 or EUC. platforms darwin homepage http://sourceforge.jp/projects/nkf/ -#master_sites sourceforge_jp:${name}/26243/ -set sfjpid 26243 -master_sites http://keihanna.dl.sourceforge.jp/nkf/${sfjpid}/ \ - http://osdn.dl.sourceforge.jp/nkf/${sfjpid}/ \ - http://qgpop.dl.sourceforge.jp/nkf/${sfjpid}/ -checksums md5 1851260a2719629294740783c14ca3d5 \ - sha1 9587e427173b6c0420284afef19b18b3f905fbaa \ - rmd160 952698a09f8e28b6385a7b41301e95dc237aa893 +master_sites sourceforge_jp:${name}/37177/ +checksums md5 0dadcf178785c87874822a2ff8da9f19 \ + sha1 68e9d5c6224940e6f1fe1d3cf0a54e47c5769a27 \ + rmd160 c27b176f675428c0cbfb7779700979e60de3a42f -worksrcdir ${name}-2.0.8 - use_configure no build.target build.args CFLAGS="${configure.cflags}" +test.run yes + use_parallel_build yes destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From takanori at macports.org Sun Feb 1 14:05:15 2009 From: takanori at macports.org (takanori at macports.org) Date: Sun, 1 Feb 2009 14:05:15 -0800 (PST) Subject: [46267] trunk/dports/perl/p5-nkf Message-ID: <20090201220515.AD7D6E2019B@beta.macosforge.org> Revision: 46267 http://trac.macports.org/changeset/46267 Author: takanori at macports.org Date: 2009-02-01 14:05:15 -0800 (Sun, 01 Feb 2009) Log Message: ----------- p5-nkf: version 2.0.9 Modified Paths: -------------- trunk/dports/perl/p5-nkf/Portfile Added Paths: ----------- trunk/dports/perl/p5-nkf/files/ trunk/dports/perl/p5-nkf/files/nkf.git-b7ee1f1b26ba715116fd8f66e83bf1ad8a95bcce.patch trunk/dports/perl/p5-nkf/files/nkf.git-d2f5d12b00a610a371ec48f6c841953b792aa721.patch trunk/dports/perl/p5-nkf/files/nkf.git-f06661980bb179714f60338e09d48ae66ca15f97.patch Modified: trunk/dports/perl/p5-nkf/Portfile =================================================================== --- trunk/dports/perl/p5-nkf/Portfile 2009-02-01 22:04:27 UTC (rev 46266) +++ trunk/dports/perl/p5-nkf/Portfile 2009-02-01 22:05:15 UTC (rev 46267) @@ -3,9 +3,8 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup NKF 2.08 -revision 1 -set nkfver 2.0.8b +perl5.setup NKF 2.09 +set nkfver 2.0.9 categories-append \ textproc japanese maintainers nifty.com:pelopor takanori openmaintainer @@ -14,18 +13,20 @@ ${description} platforms darwin homepage http://sourceforge.jp/projects/nkf/ -#master_sites sourceforge_jp:nkf/26243/ -set sfjpid 26243 -master_sites http://keihanna.dl.sourceforge.jp/nkf/${sfjpid}/ \ - http://osdn.dl.sourceforge.jp/nkf/${sfjpid}/ \ - http://qgpop.dl.sourceforge.jp/nkf/${sfjpid}/ +master_sites sourceforge_jp:nkf/37177/ distfiles nkf-${nkfver}.tar.gz -checksums md5 1851260a2719629294740783c14ca3d5 \ - sha1 9587e427173b6c0420284afef19b18b3f905fbaa \ - rmd160 952698a09f8e28b6385a7b41301e95dc237aa893 +patchfiles nkf.git-b7ee1f1b26ba715116fd8f66e83bf1ad8a95bcce.patch \ + nkf.git-d2f5d12b00a610a371ec48f6c841953b792aa721.patch \ + nkf.git-f06661980bb179714f60338e09d48ae66ca15f97.patch +checksums md5 0dadcf178785c87874822a2ff8da9f19 \ + sha1 68e9d5c6224940e6f1fe1d3cf0a54e47c5769a27 \ + rmd160 c27b176f675428c0cbfb7779700979e60de3a42f -worksrcdir nkf-2.0.8/NKF.mod +worksrcdir nkf-${nkfver}/NKF.mod +patch.dir ${workpath}/nkf-${nkfver} +patch.pre_args -p1 + post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${prefix}/share/doc/${name} Added: trunk/dports/perl/p5-nkf/files/nkf.git-b7ee1f1b26ba715116fd8f66e83bf1ad8a95bcce.patch =================================================================== --- trunk/dports/perl/p5-nkf/files/nkf.git-b7ee1f1b26ba715116fd8f66e83bf1ad8a95bcce.patch (rev 0) +++ trunk/dports/perl/p5-nkf/files/nkf.git-b7ee1f1b26ba715116fd8f66e83bf1ad8a95bcce.patch 2009-02-01 22:05:15 UTC (rev 46267) @@ -0,0 +1,69 @@ +From: NARUSE, Yui +Date: Wed, 21 Jan 2009 18:33:41 +0000 (+0900) +Subject: Fix: can't run test. +X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=commitdiff_plain;h=b7ee1f1b26ba715116fd8f66e83bf1ad8a95bcce + +Fix: can't run test. +--- + +diff --git a/NKF.mod/test.pl b/NKF.mod/test.pl +index b3cb928..3350aef 100644 +--- a/NKF.mod/test.pl ++++ b/NKF.mod/test.pl +@@ -114,8 +114,35 @@ END {print "not ok 1\n" unless $loaded;} + } else { + print "no 5\n"; + } ++} + +- ++sub command_tests { ++ my @tests = @_; ++ my ($in, $out, $ans); ++ ++ for (my $i = 0; $i <= $#tests; $i += 3){ ++ local (@nkf) = split(/ /,$tests[$i]); ++ shift(@nkf); ++ $in = $tests[$i+1]; ++ $ans = $tests[$i+2]; ++ $out = NKF::nkf(@nkf,$in); ++ $out =~ s/ //g if $nkf =~ /-\w+m[NS]/o; ++ $ans =~ s/ //g if $nkf =~ /-\w+m[NS]/o; ++ if ($out ne $ans) { ++ last; ++ } ++ } ++ if ($out eq $ans) { ++ print "Ok\n"; ++ return; ++ } ++ print "Fail\n"; ++ if ($diff) { ++ open(R,"|od -c >tmp.result.bad"); binmode R; print R $out; close(R); ++ open(R,"|od -c >tmp.expect.bad"); binmode R; print R $ans; close(R); ++ system "diff -c tmp.result.bad tmp.expect.bad"; ++ } ++ return; + } + + do "../nkf_test.pl"; +diff --git a/nkf_test.pl b/nkf_test.pl +index 0320256..9b0228d 100644 +--- a/nkf_test.pl ++++ b/nkf_test.pl +@@ -957,6 +957,7 @@ eofeof + printf "%-40s", "test_data/bugs10904"; + &test("$nkf -Mj",$example{'test_data/bugs10904'},$example{'test_data/bugs10904.ans'}); + ++ if (!NKF) { + printf "%-40s", "Guess NL"; + &command_tests( + "$nkf --guess","none", "ASCII\n", +@@ -980,6 +981,7 @@ printf "%-40s", "Guess NL"; + "$nkf --guess","\r\n.\n", "ASCII (MIXED NL)\n", + "$nkf --guess","\r\n.\r", "ASCII (MIXED NL)\n", + "$nkf --guess","\r\n.\r\n", "ASCII (CRLF)\n"); ++ } + + printf "%-40s", "Convert NL to LF"; + &command_tests( Added: trunk/dports/perl/p5-nkf/files/nkf.git-d2f5d12b00a610a371ec48f6c841953b792aa721.patch =================================================================== --- trunk/dports/perl/p5-nkf/files/nkf.git-d2f5d12b00a610a371ec48f6c841953b792aa721.patch (rev 0) +++ trunk/dports/perl/p5-nkf/files/nkf.git-d2f5d12b00a610a371ec48f6c841953b792aa721.patch 2009-02-01 22:05:15 UTC (rev 46267) @@ -0,0 +1,23 @@ +From: NARUSE, Yui +Date: Wed, 21 Jan 2009 18:32:33 +0000 (+0900) +Subject: Fix: redefinition of macro SP (workarround). +X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=commitdiff_plain;h=d2f5d12b00a610a371ec48f6c841953b792aa721 + +Fix: redefinition of macro SP (workarround). +--- + +diff --git a/NKF.mod/NKF.xs b/NKF.mod/NKF.xs +index 1de2a7c..5b1c9c7 100644 +--- a/NKF.mod/NKF.xs ++++ b/NKF.mod/NKF.xs +@@ -95,7 +95,10 @@ nkf_putchar_grow(unsigned int c) + + #define PERL_XS 1 + #include "../utf8tbl.c" ++#undef SP + #include "../nkf.c" ++#undef SP ++#define SP sp /* perl's CORE/pp.h */ + + /* package defenition */ + Added: trunk/dports/perl/p5-nkf/files/nkf.git-f06661980bb179714f60338e09d48ae66ca15f97.patch =================================================================== --- trunk/dports/perl/p5-nkf/files/nkf.git-f06661980bb179714f60338e09d48ae66ca15f97.patch (rev 0) +++ trunk/dports/perl/p5-nkf/files/nkf.git-f06661980bb179714f60338e09d48ae66ca15f97.patch 2009-02-01 22:05:15 UTC (rev 46267) @@ -0,0 +1,34 @@ +From: NARUSE, Yui +Date: Wed, 21 Jan 2009 15:40:49 +0000 (+0900) +Subject: NKF.xs must follow nkf.c doesn't have WISH_TRUE AND NO_X0201. +X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=commitdiff_plain;h=f06661980bb179714f60338e09d48ae66ca15f97 + +NKF.xs must follow nkf.c doesn't have WISH_TRUE AND NO_X0201. + +fixed by obache [sf.jp#14731] +--- + +diff --git a/NKF.mod/NKF.xs b/NKF.mod/NKF.xs +index 626b634..1de2a7c 100644 +--- a/NKF.mod/NKF.xs ++++ b/NKF.mod/NKF.xs +@@ -134,9 +134,6 @@ nkf(...) + data = SvPV(ST(argc),i_len); + input_ctr = 0; + +- if(x0201_f == WISH_TRUE) +- x0201_f = ((!iso2022jp_f)? TRUE : NO_X0201); +- + /* allocate the result buffer */ + + /* During conversion, stirngs length may grow. This is the unit */ +@@ -178,9 +175,6 @@ nkf_continue(...) + data = SvPV(ST(0),i_len); + input_ctr = 0; + +- if(x0201_f == WISH_TRUE) +- x0201_f = ((!iso2022jp_f)? TRUE : NO_X0201); +- + /* allocate the result buffer */ + + /* During conversion, stirngs length may grow. This is the unit */ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 14:05:27 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 14:05:27 -0800 (PST) Subject: [46268] trunk/dports/x11/lesstif/Portfile Message-ID: <20090201220527.8CCBEE2020C@beta.macosforge.org> Revision: 46268 http://trac.macports.org/changeset/46268 Author: jeremyhu at macports.org Date: 2009-02-01 14:05:27 -0800 (Sun, 01 Feb 2009) Log Message: ----------- lesstif: Fix building using newew versions of libtool. Closes #18287 Modified Paths: -------------- trunk/dports/x11/lesstif/Portfile Modified: trunk/dports/x11/lesstif/Portfile =================================================================== --- trunk/dports/x11/lesstif/Portfile 2009-02-01 22:05:15 UTC (rev 46267) +++ trunk/dports/x11/lesstif/Portfile 2009-02-01 22:05:27 UTC (rev 46268) @@ -37,6 +37,10 @@ post-patch { system "touch ${worksrcpath}/test/{NEWS,README,AUTHORS,ChangeLog,COPYING}" + + # See #18287 + reinplace "s:LT_HAVE_FREETYPE:FINDXFT_HAVE_FREETYPE:g" ${worksrcpath}/acinclude.m4 + reinplace "s:LT_HAVE_XRENDER:FINDXFT_HAVE_XRENDER:g" ${worksrcpath}/acinclude.m4 } use_autoreconf yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 14:35:16 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 14:35:16 -0800 (PST) Subject: [46269] trunk/dports/audio/arts/Portfile Message-ID: <20090201223516.B523EE2052C@beta.macosforge.org> Revision: 46269 http://trac.macports.org/changeset/46269 Author: jeremyhu at macports.org Date: 2009-02-01 14:35:16 -0800 (Sun, 01 Feb 2009) Log Message: ----------- arts: Fix building/linking with MacPorts provided X11 libs Modified Paths: -------------- trunk/dports/audio/arts/Portfile Modified: trunk/dports/audio/arts/Portfile =================================================================== --- trunk/dports/audio/arts/Portfile 2009-02-01 22:05:27 UTC (rev 46268) +++ trunk/dports/audio/arts/Portfile 2009-02-01 22:35:16 UTC (rev 46269) @@ -46,7 +46,7 @@ kde-admindir-20030601${extract.suffix} md5 6135f81de4b1561942be8fd31ae21297 \ detect-autoconf${extract.suffix} md5 1f511627496be40174169dbab4d6d78a -set env(PATH) "${x11prefix}/bin:$env(PATH):${prefix}/bin" +set env(PATH) "$env(PATH):${prefix}/bin:${x11prefix}/bin" platform darwin 6 { depends_lib-append lib:libdl:dlcompat @@ -114,15 +114,22 @@ system "cd ${worksrcpath} && make -f admin/Makefile.common cvs" } -configure.cppflags -I${x11prefix}/include \ - -I${prefix}/include \ +configure.cppflags -I${prefix}/include \ -I${prefix}/include/qt3 \ -no-cpp-precomp \ -fno-common -configure.ldflags -L${x11prefix}/lib -configure.env LIBS=-L${prefix}/lib \ - DYLD_LIBRARY_PATH=${x11prefix}/lib:${prefix}/lib \ - LD_LIBRARY_PATH=${x11prefix}/lib:${prefix}/lib +configure.env LIBS=-L${prefix}/lib + +if { ![file exists ${prefix}/lib/pkgconfig/x11.pc] } { + configure.cppflags-append -I${x11prefix}/include + configure.ldflags-append -L${x11prefix}/lib + configure.env-append DYLD_LIBRARY_PATH=${x11prefix}/lib:${prefix}/lib \ + LD_LIBRARY_PATH=${x11prefix}/lib:${prefix}/lib +} else { + configure.env-append DYLD_LIBRARY_PATH=${prefix}/lib \ + LD_LIBRARY_PATH=${prefix}/lib +} + configure.cflags -Os configure.cxxflags -Os configure.args --includedir=${prefix}/include \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 14:38:01 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 14:38:01 -0800 (PST) Subject: [46270] trunk/dports/audio/easytag/Portfile Message-ID: <20090201223801.CF32CE205F5@beta.macosforge.org> Revision: 46270 http://trac.macports.org/changeset/46270 Author: jeremyhu at macports.org Date: 2009-02-01 14:38:01 -0800 (Sun, 01 Feb 2009) Log Message: ----------- easytag: Only include and link with x11prefix if we don't have MacPorts provided X11 libs Modified Paths: -------------- trunk/dports/audio/easytag/Portfile Modified: trunk/dports/audio/easytag/Portfile =================================================================== --- trunk/dports/audio/easytag/Portfile 2009-02-01 22:35:16 UTC (rev 46269) +++ trunk/dports/audio/easytag/Portfile 2009-02-01 22:38:01 UTC (rev 46270) @@ -36,8 +36,10 @@ depends_build port:hicolor-icon-theme -configure.ldflags-append -L${x11prefix}/lib -configure.cppflags-append -I${x11prefix}/include +if { ![file exists ${prefix}/lib/pkgconfig/x11.pc] } { + configure.cppflags-append -I${x11prefix}/include + configure.ldflags-append -L${x11prefix}/lib +} configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 14:39:57 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 14:39:57 -0800 (PST) Subject: [46271] trunk/dports/audio/easytag-devel/Portfile Message-ID: <20090201223958.06EA2E2067D@beta.macosforge.org> Revision: 46271 http://trac.macports.org/changeset/46271 Author: jeremyhu at macports.org Date: 2009-02-01 14:39:57 -0800 (Sun, 01 Feb 2009) Log Message: ----------- easytag-devel: Only include and link with x11prefix if we don't have MacPorts provided X11 libs Modified Paths: -------------- trunk/dports/audio/easytag-devel/Portfile Modified: trunk/dports/audio/easytag-devel/Portfile =================================================================== --- trunk/dports/audio/easytag-devel/Portfile 2009-02-01 22:38:01 UTC (rev 46270) +++ trunk/dports/audio/easytag-devel/Portfile 2009-02-01 22:39:57 UTC (rev 46271) @@ -31,8 +31,10 @@ depends_build port:hicolor-icon-theme -configure.ldflags-append -L${x11prefix}/lib -configure.cppflags-append -I${x11prefix}/include +if { ![file exists ${prefix}/lib/pkgconfig/x11.pc] } { + configure.cppflags-append -I${x11prefix}/include + configure.ldflags-append -L${x11prefix}/lib +} configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 14:55:34 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 14:55:34 -0800 (PST) Subject: [46272] trunk/dports/PortIndex Message-ID: <20090201225535.72011E21470@beta.macosforge.org> Revision: 46272 http://trac.macports.org/changeset/46272 Author: portindex at macports.org Date: 2009-02-01 14:55:34 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5491 Ports successfully parsed: 5491 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 22:39:57 UTC (rev 46271) +++ trunk/dports/PortIndex 2009-02-01 22:55:34 UTC (rev 46272) @@ -1137,7 +1137,7 @@ git-core 722 variants {doc gitweb svn bash_completion} variant_desc {doc {Install HTML and plaintext documentation} gitweb {Install gitweb.cgi} svn {Bi-directional subversion repository support} bash_completion {Bash completion support}} portdir devel/git-core description {A fast version control system} homepage http://git.or.cz/ epoch 0 depends_run {port:rsync path:bin/perl:perl5 port:p5-error} platforms darwin name git-core depends_lib {port:curl port:zlib port:openssl port:expat port:libiconv} long_description {Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency.} maintainers {larsen.st:bryan gmail.com:maccheck openmaintainer} categories devel version 1.6.1.2 revision 0 glade 674 -variants {gnomedb universal} depends_build {port:pkgconfig port:gettext port:rarian port:gconf} variant_desc {gnomedb {Enable GNOME DB support} universal {Build for multiple architectures}} portdir devel/glade description {Glade is a free user interface builder for GTK+ and GNOME.} homepage http://glade.gnome.org/ epoch 0 platforms darwin name glade depends_lib {port:gtk2 port:libxml2 port:libgnomecanvas port:libgnomeui port:libbonoboui port:libgail-gnome} long_description {Glade is a free user interface builder for GTK+ and GNOME. It is released under the GNU General Public License (GPL).} maintainers nomaintainer categories {devel gnome} version 2.12.2 revision 1 +variants {gnomedb universal} depends_build {port:pkgconfig port:gettext port:rarian port:gconf} variant_desc {gnomedb {Enable GNOME DB support} universal {Build for multiple architectures}} portdir devel/glade description {Glade is a free user interface builder for GTK+ and GNOME.} homepage http://glade.gnome.org/ epoch 0 platforms darwin name glade depends_lib {port:gtk2 port:libxml2 port:libgnomecanvas port:libgnomeui port:libbonoboui port:libgail-gnome} long_description {Glade is a free user interface builder for GTK+ and GNOME. It is released under the GNU General Public License (GPL).} maintainers nomaintainer categories {devel gnome} version 2.12.2 revision 2 glade3 676 variants {disable_gnome universal} variant_desc {disable_gnome {Disable support for GNOME UI widgets} universal {Build for multiple architectures}} portdir devel/glade3 description {Glade is a free user interface builder for GTK+ and GNOME.} homepage http://glade.gnome.org/ epoch 0 depends_run {port:hicolor-icon-theme port:devhelp} platforms darwin name glade3 depends_lib {port:gettext port:gtk2 port:libiconv port:libgnomeui port:libxml2 port:pkgconfig port:rarian} long_description {Glade is a free user interface builder for GTK+ and GNOME. It is released under the GNU General Public License (GPL).} maintainers devans categories {devel gnome} version 3.4.5 revision 0 glade3-devel 737 @@ -1207,7 +1207,7 @@ gtkglext 414 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/gtkglext description {OpenGL Extension to GTK} homepage http://sourceforge.net/projects/gtkglext/ epoch 0 platforms {macosx darwin} name gtkglext depends_lib {lib:libGLU.1:mesa port:xorg-libXmu port:gtk2} maintainers jd at lifehertz.com long_description {{OpenGL Extension to GTK}} version 1.2.0 categories devel revision 1 gtkimageview 483 -variants universal depends_build {port:pkgconfig port:gtk-doc} variant_desc {universal {Build for multiple architectures}} portdir devel/gtkimageview description {GtkImageView is a simple image viewer widget for GTK.} homepage http://trac.bjourne.webfactional.com/ epoch 0 platforms darwin name gtkimageview depends_lib port:gtk2 maintainers {devans openmaintainer} long_description {{GtkImageView is a simple image viewer widget for GTK.}} categories devel version 1.6.3 revision 0 +variants universal depends_build {port:pkgconfig port:gtk-doc} variant_desc {universal {Build for multiple architectures}} portdir devel/gtkimageview description {GtkImageView is a simple image viewer widget for GTK.} homepage http://trac.bjourne.webfactional.com/ epoch 0 platforms darwin name gtkimageview depends_lib port:gtk2 maintainers {devans openmaintainer} long_description {{GtkImageView is a simple image viewer widget for GTK.}} categories devel version 1.6.3 revision 1 gvfs 1176 variants universal depends_build {port:pkgconfig port:intltool} variant_desc {universal {Build for multiple architectures}} portdir devel/gvfs description {The Gnome Virtual File System.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gvfs depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:dbus port:gconf port:libsoup port:gettext port:libxml2} maintainers nomaintainer long_description {gvfs is a userspace virtual filesystem designed to work with the i/o abstractions of gio (a new library available with glib). It installs several modules that are automatically used by applications using the APIs of libgio. The gvfs model differs from e.g. gnome-vfs in that filesystems must be mounted before they are used. There is a central daemon (gvfsd) that handles coordinting mounts, and then each mount is (typically) in its own daemon process (although mounts can share daemon process). gvfs comes with a set of backends, including trash support, sftp, smb, http, dav and others. There is a set of command line programs starting with gvfs- that lets you run commands (like cat, ls, stat, etc) on files in the gvfs.} categories devel version 1.0.3 revision 0 gwenhywfar 699 @@ -2377,7 +2377,7 @@ file-roller 668 variants universal depends_build port:gnome-doc-utils variant_desc {universal {Build for multiple architectures}} portdir gnome/file-roller description {An archive manager for GNOME} homepage http://fileroller.sourceforge.net/ epoch 0 platforms darwin name file-roller depends_lib {port:libgnomeui port:gnome-icon-theme port:dbus port:dbus-glib} long_description {File Roller is an archive manager for the GNOME environment. Archive manager means that you can: * Create and modify archives. * View the content of an archive. * View a file contained in the archive. * Extract files from the archive.} maintainers nomaintainer categories gnome version 2.24.3 revision 0 gal 575 -variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gal description {GNOME Application Libs (GAL).} homepage http://www.gnome.org epoch 0 platforms darwin name gal depends_lib {lib:libgnomeprintui:libgnomeprintui port:dbus port:dbus-glib} long_description {The GNOME Application Libs (GAL) module contains some library functions that came from Gnumeric and Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it.} maintainers nomaintainer version 2.5.3 categories gnome revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gal description {GNOME Application Libs (GAL).} homepage http://www.gnome.org epoch 0 platforms darwin name gal depends_lib {lib:libgnomeprintui:libgnomeprintui port:dbus port:dbus-glib} long_description {The GNOME Application Libs (GAL) module contains some library functions that came from Gnumeric and Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it.} maintainers nomaintainer version 2.5.3 categories gnome revision 1 gal2 552 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gal2 description {GNOME Application Libs (GAL).} homepage http://www.gnome.org epoch 0 platforms darwin name gal2 depends_lib lib:libgnomeprintui:libgnomeprintui long_description {The GNOME Application Libs (GAL) module contains some library functions that came from Gnumeric and Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it.} maintainers nomaintainer version 1.99.11 categories gnome revision 0 galeon 513 @@ -2559,7 +2559,7 @@ libbonobo 653 variants universal depends_build {port:pkgconfig port:gnome-common port:intltool} variant_desc {universal {Build for multiple architectures}} portdir gnome/libbonobo description {A library for creating reusable components} homepage http://www.gnome.org/ epoch 0 platforms darwin name libbonobo depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:dbus-glib port:orbit2 port:gettext port:libxml2 port:libiconv port:popt} maintainers nomaintainer long_description {Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents.} categories gnome version 2.24.0 revision 0 libbonoboui 900 -variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir gnome/libbonoboui description {GUI frontend to the libbonobo component of GNOME 2} homepage http://www.gnome.org/ epoch 0 platforms darwin name libbonoboui depends_lib {port:gconf path:lib/pkgconfig/glib-2.0.pc:glib2 port:gnome-vfs port:gtk2 port:libbonobo port:libglade2 port:libgnomecanvas port:libgnome port:dbus port:dbus-glib port:libiconv port:libxml2 port:gettext} maintainers nomaintainer long_description {Bonobo is a set of language and system independant CORBA interfaces for creating reusable components and creating compound documents. libbonoboui includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.} categories gnome version 2.24.0 revision 0 +variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir gnome/libbonoboui description {GUI frontend to the libbonobo component of GNOME 2} homepage http://www.gnome.org/ epoch 0 platforms darwin name libbonoboui depends_lib {port:gconf path:lib/pkgconfig/glib-2.0.pc:glib2 port:gnome-vfs port:gtk2 port:libbonobo port:libglade2 port:libgnomecanvas port:libgnome port:dbus port:dbus-glib port:libiconv port:libxml2 port:gettext} maintainers nomaintainer long_description {Bonobo is a set of language and system independant CORBA interfaces for creating reusable components and creating compound documents. libbonoboui includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.} categories gnome version 2.24.0 revision 1 libcroco 563 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libcroco description {A CSS parsing and manipulation toolkit for GNOME} homepage http://www.freespiders.org/projects/libcroco/ epoch 0 platforms darwin name libcroco depends_lib {port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:libxml2 port:zlib} maintainers nomaintainer long_description {A generic Cascading Style Sheet (CSS) parsing and manipulation toolkit for GNOME applications that need CSS support.} version 0.6.1 categories gnome revision 1 libgail-gnome 545 @@ -2571,15 +2571,15 @@ libghttp 363 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libghttp description {GNOME http client library} homepage http://www.gnome.org/ epoch 0 platforms darwin name libghttp depends_lib bin:pkg-config:pkgconfig long_description {{GNOME http client library}} maintainers nomaintainer version 1.0.9 categories gnome revision 0 libglade2 743 -variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir gnome/libglade2 description {GNOME glade library.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libglade2 depends_lib {port:gettext port:fontconfig port:libxml2 port:gtk2} maintainers nomaintainer long_description {A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem.} categories gnome version 2.6.3 revision 0 +variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir gnome/libglade2 description {GNOME glade library.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libglade2 depends_lib {port:gettext port:fontconfig port:libxml2 port:gtk2} maintainers nomaintainer long_description {A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem.} categories gnome version 2.6.3 revision 1 libglademm 417 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libglademm description {C++ wrapper for glade2.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name libglademm depends_lib {lib:libgnomemm-2:libgnomemm lib:libglade-2:libglade2 lib:libiconv.2:libiconv} long_description {{C++ wrapper for glade2.}} maintainers nomaintainer version 2.6.6 categories gnome revision 0 libgnome 523 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnome description {This is the non-gui part of the library formerly known as gnome-libs.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libgnome depends_lib {port:libbonobo port:esound port:gnome-vfs port:dbus port:dbus-glib port:libiconv port:gettext} maintainers nomaintainer long_description {{This is the non-gui part of the library formerly known as gnome-libs.}} version 2.24.1 categories gnome revision 1 libgnomecanvas 748 -variants universal depends_build {port:pkgconfig path:bin/perl:perl5 port:p5-xml-parser port:intltool} variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomecanvas description {A graphics library for GNOME.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libgnomecanvas depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 path:lib/pkgconfig/pango.pc:pango port:gettext port:libiconv port:libart_lgpl port:libglade2} long_description {The GNOMECanvas library provides a number of features: Image loading facilities. Rendering of a GdkPixBuf into various formats: drawables (windows, pixmaps), GdkRGB buffers. A cache interface.} maintainers nomaintainer categories gnome version 2.20.1.1 revision 1 +variants universal depends_build {port:pkgconfig path:bin/perl:perl5 port:p5-xml-parser port:intltool} variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomecanvas description {A graphics library for GNOME.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libgnomecanvas depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:gtk2 path:lib/pkgconfig/pango.pc:pango port:gettext port:libiconv port:libart_lgpl port:libglade2} long_description {The GNOMECanvas library provides a number of features: Image loading facilities. Rendering of a GdkPixBuf into various formats: drawables (windows, pixmaps), GdkRGB buffers. A cache interface.} maintainers nomaintainer categories gnome version 2.20.1.1 revision 2 libgnomecanvasmm 511 -variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomecanvasmm description {libgnomecanvasmm provides C++ wrappers for libgnomecanvas.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name libgnomecanvasmm depends_lib {lib:libglademm-2:libglademm lib:libgnomecanvas-2:libgnomecanvas lib:libiconv.2:libiconv} long_description {{libgnomecanvasmm provides C++ wrappers for libgnomecanvas.}} maintainers nomaintainer version 2.22.0 categories gnome revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomecanvasmm description {libgnomecanvasmm provides C++ wrappers for libgnomecanvas.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name libgnomecanvasmm depends_lib {lib:libglademm-2:libglademm lib:libgnomecanvas-2:libgnomecanvas lib:libiconv.2:libiconv} long_description {{libgnomecanvasmm provides C++ wrappers for libgnomecanvas.}} maintainers nomaintainer version 2.22.0 categories gnome revision 1 libgnomecups 730 variants {darwin_7 darwin_8 universal} depends_build {port:pkgconfig path:bin/perl:perl5 port:p5-xml-parser port:gnome-common port:intltool} variant_desc {darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir gnome/libgnomecups description {This is an implementation of the Gnome Printing Architecture} homepage http://www.levien.com/gnome/print-arch.html epoch 0 platforms darwin name libgnomecups depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:gettext port:libiconv} maintainers nomaintainer long_description {{This is an implementation of the Gnome Printing Architecture}} categories gnome version 0.2.3 revision 1 libgnomedb 655 @@ -2591,9 +2591,9 @@ libgnomeprint 693 variants universal depends_build {port:pkgconfig port:bison path:bin/perl:perl5 port:p5-xml-parser} variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomeprint description {This is an implementation of the Gnome Printing Architecture} homepage http://www.levien.com/gnome/print-arch.html epoch 0 platforms darwin name libgnomeprint depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libart_lgpl path:lib/pkgconfig/pango.pc:pango port:libxml2 port:fontconfig port:freetype port:popt port:libgnomecups port:zlib} maintainers nomaintainer long_description {{This is an implementation of the Gnome Printing Architecture}} categories gnome version 2.18.5 revision 0 libgnomeprintui 575 -variants universal depends_build {port:pkgconfig port:intltool port:gnome-icon-theme} variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomeprintui description {This is an implementation of the Gnome Printing Architecture} homepage http://www.gnome.org/ depends_run port:gnome-icon-theme epoch 0 platforms darwin name libgnomeprintui depends_lib {port:gtk2 port:libgnomeprint port:libgnomecanvas} maintainers nomaintainer long_description {{This is an implementation of the Gnome Printing Architecture}} categories gnome version 2.18.3 revision 0 +variants universal depends_build {port:pkgconfig port:intltool port:gnome-icon-theme} variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomeprintui description {This is an implementation of the Gnome Printing Architecture} homepage http://www.gnome.org/ depends_run port:gnome-icon-theme epoch 0 platforms darwin name libgnomeprintui depends_lib {port:gtk2 port:libgnomeprint port:libgnomecanvas} maintainers nomaintainer long_description {{This is an implementation of the Gnome Printing Architecture}} categories gnome version 2.18.3 revision 1 libgnomeui 527 -variants {no_x11 universal} variant_desc {no_x11 {Do not link in X11} universal {Build for multiple architectures}} portdir gnome/libgnomeui description {Libraries for the GNOME GUI, a GNU desktop environment.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libgnomeui depends_lib {port:libbonoboui port:gnome-icon-theme port:gnome-keyring port:libiconv port:gettext} maintainers nomaintainer long_description {{Libraries for the GNOME GUI, a GNU desktop environment.}} version 2.24.0 categories gnome revision 0 +variants {no_x11 universal} variant_desc {no_x11 {Do not link in X11} universal {Build for multiple architectures}} portdir gnome/libgnomeui description {Libraries for the GNOME GUI, a GNU desktop environment.} homepage http://www.gnome.org/ epoch 0 platforms darwin name libgnomeui depends_lib {port:libbonoboui port:gnome-icon-theme port:gnome-keyring port:libiconv port:gettext} maintainers nomaintainer long_description {{Libraries for the GNOME GUI, a GNU desktop environment.}} version 2.24.0 categories gnome revision 1 libgnomeuimm 464 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/libgnomeuimm description {libgnomemm provides C++ wrappers for libgnomeui.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name libgnomeuimm depends_lib {port:libgnomecanvasmm port:libgnomeui port:gnome-vfsmm port:libiconv} long_description {{libgnomemm provides C++ wrappers for libgnomeui.}} maintainers nomaintainer version 2.20.0 categories gnome revision 1 libgsf 617 @@ -2789,9 +2789,9 @@ cairo-devel 901 variants {universal glitz no_x11 x11_xcb macosx} depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures} glitz {Add glitz graphics interface} no_x11 {Disable support for X11} x11_xcb {Use libxcb for X11 protocol communication} macosx {Platform variant, do not select manually}} portdir graphics/cairo-devel description {Cairo is a vector graphics library with cross-device output support.} homepage http://cairographics.org/ epoch 0 platforms {darwin macosx} depends_lib {path:lib/pkgconfig/pixman-1.pc:libpixman port:xrender port:fontconfig port:freetype port:libpng port:zlib port:expat} name cairo-devel maintainers ryandesign long_description {Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).} categories graphics version 1.7.6 revision 3 cairomm 576 -variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/cairomm description {Cairo is a vector graphics library with cross-device output support.} homepage http://cairographics.org/ epoch 0 platforms darwin name cairomm depends_lib {port:cairo port:libsigcxx2} maintainers {devans openmaintainer} long_description {Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).} version 1.6.4 categories graphics revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/cairomm description {Cairo is a vector graphics library with cross-device output support.} homepage http://cairographics.org/ epoch 0 platforms darwin name cairomm depends_lib {port:cairo port:libsigcxx2} maintainers {devans openmaintainer} long_description {Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).} version 1.6.4 categories graphics revision 1 cairomm-devel 588 -variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/cairomm-devel description {Cairo is a vector graphics library with cross-device output support.} homepage http://cairographics.org/ epoch 0 platforms darwin name cairomm-devel depends_lib {port:cairo port:libsigcxx2} maintainers {devans openmaintainer} long_description {Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).} version 1.7.2 categories graphics revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/cairomm-devel description {Cairo is a vector graphics library with cross-device output support.} homepage http://cairographics.org/ epoch 0 platforms darwin name cairomm-devel depends_lib {port:cairo port:libsigcxx2} maintainers {devans openmaintainer} long_description {Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).} version 1.7.2 categories graphics revision 1 cal3d 466 variants universal depends_build {bin:automake:automake bin:autoconf:autoconf} variant_desc {universal {Build for multiple architectures}} portdir graphics/cal3d description {skeletal based 3d character animation library} homepage http://cal3d.sourceforge.net/ epoch 0 platforms darwin name cal3d maintainers nomaintainer long_description {Cal3d is a skeletal based 3d character animation library written in C++} version 0.9.1 categories {graphics devel} revision 0 clutter 517 @@ -2852,8 +2852,8 @@ variants {gtk_doc html_doc workshop} depends_build {port:pkgconfig port:w3m} variant_desc {gtk_doc {Build docs with gtk-doc} html_doc {Build html docs with enscript and asciidoc} workshop {Enable build of workshop operations}} portdir graphics/gegl description {GEGL is a graph based image processing framework.} homepage http://gegl.org/ epoch 0 platforms darwin name gegl depends_lib {port:babl port:gtk2 port:lua port:openexr port:libopenraw port:librsvg port:libsdl port:graphviz port:ffmpeg port:libspiro} maintainers devans long_description {GEGL is a graph based image processing framework offering image processing and compositing on large images. GEGL is suitable for projects ranging from small one-off projects to interactive applications.} categories graphics version 0.0.22 revision 1 giblib 701 variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/giblib description {Utility library for lists, strings and imlib2.} homepage http://linuxbrit.co.uk/giblib/ epoch 0 platforms darwin name giblib depends_lib {port:imlib2 port:freetype port:zlib} maintainers tristan at cs.dartmouth.edu long_description {giblib2 incorporates doubly linked lists, some string functions, and a wrapper for imlib2. The wrapper does two things. It gives you access to fontstyles, which can be loaded from files, saved to files or defined dynamically through the API. It also, and more importantly, wraps imlib2's context API.} version 1.2.4 categories {graphics devel} revision 0 -giflib 394 -variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/giflib description {GIF library using patented LZW algorithm} homepage http://sourceforge.net/projects/giflib/ epoch 0 platforms darwin name giflib maintainers ryandesign long_description {GIF loading and saving shared library. Uses the LZW algorithm.} version 4.1.6 categories graphics revision 0 +giflib 441 +variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/giflib description {GIF library using patented LZW algorithm} homepage http://sourceforge.net/projects/giflib/ epoch 0 platforms darwin name giflib depends_lib {port:xorg-libsm port:xorg-libX11} maintainers ryandesign long_description {GIF loading and saving shared library. Uses the LZW algorithm.} version 4.1.6 categories graphics revision 1 gifsicle 431 variants universal variant_desc {universal {Build for multiple architectures}} description {GIF image/animation creator/editor.} portdir graphics/gifsicle homepage http://www.lcdf.org/gifsicle/ epoch 0 name gifsicle long_description {Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations.} maintainers nigel at cofa.unsw.edu.au categories graphics version 1.42 revision 0 gimp 890 @@ -2867,7 +2867,7 @@ gimp-user-manual 1017 variants {without_gimp cs de en es fr hr it ko nl no ru sv zh_CN universal} depends_build {port:coreutils port:docbook-xsl port:docbook-xml-4.3 port:libxslt port:pkgconfig path:lib/pkgconfig/gimp-2.0.pc:gimp2} variant_desc {without_gimp {Build without GIMP installed} cs {Build cs locale} de {Build de locale} en {Build en locale} es {Build es locale} fr {Build fr locale} hr {Build hr locale} it {Build it locale} ko {Build ko locale} nl {Build nl locale} no {Build no locale} ru {Build ru locale} sv {Build sv locale} zh_CN {Build zh_CN locale} universal {Build for multiple architectures}} 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 devans 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 or other mediums as well.} version 2.4.2 cat egories graphics revision 0 gimp2 1071 -variants {darwin_7 darwin_9 no_python dbus gvfs help_browser quartz x11 no_x11} variant_desc {darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} no_python {Disable Python scripts and filters} dbus {Enable dbus support} gvfs {Enable gvfs support} help_browser {Enable Gimp help browser} quartz {Enable Quartz rendering} x11 {Enable rendering in X11 (default)} no_x11 {Disable support for X11}} portdir graphics/gimp2 description {The GNU Image Manipulation Program} homepage http://www.gimp.org/ epoch 0 platforms darwin name gimp2 depends_lib {port:gegl port:aalib port:curl port:libart_lgpl port:libexif port:libgnomeui port:libmng port:librsvg port:libwmf port:p5-xml-parser port:poppler port:py25-gtk} maintainers devans 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, paintin g, processing, and rendering tools.} version 2.6.4 categories graphics revision 0 +variants {darwin_7 darwin_9 no_python dbus gvfs help_browser quartz x11 no_x11} variant_desc {darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} no_python {Disable Python scripts and filters} dbus {Enable dbus support} gvfs {Enable gvfs support} help_browser {Enable Gimp help browser} quartz {Enable Quartz rendering} x11 {Enable rendering in X11 (default)} no_x11 {Disable support for X11}} portdir graphics/gimp2 description {The GNU Image Manipulation Program} homepage http://www.gimp.org/ epoch 0 platforms darwin name gimp2 depends_lib {port:gegl port:aalib port:curl port:libart_lgpl port:libexif port:libgnomeui port:libmng port:librsvg port:libwmf port:p5-xml-parser port:poppler port:py25-gtk} maintainers devans 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, paintin g, processing, and rendering tools.} version 2.6.4 categories graphics revision 1 glew 622 variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/glew description {OpenGL Extension Wrangler Library} homepage http://glew.sourceforge.net epoch 0 platforms darwin name glew maintainers {jmr openmaintainer} long_description {The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file.} version 1.5.1 categories {graphics devel} revision 0 glitz 639 @@ -2977,7 +2977,7 @@ libpng 900 variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/libpng description {Library for manipulating PNG images} homepage http://www.libpng.org/pub/png/ epoch 0 platforms {darwin openbsd freebsd sunos linux} name libpng depends_lib port:zlib maintainers {ryandesign waqar at macports.org} long_description {Libpng was written as a companion to the PNG specification, as a way to reduce the amount of time and effort it takes to support the PNG file format in application programs. Most users will not have to modify the library significantly, advanced users may want to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered.} version 1.2.34 categories graphics revision 0 librsvg 427 -variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/librsvg description {Gnome implementation of rsvg.} homepage http://librsvg.sourceforge.net/ epoch 0 platforms darwin name librsvg depends_lib {port:libcroco port:libgsf port:libart_lgpl port:libxml2} maintainers nomaintainer long_description {{Gnome implementation of rsvg.}} version 2.22.3 categories {graphics gnome} revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/librsvg description {Gnome implementation of rsvg.} homepage http://librsvg.sourceforge.net/ epoch 0 platforms darwin name librsvg depends_lib {port:libcroco port:libgsf port:libart_lgpl port:libxml2} maintainers nomaintainer long_description {{Gnome implementation of rsvg.}} version 2.22.3 categories {graphics gnome} revision 1 libspiro 451 variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/libspiro description {Raph Levien's Spiro package as a library.} homepage http://www.levien.com/spiro/ epoch 0 platforms darwin name libspiro maintainers devans long_description {Raph Levien's Spiro package as a library. A mechanism for drawing smooth contours with constant curvature at the spline joins.} version 20071029 categories graphics revision 0 libsvg 387 @@ -3037,7 +3037,7 @@ podofo 762 variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir graphics/podofo description {PoDoFo is a library to work with the PDF file format.} homepage http://podofo.sourceforge.net/ epoch 0 platforms darwin name podofo depends_lib {port:fontconfig port:freetype port:jpeg port:tiff port:zlib port:cppunit} maintainers {devans openmaintainer} long_description {PoDoFo is a library to work with the PDF file format. The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file.} categories graphics version 0.6.0 revision 0 poppler 666 -variants {quartz qt4 docs universal} depends_build port:pkgconfig variant_desc {quartz { Support for the native Mac OS X interface instead of X11 } qt4 { Support for the QT toolkit } docs {Build gtk-doc documentation} universal {Build for multiple architectures}} portdir graphics/poppler description {Poppler is a PDF rendering library based on the xpdf-3.0 code base.} homepage http://poppler.freedesktop.org/ epoch 0 platforms darwin name poppler depends_lib {port:gtk2 port:openjpeg port:poppler-data} maintainers nomaintainer long_description {{Poppler is a PDF rendering library based on the xpdf-3.0 code base.}} categories graphics version 0.10.3 revision 0 +variants {quartz qt4 docs universal} depends_build port:pkgconfig variant_desc {quartz { Support for the native Mac OS X interface instead of X11 } qt4 { Support for the QT toolkit } docs {Build gtk-doc documentation} universal {Build for multiple architectures}} portdir graphics/poppler description {Poppler is a PDF rendering library based on the xpdf-3.0 code base.} homepage http://poppler.freedesktop.org/ epoch 0 platforms darwin name poppler depends_lib {port:gtk2 port:openjpeg port:poppler-data} maintainers nomaintainer long_description {{Poppler is a PDF rendering library based on the xpdf-3.0 code base.}} categories graphics version 0.10.3 revision 1 poppler-data 265 portdir graphics/poppler-data platforms darwin description {Poppler encoding data.} name poppler-data version 0.2.1 categories graphics homepage http://poppler.freedesktop.org/ revision 0 epoch 0 maintainers nomaintainer long_description {{Poppler encoding data.}} potrace 968 @@ -6417,7 +6417,7 @@ p5-next 582 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-next description {Provide a pseudo-class NEXT (et al) that allows method redispatch} homepage http://search.cpan.org/dist/NEXT/ epoch 0 platforms darwin name p5-next depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls {$self-NEXT::m()>,} the call to m is redispatched as if the calling method had not originally been found.} version 0.60 categories perl revision 0 p5-nkf 436 -variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-nkf description {A perl extension module to use nkf.} homepage http://sourceforge.jp/projects/nkf/ epoch 0 platforms darwin name p5-nkf depends_lib path:bin/perl:perl5 maintainers {nifty.com:pelopor takanori openmaintainer} long_description {{A perl extension module to use nkf.}} version 2.08 categories {perl textproc japanese} revision 1 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-nkf description {A perl extension module to use nkf.} homepage http://sourceforge.jp/projects/nkf/ epoch 0 platforms darwin name p5-nkf depends_lib path:bin/perl:perl5 maintainers {nifty.com:pelopor takanori openmaintainer} long_description {{A perl extension module to use nkf.}} version 2.09 categories {perl textproc japanese} revision 0 p5-nmap-scanner 654 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-nmap-scanner description {Perform and manipulate nmap scans using perl} homepage http://search.cpan.org/dist/Nmap-Scanner/ epoch 0 platforms darwin name p5-nmap-scanner depends_lib {path:bin/perl:perl5 port:nmap port:p5-xml-libxml port:p5-xml-sax} maintainers nomaintainer long_description {Nmap::Scanner perlifies the output of the network mapping tool nmap (http://www.insecure.org/nmap/), creating lists of model objects in batch scan mode or firing events when significant scanning events occur in event scan mode.} version 0.9 categories perl revision 0 p5-number-format 488 @@ -6853,9 +6853,9 @@ gimp-print 999 variants universal variant_desc {universal {Build for multiple architectures}} portdir print/gimp-print description {Print Plugin & Ghostscript (and CUPS) Driver} homepage http://gimp-print.sourceforge.net/ epoch 0 platforms darwin name gimp-print depends_lib port:gettext maintainers nomaintainer long_description {Gimp-Print is a package of high quality printer drivers for Linux, BSD, Solaris, IRIX, and other UNIX-alike operating systems. In many cases, these drivers rival or exceed the OEM drivers in quality and functionality. Our goal is to produce the highest possible output quality from all supported printers. To that end, we have done extensive work on screening algorithms, color generation, and printer feature utilization. We are continuing our work in all of these areas to produce ever higher quality results, particularly on the ubiquitous, inexpensive inkjet printers that are nonetheless capable of nearly photographic output quality.} version 4.2.7 categories print r evision 0 gutenprint 288 -description {Gimp Print Plugin} portdir print/gutenprint homepage http://gimp-print.sourceforge.net/ epoch 0 platforms darwin name gutenprint depends_lib lib:libgimp-2.0:gimp2 maintainers devans long_description {Gutenprint plugin for the Gimp.} version 5.2.3 categories print revision 0 +description {Gimp Print Plugin} portdir print/gutenprint homepage http://gimp-print.sourceforge.net/ epoch 0 platforms darwin name gutenprint depends_lib lib:libgimp-2.0:gimp2 maintainers devans long_description {Gutenprint plugin for the Gimp.} version 5.2.3 categories print revision 1 gv 690 -variants {darwin letter} depends_build {port:autoconf port:automake port:libtool} variant_desc {darwin {Platform variant, do not select manually} letter {sets default paper size to letter}} portdir print/gv description {PostScript and PDF previewer} homepage http://www.gnu.org/software/gv/ depends_run bin:gs:ghostscript epoch 0 platforms darwin name gv depends_lib {port:xorg-libXinerama port:Xaw3d port:bzip2} maintainers {ryandesign openmaintainer} long_description {gv is a X11 PostScript and PDF previewer based on Tim Theisen's ghostview-1.5. It uses the Xaw3d widget set, thus providing a much nicer look and it's said to be a bit faster.} categories print version 3.6.6 revision 2 +variants {darwin letter} depends_build {port:autoconf port:automake port:libtool} variant_desc {darwin {Platform variant, do not select manually} letter {sets default paper size to letter}} portdir print/gv description {PostScript and PDF previewer} homepage http://www.gnu.org/software/gv/ depends_run bin:gs:ghostscript epoch 0 platforms darwin name gv depends_lib {port:xorg-libXinerama port:Xaw3d port:bzip2} maintainers {ryandesign openmaintainer} long_description {gv is a X11 PostScript and PDF previewer based on Tim Theisen's ghostview-1.5. It uses the Xaw3d widget set, thus providing a much nicer look and it's said to be a bit faster.} categories print version 3.6.6 revision 3 latex-mk 640 variants universal variant_desc {universal {Build for multiple architectures}} portdir print/latex-mk description {makefile fragments and shell scripts to manage LaTeX documents} homepage http://latex-mk.sourceforge.net/ epoch 0 platforms darwin name latex-mk depends_lib bin:latex:texlive maintainers {rossbeyer.net:rbeyer openmaintainer} long_description {Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end.} version 1.9.1 categories print revision 0 latex2html 492 @@ -9660,8 +9660,8 @@ variants {x11 universal} variant_desc {x11 {Enable X11 support} universal {Build for multiple architectures}} portdir textproc/most description {powerful paging program} homepage http://www.jedsoft.org/most/ epoch 0 platforms darwin name most depends_lib port:slang2 maintainers {nox openmaintainer} long_description {MOST is a powerful paging program for Unix, VMS, MSDOS, and win32 systems. Unlike other well-known paging programs most supports multiple windows and can scroll left and right. Why settle for less?} version 5.0.0a categories textproc revision 1 msort 534 variants universal variant_desc {universal {Build for multiple architectures}} portdir textproc/msort description {program for sorting files in sophisticated ways} homepage http://billposer.org/Software/msort.html epoch 0 depends_run {port:tcl port:tk} platforms darwin name msort depends_lib {port:libtre port:gettext port:libuninum port:libutf8proc} maintainers nomaintainer long_description {Msort is a program for sorting files in sophisticated ways. Records need not be single lines.} categories textproc version 8.45 revision 0 -nkf 534 -variants universal variant_desc {universal {Build for multiple architectures}} portdir textproc/nkf description {Network Kanji code conversion Filter} homepage http://sourceforge.jp/projects/nkf/ epoch 0 platforms darwin name nkf maintainers {takanori openmaintainer} long_description {Nkf is a yet another kanji code converter among networks, hosts and terminals. It converts input kanji code to designated kanji code such as 7-bit JIS, MS-kanji (shifted-JIS), utf-8 or EUC.} version 2.0.8b categories {textproc japanese} revision 0 +nkf 533 +variants universal variant_desc {universal {Build for multiple architectures}} portdir textproc/nkf description {Network Kanji code conversion Filter} homepage http://sourceforge.jp/projects/nkf/ epoch 0 platforms darwin name nkf maintainers {takanori openmaintainer} long_description {Nkf is a yet another kanji code converter among networks, hosts and terminals. It converts input kanji code to designated kanji code such as 7-bit JIS, MS-kanji (shifted-JIS), utf-8 or EUC.} version 2.0.9 categories {textproc japanese} revision 0 openjade 524 variants {darwin universal} variant_desc {darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir textproc/openjade description {James Clark's implementation of DSSSL} homepage http://openjade.sourceforge.net/ epoch 0 depends_run port:mkcatalog platforms {darwin freebsd} name openjade depends_lib port:opensp maintainers nomaintainer long_description {OpenJade is an implementation of ISO/IEC 10179:1996 standard DSSSL language.} categories textproc version 1.3.2 revision 2 opensp 501 @@ -10125,7 +10125,7 @@ XawM 502 variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/XawM description {This is Ed Falk's XawM (M for Modern).} homepage http://siag.nu epoch 0 platforms darwin name XawM long_description {This is Ed Falk's XawM (M for Modern), hacked for use with Siag Officeand adapted for autoconf and libtool. This release is called 1.5u, 1.5 because it is based on Xaw3d 1.5, and u because Ulric messed with it.} maintainers nomaintainer version 1.5u categories x11 revision 0 Xft2 922 -variants {system_x11 universal} depends_build {port:pkgconfig port:xorg-xproto} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/Xft2 description {client-side font API for X applications} homepage http://fontconfig.org/ epoch 0 platforms darwin name Xft2 depends_lib {port:zlib port:xrender port:freetype port:fontconfig port:expat} maintainers jeremyhu long_description {The current version of Xft provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers.} categories x11 version 2.1.13 revision 0 +variants {system_x11 universal} depends_build {port:pkgconfig port:xorg-xproto} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/Xft2 description {client-side font API for X applications} homepage http://fontconfig.org/ epoch 0 platforms darwin name Xft2 depends_lib {port:zlib port:xrender port:freetype port:fontconfig port:expat} maintainers jeremyhu long_description {The current version of Xft provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers.} categories x11 version 2.1.13 revision 1 abclock 544 variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/abclock description {analog clock for X} homepage http://odur.let.rug.nl/~kleiweg/abclock/ epoch 0 platforms darwin name abclock depends_lib port:xorg-libX11 maintainers nomaintainer long_description {Analogue Bitmap Clock displays the current time with hours and minutes in an analogue fashion but unlike the traditional {clock;} unlike ordinary analogue clocks, this design is clear even in very small bitmaps.} version 1.0d categories x11 revision 2 advi 522 @@ -10329,11 +10329,11 @@ gtkglarea2 745 variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkglarea2 description {OpenGL widget to GTK+} homepage ftp://ftp.gnome.org/mirror/gnome.org/sources/gtkglarea/ epoch 0 platforms darwin name gtkglarea2 depends_lib {lib:libGLU.1:mesa port:gtk2} maintainers nomaintainer long_description {Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which is basically wrapper around GLX functions. The widget itself is very similar to GtkDrawinigArea widget and adds only three extra functions. Lower level gdkgl functions make it easy to render on any widget that has OpenGL capable visual, rendering to off-screen pixmaps is also supported.} version 1.99.0 categories {x11 devel} revision 0 gtkmm 494 -variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkmm description {C++ interface to GTK+.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name gtkmm depends_lib {port:gtk2 port:glibmm path:lib/pkgconfig/cairomm-1.0.pc:cairomm port:pangomm} long_description {gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+.} maintainers {devans openmaintainer} version 2.14.3 categories {x11 devel} revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkmm description {C++ interface to GTK+.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name gtkmm depends_lib {port:gtk2 port:glibmm path:lib/pkgconfig/cairomm-1.0.pc:cairomm port:pangomm} long_description {gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+.} maintainers {devans openmaintainer} version 2.14.3 categories {x11 devel} revision 1 gtkmm1 482 -variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkmm1 description {C++ interface to GTK+, version 1.2.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name gtkmm1 depends_lib {lib:libgtk.1:gtk1 lib:libsigc:libsigcxx1} long_description {gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+.} maintainers gongloo at charlies-server.no-ip.com version 1.2.8 categories {x11 devel} revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkmm1 description {C++ interface to GTK+, version 1.2.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name gtkmm1 depends_lib {lib:libgtk.1:gtk1 lib:libsigc:libsigcxx1} long_description {gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+.} maintainers gongloo at charlies-server.no-ip.com version 1.2.8 categories {x11 devel} revision 1 gtkmm20 467 -variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkmm20 description {C++ interface to GTK+.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name gtkmm20 depends_lib {lib:libgtk-x11-2:gtk2 lib:libsigc-1.2:libsigcxx} long_description {gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+.} maintainers toralf at procaptura.com version 2.2.12 categories {x11 devel} revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/gtkmm20 description {C++ interface to GTK+.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name gtkmm20 depends_lib {lib:libgtk-x11-2:gtk2 lib:libsigc-1.2:libsigcxx} long_description {gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+.} maintainers toralf at procaptura.com version 2.2.12 categories {x11 devel} revision 1 gtkspell2 628 variants universal depends_build {port:pkgconfig port:gtk-doc} variant_desc {universal {Build for multiple architectures}} portdir x11/gtkspell2 description {Library for highlighting and replacement of misspelled words} homepage http://gtkspell.sourceforge.net epoch 0 platforms darwin name gtkspell2 depends_lib {port:enchant port:gtk2} maintainers nomaintainer long_description {GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements.} categories {x11 gnome textproc} version 2.0.15 revision 0 gxmessage 583 @@ -10423,7 +10423,7 @@ pango-devel 616 variants {no_x11 universal} depends_build port:pkgconfig variant_desc {no_x11 {Disable support for X11} universal {Build for multiple architectures}} portdir x11/pango-devel description {Framework for the layout and rendering of i18n text} homepage http://www.pango.org/ epoch 0 platforms darwin name pango-devel depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:Xft2 path:lib/pkgconfig/cairo.pc:cairo} maintainers ryandesign long_description {The goal of the Pango project is to provide an open-source framework for the layout and rendering of internationalized text.} categories x11 version 1.21.6 revision 2 pangomm 501 -variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/pangomm description {C++ interface to Pango.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name pangomm depends_lib {path:lib/pkgconfig/pango.pc:pango path:lib/pkgconfig/cairomm-1.0.pc:cairomm port:glibmm port:libsigcxx2} long_description {pangomm is the official C++ interface for the Pango text layout library.} maintainers {devans openmaintainer} version 2.14.1 categories {x11 devel} revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/pangomm description {C++ interface to Pango.} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name pangomm depends_lib {path:lib/pkgconfig/pango.pc:pango path:lib/pkgconfig/cairomm-1.0.pc:cairomm port:glibmm port:libsigcxx2} long_description {pangomm is the official C++ interface for the Pango text layout library.} maintainers {devans openmaintainer} version 2.14.1 categories {x11 devel} revision 1 pcb 762 variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/pcb description {Printed Circuit Board Layout Tool} homepage http://pcb.sourceforge.net epoch 0 depends_run bin:wish:tk platforms darwin name pcb depends_lib port:gtk2 maintainers adam at megacz.com long_description {PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time.} categories {x11 graphics} version 20060321 revision 0 php5-gtk 559 -------------- next part -------------- An HTML attachment was scrubbed... URL: From febeling at macports.org Sun Feb 1 15:18:26 2009 From: febeling at macports.org (febeling at macports.org) Date: Sun, 1 Feb 2009 15:18:26 -0800 (PST) Subject: [46273] contrib/mpab/mpsync.sh Message-ID: <20090201231827.019C6E219F2@beta.macosforge.org> Revision: 46273 http://trac.macports.org/changeset/46273 Author: febeling at macports.org Date: 2009-02-01 15:18:26 -0800 (Sun, 01 Feb 2009) Log Message: ----------- mpsync.sh: use a variable to denote name of svn working directory. Modified Paths: -------------- contrib/mpab/mpsync.sh Modified: contrib/mpab/mpsync.sh =================================================================== --- contrib/mpab/mpsync.sh 2009-02-01 22:55:34 UTC (rev 46272) +++ contrib/mpab/mpsync.sh 2009-02-01 23:18:26 UTC (rev 46273) @@ -2,6 +2,7 @@ baseDir=`dirname $0` chrootPath=${baseDir}/mpchroot +exportDir=mpexport # $1 - script to execute function chroot_exec () { @@ -13,15 +14,15 @@ rm ${chrootPath}/var/tmp/$1 } -if [[ -d ${baseDir}/mpexport ]] ; then +if [[ -d ${baseDir}/${exportDir} ]] ; then svn update --non-interactive \ - -r HEAD ${baseDir}/mpexport \ + -r HEAD ${baseDir}/${exportDir} \ > /dev/null || exit 1 else echo "Checking out macports from svn..." svn checkout --non-interactive -r HEAD \ http://svn.macports.org/repository/macports/trunk \ - ${baseDir}/mpexport > /dev/null || exit 1 + ${baseDir}/${exportDir} > /dev/null || exit 1 fi if [[ ! -d ${baseDir}/mpchroot ]] ; then @@ -30,7 +31,7 @@ fi rsync -r --del --exclude '*~' --exclude '.svn' \ - ${baseDir}/mpexport/dports \ + ${baseDir}/${exportDir}/dports \ ${baseDir}/mpchroot/opt/mports || exit 1 echo "Re-creating portindex in chroot" -------------- next part -------------- An HTML attachment was scrubbed... URL: From febeling at macports.org Sun Feb 1 15:20:03 2009 From: febeling at macports.org (febeling at macports.org) Date: Sun, 1 Feb 2009 15:20:03 -0800 (PST) Subject: [46274] contrib/mpab Message-ID: <20090201232003.E6F42E21A51@beta.macosforge.org> Revision: 46274 http://trac.macports.org/changeset/46274 Author: febeling at macports.org Date: 2009-02-01 15:20:03 -0800 (Sun, 01 Feb 2009) Log Message: ----------- mpab: accept an svn working directory as a substitute for a mp tarball, alternatively. Modified Paths: -------------- contrib/mpab/mpab contrib/mpab/mpab-functions Modified: contrib/mpab/mpab =================================================================== --- contrib/mpab/mpab 2009-02-01 23:18:26 UTC (rev 46273) +++ contrib/mpab/mpab 2009-02-01 23:20:03 UTC (rev 46274) @@ -38,6 +38,7 @@ # Name of the file containing all of MacPorts MPTARBALL="macports_dist.tar.bz2" +MP_SVN_WORKDIR="mpexport" if [[ -n ${MPABDEBUG} ]]; then HDIUTILDEBUG="-verbose" @@ -74,7 +75,7 @@ fi fi -checkDependencies ${baseDir} ${MPTARBALL} +checkDependencies ${baseDir} ${MPTARBALL} ${MP_SVN_WORKDIR} returnValue=$? if [[ ${returnValue} != 0 ]]; then exit ${returnValue} @@ -98,7 +99,11 @@ rm -rf ${chrootPath}/opt/mports rm -f ${chrootPath}/opt/local/bin/port fi - buildMacPorts ${baseDir} ${chrootPath} ${MPTARBALL} + if [[ -d ${MP_SVN_WORKDIR} ]]; then + buildMacPorts ${baseDir} ${chrootPath} ${MP_SVN_WORKDIR} + else + buildMacPorts ${baseDir} ${chrootPath} ${MPTARBALL} + fi exitMessage="" if [[ $? == 0 && ${command} == "buildports" ]]; then if [[ -e ${portlistFile} ]]; then @@ -111,3 +116,8 @@ fi fi +# Local Variables: +# mode: shell-script +# indent-tabs-mode: nil +# sh-basic-offset: 3 +# End: Modified: contrib/mpab/mpab-functions =================================================================== --- contrib/mpab/mpab-functions 2009-02-01 23:18:26 UTC (rev 46273) +++ contrib/mpab/mpab-functions 2009-02-01 23:20:03 UTC (rev 46274) @@ -35,14 +35,15 @@ { baseDir=$1 mpTarball=$2 + mpSvnWorkdir=$3 if [[ `id -u` != 0 ]]; then echo "This must be run as root, please do so" return 1 fi - if [[ ! -f ${baseDir}/${mpTarball} ]]; then + if [[ ! -f ${baseDir}/${mpTarball} && ! -d ${baseDir}/${mpSvnWorkdir} ]]; then cat << EOF -Need to have a MacPorts source tarball as ${baseDir}/${mpTarball} +Need to have a MacPorts source tarball ${baseDir}/${mpTarball} or svn working directhory ${baseDir}/${mpSvnWorkDir} See the ReadMe.txt file. EOF return 2 @@ -184,24 +185,30 @@ # Build MacPorts in the chroot # $1 - base directory # $2 - chroot path -# $3 - MacPorts source tarball +# $3 - MacPorts source tarball or svn export dir function buildMacPorts() { baseDir=$1 chrootPath=$2 - mpTarball=$3 + mpExport=$3 echo "Building/installing MP in chroot, if necessary" if [[ ! -d ${chrootPath}/opt/mports ]]; then - if [[ ! -f ${baseDir}/${mpTarball} ]]; then - echo "No ${mpTarball} found" + if [[ -f ${baseDir}/${mpExport} ]]; then + mkdir -p ${chrootPath}/opt/mports + cd ${chrootPath}/opt/mports + bunzip2 -c ${baseDir}/${mpExport} | tar xf - + cd - > /dev/null + elif [[ -d ${baseDir}/${mpExport} ]]; then + mkdir -p ${chrootPath}/opt/mports + cd ${baseDir}/${mpExport} && \ + rsync -r --del --exclude '*~' --exclude '.svn' . ${chrootPath}/opt/mports + cd - > /dev/null + else + echo "No ${mpExport} found" return 1 fi - mkdir -p ${chrootPath}/opt/mports - cd ${chrootPath}/opt/mports - bunzip2 -c ${baseDir}/${mpTarball} | tar xf - - cd - > /dev/null fi if [[ ! -f ${chrootPath}/opt/local/bin/port ]]; then @@ -334,3 +341,8 @@ return 0 } +# Local Variables: +# mode: shell-script +# indent-tabs-mode: nil +# sh-basic-offset: 3 +# End: -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Feb 1 15:34:48 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 1 Feb 2009 15:34:48 -0800 (PST) Subject: [46275] trunk/dports/x11/xorg-server Message-ID: <20090201233449.52641E21CA0@beta.macosforge.org> Revision: 46275 http://trac.macports.org/changeset/46275 Author: jeremyhu at macports.org Date: 2009-02-01 15:34:48 -0800 (Sun, 01 Feb 2009) Log Message: ----------- xorg-server: Version bump to 1.4.2-apple32 and support GLX on Tiger Modified Paths: -------------- trunk/dports/x11/xorg-server/Portfile Added Paths: ----------- trunk/dports/x11/xorg-server/files/tiger.indirect.patch Removed Paths: ------------- trunk/dports/x11/xorg-server/files/prefix.patch trunk/dports/x11/xorg-server/files/vnc-workaround.patch Modified: trunk/dports/x11/xorg-server/Portfile =================================================================== --- trunk/dports/x11/xorg-server/Portfile 2009-02-01 23:20:03 UTC (rev 46274) +++ trunk/dports/x11/xorg-server/Portfile 2009-02-01 23:34:48 UTC (rev 46275) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-server -version 1.4.2-apple31 +version 1.4.2-apple32 categories x11 devel maintainers jeremyhu openmaintainer description The X.org / Xquartz X server. @@ -18,10 +18,10 @@ distfiles xorg-server-$version.tar.bz2:xq \ MesaLib-${mesavers}.tar.bz2:mesa -checksums xorg-server-1.4.2-apple31.tar.bz2 \ - md5 7b4c16698836ac1904227f53b1eeee75 \ - sha1 7d65a928dd7fd655cafff4fdebe3458276016974 \ - rmd160 e19742eb64c3ce73d2bb2be11d47083149f97f91 \ +checksums xorg-server-1.4.2-apple32.tar.bz2 \ + md5 5e7a28a2b21e6d9308a7f7088ef2f3ae \ + sha1 9a12c5f9142ccfc60fa51921ea97cd693eec12ca \ + rmd160 3d7f7449ea5d3630689489c1adea20290cd1bbb4 \ MesaLib-7.0.4.tar.bz2 \ md5 8d7bacbe0234742a5d08c8088c4619e9 \ sha1 7e2ecbe89d245510d2681d04e959aee6adc205c5 \ @@ -57,7 +57,6 @@ port:xinit \ port:xorg-fonts -# I'd prefer to keep pixman a port: dependency here for building the server depends_lib \ port:libpixman \ port:xorg-libxkbfile \ @@ -66,6 +65,8 @@ port:xorg-libAppleWM \ port:xorg-libXfixes +patchfiles tiger.indirect.patch + post-patch { reinplace "s|ensure_path(X11BINDIR);|ensure_path(X11BINDIR); ensure_path(\"${x11prefix}/bin\");|" ${worksrcpath}/hw/xquartz/mach-startup/bundle-main.c @@ -90,7 +91,6 @@ } if {${os.major} < 9} { - configure.args-append --disable-glx post-install { ui_msg "This server has not been thoroughly tested on Tiger. Your feedback would be welcomed on x11-users at macosforge.org." } Deleted: trunk/dports/x11/xorg-server/files/prefix.patch =================================================================== --- trunk/dports/x11/xorg-server/files/prefix.patch 2009-02-01 23:20:03 UTC (rev 46274) +++ trunk/dports/x11/xorg-server/files/prefix.patch 2009-02-01 23:34:48 UTC (rev 46275) @@ -1,572 +0,0 @@ -diff --git configure.ac configure.ac -index 32ccf0c..6ce1dcd 100644 ---- configure.ac -+++ configure.ac -@@ -64,6 +64,7 @@ AC_PROG_LEX - AC_PROG_YACC - AC_SYS_LARGEFILE - XORG_PROG_RAWCPP -+AC_PATH_PROG(SED,sed) - - dnl Check for dtrace program (needed to build Xserver dtrace probes) - dnl Also checks for , since some Linux distros have an -@@ -470,6 +471,14 @@ AC_ARG_WITH(apple-applications-dir,AS_HELP_STRING([--with-apple-applications-dir - [ APPLE_APPLICATIONS_DIR="${withval}" ], - [ APPLE_APPLICATIONS_DIR="/Applications/Utilities" ]) - AC_SUBST([APPLE_APPLICATIONS_DIR]) -+AC_ARG_WITH(apple-application-name,AS_HELP_STRING([--with-apple-application-name=NAME], [Name for the .app (default: X11)]), -+ [ APPLE_APPLICATION_NAME="${withval}" ], -+ [ APPLE_APPLICATION_NAME="X11" ]) -+AC_SUBST([APPLE_APPLICATION_NAME]) -+AC_ARG_WITH(apple-application-id,AS_HELP_STRING([--with-apple-application-id=VALUE], [CFBundleIdentification for the .app (default: org.x.X11)]), -+ [ APPLE_APPLICATION_ID="${withval}" ], -+ [ APPLE_APPLICATION_ID="org.x.X11" ]) -+AC_SUBST([APPLE_APPLICATION_ID]) - AC_ARG_ENABLE(builddocs, AS_HELP_STRING([--enable-builddocs], [Build docs (default: disabled)]), - [BUILDDOCS=$enableval], - [BUILDDOCS=no]) -diff --git hw/xquartz/Makefile.am hw/xquartz/Makefile.am -index d1eb283..e5e2e9e 100644 ---- hw/xquartz/Makefile.am -+++ hw/xquartz/Makefile.am -@@ -7,7 +7,8 @@ AM_CPPFLAGS = \ - -DINXQUARTZ \ - -DUSE_NEW_CLUT \ - -DXFree86Server \ -- -I$(top_srcdir)/miext/rootless -+ -I$(top_srcdir)/miext/rootless \ -+ -DX11LIBDIR=\"$(libdir)\" - - if GLX - GL_DIR = GL -diff --git hw/xquartz/X11Application.m hw/xquartz/X11Application.m -index 2fe4ca7..d03d3b6 100644 ---- hw/xquartz/X11Application.m -+++ hw/xquartz/X11Application.m -@@ -54,7 +54,7 @@ - // pbproxy/pbproxy.h - extern BOOL xpbproxy_init (void); - --#define DEFAULTS_FILE "/usr/X11/lib/X11/xserver/Xquartz.plist" -+#define DEFAULTS_FILE X11LIBDIR"/X11/xserver/Xquartz.plist" - - #ifndef XSERVER_VERSION - #define XSERVER_VERSION "?" -diff --git hw/xquartz/X11Controller.m hw/xquartz/X11Controller.m -index 67a80d3..7222f46 100644 ---- hw/xquartz/X11Controller.m -+++ hw/xquartz/X11Controller.m -@@ -314,65 +314,79 @@ BOOL xquartz_resetenv_display = NO; - - - (void) launch_client:(NSString *)filename - { -- const char *command = [filename UTF8String]; -- const char *argv[7]; -- int child1, child2 = 0; -- int status; -- -- argv[0] = "/usr/bin/login"; -- argv[1] = "-fp"; -- argv[2] = getlogin(); -- argv[3] = [X11App prefs_get_string:@PREFS_LOGIN_SHELL default:"/bin/sh"]; -- argv[4] = "-c"; -- argv[5] = command; -- argv[6] = NULL; -- -- /* Do the fork-twice trick to avoid having to reap zombies */ -+ const char *command = [filename UTF8String]; -+ int child1, child2 = 0; -+ int status; -+ char newcommand[1024]; -+ char *newargv[1024]; -+ char buf[128]; -+ size_t newargc; -+ char *s; - -- child1 = fork(); -+ if(strlen(command) > 1023) { -+ fprintf(stderr, "Error: command is too long: %s\n", command); -+ return; -+ } -+ -+ strlcpy(newcommand, command, 1024); - -- switch (child1) { -- case -1: /* error */ -- break; -+ for(newargc=0, s=newcommand; *s; newargc++) { -+ for(; *s && *s == ' '; s++); -+ if(!*s) -+ break; -+ -+ newargv[newargc] = s; -+ for(; *s && *s != ' '; s++); -+ -+ if(*s) { -+ *s='\0'; -+ s++; -+ } -+ } -+ newargv[newargc] = NULL; -+ -+ s = getenv("DISPLAY"); -+ if (xquartz_resetenv_display || s == NULL || s[0] == 0) { -+ snprintf(buf, sizeof(buf), ":%s", display); -+ setenv("DISPLAY", buf, TRUE); -+ } -+ -+ /* Do the fork-twice trick to avoid having to reap zombies */ -+ child1 = fork(); -+ switch (child1) { -+ case -1: /* error */ -+ break; - -- case 0: /* child1 */ -- child2 = fork(); -+ case 0: /* child1 */ -+ child2 = fork(); - -- switch (child2) { -- int max_files, i; -- char buf[1024], *temp; -- -- case -1: /* error */ -- _exit(1); -- -- case 0: /* child2 */ -- /* close all open files except for standard streams */ -- max_files = sysconf(_SC_OPEN_MAX); -- for (i = 3; i < max_files; i++) close(i); -- -- /* ensure stdin is on /dev/null */ -- close(0); -- open("/dev/null", O_RDONLY); -- -- /* Setup environment */ -- temp = getenv("DISPLAY"); -- if (xquartz_resetenv_display || temp == NULL || temp[0] == 0) { -- snprintf(buf, sizeof(buf), ":%s", display); -- setenv("DISPLAY", buf, TRUE); -- } -- -- execvp(argv[0], (char **const) argv); -- -- _exit(2); -- -- default: /* parent (child1) */ -- _exit(0); -- } -- break; -+ switch (child2) { -+ int max_files, i; -+ -+ case -1: /* error */ -+ _exit(1); -+ -+ case 0: /* child2 */ -+ /* close all open files except for standard streams */ -+ max_files = sysconf(_SC_OPEN_MAX); -+ for(i = 3; i < max_files; i++) -+ close(i); -+ -+ /* ensure stdin is on /dev/null */ -+ close(0); -+ open("/dev/null", O_RDONLY); -+ -+ execvp(newargv[0], (char **const) newargv); -+ _exit(2); -+ -+ default: /* parent (child1) */ -+ _exit(0); -+ } -+ break; - -- default: /* parent */ -- waitpid(child1, &status, 0); -- } -+ default: /* parent */ -+ waitpid(child1, &status, 0); -+ } - } - - - (void) app_selected:sender -diff --git hw/xquartz/bundle/Info.plist hw/xquartz/bundle/Info.plist -deleted file mode 100644 -index f4a9287..0000000 ---- hw/xquartz/bundle/Info.plist -+++ /dev/null -@@ -1,39 +0,0 @@ -- -- -- -- -- CFBundleDevelopmentRegion -- English -- CFBundleExecutable -- X11 -- CFBundleGetInfoString -- X11 -- CFBundleIconFile -- X11.icns -- CFBundleIdentifier -- org.x.X11 -- CFBundleInfoDictionaryVersion -- 6.0 -- CFBundleName -- X11 -- CFBundlePackageType -- APPL -- CFBundleShortVersionString -- 2.3.2 -- CFBundleVersion -- 2.3.2 -- CFBundleSignature -- x11a -- CSResourcesFileMapped -- -- NSHumanReadableCopyright -- Copyright ? 2003-2008, Apple Inc. --Copyright ? 2003, XFree86 Project, Inc. --Copyright ? 2003-2008, X.org Foundation, Inc. -- -- NSMainNibFile -- main -- NSPrincipalClass -- X11Application -- -- -diff --git hw/xquartz/bundle/Info.plist.cpp hw/xquartz/bundle/Info.plist.cpp -new file mode 100644 -index 0000000..9713289 ---- /dev/null -+++ hw/xquartz/bundle/Info.plist.cpp -@@ -0,0 +1,39 @@ -+ -+ -+ -+ -+ CFBundleDevelopmentRegion -+ English -+ CFBundleExecutable -+ X11.sh -+ CFBundleGetInfoString -+ APPLE_APPLICATION_NAME -+ CFBundleIconFile -+ X11.icns -+ CFBundleIdentifier -+ APPLE_APPLICATION_ID -+ CFBundleInfoDictionaryVersion -+ 6.0 -+ CFBundleName -+ APPLE_APPLICATION_NAME -+ CFBundlePackageType -+ APPL -+ CFBundleShortVersionString -+ 2.3.2 -+ CFBundleVersion -+ 2.3.2 -+ CFBundleSignature -+ x11a -+ CSResourcesFileMapped -+ -+ NSHumanReadableCopyright -+ Copyright ? 2003-2008, Apple Inc. -+Copyright ? 2003, XFree86 Project, Inc. -+Copyright ? 2003-2008, X.org Foundation, Inc. -+ -+ NSMainNibFile -+ main -+ NSPrincipalClass -+ X11Application -+ -+ -diff --git hw/xquartz/bundle/Makefile.am hw/xquartz/bundle/Makefile.am -index 7b76f84..03fa1dd 100644 ---- hw/xquartz/bundle/Makefile.am -+++ hw/xquartz/bundle/Makefile.am -@@ -1,12 +1,24 @@ -+include cpprules.in -+ -+CPP_FILES_FLAGS = \ -+ -DAPPLE_APPLICATION_ID="$(APPLE_APPLICATION_ID)" \ -+ -DAPPLE_APPLICATION_NAME="$(APPLE_APPLICATION_NAME)" -+ - install-data-hook: -- ./mk_bundke.sh $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/X11.app -+ ./mk_bundke.sh $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app -+ -+noinst_PRE = Info.plist.cpp -+noinst_DATA = $(noinst_PRE:plist.cpp=plist) -+ -+CLEANFILES = $(noinst_DATA) - - resourcedir=$(libdir)/X11/xserver - resource_DATA = Xquartz.plist - - EXTRA_DIST = \ - mk_bundke.sh \ -- Info.plist \ -+ X11.sh \ -+ Info.plist.cpp \ - PkgInfo \ - $(resource_DATA) \ - Resources/da.lproj/InfoPlist.strings \ -diff --git hw/xquartz/bundle/X11.sh hw/xquartz/bundle/X11.sh -new file mode 100755 -index 0000000..5e00a82 ---- /dev/null -+++ hw/xquartz/bundle/X11.sh -@@ -0,0 +1,3 @@ -+#!/bin/bash --login -+ -+"$(dirname $0)"/X11 "${@}" -diff --git hw/xquartz/bundle/cpprules.in hw/xquartz/bundle/cpprules.in -new file mode 100644 -index 0000000..f32eafc ---- /dev/null -+++ hw/xquartz/bundle/cpprules.in -@@ -0,0 +1,37 @@ -+# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM -+# to cpp, because that trick does not work on all ANSI C preprocessors. -+# Delete line numbers from the cpp output (-P is not portable, I guess). -+# Allow XCOMM to be preceded by whitespace and provide a means of generating -+# output lines with trailing backslashes. -+# Allow XHASH to always be substituted, even in cases where XCOMM isn't. -+ -+CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ -+ -e '/^\#line *[0-9][0-9]* *.*$$/d' \ -+ -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ -+ -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ -+ -e '/^[ ]*XHASH/s/XHASH/\#/' \ -+ -e '/XSLASHGLOB/s/XSLASHGLOB/\/\*/' \ -+ -e '/\@\@$$/s/\@\@$$/\\/' -+ -+# Strings to replace in man pages -+XORGRELSTRING = @PACKAGE_STRING@ -+ XORGMANNAME = X Version 11 -+ -+MANDEFS = \ -+ -D__xorgversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \ -+ -D__appmansuffix__=$(APP_MAN_SUFFIX) \ -+ -D__filemansuffix__=$(FILE_MAN_SUFFIX) \ -+ -D__libmansuffix__=$(LIB_MAN_SUFFIX) \ -+ -D__miscmansuffix__=$(MISC_MAN_SUFFIX) \ -+ -D__XSERVERNAME__=Xorg -D__XCONFIGFILE__=xorg.conf \ -+ -D__xinitdir__=$(XINITDIR) \ -+ -D__bindir__=$(bindir) \ -+ -DSHELL_CMD=$(SHELL_CMD) $(ARCHMANDEFS) -+ -+SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp -+ -+.cpp: -+ $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ -+ -+.man.$(APP_MAN_SUFFIX): -+ $(RAWCPP) $(RAWCPPFLAGS) $(MANDEFS) $(EXTRAMANDEFS) < $< | $(CPP_SED_MAGIC) > $@ -diff --git hw/xquartz/bundle/mk_bundke.sh hw/xquartz/bundle/mk_bundke.sh -index 0b2a144..5c5733a 100755 ---- hw/xquartz/bundle/mk_bundke.sh -+++ hw/xquartz/bundle/mk_bundke.sh -@@ -20,6 +20,9 @@ install -m 644 Resources/X11.icns ${BUNDLE_ROOT}/Contents/Resources - install -m 644 Info.plist ${BUNDLE_ROOT}/Contents - install -m 644 PkgInfo ${BUNDLE_ROOT}/Contents - -+mkdir -p ${BUNDLE_ROOT}/Contents/MacOS -+install -m 755 X11.sh ${BUNDLE_ROOT}/Contents/MacOS -+ - if [[ $(id -u) == 0 ]] ; then - chown -R root:admin ${BUNDLE_ROOT} - fi -diff --git hw/xquartz/mach-startup/bundle-main.c hw/xquartz/mach-startup/bundle-main.c -index 0e4ed34..7677a9a 100644 ---- hw/xquartz/mach-startup/bundle-main.c -+++ hw/xquartz/mach-startup/bundle-main.c -@@ -59,8 +59,8 @@ extern int noPanoramiXExtension; - - extern int xquartz_resetenv_display; - --#define DEFAULT_CLIENT "/usr/X11/bin/xterm" --#define DEFAULT_STARTX "/usr/X11/bin/startx" -+#define DEFAULT_CLIENT X11BINDIR "/xterm" -+#define DEFAULT_STARTX X11BINDIR "/startx" - #define DEFAULT_SHELL "/bin/sh" - - #ifndef BUILD_DATE -@@ -278,8 +278,12 @@ static int create_socket(char *filename_out) { - return 0; - } - -+static int launchd_socket_handed_off = 0; -+ - kern_return_t do_request_fd_handoff_socket(mach_port_t port, string_t filename) { - socket_handoff_t *handoff_data; -+ -+ launchd_socket_handed_off = 1; - - handoff_data = (socket_handoff_t *)calloc(1,sizeof(socket_handoff_t)); - if(!handoff_data) { -@@ -318,6 +322,12 @@ kern_return_t do_start_x11_server(mach_port_t port, string_array_t argv, - char **_envp = alloca((envpCnt + 1) * sizeof(char *)); - size_t i; - -+ /* If we didn't get handed a launchd DISPLAY socket, we shoul -+ * unset DISPLAY or we can run into problems with pbproxy -+ */ -+ if(!launchd_socket_handed_off) -+ unsetenv("DISPLAY"); -+ - if(!_argv || !_envp) { - return KERN_FAILURE; - } -@@ -420,19 +430,49 @@ int startup_trigger(int argc, char **argv, char **envp) { - } - - /** Setup the environment we want our child processes to inherit */ --static void setup_env() { -+static void ensure_path(const char *dir) { - char buf[1024], *temp; -- -+ - /* Make sure /usr/X11/bin is in the $PATH */ - temp = getenv("PATH"); - if(temp == NULL || temp[0] == 0) { -- snprintf(buf, sizeof(buf), "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:%s", X11BINDIR); -+ snprintf(buf, sizeof(buf), "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:%s", dir); - setenv("PATH", buf, TRUE); - } else if(strnstr(temp, X11BINDIR, sizeof(temp)) == NULL) { -- snprintf(buf, sizeof(buf), "%s:%s", temp, X11BINDIR); -+ snprintf(buf, sizeof(buf), "%s:%s", temp, dir); - setenv("PATH", buf, TRUE); - } -+} -+ -+static void setup_env() { -+ char *temp; -+ const char *pds = NULL; -+ -+ /* Pass on our prefs domain to startx and its inheritors (mainly for -+ * quartz-wm and the Xquartz stub's MachIPC) -+ */ -+ CFBundleRef bundle = CFBundleGetMainBundle(); -+ if(bundle) { -+ CFStringRef pd = CFBundleGetIdentifier(bundle); -+ if(pd) { -+ pds = CFStringGetCStringPtr(pd, 0); -+ if(pds) { -+ server_bootstrap_name = malloc(sizeof(char) * (strlen(pds) + 1)); -+ strcpy(server_bootstrap_name, pds); -+ setenv("X11_PREFS_DOMAIN", pds, 1); -+ } -+ } -+ } - -+ /* If we're not org.x.X11, we want to unset DISPLAY, so we don't -+ * use the launchd DISPLAY socket. -+ */ -+ if(pds == NULL || strcmp(pds, "org.x.X11") != 0) -+ unsetenv("DISPLAY"); -+ -+ /* Make sure PATH is right */ -+ ensure_path(X11BINDIR); -+ - /* cd $HOME */ - temp = getenv("HOME"); - if(temp != NULL && temp[0] != '\0') -@@ -455,22 +495,6 @@ int main(int argc, char **argv, char **envp) { - - /* Setup the initial crasherporter info */ - strlcpy(__crashreporter_info__, __crashreporter_info__base, __crashreporter_info__len); -- -- /* Pass on our prefs domain to startx and its inheritors (mainly for -- * quartz-wm and the Xquartz stub's MachIPC) -- */ -- CFBundleRef bundle = CFBundleGetMainBundle(); -- if(bundle) { -- CFStringRef pd = CFBundleGetIdentifier(bundle); -- if(pd) { -- const char *pds = CFStringGetCStringPtr(pd, 0); -- if(pds) { -- server_bootstrap_name = malloc(sizeof(char) * (strlen(pds) + 1)); -- strcpy(server_bootstrap_name, pds); -- setenv("X11_PREFS_DOMAIN", pds, 1); -- } -- } -- } - - fprintf(stderr, "X11.app: main(): argc=%d\n", argc); - for(i=0; i < argc; i++) { -@@ -505,22 +529,39 @@ int main(int argc, char **argv, char **envp) { - - return EXIT_SUCCESS; - } -- --static int execute(const char *command) { -- const char *newargv[7]; -- const char **s; - -- newargv[0] = "/usr/bin/login"; -- newargv[1] = "-fp"; -- newargv[2] = getlogin(); -- newargv[3] = command_from_prefs("login_shell", DEFAULT_SHELL); -- newargv[4] = "-c"; -- newargv[5] = command; -- newargv[6] = NULL; -+static int execute(const char *command) { -+ char newcommand[1024]; -+ char *newargv[1024]; -+ size_t newargc; -+ char *s; -+ char **p; -+ -+ if(strlen(command) > 1023) { -+ fprintf(stderr, "Error: command is too long: %s\n", command); -+ return 1; -+ } -+ -+ strlcpy(newcommand, command, 1024); -+ -+ for(newargc=0, s=newcommand; *s; newargc++) { -+ for(; *s && *s == ' '; s++); -+ if(!*s) -+ break; -+ -+ newargv[newargc] = s; -+ for(; *s && *s != ' '; s++); -+ -+ if(*s) { -+ *s='\0'; -+ s++; -+ } -+ } -+ newargv[newargc] = NULL; - - fprintf(stderr, "X11.app: Launching %s:\n", command); -- for(s=newargv; *s; s++) { -- fprintf(stderr, "\targv[%ld] = %s\n", (long int)(s - newargv), *s); -+ for(p=newargv; *p; p++) { -+ fprintf(stderr, "\targv[%ld] = %s\n", (long int)(p - newargv), *p); - } - - execvp (newargv[0], (char * const *) newargv); -diff --git hw/xquartz/xpr/xprScreen.c hw/xquartz/xpr/xprScreen.c -index 18406b8..b813727 100644 ---- hw/xquartz/xpr/xprScreen.c -+++ hw/xquartz/xpr/xprScreen.c -@@ -279,7 +279,7 @@ xprAddScreen(int index, ScreenPtr pScreen) - - switch(depth) { - case -8: // broken -- FatalError("Unsupported color depth %d\n", darwinDesiredDepth); -+ FatalError("Unsupported color depth %d %d\n", darwinDesiredDepth, depth); - dfb->visuals = (1 << StaticGray) | (1 << GrayScale); - dfb->preferredCVC = GrayScale; - dfb->depth = 8; -@@ -320,7 +320,7 @@ xprAddScreen(int index, ScreenPtr pScreen) - dfb->blueMask = 0x000000ff; - break; - default: -- FatalError("Unsupported color depth %d\n", darwinDesiredDepth); -+ FatalError("Unsupported color depth %d %d\n", darwinDesiredDepth, depth); - } - - if (noPseudoramiXExtension) Added: trunk/dports/x11/xorg-server/files/tiger.indirect.patch =================================================================== --- trunk/dports/x11/xorg-server/files/tiger.indirect.patch (rev 0) +++ trunk/dports/x11/xorg-server/files/tiger.indirect.patch 2009-02-01 23:34:48 UTC (rev 46275) @@ -0,0 +1,88 @@ +diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c +index 504b637..c4e2824 100644 +--- hw/xquartz/GL/indirect.c ++++ hw/xquartz/GL/indirect.c +@@ -37,6 +37,13 @@ + + #include "dri.h" + ++#include ++ ++/* ++ * These define seem questionable to me, but I'm not sure why they were here ++ * in the first place. ++ */ ++#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 + #define GL_EXT_histogram 1 + #define GL_EXT_polygon_offset 1 + #define GL_SGIS_pixel_texture 1 +@@ -53,6 +60,7 @@ + #define GL_APPLE_fence 1 + #define GL_IBM_multimode_draw_arrays 1 + #define GL_EXT_fragment_shader 1 ++#endif + + #include + #include +@@ -1283,7 +1291,9 @@ static void setup_dispatch_table(void) { + SET_BlendEquationSeparateEXT(disp, glBlendEquationSeparateEXT); + SET_BlendFunc(disp, glBlendFunc); + SET_BlendFuncSeparateEXT(disp, glBlendFuncSeparateEXT); ++#if MAC_OS_X_VERSION_MIN_REQUIRED > 1050 + SET_BlitFramebufferEXT(disp, glBlitFramebufferEXT); ++#endif + SET_BufferDataARB(disp, glBufferDataARB); + SET_BufferSubDataARB(disp, glBufferSubDataARB); + SET_CallList(disp, glCallList); +@@ -1340,12 +1350,16 @@ static void setup_dispatch_table(void) { + SET_ColorTable(disp, glColorTable); + SET_ColorTableParameterfv(disp, glColorTableParameterfv); + SET_ColorTableParameteriv(disp, glColorTableParameteriv); ++ ++ ++#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 + SET_CombinerInputNV(disp, glCombinerInputNV); + SET_CombinerOutputNV(disp, glCombinerOutputNV); + SET_CombinerParameterfNV(disp, glCombinerParameterfNV); + SET_CombinerParameterfvNV(disp, glCombinerParameterfvNV); + SET_CombinerParameteriNV(disp, glCombinerParameteriNV); + SET_CombinerParameterivNV(disp, glCombinerParameterivNV); ++#endif + SET_CompileShaderARB(disp, glCompileShaderARB); + SET_CompressedTexImage1DARB(disp, glCompressedTexImage1DARB); + SET_CompressedTexImage2DARB(disp, glCompressedTexImage2DARB); +@@ -1423,7 +1437,10 @@ static void setup_dispatch_table(void) { + SET_EvalPoint2(disp, glEvalPoint2); + //SET_ExecuteProgramNV(disp, glExecuteProgramNV); + SET_FeedbackBuffer(disp, glFeedbackBuffer); ++ ++#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 + SET_FinalCombinerInputNV(disp, glFinalCombinerInputNV); ++#endif + SET_Finish(disp, glFinish); + SET_FinishFenceNV(disp, glFinishFenceAPPLE); // <-- APPLE -> NV + SET_Flush(disp, glFlush); +@@ -1465,10 +1482,12 @@ static void setup_dispatch_table(void) { + SET_GetColorTable(disp, glGetColorTable); + SET_GetColorTableParameterfv(disp, glGetColorTableParameterfv); + SET_GetColorTableParameteriv(disp, glGetColorTableParameteriv); ++#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 + SET_GetCombinerInputParameterfvNV(disp, glGetCombinerInputParameterfvNV); + SET_GetCombinerInputParameterivNV(disp, glGetCombinerInputParameterivNV); + SET_GetCombinerOutputParameterfvNV(disp, glGetCombinerOutputParameterfvNV); + SET_GetCombinerOutputParameterivNV(disp, glGetCombinerOutputParameterivNV); ++#endif + SET_GetCompressedTexImageARB(disp, glGetCompressedTexImageARB); + SET_GetConvolutionFilter(disp, glGetConvolutionFilter); + SET_GetConvolutionParameterfv(disp, glGetConvolutionParameterfv); +@@ -1476,8 +1495,10 @@ static void setup_dispatch_table(void) { + SET_GetDoublev(disp, glGetDoublev); + SET_GetError(disp, glGetError); + //SET_GetFenceivNV(disp, glGetFenceivNV); ++#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 + SET_GetFinalCombinerInputParameterfvNV(disp, glGetFinalCombinerInputParameterfvNV); + SET_GetFinalCombinerInputParameterivNV(disp, glGetFinalCombinerInputParameterivNV); ++#endif + SET_GetFloatv(disp, glGetFloatv); + SET_GetFramebufferAttachmentParameterivEXT(disp, glGetFramebufferAttachmentParameterivEXT); + SET_GetHandleARB(disp, glGetHandleARB); Deleted: trunk/dports/x11/xorg-server/files/vnc-workaround.patch =================================================================== --- trunk/dports/x11/xorg-server/files/vnc-workaround.patch 2009-02-01 23:20:03 UTC (rev 46274) +++ trunk/dports/x11/xorg-server/files/vnc-workaround.patch 2009-02-01 23:34:48 UTC (rev 46275) @@ -1,207 +0,0 @@ -diff --git a/hw/xquartz/X11Application.m xorg-server-1.4.2-apple30hw/xquartz/X11Application.m -index 990c008..90077fe 100644 ---- hw/xquartz/X11Application.m -+++ hw/xquartz/X11Application.m -@@ -63,13 +63,8 @@ extern BOOL xpbproxy_init (void); - #define ProximityIn 0 - #define ProximityOut 1 - --/* workaround a bug in vnc for those hit by a bug in Remote Desktop on OSX */ --#define VNCMODIFIERBUGWORKAROUND 1 -- --#ifdef VNCMODIFIERBUGWORKAROUND --static BOOL vncModifierBugWorkaround = YES; -+/* Stuck modifier / button state... force release when we context switch */ - static NSEventType keyState[NUM_KEYCODES]; --#endif - - int X11EnableKeyEquivalents = TRUE, quartzFullscreenMenu = FALSE; - int quartzHasRoot = FALSE, quartzEnableRootless = TRUE; -@@ -187,41 +182,36 @@ static void message_kit_thread (SEL selector, NSObject *arg) { - - - (void) activateX:(OSX_BOOL)state { - /* Create a TSM document that supports full Unicode input, and -- * have it activated while X is active -- */ -+ have it activated while X is active */ - static TSMDocumentID x11_document; --#ifdef VNCMODIFIERBUGWORKAROUND - size_t i; --#endif - DEBUG_LOG("state=%d, _x_active=%d, \n", state, _x_active) - if (state) { - DarwinSendDDXEvent(kXquartzActivate, 0); -- -+ - if (!_x_active) { - if (x11_document == 0) { - OSType types[1]; - types[0] = kUnicodeDocument; - NewTSMDocument (1, types, &x11_document, 0); - } -- -+ - if (x11_document != 0) ActivateTSMDocument (x11_document); - } - } else { --#ifdef VNCMODIFIERBUGWORKAROUND -- if(vncModifierBugWorkaround) { -- DarwinUpdateModKeys(0); -- for(i=0; i < NUM_KEYCODES; i++) { -- if(keyState[i] == NSKeyDown) -- DarwinSendKeyboardEvents(KeyRelease, i); -- } -+ -+ DarwinUpdateModKeys(0); -+ for(i=0; i < NUM_KEYCODES; i++) { -+ if(keyState[i] == NSKeyDown) -+ DarwinSendKeyboardEvents(KeyRelease, i); - } --#endif -- DarwinSendDDXEvent(kXquartzDeactivate, 0); - -+ DarwinSendDDXEvent(kXquartzDeactivate, 0); -+ - if (_x_active && x11_document != 0) - DeactivateTSMDocument (x11_document); - } -- -+ - _x_active = state; - } - -@@ -697,11 +687,7 @@ static NSMutableArray * cfarray_to_nsarray (CFArrayRef in) { - { - NSString *nsstr; - const char *tem; -- --#ifdef VNCMODIFIERBUGWORKAROUND -- vncModifierBugWorkaround = [self prefs_get_boolean:@"vncModifierBugWorkaround" default:vncModifierBugWorkaround]; --#endif -- -+ - quartzUseSysBeep = [self prefs_get_boolean:@PREFS_SYSBEEP - default:quartzUseSysBeep]; - quartzEnableRootless = [self prefs_get_boolean:@PREFS_ROOTLESS -@@ -884,10 +870,7 @@ environment the next time you start X11?", @"Startup xinitrc dialog"); - - void X11ApplicationMain (int argc, char **argv, char **envp) { - NSAutoreleasePool *pool; --#ifdef VNCMODIFIERBUGWORKAROUND -- size_t i; --#endif -- -+ - #ifdef DEBUG - while (access ("/tmp/x11-block", F_OK) == 0) sleep (1); - #endif -@@ -904,14 +887,6 @@ void X11ApplicationMain (int argc, char **argv, char **envp) { - selector:@selector (became_key:) - name:NSWindowDidBecomeKeyNotification object:nil]; - --#ifdef VNCMODIFIERBUGWORKAROUND -- if(vncModifierBugWorkaround) { -- for(i=0; i < NUM_KEYCODES; i++) { -- keyState[i] = NSKeyUp; -- } -- } --#endif -- - /* - * The xpr Quartz mode is statically linked into this server. - * Initialize all the Quartz functions. -@@ -957,6 +932,18 @@ void X11ApplicationMain (int argc, char **argv, char **envp) { - @implementation X11Application (Private) - extern int darwin_modifier_flags; // darwinEvents.c - -+#ifdef NX_DEVICELCMDKEYMASK -+/* This is to workaround a bug in the VNC server where we sometimes see the L -+ * modifier and sometimes see no "side" -+ */ -+static inline int ensure_flag(int flags, int device_independent, int device_dependents, int device_dependent_default) { -+ if( (flags & device_independent) && -+ !(flags & device_dependents)) -+ flags |= device_dependent_default; -+ return flags; -+} -+#endif -+ - - (void) sendX11NSEvent:(NSEvent *)e { - NSRect screen; - NSPoint location; -@@ -964,6 +951,7 @@ extern int darwin_modifier_flags; // darwinEvents.c - int ev_button, ev_type; - float pointer_x, pointer_y, pressure, tilt_x, tilt_y; - DeviceIntPtr pDev; -+ int modifierFlags; - - /* convert location to be relative to top-left of primary display */ - location = [e locationInWindow]; -@@ -984,17 +972,34 @@ extern int darwin_modifier_flags; // darwinEvents.c - pressure = 0; - tilt_x = 0; - tilt_y = 0; -+ -+ modifierFlags = [e modifierFlags]; -+ -+ /* These are the "only" modifier keys we care about */ -+ modifierFlags &= (NX_COMMANDMASK | NX_CONTROLMASK | NX_ALTERNATEMASK | NX_SHIFTMASK | -+ NX_SECONDARYFNMASK | NX_ALPHASHIFTMASK | NX_NUMERICPADMASK | -+ NX_HELPMASK | NX_DEVICELCTLKEYMASK | NX_DEVICELSHIFTKEYMASK | -+ NX_DEVICERSHIFTKEYMASK | NX_DEVICELCMDKEYMASK | NX_DEVICERCMDKEYMASK | -+ NX_DEVICELALTKEYMASK | NX_DEVICERALTKEYMASK | NX_DEVICERCTLKEYMASK); -+ -+#ifdef NX_DEVICELCMDKEYMASK -+ /* This is to workaround a bug in the VNC server where we sometimes see the L -+ * modifier and sometimes see no "side" -+ */ -+ modifierFlags = ensure_flag(modifierFlags, NX_CONTROLMASK, NX_DEVICELCTLKEYMASK | NX_DEVICERCTLKEYMASK, NX_DEVICELCTLKEYMASK); -+ modifierFlags = ensure_flag(modifierFlags, NX_SHIFTMASK, NX_DEVICELSHIFTKEYMASK | NX_DEVICERSHIFTKEYMASK, NX_DEVICELSHIFTKEYMASK); -+ modifierFlags = ensure_flag(modifierFlags, NX_COMMANDMASK, NX_DEVICELCMDKEYMASK | NX_DEVICERCMDKEYMASK, NX_DEVICELCMDKEYMASK); -+ modifierFlags = ensure_flag(modifierFlags, NX_ALTERNATEMASK, NX_DEVICELALTKEYMASK | NX_DEVICERALTKEYMASK, NX_DEVICELALTKEYMASK); -+#endif - - /* We don't receive modifier key events while out of focus, and 3button - * emulation mucks this up, so we need to check our modifier flag state - * on every event... ugg - */ --#ifdef VNCMODIFIERBUGWORKAROUND -- if(!vncModifierBugWorkaround) --#endif -- if(darwin_modifier_flags != [e modifierFlags]) -- DarwinUpdateModKeys([e modifierFlags]); -- -+ -+ if(darwin_modifier_flags != modifierFlags) -+ DarwinUpdateModKeys(modifierFlags); -+ - switch ([e type]) { - case NSLeftMouseDown: ev_button=1; ev_type=ButtonPress; goto handle_mouse; - case NSOtherMouseDown: ev_button=2; ev_type=ButtonPress; goto handle_mouse; -@@ -1133,21 +1138,14 @@ extern int darwin_modifier_flags; // darwinEvents.c - } - } - --#ifdef VNCMODIFIERBUGWORKAROUND -- if(vncModifierBugWorkaround) -- keyState[[e keyCode]] == [e type]; --#endif -+ /* Avoid stuck keys on context switch */ -+ if(keyState[[e keyCode]] == [e type]) -+ return; -+ keyState[[e keyCode]] = [e type]; - - DarwinSendKeyboardEvents(([e type] == NSKeyDown) ? KeyPress : KeyRelease, [e keyCode]); - break; -- --#ifdef VNCMODIFIERBUGWORKAROUND -- case NSFlagsChanged: -- if(vncModifierBugWorkaround) -- DarwinUpdateModKeys([e modifierFlags]); -- break; --#endif -- -+ - default: break; /* for gcc */ - } - } -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Sun Feb 1 15:50:32 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Sun, 1 Feb 2009 15:50:32 -0800 (PST) Subject: [46276] trunk/dports/games/tuxmath/Portfile Message-ID: <20090201235032.9EE4FE21EC0@beta.macosforge.org> Revision: 46276 http://trac.macports.org/changeset/46276 Author: macsforever2000 at macports.org Date: 2009-02-01 15:50:32 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Maintainer update to version 1.7.1. (#18308) Modified Paths: -------------- trunk/dports/games/tuxmath/Portfile Modified: trunk/dports/games/tuxmath/Portfile =================================================================== --- trunk/dports/games/tuxmath/Portfile 2009-02-01 23:34:48 UTC (rev 46275) +++ trunk/dports/games/tuxmath/Portfile 2009-02-01 23:50:32 UTC (rev 46276) @@ -5,11 +5,11 @@ PortSystem 1.0 name tuxmath -version 1.6.1 -revision 1 +version 1.7.1 +revision 0 categories games education platforms darwin -maintainers tampabay.rr.com:dbruce +maintainers gmail.com:davidstuartbruce description Kids math game - help Tux, the Linux Penguin shoot down attacking math questions! long_description TuxMath is an SDL-based educational game intended for children ages 4 to 10. \ @@ -19,17 +19,18 @@ are supported. homepage http://www.tux4kids.com -master_sites http://alioth.debian.org/frs/download.php/2310/ +master_sites http://alioth.debian.org/frs/download.php/2733/ distname ${name}_w_fonts-${version} -checksums md5 9a2e77a9729d3c4d9bed53734153ed68 \ - sha1 65214f741a31eb4ce388ce7e74dc47da9d21aa96 \ - rmd160 69a44430bdb781783a7e62c6d1752ddd1b782c32 +checksums md5 4ab3d5bd74adb0d0aeacb721b8cac395 \ + sha1 caec45d602fbb3344569e839a2de9b03589f476a \ + rmd160 5db7b48091e56e50f5131fe602e0faacab205678 depends_lib port:libsdl \ port:libsdl_image \ port:libsdl_mixer \ port:libsdl_ttf \ + port:libsdl_pango \ port:gettext platform darwin { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 15:52:15 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 15:52:15 -0800 (PST) Subject: [46277] trunk/dports/PortIndex Message-ID: <20090201235216.E753BE21F62@beta.macosforge.org> Revision: 46277 http://trac.macports.org/changeset/46277 Author: portindex at macports.org Date: 2009-02-01 15:52:15 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5491 Ports successfully parsed: 5491 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 23:50:32 UTC (rev 46276) +++ trunk/dports/PortIndex 2009-02-01 23:52:15 UTC (rev 46277) @@ -10753,7 +10753,7 @@ xorg-scrnsaverproto 305 portdir x11/xorg-scrnsaverproto description {X.org scrnsaverproto} platforms darwin name xorg-scrnsaverproto version 1.1.0 categories {x11 devel} homepage http://www.x.org revision 0 epoch 0 maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XScreenSaver extension to X11.} xorg-server 1067 -variants {macosx universal} depends_build {port:pkgconfig port:xorg-applewmproto port:xorg-damageproto port:xorg-evieproto port:xorg-fixesproto port:xorg-fontsproto port:xorg-glproto port:xorg-inputproto port:xorg-randrproto port:xorg-recordproto port:xorg-renderproto port:xorg-resourceproto port:xorg-trapproto port:xorg-scrnsaverproto port:xorg-videoproto port:xorg-xcmiscproto port:xorg-xproto port:xorg-xextproto port:xorg-xineramaproto port:xorg-xtrans} variant_desc {macosx {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir x11/xorg-server description {The X.org / Xquartz X server.} homepage http://www.x.org epoch 0 depends_run {port:xinit port:xorg-fonts} platforms {darwin macosx} depends_lib {port:libpixman port:xorg-libxkbfile port:xorg-libXfont port:xorg-libXt port:xorg-libAppleWM port:xorg-libXfixes} name xorg-server maintainers {jeremyhu openmaintainer} long_description {The X.org X server allows you to run X11 applicatio ns on your computer.} categories {x11 devel} version 1.4.2-apple31 revision 0 +variants {macosx universal} depends_build {port:pkgconfig port:xorg-applewmproto port:xorg-damageproto port:xorg-evieproto port:xorg-fixesproto port:xorg-fontsproto port:xorg-glproto port:xorg-inputproto port:xorg-randrproto port:xorg-recordproto port:xorg-renderproto port:xorg-resourceproto port:xorg-trapproto port:xorg-scrnsaverproto port:xorg-videoproto port:xorg-xcmiscproto port:xorg-xproto port:xorg-xextproto port:xorg-xineramaproto port:xorg-xtrans} variant_desc {macosx {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir x11/xorg-server description {The X.org / Xquartz X server.} homepage http://www.x.org epoch 0 depends_run {port:xinit port:xorg-fonts} platforms {darwin macosx} depends_lib {port:libpixman port:xorg-libxkbfile port:xorg-libXfont port:xorg-libXt port:xorg-libAppleWM port:xorg-libXfixes} name xorg-server maintainers {jeremyhu openmaintainer} long_description {The X.org X server allows you to run X11 applicatio ns on your computer.} categories {x11 devel} version 1.4.2-apple32 revision 0 xorg-trapproto 282 portdir x11/xorg-trapproto description {X.org trapproto} platforms darwin name xorg-trapproto version 3.4.3 categories {x11 devel} homepage http://www.x.org revision 0 epoch 0 maintainers {jeremyhu openmaintainer} long_description {Prototype headers for the XTrap extension to X11} xorg-util-macros 308 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 16:52:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 16:52:16 -0800 (PST) Subject: [46278] trunk/dports/PortIndex Message-ID: <20090202005217.8CFD8E23B83@beta.macosforge.org> Revision: 46278 http://trac.macports.org/changeset/46278 Author: portindex at macports.org Date: 2009-02-01 16:52:15 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5491 Ports successfully parsed: 5491 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-01 23:52:15 UTC (rev 46277) +++ trunk/dports/PortIndex 2009-02-02 00:52:15 UTC (rev 46278) @@ -2278,8 +2278,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir games/teg description {Tenes Empanadas Graciela - A risk clone} homepage http://teg.sourceforge.net/ epoch 0 platforms darwin name teg depends_lib {bin:autoconf:autoconf bin:gettext:gettext bin:makeinfo:texinfo bin:pkg-config:pkgconfig lib:fontconfig:fontconfig lib:libart_lgpl_2:libart_lgpl lib:libatk-1.0:atk lib:libbonoboui-2:libbonoboui lib:libbonono-2:libbonobo lib:libexpat:expat lib:libgconf-2:gconf lib:libglib-2.0:glib2 lib:libgnome-2:libgnome lib:libgnomecanvas-2:libgnomecanvas lib:libgnomeui-2:libgnomeui lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 lib:libintl:libiconv lib:libjpeg:jpeg lib:libORBit-2:orbit2 lib:libpango-1.0:pango lib:libpng12.0:libpng lib:libpopt:popt lib:libreadline:readline lib:libtiff.3:tiff port:Xft2 port:xrender lib:libz:zlib lib:ligtiff:tiff port:audiofile port:esound port:freetype port:gnome-keyring port:openssl port:p5-xml-parser port:rarian port:libx ml2} maintainers pguyot at kallisys.net version 0.11.2 categories games revision 1 toppler 674 variants universal variant_desc {universal {Build for multiple architectures}} portdir games/toppler description {Reimplementation of the old Tower Topler or Nebulus game.} homepage http://toppler.sourceforge.net/ epoch 0 platforms darwin name toppler depends_lib {port:gettext port:libiconv port:zlib port:libsdl port:libsdl_mixer} maintainers {jmpp openmaintainer} long_description {In this game you have to help a cute little green animal switch off some kind of evil mechanism. The {power off switch} is hidden somewhere in high towers. On your way to the target you need to avoid a lot of strange robots that guard the tower.} version 1.1.1 categories games revision 0 -tuxmath 841 -variants {darwin universal} variant_desc {darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir games/tuxmath description {Kids math game - help Tux, the Linux Penguin shoot down attacking math questions!} homepage http://www.tux4kids.com epoch 0 platforms darwin name tuxmath depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer port:libsdl_ttf port:gettext} maintainers tampabay.rr.com:dbruce long_description {TuxMath is an SDL-based educational game intended for children ages 4 to 10. The game offers drill in basic math facts, beginning with simple number typing and progressing through addition, subtraction, multiplication, and division. Negative numbers and {missing number} questions (e.g. 5 x ? = -75) are supported.} version 1.6.1 categories {games education} revision 1 +tuxmath 863 +variants {darwin universal} variant_desc {darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir games/tuxmath description {Kids math game - help Tux, the Linux Penguin shoot down attacking math questions!} homepage http://www.tux4kids.com epoch 0 platforms darwin name tuxmath depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer port:libsdl_ttf port:libsdl_pango port:gettext} maintainers gmail.com:davidstuartbruce long_description {TuxMath is an SDL-based educational game intended for children ages 4 to 10. The game offers drill in basic math facts, beginning with simple number typing and progressing through addition, subtraction, multiplication, and division. Negative numbers and {missing number} questions (e.g. 5 x ? = -75) are supported.} version 1.7.1 categories {games education} revision 0 vectoroids 591 description {Vector-based rock-shooting Asteroids clone game} portdir games/vectoroids homepage http://www.newbreedsoftware.com/vectoroids/ epoch 0 platforms darwin name vectoroids depends_lib {lib:libsdl:libsdl lib:libsdl_mixer:libsdl_mixer lib:libsdl_image:libsdl_image} maintainers nomaintainer long_description {Vectoroids is a vector-based rock-shooting game similar to the arcade classic Asteroids. It is an SDL game based on the source for Agendaroids, an X-Window game written for the Agenda VR3 Linux-based PDA written by the same author.} version 1.1.0 categories games revision 0 vms-empire 536 -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Feb 1 17:21:31 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 01:21:31 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202012131.9EE4D280A6@relay11.apple.com> Changed page "snc" by snc at macports.org from 74.219.234.106* Page URL: Diff URL: Revision 2 Comment: More verbose portfile development information, aiming to assist where the MacPorts Guide is lacking ? please comment! -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 1) +++ snc (version: 2) @@ -1,1 +1,11 @@ -More later? += Portfile Development = +== MacPorts Guide == +It's a good idea to start out with the Portfile Development section of the MacPorts Guide. There's a line-by-line explanation in Section 4.2 that should help you with creating a portfile. +== Portindex == +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a local repository to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. Note, this command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports as this will likely stop the portfile from showing up in MacPorts. +== Port Info == +Once you have a repository setup and indexed, you can then instruct MacPorts to include this path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything worked well, you'll notice information appearing from your local repository's portfile. Note, if you have a port named the same as an existing one, this will report that there were two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. +== Port Lint == +Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The Contributing to MacPorts section in the Guide on how to create a ticket to ensure your portfile is accepted as quick as possible. +== Disabling Your Local Repository == +Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your directory that contains your work so far. I suggest keeping it as you can use it for reference when working on future portfiles and it keeps you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From rmsfisher at macports.org Sun Feb 1 18:26:08 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Sun, 1 Feb 2009 18:26:08 -0800 (PST) Subject: [46279] trunk/dports/audio/mpd/Portfile Message-ID: <20090202022609.57C8DE25F63@beta.macosforge.org> Revision: 46279 http://trac.macports.org/changeset/46279 Author: rmsfisher at macports.org Date: 2009-02-01 18:26:05 -0800 (Sun, 01 Feb 2009) Log Message: ----------- audio/mpd update livecheck url and regexp Modified Paths: -------------- trunk/dports/audio/mpd/Portfile Modified: trunk/dports/audio/mpd/Portfile =================================================================== --- trunk/dports/audio/mpd/Portfile 2009-02-02 00:52:15 UTC (rev 46278) +++ trunk/dports/audio/mpd/Portfile 2009-02-02 02:26:05 UTC (rev 46279) @@ -61,6 +61,6 @@ kern.sysv.shmall in /etc/rc."} livecheck.check regex -livecheck.url http://www.musicpd.org/files.shtml -livecheck.regex files/mpd-(\[0-9.\]+)\\.tar\\.bz2 +livecheck.url http://mpd.wikia.com/wiki/Server +livecheck.regex mpd-(\[0-9.\]+)\\.tar\\.bz2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 18:45:08 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 18:45:08 -0800 (PST) Subject: [46280] trunk/dports/lang Message-ID: <20090202024508.931B4E261AB@beta.macosforge.org> Revision: 46280 http://trac.macports.org/changeset/46280 Author: ryandesign at macports.org Date: 2009-02-01 18:45:07 -0800 (Sun, 01 Feb 2009) Log Message: ----------- pure-ffi: new port, version 0.3; see #18305 Added Paths: ----------- trunk/dports/lang/pure-ffi/ trunk/dports/lang/pure-ffi/Portfile trunk/dports/lang/pure-ffi/files/ trunk/dports/lang/pure-ffi/files/patch-Makefile.diff Added: trunk/dports/lang/pure-ffi/Portfile =================================================================== --- trunk/dports/lang/pure-ffi/Portfile (rev 0) +++ trunk/dports/lang/pure-ffi/Portfile 2009-02-02 02:45:07 UTC (rev 46280) @@ -0,0 +1,60 @@ +# $Id$ + +PortSystem 1.0 + +name pure-ffi +version 0.3 +categories lang +platforms darwin +maintainers ryandesign +use_parallel_build yes +homepage http://pure-lang.googlecode.com/ +master_sites ${homepage}files/ + +description an interface to libffi which enables you to \ + call C functions from Pure and vice versa + +long_description ${name} provides ${description}. It goes \ + beyond Pure's built-in C interface in that \ + it also handles C structs and makes Pure \ + functions callable from C. Moreover, \ + depending on the libffi implementation, it \ + may also be possible to call foreign \ + languages other than C. + +checksums md5 8030fbff0c2fff58861f05850d2a0911 \ + sha1 62d8f8e85aa8925fb2b41a9df9e44b1bae39d3ab \ + rmd160 d607e91265866e908364143634a30a037a5c4219 + +depends_lib-append path:lib/libpure.dylib:pure \ + port:libffi + +patchfiles patch-Makefile.diff + +use_configure no + +pre-build { + build.args-append CC=${configure.cc} \ + CFLAGS="${configure.cflags}" \ + CPPFLAGS="${configure.cppflags}" \ + LDFLAGS="${configure.ldflags}" +} + +post-destroot { + xinstall -d \ + ${destroot}${prefix}/share/doc/${name} \ + ${destroot}${prefix}/share/examples + xinstall -m 644 -W ${worksrcpath} \ + COPYING \ + README \ + ${destroot}${prefix}/share/doc/${name} + copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${name} +} + +platform darwin { + configure.cflags-append -fno-common +} + +livecheck.check regex +livecheck.url http://code.google.com/p/pure-lang/downloads/list +livecheck.regex ${name}-(\[0-9.\]+)\\.tar Property changes on: trunk/dports/lang/pure-ffi/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/lang/pure-ffi/files/patch-Makefile.diff =================================================================== --- trunk/dports/lang/pure-ffi/files/patch-Makefile.diff (rev 0) +++ trunk/dports/lang/pure-ffi/files/patch-Makefile.diff 2009-02-02 02:45:07 UTC (rev 46280) @@ -0,0 +1,20 @@ +--- Makefile.orig 2009-01-29 17:33:22.000000000 -0600 ++++ Makefile 2009-02-01 20:39:26.000000000 -0600 +@@ -54,14 +54,14 @@ + all: ffi$(DLL) + + ffi$(DLL): ffi.c +- gcc $(shared) -o $@ $< $(FLAGS) -lffi -lpure -lgmp $(LIBS) ++ $(CC) $(shared) -o $@ $< $(FLAGS) -lffi -lpure -lgmp $(LIBS) + + clean: + rm -f *$(DLL) *~ *.a *.o + + install: +- test -d "$(DESTDIR)$(libdir)/pure" || mkdir -p "$(DESTDIR)$(libdir)/pure" +- cp ffi.pure ffi$(DLL) "$(DESTDIR)$(libdir)/pure" ++ test -d "$(DESTDIR)`readlink $(libdir)/pure`" || mkdir -p "$(DESTDIR)`readlink $(libdir)/pure`" ++ cp ffi.pure ffi$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`" + + uninstall: + rm -f "$(DESTDIR)$(libdir)/pure/ffi.pure" "$(DESTDIR)$(libdir)/pure/ffi$(DLL)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 18:52:08 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 18:52:08 -0800 (PST) Subject: [46281] trunk/dports/PortIndex Message-ID: <20090202025209.496E6E2622A@beta.macosforge.org> Revision: 46281 http://trac.macports.org/changeset/46281 Author: portindex at macports.org Date: 2009-02-01 18:52:07 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 02:45:07 UTC (rev 46280) +++ trunk/dports/PortIndex 2009-02-02 02:52:07 UTC (rev 46281) @@ -4022,6 +4022,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} version 0.17 categories lang revision 0 pure-devel 998 variants universal depends_build {bin:svn:subversion port:bison port:flex} variant_desc {universal {Build for multiple architectures}} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} categories lang version 0.17.0.r713 re vision 0 +pure-ffi 759 +variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir lang/pure-ffi description {an interface to libffi which enables you to call C functions from Pure and vice versa} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-ffi depends_lib {path:lib/libpure.dylib:pure port:libffi} maintainers ryandesign long_description {pure-ffi provides {an interface to libffi which enables you to call C functions from Pure and vice versa.} It goes beyond Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C. Moreover, depending on the libffi implementation, it may also be possible to call foreign languages other than C.} version 0.3 categories lang revision 0 pyobfuscate 452 description {python source code obfuscator} portdir lang/pyobfuscate homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python24 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} version 0.3 categories {lang python} revision 0 python-mode.el 719 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 18:53:07 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 18:53:07 -0800 (PST) Subject: [46282] trunk/dports/print/cups-pdf/Portfile Message-ID: <20090202025307.BE164E26288@beta.macosforge.org> Revision: 46282 http://trac.macports.org/changeset/46282 Author: blb at macports.org Date: 2009-02-01 18:53:07 -0800 (Sun, 01 Feb 2009) Log Message: ----------- print/cups-pdf - version update to 2.5.0; move post-extract work into post-patch so 'port extract' can be untouched Modified Paths: -------------- trunk/dports/print/cups-pdf/Portfile Modified: trunk/dports/print/cups-pdf/Portfile =================================================================== --- trunk/dports/print/cups-pdf/Portfile 2009-02-02 02:52:07 UTC (rev 46281) +++ trunk/dports/print/cups-pdf/Portfile 2009-02-02 02:53:07 UTC (rev 46282) @@ -2,7 +2,7 @@ PortSystem 1.0 name cups-pdf -version 2.4.8 +version 2.5.0 categories print textproc maintainers blb description Provides a print-to-PDF feature through CUPS @@ -17,11 +17,11 @@ distname ${name}_${version} worksrcdir ${name}-${version} -checksums md5 0d17dc5e094b366c8ad43cc27c7f82c9 \ - sha1 7da47c61fef313e47fa6db9f1859499683fc72e8 \ - rmd160 ceed244effd0c9e63ec0a376a2adabb98abd9a4f +checksums md5 9194af099a8c0e9aa213505b29ec6818 \ + sha1 3fa7aa012fe7be15e840e810565135243560a053 \ + rmd160 589decb377f00a571a9c3dedbec72eda40e04c01 -post-extract { +post-patch { reinplace "s|/etc|${prefix}/etc|" ${worksrcpath}/src/cups-pdf.h reinplace "s|/var/spool|${prefix}/var/spool|" \ ${worksrcpath}/src/cups-pdf.h -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmpp at macports.org Sun Feb 1 19:03:21 2009 From: jmpp at macports.org (jmpp at macports.org) Date: Sun, 1 Feb 2009 19:03:21 -0800 (PST) Subject: [46283] trunk/dports/math/mapm/Portfile Message-ID: <20090202030321.D59D4E2668C@beta.macosforge.org> Revision: 46283 http://trac.macports.org/changeset/46283 Author: jmpp at macports.org Date: 2009-02-01 19:03:21 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Incorporate recommendations on macports-dev@: * use use_parallel_build since the port seems to support it; * switch to build.args from build.cmd and pass ${configure.cc} as the compiler to use for better abstraction; * rework the destroot stage to be more efficient; * increase revision since the installation layout does change a bit. Modified Paths: -------------- trunk/dports/math/mapm/Portfile Modified: trunk/dports/math/mapm/Portfile =================================================================== --- trunk/dports/math/mapm/Portfile 2009-02-02 02:53:07 UTC (rev 46282) +++ trunk/dports/math/mapm/Portfile 2009-02-02 03:03:21 UTC (rev 46283) @@ -4,12 +4,13 @@ name mapm version 4.9.5 +revision 1 categories math science platforms darwin maintainers jmpp openmaintainer description A Portable Arbitrary Precision Math Library in C. -long_description MAMP is a set of functions that allow the user \ +long_description MAPM is a set of functions that allow the user \ to perform math to any level of accuracy that is desired. \ The precision of a number is only limited by 'INT_MAX' \ and available memory. @@ -21,19 +22,23 @@ rmd160 f4e39962410ea4f9a0d85a3e07b7421e9795d6cb use_configure no +use_parallel_build yes worksrcdir ${name}_${version} -build.cmd make -f makefile.osx +build.args -f makefile.osx \ + CC=${configure.cc} destroot { - copy ${worksrcpath}/m_apm.h ${destroot}${prefix}/include - copy ${worksrcpath}/libmapm.a ${destroot}${prefix}/lib - xinstall -d -m 755 ${destroot}${prefix}/share/${name} - copy ${worksrcpath}/DOCS ${destroot}${prefix}/share/${name}/ - copy ${worksrcpath}/MULTI_THREAD ${destroot}${prefix}/share/${name}/ - copy ${worksrcpath}/PI_DEMO ${destroot}${prefix}/share/${name}/ - copy ${worksrcpath}/README ${destroot}${prefix}/share/${name} - foreach prog {calc primenum validate} { - copy ${worksrcpath}/$prog ${destroot}${prefix}/bin + xinstall -m 755 -W ${worksrcpath} \ + calc primenum validate \ + ${destroot}${prefix}/bin + xinstall -m 644 ${worksrcpath}/m_apm.h ${destroot}${prefix}/include + xinstall -m 644 ${worksrcpath}/libmapm.a ${destroot}${prefix}/lib + xinstall -d -m 755 \ + ${destroot}${prefix}/share/${name} \ + ${destroot}${prefix}/share/doc/${name} + foreach item {DOCS MULTI_THREAD PI_DEMO README} { + copy ${worksrcpath}/${item} ${destroot}${prefix}/share/${name} } + ln -s ../${name}/DOCS ${destroot}${prefix}/share/doc/${name} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmpp at macports.org Sun Feb 1 19:10:55 2009 From: jmpp at macports.org (jmpp at macports.org) Date: Sun, 1 Feb 2009 19:10:55 -0800 Subject: propchange - r46283 svn:log Message-ID: <20090202031055.EE53B280A8@relay14.apple.com> Author: jmpp at macports.org (original author: jmpp at macports.org) Revision: 46283 Property Name: svn:log --- /Volumes/data/admin/var/tmp/revprops/pre-46283-jmpp at macports.org 2009-02-01 19:10:53.000000000 -0800 +++ /Volumes/data/admin/var/tmp/revprops/post-46283-jmpp at macports.org 2009-02-01 19:10:55.000000000 -0800 @@ -1,6 +1,7 @@ Incorporate recommendations on macports-dev@: + * typo fix in long description; * use use_parallel_build since the port seems to support it; * switch to build.args from build.cmd and pass ${configure.cc} as the compiler to use for better abstraction; * rework the destroot stage to be more efficient; From rmsfisher at macports.org Sun Feb 1 19:18:08 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Sun, 1 Feb 2009 19:18:08 -0800 (PST) Subject: [46284] trunk/dports/audio/mpd/Portfile Message-ID: <20090202031808.DB024E269EF@beta.macosforge.org> Revision: 46284 http://trac.macports.org/changeset/46284 Author: rmsfisher at macports.org Date: 2009-02-01 19:18:08 -0800 (Sun, 01 Feb 2009) Log Message: ----------- audio/mpd added modeline, use_bzip2, fixed checksums Modified Paths: -------------- trunk/dports/audio/mpd/Portfile Modified: trunk/dports/audio/mpd/Portfile =================================================================== --- trunk/dports/audio/mpd/Portfile 2009-02-02 03:03:21 UTC (rev 46283) +++ trunk/dports/audio/mpd/Portfile 2009-02-02 03:18:08 UTC (rev 46284) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -17,10 +18,10 @@ homepage http://www.musicpd.org/ platforms darwin master_sites ${homepage}/uploads/files/ -checksums md5 33d0c7b08e2c9e2a6ad55703cb0d18d0 \ - sha1 744800e3b667a0d11418029b8ed69f7414e06e9c \ - rmd160 d21e3f6858ac8fb769d4278f988c17fe1580bc53 - +use_bzip2 yes +checksums md5 b461896369949ff3cff955692ead9f8b \ + sha1 3b826bc75c314e6db6715a978c9b405775d3478c \ + rmd160 39825142d8f19ca04d7a2e025b59043a8adb53fa depends_lib lib:libmad.0:libmad \ lib:libid3tag.0:libid3tag \ port:libiconv port:pkgconfig port:zlib \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Sun Feb 1 19:42:41 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Sun, 1 Feb 2009 19:42:41 -0800 (PST) Subject: [46285] trunk/dports/audio/ncmpc/Portfile Message-ID: <20090202034241.C4076E26CFC@beta.macosforge.org> Revision: 46285 http://trac.macports.org/changeset/46285 Author: rmsfisher at macports.org Date: 2009-02-01 19:42:40 -0800 (Sun, 01 Feb 2009) Log Message: ----------- audio/mpd added livecheck url and regexp Modified Paths: -------------- trunk/dports/audio/ncmpc/Portfile Modified: trunk/dports/audio/ncmpc/Portfile =================================================================== --- trunk/dports/audio/ncmpc/Portfile 2009-02-02 03:18:08 UTC (rev 46284) +++ trunk/dports/audio/ncmpc/Portfile 2009-02-02 03:42:40 UTC (rev 46285) @@ -20,3 +20,6 @@ port:ncurses configure.args --mandir=${prefix}/share/man configure.cflags-append -fnested-functions +livecheck.check regex +livecheck.url http://mpd.wikia.com/wiki/Client:Ncmpc +livecheck.regex ncmpc-(\[0-9.\]+)\\.tar\\.bz2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 19:52:05 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 19:52:05 -0800 (PST) Subject: [46286] trunk/dports/PortIndex Message-ID: <20090202035206.F11E7E26F9F@beta.macosforge.org> Revision: 46286 http://trac.macports.org/changeset/46286 Author: portindex at macports.org Date: 2009-02-01 19:52:05 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5492 Ports successfully parsed: 5492 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 03:42:40 UTC (rev 46285) +++ trunk/dports/PortIndex 2009-02-02 03:52:05 UTC (rev 46286) @@ -4461,7 +4461,7 @@ lp_solve 502 portdir math/lp_solve platforms darwin description {Linear Programming Solver} name lp_solve version 5.5.0.13 categories math homepage http://lpsolve.sourceforge.net/5.5/ revision 1 epoch 0 maintainers nomaintainer long_description {Mixed Integer Linear Programming (MILP) solver. lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models. lp_solve is written in ANSI C and can be compiled on many different platforms like Mac OS X, Linux and Windows.} mapm 459 -portdir math/mapm platforms darwin description {A Portable Arbitrary Precision Math Library in C.} name mapm version 4.9.5 categories {math science} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html revision 0 epoch 0 maintainers {jmpp openmaintainer} long_description {MAMP is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} +portdir math/mapm platforms darwin description {A Portable Arbitrary Precision Math Library in C.} name mapm version 4.9.5 categories {math science} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html revision 1 epoch 0 maintainers {jmpp openmaintainer} long_description {MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} mathomatic 543 variants universal variant_desc {universal {Build for multiple architectures}} portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline maintainers mww long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} version 14.3.0 categories math revision 0 maxima 902 @@ -6831,7 +6831,7 @@ abcm2ps 489 variants universal variant_desc {universal {Build for multiple architectures}} portdir print/abcm2ps description {abcm2ps converts abc music tunes to postscript} homepage http://moinejf.free.fr/ epoch 0 platforms darwin name abcm2ps maintainers mww long_description {abcm2ps is a package that converts music tunes from ABC format to PostScript. It introduces many extensions to the ABC language that make it suitable for classical music.} version 5.9.3 categories {print audio} revision 0 cups-pdf 370 -portdir print/cups-pdf description {Provides a print-to-PDF feature through CUPS} platforms darwin name cups-pdf version 2.4.8 categories {print textproc} homepage http://www.cups-pdf.de/ revision 0 epoch 0 maintainers blb long_description {This software is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver.} +portdir print/cups-pdf description {Provides a print-to-PDF feature through CUPS} platforms darwin name cups-pdf version 2.5.0 categories {print textproc} homepage http://www.cups-pdf.de/ revision 0 epoch 0 maintainers blb long_description {This software is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver.} denemo 759 variants {csound universal} variant_desc {csound {Csound can be used for playback.} universal {Build for multiple architectures}} portdir print/denemo description {Denemo is a unique score editor} homepage http://www.denemo.org/ epoch 0 depends_run port:qtplay platforms darwin name denemo depends_lib {port:aubio port:guile port:librsvg port:portaudio} maintainers yves long_description {Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.} categories {print audio x11} version 0.8.2 revision 0 enscript 530 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 19:59:59 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 19:59:59 -0800 (PST) Subject: [46287] trunk/dports/python/py25-asn1/Portfile Message-ID: <20090202035959.AAD7AE27070@beta.macosforge.org> Revision: 46287 http://trac.macports.org/changeset/46287 Author: blb at macports.org Date: 2009-02-01 19:59:59 -0800 (Sun, 01 Feb 2009) Log Message: ----------- python/py25-asn1 - make livecheck work Modified Paths: -------------- trunk/dports/python/py25-asn1/Portfile Modified: trunk/dports/python/py25-asn1/Portfile =================================================================== --- trunk/dports/python/py25-asn1/Portfile 2009-02-02 03:52:05 UTC (rev 46286) +++ trunk/dports/python/py25-asn1/Portfile 2009-02-02 03:59:59 UTC (rev 46287) @@ -30,3 +30,7 @@ ${destroot}${prefix}/share/doc/${name} } +livecheck.check regex +livecheck.url http://sourceforge.net/project/showfiles.php?group_id=93839&package_id=148920 +livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\.tar\.gz + -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 20:05:17 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 20:05:17 -0800 (PST) Subject: [46288] trunk/dports/python Message-ID: <20090202040517.67E93E2716D@beta.macosforge.org> Revision: 46288 http://trac.macports.org/changeset/46288 Author: blb at macports.org Date: 2009-02-01 20:05:16 -0800 (Sun, 01 Feb 2009) Log Message: ----------- New port: python/py26-asn1, Implementation of ASN.1 types and codecs in Python Added Paths: ----------- trunk/dports/python/py26-asn1/ trunk/dports/python/py26-asn1/Portfile Removed Paths: ------------- trunk/dports/python/py26-asn1/Portfile Deleted: trunk/dports/python/py26-asn1/Portfile =================================================================== --- trunk/dports/python/py25-asn1/Portfile 2009-02-02 00:52:15 UTC (rev 46278) +++ trunk/dports/python/py26-asn1/Portfile 2009-02-02 04:05:16 UTC (rev 46288) @@ -1,32 +0,0 @@ -# $Id$ - -PortSystem 1.0 -PortGroup python25 1.0 - -name py25-asn1 -version 0.0.8a -categories-append devel crypto -maintainers blb -description Implementation of ASN.1 types and codecs in Python -long_description \ - This project is dedicated to implementation of ASN.1 types (concrete \ - syntax) and codecs (transfer syntaxes) for Python programming environment. - -platforms darwin - -homepage http://pyasn1.sourceforge.net/ -master_sites sourceforge:pyasn1 -distname pyasn1-${version} - -checksums md5 1befe83fd3d8dd8bb0d0fbe58a5788a5 \ - sha1 5c7f86dabca0bf9af5bbf13b8773165c09ca90f6 \ - rmd160 7c01f7e2f5ae84109201aecbd572a95c586feffd - -post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \ - ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath}/doc notes.html \ - ${destroot}${prefix}/share/doc/${name} -} - Copied: trunk/dports/python/py26-asn1/Portfile (from rev 46287, trunk/dports/python/py25-asn1/Portfile) =================================================================== --- trunk/dports/python/py26-asn1/Portfile (rev 0) +++ trunk/dports/python/py26-asn1/Portfile 2009-02-02 04:05:16 UTC (rev 46288) @@ -0,0 +1,36 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-asn1 +version 0.0.8a +categories-append devel crypto +maintainers blb openmaintainer +description Implementation of ASN.1 types and codecs in Python +long_description \ + This project is dedicated to implementation of ASN.1 types (concrete \ + syntax) and codecs (transfer syntaxes) for Python programming environment. + +platforms darwin + +homepage http://pyasn1.sourceforge.net/ +master_sites sourceforge:pyasn1 +distname pyasn1-${version} + +checksums md5 1befe83fd3d8dd8bb0d0fbe58a5788a5 \ + sha1 5c7f86dabca0bf9af5bbf13b8773165c09ca90f6 \ + rmd160 7c01f7e2f5ae84109201aecbd572a95c586feffd + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \ + ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath}/doc notes.html \ + ${destroot}${prefix}/share/doc/${name} +} + +livecheck.check regex +livecheck.url http://sourceforge.net/project/showfiles.php?group_id=93839&package_id=148920 +livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\.tar\.gz + -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 20:14:54 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 20:14:54 -0800 (PST) Subject: [46289] trunk/dports/python Message-ID: <20090202041454.49C95E273A6@beta.macosforge.org> Revision: 46289 http://trac.macports.org/changeset/46289 Author: blb at macports.org Date: 2009-02-01 20:14:53 -0800 (Sun, 01 Feb 2009) Log Message: ----------- New port: python/py26-simplejson, JSON encoder/decoder Modified Paths: -------------- trunk/dports/python/py26-simplejson/Portfile Added Paths: ----------- trunk/dports/python/py26-simplejson/ Modified: trunk/dports/python/py26-simplejson/Portfile =================================================================== --- trunk/dports/python/py25-simplejson/Portfile 2009-02-02 00:52:15 UTC (rev 46278) +++ trunk/dports/python/py26-simplejson/Portfile 2009-02-02 04:14:53 UTC (rev 46289) @@ -2,12 +2,12 @@ # $Id$ PortSystem 1.0 -PortGroup python25 1.0 +PortGroup python26 1.0 -name py25-simplejson -version 2.0.5 +name py26-simplejson +version 2.0.7 categories-append www -maintainers openmaintainer stechert akitada +maintainers blb openmaintainer description simplejson is a JSON encoder and decoder. long_description ${description} @@ -17,11 +17,11 @@ master_sites http://cheeseshop.python.org/packages/source/s/simplejson/ distname simplejson-${version} -depends_lib port:py25-setuptools +depends_lib port:py26-setuptools -checksums md5 11e65b91e7fd08eda931e683c5f98543 \ - sha1 f42b3430c78fde18e13d748d16bf9f955a0cf384 \ - rmd160 54cc95490a9d236d089768fec76a44ddb628d736 +checksums md5 9d02273f8615b8e3fceda891ffff10d1 \ + sha1 5c3ac8802aa42e63d057bbd024086593dc233dce \ + rmd160 220463dff32e40caba0cebacc2697ed825a17512 post-destroot { xinstall -m 644 -W ${worksrcpath} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 20:17:13 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 20:17:13 -0800 (PST) Subject: [46290] trunk/dports/python Message-ID: <20090202041713.C0CD4E27448@beta.macosforge.org> Revision: 46290 http://trac.macports.org/changeset/46290 Author: blb at macports.org Date: 2009-02-01 20:17:13 -0800 (Sun, 01 Feb 2009) Log Message: ----------- python/py*-simplejson - version update to 2.0.7 Modified Paths: -------------- trunk/dports/python/py-simplejson/Portfile trunk/dports/python/py25-simplejson/Portfile Modified: trunk/dports/python/py-simplejson/Portfile =================================================================== --- trunk/dports/python/py-simplejson/Portfile 2009-02-02 04:14:53 UTC (rev 46289) +++ trunk/dports/python/py-simplejson/Portfile 2009-02-02 04:17:13 UTC (rev 46290) @@ -5,7 +5,7 @@ PortGroup python24 1.0 name py-simplejson -version 2.0.5 +version 2.0.7 categories-append www maintainers openmaintainer stechert akitada description simplejson is a JSON encoder and decoder. @@ -19,9 +19,9 @@ depends_lib port:py-setuptools -checksums md5 11e65b91e7fd08eda931e683c5f98543 \ - sha1 f42b3430c78fde18e13d748d16bf9f955a0cf384 \ - rmd160 54cc95490a9d236d089768fec76a44ddb628d736 +checksums md5 9d02273f8615b8e3fceda891ffff10d1 \ + sha1 5c3ac8802aa42e63d057bbd024086593dc233dce \ + rmd160 220463dff32e40caba0cebacc2697ed825a17512 post-destroot { xinstall -m 644 -W ${worksrcpath} \ Modified: trunk/dports/python/py25-simplejson/Portfile =================================================================== --- trunk/dports/python/py25-simplejson/Portfile 2009-02-02 04:14:53 UTC (rev 46289) +++ trunk/dports/python/py25-simplejson/Portfile 2009-02-02 04:17:13 UTC (rev 46290) @@ -5,7 +5,7 @@ PortGroup python25 1.0 name py25-simplejson -version 2.0.5 +version 2.0.7 categories-append www maintainers openmaintainer stechert akitada description simplejson is a JSON encoder and decoder. @@ -19,9 +19,9 @@ depends_lib port:py25-setuptools -checksums md5 11e65b91e7fd08eda931e683c5f98543 \ - sha1 f42b3430c78fde18e13d748d16bf9f955a0cf384 \ - rmd160 54cc95490a9d236d089768fec76a44ddb628d736 +checksums md5 9d02273f8615b8e3fceda891ffff10d1 \ + sha1 5c3ac8802aa42e63d057bbd024086593dc233dce \ + rmd160 220463dff32e40caba0cebacc2697ed825a17512 post-destroot { xinstall -m 644 -W ${worksrcpath} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 20:27:13 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 20:27:13 -0800 (PST) Subject: [46291] trunk/dports/python Message-ID: <20090202042713.CA199E28F30@beta.macosforge.org> Revision: 46291 http://trac.macports.org/changeset/46291 Author: blb at macports.org Date: 2009-02-01 20:27:11 -0800 (Sun, 01 Feb 2009) Log Message: ----------- New port: python/py26-keyczar, Easy to use cryptographic toolkit Modified Paths: -------------- trunk/dports/python/py26-keyczar/Portfile Added Paths: ----------- trunk/dports/python/py26-keyczar/ Modified: trunk/dports/python/py26-keyczar/Portfile =================================================================== --- trunk/dports/python/py25-keyczar/Portfile 2009-02-02 00:52:15 UTC (rev 46278) +++ trunk/dports/python/py26-keyczar/Portfile 2009-02-02 04:27:11 UTC (rev 46291) @@ -1,9 +1,9 @@ # $Id$ PortSystem 1.0 -PortGroup python25 1.0 +PortGroup python26 1.0 -name py25-keyczar +name py26-keyczar version 0.6b categories-append devel crypto maintainers blb @@ -26,7 +26,7 @@ sha1 817fb2c284a409e6b1fc7a90bb1ad463195a9241 \ rmd160 267b36896a325583b173d5f12e87a118615808b8 -depends_lib-append port:py25-crypto port:py25-asn1 port:py25-simplejson +depends_lib-append port:py26-crypto port:py26-asn1 port:py26-simplejson post-extract { file copy ${filespath}/setup.py ${worksrcpath} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 20:27:49 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 20:27:49 -0800 (PST) Subject: [46292] trunk/dports/lang/gcc42/Portfile Message-ID: <20090202042749.AE5BFE29129@beta.macosforge.org> Revision: 46292 http://trac.macports.org/changeset/46292 Author: ryandesign at macports.org Date: 2009-02-01 20:27:49 -0800 (Sun, 01 Feb 2009) Log Message: ----------- gcc42: add gmake build dependency on Panther; see #18145 (maintainer timeout) Modified Paths: -------------- trunk/dports/lang/gcc42/Portfile Modified: trunk/dports/lang/gcc42/Portfile =================================================================== --- trunk/dports/lang/gcc42/Portfile 2009-02-02 04:27:11 UTC (rev 46291) +++ trunk/dports/lang/gcc42/Portfile 2009-02-02 04:27:49 UTC (rev 46292) @@ -86,11 +86,13 @@ ${destroot}${prefix}/share/info } -#platform darwin 7 { +platform darwin 7 { + depends_build-append port:gmake + build.cmd gmake # configure.cflags-append -force_cpusubtype_ALL # configure.env BOOT_CFLAGS="-g -O2 -force_cpusubtype_ALL" # build.args-append XCFLAGS=-force_cpusubtype_ALL -#} +} post-destroot { # install/copy ffitarget.h only if we have it -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 20:53:06 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 20:53:06 -0800 (PST) Subject: [46293] trunk/dports/PortIndex Message-ID: <20090202045314.B4398E2B295@beta.macosforge.org> Revision: 46293 http://trac.macports.org/changeset/46293 Author: portindex at macports.org Date: 2009-02-01 20:52:50 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5495 Ports successfully parsed: 5495 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 04:27:49 UTC (rev 46292) +++ trunk/dports/PortIndex 2009-02-02 04:52:50 UTC (rev 46293) @@ -3864,8 +3864,8 @@ variants {darwin_7 powerpc} variant_desc {darwin_7 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually}} portdir lang/gcc40 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc40 depends_lib {port:gmp port:mpfr} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Java and Fortran95.} version 4.0.4 categories lang revision 1 gcc41 523 variants {darwin_9 darwin_i386 odcctools} variant_desc {darwin_9 {Platform variant, do not select manually} darwin_i386 {Platform variant, do not select manually}} portdir lang/gcc41 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc41 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} version 4.1.2 categories lang revision 4 -gcc42 378 -variants odcctools portdir lang/gcc42 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc42 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} version 4.2.4 categories lang revision 1 +gcc42 456 +variants {darwin_7 odcctools} variant_desc {darwin_7 {Platform variant, do not select manually}} portdir lang/gcc42 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc42 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} version 4.2.4 categories lang revision 1 gcc43 576 variants {darwin_7 powerpc darwin_8_i386} variant_desc {darwin_7 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually} darwin_8_i386 {Platform variant, do not select manually}} portdir lang/gcc43 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc43 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} version 4.3.3 categories lang revision 0 gcc44 913 @@ -7465,7 +7465,7 @@ py-shellwords 389 description {Parse strings into words like a POSIX shell does.} portdir python/py-shellwords homepage http://www.crazy-compilers.com/py-lib/shellwords.html epoch 0 platforms darwin depends_lib port:python24 name py-shellwords maintainers nomaintainer long_description {Python module to parse strings into words like a POSIX shell does.} categories {python textproc} version 0.2 revision 1 py-simplejson 367 -description {simplejson is a JSON encoder and decoder.} portdir python/py-simplejson homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py-setuptools name py-simplejson maintainers {openmaintainer stechert akitada} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 2.0.5 revision 0 +description {simplejson is a JSON encoder and decoder.} portdir python/py-simplejson homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py-setuptools name py-simplejson maintainers {openmaintainer stechert akitada} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 2.0.7 revision 0 py-simpy 374 description {python based simulation language} portdir python/py-simpy homepage http://simpy.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-simpy maintainers nomaintainer long_description {SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.} categories python version 1.5 revision 1 py-sip 597 @@ -7979,7 +7979,7 @@ py25-shapely 596 description {Shapely is a Python package for manipulation and analysis of 2D geospatial geometries} portdir python/py25-shapely homepage http://trac.gispython.org/projects/PCL/wiki/Shapely epoch 0 platforms darwin depends_lib {port:python25 port:geos} name py25-shapely maintainers {landonf openmaintainer} long_description {Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems.} categories {python devel} version 1.0.11 revision 0 py25-simplejson 373 -description {simplejson is a JSON encoder and decoder.} portdir python/py25-simplejson homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-simplejson maintainers {openmaintainer stechert akitada} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 2.0.5 revision 0 +description {simplejson is a JSON encoder and decoder.} portdir python/py25-simplejson homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-simplejson maintainers {openmaintainer stechert akitada} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 2.0.7 revision 0 py25-simpy 376 description {python based simulation language} portdir python/py25-simpy homepage http://simpy.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-simpy maintainers mcalhoun long_description {SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.} categories python version 1.9.1 revision 0 py25-sip 615 @@ -8054,6 +8054,8 @@ description {Zolera SOAP Infrastructure is a Python implementation of SOAP} portdir python/py25-zsi homepage http://pywebsvcs.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-zsi maintainers stechert at macports.org long_description {ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that provides an implementation of SOAP messaging, as described in The SOAP 1.1 Specification. It can also be used to build applications using SOAP Messages with Attachments. ZSI is intended to make it easier to write web services in Python.} categories {python net} version 2.0-rc3 revision 0 py26-altgraph 603 description {Python graph (network) package} portdir python/py26-altgraph homepage http://undefined.org/python/#altgraph epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-altgraph maintainers {jmr openmaintainer} long_description {altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. altgraph includes some additional usage of Python 2.3+ features and enhancements related to modulegraph and macholib.} categories {python devel} version 0.6.7 revision 0 +py26-asn1 451 +description {Implementation of ASN.1 types and codecs in Python} portdir python/py26-asn1 homepage http://pyasn1.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-asn1 maintainers {blb openmaintainer} long_description {This project is dedicated to implementation of ASN.1 types (concrete syntax) and codecs (transfer syntaxes) for Python programming environment.} categories {python devel crypto} version 0.0.8a revision 0 py26-bdist_mpkg 729 description {Builds Mac OS X installer packages from distutils} portdir python/py26-bdist_mpkg homepage http://undefined.org/python/#bdist_mpkg epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-bdist_mpkg maintainers {jmr openmaintainer} long_description {bdist_mpkg is a distutils plugin that implements the bdist_mpkg command, which builds a Mac OS X metapackage for use by Installer.app for easy GUI installation of Python modules, much like bdist_wininst. It also comes with a bdist_mpkg script, which is a setup.py front-end that will allow you to easy build an installer metapackage from nearly any existing package that uses distutils.} categories {python devel} version 0.4.3 revision 0 py26-boto 388 @@ -8092,6 +8094,8 @@ description {Python based sandboxed template engine} portdir python/py26-jinja homepage http://jinja.pocoo.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-jinja maintainers {jmr openmaintainer} long_description {Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.} categories {python devel} version 1.2 revision 0 py26-jinja2 558 description {Python based sandboxed template engine} portdir python/py26-jinja2 homepage http://jinja.pocoo.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-jinja2 maintainers {jmr openmaintainer} long_description {Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.} categories {python devel} version 2.1.1 revision 0 +py26-keyczar 556 +description {Easy to use cryptographic toolkit} portdir python/py26-keyczar homepage http://www.keyczar.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-crypto port:py26-asn1 port:py26-simplejson} name py26-keyczar maintainers blb long_description {Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys.} categories {python devel crypto} version 0.6b revision 0 py26-libxml2 346 description {Python bindings for libxml2} portdir python/py26-libxml2 homepage http://xmlsoft.org/python.html epoch 0 platforms darwin depends_lib {port:python26 port:libxml2 port:zlib} name py26-libxml2 maintainers {mcalhoun openmaintainer} long_description {{Python bindings for libxml2}} categories {python textproc} version 2.6.21 revision 0 py26-macholib 676 @@ -8152,6 +8156,8 @@ variants {gcc42 gcc43 gnuplot} variant_desc {gcc42 {Use gfortran-mp-4.2 as fortran compiler} gcc43 {Use gfortran-mp-4.3 as fortran compiler} gnuplot {Depend on GNUPlot}} portdir python/py26-scipy description {An opensource library of scientific tools for Python} homepage http://www.scipy.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy port:SuiteSparse port:swig port:gcc43} name py26-scipy maintainers {jmr openmaintainer} long_description {{An opensource library of scientific tools for Python.} WARNING: scipy 0.6.0 is not yet fully functional under Python 2.6.} categories python version 0.6.0 revision 0 py26-setuptools 527 description {distutils enhancement for build and distribution} portdir python/py26-setuptools homepage http://peak.telecommunity.com/DevCenter/setuptools epoch 0 platforms darwin depends_lib port:python26 name py26-setuptools maintainers {mcalhoun openmaintainer} long_description {setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.} categories {python devel} version 0.6c9 revision 0 +py26-simplejson 360 +description {simplejson is a JSON encoder and decoder.} portdir python/py26-simplejson homepage http://undefined.org/python/#simplejson epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-simplejson maintainers {blb openmaintainer} long_description {{simplejson is a JSON encoder and decoder.}} categories {python www} version 2.0.7 revision 0 py26-sip 621 variants universal variant_desc {universal {Build for multiple architectures}} portdir python/py26-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/sip/ epoch 0 platforms macosx name py26-sip depends_lib port:python26 maintainers {mcalhoun openmaintainer} long_description {SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.} version 4.7.9 categories {python devel} revision 0 py26-sphinx 709 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 21:36:56 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 21:36:56 -0800 Subject: propchange - r46268 svn:log Message-ID: <20090202053656.B73A2280B3@relay11.apple.com> Author: ryandesign at macports.org (original author: jeremyhu at macports.org) Revision: 46268 Property Name: svn:log --- /Volumes/data/admin/var/tmp/revprops/pre-46268-ryandesign at macports.org 2009-02-01 21:36:53.000000000 -0800 +++ /Volumes/data/admin/var/tmp/revprops/post-46268-ryandesign at macports.org 2009-02-01 21:36:54.000000000 -0800 @@ -1 +1 @@ -lesstif: Fix building using newew versions of libtool. Closes #18287 +lesstif: Fix building using newer versions of libtool. Closes #18287 From ryandesign at macports.org Sun Feb 1 21:39:29 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 21:39:29 -0800 (PST) Subject: [46294] trunk/dports/python/py26-asn1/Portfile Message-ID: <20090202053930.3FAE0E2BC9E@beta.macosforge.org> Revision: 46294 http://trac.macports.org/changeset/46294 Author: ryandesign at macports.org Date: 2009-02-01 21:39:27 -0800 (Sun, 01 Feb 2009) Log Message: ----------- py26-asn1: fix escaping in livecheck Modified Paths: -------------- trunk/dports/python/py26-asn1/Portfile Modified: trunk/dports/python/py26-asn1/Portfile =================================================================== --- trunk/dports/python/py26-asn1/Portfile 2009-02-02 04:52:50 UTC (rev 46293) +++ trunk/dports/python/py26-asn1/Portfile 2009-02-02 05:39:27 UTC (rev 46294) @@ -32,5 +32,5 @@ livecheck.check regex livecheck.url http://sourceforge.net/project/showfiles.php?group_id=93839&package_id=148920 -livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\.tar\.gz +livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\\.tar\\.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 22:14:43 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 22:14:43 -0800 (PST) Subject: [46295] trunk/dports Message-ID: <20090202061443.821C3E2C46E@beta.macosforge.org> Revision: 46295 http://trac.macports.org/changeset/46295 Author: ryandesign at macports.org Date: 2009-02-01 22:14:42 -0800 (Sun, 01 Feb 2009) Log Message: ----------- pure-ffi: move from pure's lang category to libffi's devel category; I think that fits better Modified Paths: -------------- trunk/dports/devel/pure-ffi/Portfile Added Paths: ----------- trunk/dports/devel/pure-ffi/ Removed Paths: ------------- trunk/dports/lang/pure-ffi/ Modified: trunk/dports/devel/pure-ffi/Portfile =================================================================== --- trunk/dports/lang/pure-ffi/Portfile 2009-02-02 05:39:27 UTC (rev 46294) +++ trunk/dports/devel/pure-ffi/Portfile 2009-02-02 06:14:42 UTC (rev 46295) @@ -4,7 +4,7 @@ name pure-ffi version 0.3 -categories lang +categories devel platforms darwin maintainers ryandesign use_parallel_build yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 22:51:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 22:51:50 -0800 (PST) Subject: [46296] trunk/dports/PortIndex Message-ID: <20090202065151.644AAE2CB95@beta.macosforge.org> Revision: 46296 http://trac.macports.org/changeset/46296 Author: portindex at macports.org Date: 2009-02-01 22:51:49 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5495 Ports successfully parsed: 5495 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 06:14:42 UTC (rev 46295) +++ trunk/dports/PortIndex 2009-02-02 06:51:49 UTC (rev 46296) @@ -1718,6 +1718,8 @@ description {Encode data in an efficient yet extensible format.} portdir devel/protobuf-python25 homepage http://code.google.com/p/protobuf/ epoch 0 platforms darwin depends_lib {port:protobuf-cpp port:py25-setuptools} name protobuf-python25 maintainers nomaintainer long_description {Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, contain ing a series of name-value pairs.} categories devel version 2.0.3 revision 0 pth 675 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/pth description {GNU Portable Threads} homepage http://www.gnu.org/software/pth/ epoch 0 platforms darwin name pth maintainers nomaintainer long_description {Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution (\"multithreading\") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable.} version 2.0.7 categories devel revision 0 +pure-ffi 761 +variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir devel/pure-ffi description {an interface to libffi which enables you to call C functions from Pure and vice versa} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-ffi depends_lib {path:lib/libpure.dylib:pure port:libffi} maintainers ryandesign long_description {pure-ffi provides {an interface to libffi which enables you to call C functions from Pure and vice versa.} It goes beyond Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C. Moreover, depending on the libffi implementation, it may also be possible to call foreign languages other than C.} version 0.3 categories devel revision 0 qca 529 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/qca description {Qt Cryptographic Architecture} homepage http://delta.affinix.com/qca/ epoch 0 platforms darwin name qca depends_lib port:qt4-mac maintainers rowue at digitalis.org long_description {This library provides an easy API for the following features: SSL/TLS, X509, SASL, RSA, Hashing (SHA1, MD5), Ciphers (BlowFish, 3DES, AES), Functionality is supplied via plugins.} version 2.0.0 categories {devel crypto security} revision 2 qca-cyrus-sasl 650 @@ -4022,8 +4024,6 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} version 0.17 categories lang revision 0 pure-devel 998 variants universal depends_build {bin:svn:subversion port:bison port:flex} variant_desc {universal {Build for multiple architectures}} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:gsl port:libiconv port:libtool path:bin/llvm-config:llvm port:readline} maintainers ryandesign long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} categories lang version 0.17.0.r713 re vision 0 -pure-ffi 759 -variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir lang/pure-ffi description {an interface to libffi which enables you to call C functions from Pure and vice versa} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-ffi depends_lib {path:lib/libpure.dylib:pure port:libffi} maintainers ryandesign long_description {pure-ffi provides {an interface to libffi which enables you to call C functions from Pure and vice versa.} It goes beyond Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C. Moreover, depending on the libffi implementation, it may also be possible to call foreign languages other than C.} version 0.3 categories lang revision 0 pyobfuscate 452 description {python source code obfuscator} portdir lang/pyobfuscate homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python24 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} version 0.3 categories {lang python} revision 0 python-mode.el 719 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Feb 1 23:11:45 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 1 Feb 2009 23:11:45 -0800 (PST) Subject: [46297] trunk/dports/python/py25-asn1/Portfile Message-ID: <20090202071145.DE1CDE2CD46@beta.macosforge.org> Revision: 46297 http://trac.macports.org/changeset/46297 Author: blb at macports.org Date: 2009-02-01 23:11:44 -0800 (Sun, 01 Feb 2009) Log Message: ----------- python/py25-asn1 - fix escaping in livecheck, as noted by Ryan in r46294 Modified Paths: -------------- trunk/dports/python/py25-asn1/Portfile Modified: trunk/dports/python/py25-asn1/Portfile =================================================================== --- trunk/dports/python/py25-asn1/Portfile 2009-02-02 06:51:49 UTC (rev 46296) +++ trunk/dports/python/py25-asn1/Portfile 2009-02-02 07:11:44 UTC (rev 46297) @@ -32,5 +32,5 @@ livecheck.check regex livecheck.url http://sourceforge.net/project/showfiles.php?group_id=93839&package_id=148920 -livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\.tar\.gz +livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\\.tar\\.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 23:14:52 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 23:14:52 -0800 (PST) Subject: [46298] trunk/dports/math Message-ID: <20090202071452.B7C07E2CDF4@beta.macosforge.org> Revision: 46298 http://trac.macports.org/changeset/46298 Author: ryandesign at macports.org Date: 2009-02-01 23:14:51 -0800 (Sun, 01 Feb 2009) Log Message: ----------- pure-gsl: new port, version 0.4; see #18320 Modified Paths: -------------- trunk/dports/math/pure-gsl/Portfile trunk/dports/math/pure-gsl/files/patch-Makefile.diff Added Paths: ----------- trunk/dports/math/pure-gsl/ Modified: trunk/dports/math/pure-gsl/Portfile =================================================================== --- trunk/dports/devel/pure-ffi/Portfile 2009-02-02 06:14:42 UTC (rev 46295) +++ trunk/dports/math/pure-gsl/Portfile 2009-02-02 07:14:51 UTC (rev 46298) @@ -2,32 +2,30 @@ PortSystem 1.0 -name pure-ffi -version 0.3 -categories devel +name pure-gsl +version 0.4 +categories math science platforms darwin maintainers ryandesign use_parallel_build yes homepage http://pure-lang.googlecode.com/ master_sites ${homepage}files/ -description an interface to libffi which enables you to \ - call C functions from Pure and vice versa +description a wrapper to call GNU Scientific Library \ + functions from Pure -long_description ${name} provides ${description}. It goes \ - beyond Pure's built-in C interface in that \ - it also handles C structs and makes Pure \ - functions callable from C. Moreover, \ - depending on the libffi implementation, it \ - may also be possible to call foreign \ - languages other than C. +long_description ${name} aims to provide a complete wrapper \ + for the GNU Scientific Library which provides \ + a wide range of mathematical routines useful \ + for scientific programming, number crunching \ + and signal processing applications. -checksums md5 8030fbff0c2fff58861f05850d2a0911 \ - sha1 62d8f8e85aa8925fb2b41a9df9e44b1bae39d3ab \ - rmd160 d607e91265866e908364143634a30a037a5c4219 +checksums md5 b90a66dc18024b554662f34c033e5b45 \ + sha1 bb89afdc3c625a2549e9518d3439094f4adcd246 \ + rmd160 58d82ad8ebba3507d1c3103b5690c862f1d46a80 depends_lib-append path:lib/libpure.dylib:pure \ - port:libffi + port:gsl patchfiles patch-Makefile.diff Modified: trunk/dports/math/pure-gsl/files/patch-Makefile.diff =================================================================== --- trunk/dports/devel/pure-ffi/files/patch-Makefile.diff 2009-02-02 06:14:42 UTC (rev 46295) +++ trunk/dports/math/pure-gsl/files/patch-Makefile.diff 2009-02-02 07:14:51 UTC (rev 46298) @@ -1,20 +1,20 @@ ---- Makefile.orig 2009-01-29 17:33:22.000000000 -0600 -+++ Makefile 2009-02-01 20:39:26.000000000 -0600 -@@ -54,14 +54,14 @@ - all: ffi$(DLL) +--- Makefile.orig 2009-01-29 18:44:26.000000000 -0600 ++++ Makefile 2009-02-01 21:02:34.000000000 -0600 +@@ -52,14 +52,14 @@ + all: gsl$(DLL) - ffi$(DLL): ffi.c -- gcc $(shared) -o $@ $< $(FLAGS) -lffi -lpure -lgmp $(LIBS) -+ $(CC) $(shared) -o $@ $< $(FLAGS) -lffi -lpure -lgmp $(LIBS) + gsl$(DLL): gsl.c +- gcc $(shared) -o $@ $< $(FLAGS) -lgsl -lgslcblas -lm -lpure $(LIBS) ++ $(CC) $(shared) -o $@ $< $(FLAGS) -lgsl -lgslcblas -lm -lpure $(LIBS) clean: rm -f *$(DLL) *~ *.a *.o install: - test -d "$(DESTDIR)$(libdir)/pure" || mkdir -p "$(DESTDIR)$(libdir)/pure" -- cp ffi.pure ffi$(DLL) "$(DESTDIR)$(libdir)/pure" +- cp gsl.pure gsl$(DLL) "$(DESTDIR)$(libdir)/pure" + test -d "$(DESTDIR)`readlink $(libdir)/pure`" || mkdir -p "$(DESTDIR)`readlink $(libdir)/pure`" -+ cp ffi.pure ffi$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`" ++ cp gsl.pure gsl$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`" uninstall: - rm -f "$(DESTDIR)$(libdir)/pure/ffi.pure" "$(DESTDIR)$(libdir)/pure/ffi$(DLL)" + rm -f "$(DESTDIR)$(libdir)/pure/gsl.pure" "$(DESTDIR)$(libdir)/pure/gsl$(DLL)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sun Feb 1 23:22:56 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 07:22:56 -0000 Subject: [MacPorts] blb modified Message-ID: <20090202072256.9939528090@relay14.apple.com> Changed page "blb" by blb at macports.org from 75.163.162.86* Page URL: Diff URL: Revision 22 Comment: Make more manageable by removing port list -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: blb ========================================================================= --- blb (version: 21) +++ blb (version: 22) @@ -15,164 +15,6 @@ [[TicketQuery(cc~=blb at macports.org&status=new|assigned|reopened)]] == Ports == - * devel - * [source:trunk/dports/devel/apr_memcache apr_memcache] - * [source:trunk/dports/devel/cextract cextract] - * [source:trunk/dports/devel/hg-forest hg-forest] - * [source:trunk/dports/devel/lzo lzo] - - * emulators - * [source:trunk/dports/emulators/freesci freesci] - - * games - * [source:trunk/dports/games/cannonsmash cannonsmash] - - * irc - * [source:trunk/dports/irc/irssi-devel irssi-devel] - - * lang - * [source:trunk/dports/lang/python26 python26] - - * math - * [source:trunk/dports/math/ent ent] - - * net - * [source:trunk/dports/net/cidr cidr] - * [source:trunk/dports/net/dnstracer dnstracer] - * [source:trunk/dports/net/nslint nslint] - - * perl - * [source:trunk/dports/perl/p5-digest-sha p5-digest-sha] - * [source:trunk/dports/perl/p5-file-desktopentry p5-file-desktopentry] - - * print - * [source:trunk/dports/print/cups-pdf cups-pdf] - - * python - * [source:trunk/dports/python/py25-asn1 py25-asn1] - * [source:trunk/dports/python/py25-keyczar py25-keyczar] - - * security - * [source:trunk/dports/security/md5deep md5deep] - * [source:trunk/dports/security/openpgpsdk openpgpsdk] - - * sysutils - * [source:trunk/dports/sysutils/dvdrw-tools dvdrw-tools] - * [source:trunk/dports/sysutils/lzop lzop] - * [source:trunk/dports/sysutils/maxwell maxwell] - - * www - * [source:trunk/dports/www/ajp-wsgi ajp-wsgi] - * [source:trunk/dports/www/links links] - * [source:trunk/dports/www/mod_gnutls mod_gnutls] - - * x11 - * [source:trunk/dports/x11/appres appres] - * [source:trunk/dports/x11/bitmap bitmap] - * [source:trunk/dports/x11/editres editres] - * [source:trunk/dports/x11/font-adobe-100dpi font-adobe-100dpi] - * [source:trunk/dports/x11/font-adobe-75dpi font-adobe-75dpi] - * [source:trunk/dports/x11/font-adobe-utopia-100dpi font-adobe-utopia-100dpi] - * [source:trunk/dports/x11/font-adobe-utopia-75dpi font-adobe-utopia-75dpi] - * [source:trunk/dports/x11/font-adobe-utopia-type1 font-adobe-utopia-type1] - * [source:trunk/dports/x11/font-arabic-misc font-arabic-misc] - * [source:trunk/dports/x11/font-bh-100dpi font-bh-100dpi] - * [source:trunk/dports/x11/font-bh-75dpi font-bh-75dpi] - * [source:trunk/dports/x11/font-bh-lucidatypewriter-100dpi font-bh-lucidatypewriter-100dpi] - * [source:trunk/dports/x11/font-bh-lucidatypewriter-75dpi font-bh-lucidatypewriter-75dpi] - * [source:trunk/dports/x11/font-bh-ttf font-bh-ttf] - * [source:trunk/dports/x11/font-bh-type1 font-bh-type1] - * [source:trunk/dports/x11/font-bitstream-100dpi font-bitstream-100dpi] - * [source:trunk/dports/x11/font-bitstream-75dpi font-bitstream-75dpi] - * [source:trunk/dports/x11/font-bitstream-speedo font-bitstream-speedo] - * [source:trunk/dports/x11/font-bitstream-type1 font-bitstream-type1] - * [source:trunk/dports/x11/font-cronyx-cyrillic font-cronyx-cyrillic] - * [source:trunk/dports/x11/font-cursor-misc font-cursor-misc] - * [source:trunk/dports/x11/font-daewoo-misc font-daewoo-misc] - * [source:trunk/dports/x11/font-dec-misc font-dec-misc] - * [source:trunk/dports/x11/font-ibm-type1 font-ibm-type1] - * [source:trunk/dports/x11/font-isas-misc font-isas-misc] - * [source:trunk/dports/x11/font-jis-misc font-jis-misc] - * [source:trunk/dports/x11/font-micro-misc font-micro-misc] - * [source:trunk/dports/x11/font-misc-cyrillic font-misc-cyrillic] - * [source:trunk/dports/x11/font-misc-ethiopic font-misc-ethiopic] - * [source:trunk/dports/x11/font-misc-meltho font-misc-meltho] - * [source:trunk/dports/x11/font-misc-misc font-misc-misc] - * [source:trunk/dports/x11/font-mutt-misc font-mutt-misc] - * [source:trunk/dports/x11/font-schumacher-misc font-schumacher-misc] - * [source:trunk/dports/x11/font-screen-cyrillic font-screen-cyrillic] - * [source:trunk/dports/x11/font-sony-misc font-sony-misc] - * [source:trunk/dports/x11/font-sun-misc font-sun-misc] - * [source:trunk/dports/x11/font-winitzki-cyrillic font-winitzki-cyrillic] - * [source:trunk/dports/x11/font-xfree86-type1 font-xfree86-type1] - * [source:trunk/dports/x11/fonttosfnt fonttosfnt] - * [source:trunk/dports/x11/fslsfonts fslsfonts] - * [source:trunk/dports/x11/fstobdf fstobdf] - * [source:trunk/dports/x11/gccmakedep gccmakedep] - * [source:trunk/dports/x11/iceauth iceauth] - * [source:trunk/dports/x11/ico ico] - * [source:trunk/dports/x11/lndir lndir] - * [source:trunk/dports/x11/listres listres] - * [source:trunk/dports/x11/makedepend makedepend] - * [source:trunk/dports/x11/oclock oclock] - * [source:trunk/dports/x11/sessreg sessreg] - * [source:trunk/dports/x11/setxkbmap setxkbmap] - * [source:trunk/dports/x11/showfont showfont] - * [source:trunk/dports/x11/rgb rgb] - * [source:trunk/dports/x11/twm twm] - * [source:trunk/dports/x11/viewres viewres] - * [source:trunk/dports/x11/x11perf x11perf] - * [source:trunk/dports/x11/xcalc xcalc] - * [source:trunk/dports/x11/xclipboard xclipboard] - * [source:trunk/dports/x11/xclock xclock] - * [source:trunk/dports/x11/xconsole xconsole] - * [source:trunk/dports/x11/xcursorgen xcursorgen] - * [source:trunk/dports/x11/xditview xditview] - * [source:trunk/dports/x11/xdm xdm] - * [source:trunk/dports/x11/xdpyinfo xdpyinfo] - * [source:trunk/dports/x11/xedit xedit] - * [source:trunk/dports/x11/xev xev] - * [source:trunk/dports/x11/xfd xfd] - * [source:trunk/dports/x11/xfontsel xfontsel] - * [source:trunk/dports/x11/xfs xfs] - * [source:trunk/dports/x11/xfsinfo xfsinfo] - * [source:trunk/dports/x11/xgc xgc] - * [source:trunk/dports/x11/xhost xhost] - * [source:trunk/dports/x11/xinput xinput] - * [source:trunk/dports/x11/xkbcomp xkbcomp] - * [source:trunk/dports/x11/xkbevd xkbevd] - * [source:trunk/dports/x11/xkbprint xkbprint] - * [source:trunk/dports/x11/xkbutils xkbutils] - * [source:trunk/dports/x11/xkill xkill] - * [source:trunk/dports/x11/xload xload] - * [source:trunk/dports/x11/xlogo xlogo] - * [source:trunk/dports/x11/xlsatoms xlsatoms] - * [source:trunk/dports/x11/xlsclients xlsclients] - * [source:trunk/dports/x11/xlsfonts xlsfonts] - * [source:trunk/dports/x11/xmag xmag] - * [source:trunk/dports/x11/xman xman] - * [source:trunk/dports/x11/xmessage xmessage] - * [source:trunk/dports/x11/xmh xmh] - * [source:trunk/dports/x11/xmodmap xmodmap] - * [source:trunk/dports/x11/xmore xmore] - * [source:trunk/dports/x11/xorg-font-util xorg-font-util] - * [source:trunk/dports/x11/xorg-libXTrap xorg-libXTrap] - * [source:trunk/dports/x11/xorg-scripts xorg-scripts] - * [source:trunk/dports/x11/xpr xpr] - * [source:trunk/dports/x11/xprop xprop] - * [source:trunk/dports/x11/xrandr xrandr] - * [source:trunk/dports/x11/xrdb xrdb] - * [source:trunk/dports/x11/xrefresh xrefresh] - * [source:trunk/dports/x11/xset xset] - * [source:trunk/dports/x11/xsetmode xsetmode] - * [source:trunk/dports/x11/xsetpointer xsetpointer] - * [source:trunk/dports/x11/xsetroot xsetroot] - * [source:trunk/dports/x11/xsm xsm] - * [source:trunk/dports/x11/xstdcmap xstdcmap] - * [source:trunk/dports/x11/xtrap xtrap] - * [source:trunk/dports/x11/xvinfo xvinfo] - * [source:trunk/dports/x11/xwd xwd] - * [source:trunk/dports/x11/xwininfo xwininfo] - * [source:trunk/dports/x11/xwud xwud] +Many, see {{{port echo maintainer:blb}}}. [wiki:MacPortsDevelopers Back to the MacPorts developers page] -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on blb. If it was not you, please report to . From ryandesign at macports.org Sun Feb 1 23:44:47 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 23:44:47 -0800 (PST) Subject: [46299] trunk/dports/devel Message-ID: <20090202074448.50CE3E2DB83@beta.macosforge.org> Revision: 46299 http://trac.macports.org/changeset/46299 Author: ryandesign at macports.org Date: 2009-02-01 23:44:47 -0800 (Sun, 01 Feb 2009) Log Message: ----------- pure-csv: new port, version 0.3; see #18322 Modified Paths: -------------- trunk/dports/devel/pure-csv/Portfile trunk/dports/devel/pure-csv/files/patch-Makefile.diff Added Paths: ----------- trunk/dports/devel/pure-csv/ Modified: trunk/dports/devel/pure-csv/Portfile =================================================================== --- trunk/dports/devel/pure-ffi/Portfile 2009-02-02 06:14:42 UTC (rev 46295) +++ trunk/dports/devel/pure-csv/Portfile 2009-02-02 07:44:47 UTC (rev 46299) @@ -2,7 +2,7 @@ PortSystem 1.0 -name pure-ffi +name pure-csv version 0.3 categories devel platforms darwin @@ -11,23 +11,18 @@ homepage http://pure-lang.googlecode.com/ master_sites ${homepage}files/ -description an interface to libffi which enables you to \ - call C functions from Pure and vice versa +description an interface to read and write comma \ + separated value files in Pure -long_description ${name} provides ${description}. It goes \ - beyond Pure's built-in C interface in that \ - it also handles C structs and makes Pure \ - functions callable from C. Moreover, \ - depending on the libffi implementation, it \ - may also be possible to call foreign \ - languages other than C. +long_description ${name} provides ${description}. The reading \ + and writing functions are loosely based on \ + Python's CSV module -checksums md5 8030fbff0c2fff58861f05850d2a0911 \ - sha1 62d8f8e85aa8925fb2b41a9df9e44b1bae39d3ab \ - rmd160 d607e91265866e908364143634a30a037a5c4219 +checksums md5 ce5bbaf838f15206d9910f9b4ce5727f \ + sha1 6648789e26e9d8a7d2629b5af54dfaa1e339151b \ + rmd160 55e5dfd25814ff74faae8c7274f2aa60d173b6dc -depends_lib-append path:lib/libpure.dylib:pure \ - port:libffi +depends_lib-append path:lib/libpure.dylib:pure patchfiles patch-Makefile.diff Modified: trunk/dports/devel/pure-csv/files/patch-Makefile.diff =================================================================== --- trunk/dports/devel/pure-ffi/files/patch-Makefile.diff 2009-02-02 06:14:42 UTC (rev 46295) +++ trunk/dports/devel/pure-csv/files/patch-Makefile.diff 2009-02-02 07:44:47 UTC (rev 46299) @@ -1,20 +1,20 @@ ---- Makefile.orig 2009-01-29 17:33:22.000000000 -0600 -+++ Makefile 2009-02-01 20:39:26.000000000 -0600 -@@ -54,14 +54,14 @@ - all: ffi$(DLL) +--- Makefile.orig 2009-01-29 18:41:39.000000000 -0600 ++++ Makefile 2009-02-02 01:35:54.000000000 -0600 +@@ -52,14 +52,14 @@ + all: csv$(DLL) - ffi$(DLL): ffi.c -- gcc $(shared) -o $@ $< $(FLAGS) -lffi -lpure -lgmp $(LIBS) -+ $(CC) $(shared) -o $@ $< $(FLAGS) -lffi -lpure -lgmp $(LIBS) + csv$(DLL): csv.c +- gcc $(shared) -o $@ $< $(FLAGS) -lpure $(LIBS) ++ $(CC) $(shared) -o $@ $< $(FLAGS) -lpure $(LIBS) clean: rm -f *$(DLL) *~ *.a *.o install: - test -d "$(DESTDIR)$(libdir)/pure" || mkdir -p "$(DESTDIR)$(libdir)/pure" -- cp ffi.pure ffi$(DLL) "$(DESTDIR)$(libdir)/pure" +- cp csv.pure csv$(DLL) "$(DESTDIR)$(libdir)/pure" + test -d "$(DESTDIR)`readlink $(libdir)/pure`" || mkdir -p "$(DESTDIR)`readlink $(libdir)/pure`" -+ cp ffi.pure ffi$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`" ++ cp csv.pure csv$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`" uninstall: - rm -f "$(DESTDIR)$(libdir)/pure/ffi.pure" "$(DESTDIR)$(libdir)/pure/ffi$(DLL)" + rm -f "$(DESTDIR)$(libdir)/pure/csv.pure" "$(DESTDIR)$(libdir)/pure/csv$(DLL)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Feb 1 23:52:05 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 1 Feb 2009 23:52:05 -0800 (PST) Subject: [46300] trunk/dports/PortIndex Message-ID: <20090202075205.D3B29E2DC65@beta.macosforge.org> Revision: 46300 http://trac.macports.org/changeset/46300 Author: portindex at macports.org Date: 2009-02-01 23:52:04 -0800 (Sun, 01 Feb 2009) Log Message: ----------- Total number of ports parsed: 5497 Ports successfully parsed: 5497 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 07:44:47 UTC (rev 46299) +++ trunk/dports/PortIndex 2009-02-02 07:52:04 UTC (rev 46300) @@ -1718,6 +1718,8 @@ description {Encode data in an efficient yet extensible format.} portdir devel/protobuf-python25 homepage http://code.google.com/p/protobuf/ epoch 0 platforms darwin depends_lib {port:protobuf-cpp port:py25-setuptools} name protobuf-python25 maintainers nomaintainer long_description {Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, contain ing a series of name-value pairs.} categories devel version 2.0.3 revision 0 pth 675 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/pth description {GNU Portable Threads} homepage http://www.gnu.org/software/pth/ epoch 0 platforms darwin name pth maintainers nomaintainer long_description {Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution (\"multithreading\") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable.} version 2.0.7 categories devel revision 0 +pure-csv 551 +variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir devel/pure-csv description {an interface to read and write comma separated value files in Pure} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-csv depends_lib path:lib/libpure.dylib:pure maintainers ryandesign long_description {pure-csv provides {an interface to read and write comma separated value files in Pure.} The reading and writing functions are loosely based on Python's CSV module} version 0.3 categories devel revision 0 pure-ffi 761 variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir devel/pure-ffi description {an interface to libffi which enables you to call C functions from Pure and vice versa} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-ffi depends_lib {path:lib/libpure.dylib:pure port:libffi} maintainers ryandesign long_description {pure-ffi provides {an interface to libffi which enables you to call C functions from Pure and vice versa.} It goes beyond Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C. Moreover, depending on the libffi implementation, it may also be possible to call foreign languages other than C.} version 0.3 categories devel revision 0 qca 529 @@ -4630,6 +4632,8 @@ description {plot generation program} portdir math/ploticus homepage http://ploticus.sourceforge.net/ epoch 0 platforms darwin name ploticus depends_lib {port:xorg-libs port:libpng port:zlib port:gd2 port:jpeg port:freetype} maintainers nomaintainer long_description {A free, GPL, non-interactive software package for producing plots, charts, and graphics from data. It was developed in a Unix/C environment and runs on various Unix, Linux, and win32 systems. ploticus is good for automated or just-in-time graph generation, handles date and time data nicely, and has basic statistical capabilities. It allows significant user control over colors, styles, options and details.} version 2.40 categories math revision 1 pspp 926 variants {ncurses doc postgres graph gui universal} depends_build path:bin/perl:perl5 variant_desc {ncurses {Enable terminal resizing} doc {Build documentation} postgres {Enables reading of postgresql databases} graph {Enable graphing features (default)} gui {Enable PSPPIRE, the graphical interface (default)} universal {Build for multiple architectures}} portdir math/pspp description {Statistical analysis of sampled data (free replacement for SPSS).} homepage http://www.gnu.org/software/pspp/ epoch 0 platforms darwin name pspp depends_lib {port:gsl port:libiconv port:zlib port:pkgconfig port:libxml2 port:readline port:plotutils port:pkgconfig port:gtk2 port:libglade2} maintainers snc long_description {PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions.} categories math version 0.6.1 revision 0 +pure-gsl 617 +variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir math/pure-gsl description {a wrapper to call GNU Scientific Library functions from Pure} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-gsl depends_lib {path:lib/libpure.dylib:pure port:gsl} maintainers ryandesign long_description {pure-gsl aims to provide a complete wrapper for the GNU Scientific Library which provides a wide range of mathematical routines useful for scientific programming, number crunching and signal processing applications.} version 0.4 categories {math science} revision 0 qalculate-gtk 794 variants {yelp universal} variant_desc {yelp {Provides GUI help via yelp} universal {Build for multiple architectures}} portdir math/qalculate-gtk description {Qalculate! is a multi-purpose desktop calculator for GNU/Linux.} homepage http://qalculate.sourceforge.net/ epoch 0 depends_run {lib:libgtk-x11-2.0:gtk2 port:gnuplot port:gnome-vfs} platforms darwin name qalculate-gtk depends_lib {port:libqalculate port:libglade2 port:rarian port:pkgconfig} maintainers vcn.com:jjstickel long_description {Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface.} categories math version 0.9.6 revision 0 qhull 763 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Feb 1 23:59:36 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 1 Feb 2009 23:59:36 -0800 (PST) Subject: [46301] trunk/dports/audio/libmikmod Message-ID: <20090202075936.D1E48E2DDCB@beta.macosforge.org> Revision: 46301 http://trac.macports.org/changeset/46301 Author: ryandesign at macports.org Date: 2009-02-01 23:59:35 -0800 (Sun, 01 Feb 2009) Log Message: ----------- libmikmod: fix underquoted definition of AM_PATH_LIBMIKMOD; see #17926 (maintainer timeout) Modified Paths: -------------- trunk/dports/audio/libmikmod/Portfile Added Paths: ----------- trunk/dports/audio/libmikmod/files/patch-libmikmod.m4 Modified: trunk/dports/audio/libmikmod/Portfile =================================================================== --- trunk/dports/audio/libmikmod/Portfile 2009-02-02 07:52:04 UTC (rev 46300) +++ trunk/dports/audio/libmikmod/Portfile 2009-02-02 07:59:35 UTC (rev 46301) @@ -4,6 +4,7 @@ name libmikmod version 3.2.0-beta2 +revision 1 categories audio maintainers eridius at macports.org description portable sound library @@ -22,6 +23,8 @@ sha1 f16fc09ee643af295a8642f578bda97a81aaf744 \ rmd160 587d1c1ea24f3d52bf76407ee327b8fa8143b277 +patchfiles patch-libmikmod.m4 + configure.cflags "-no-cpp-precomp -Os" configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info Added: trunk/dports/audio/libmikmod/files/patch-libmikmod.m4 =================================================================== --- trunk/dports/audio/libmikmod/files/patch-libmikmod.m4 (rev 0) +++ trunk/dports/audio/libmikmod/files/patch-libmikmod.m4 2009-02-02 07:59:35 UTC (rev 46301) @@ -0,0 +1,11 @@ +--- libmikmod.m4.orig 2004-01-20 19:36:34.000000000 -0600 ++++ libmikmod.m4 2009-01-09 02:19:33.000000000 -0600 +@@ -8,7 +8,7 @@ + dnl Test for libmikmod, and define LIBMIKMOD_CFLAGS, LIBMIKMOD_LIBS and + dnl LIBMIKMOD_LDADD + dnl +-AC_DEFUN(AM_PATH_LIBMIKMOD, ++AC_DEFUN([AM_PATH_LIBMIKMOD], + [dnl + dnl Get the cflags and libraries from the libmikmod-config script + dnl -------------- next part -------------- An HTML attachment was scrubbed... URL: From eridius at macports.org Mon Feb 2 00:18:31 2009 From: eridius at macports.org (eridius at macports.org) Date: Mon, 2 Feb 2009 00:18:31 -0800 (PST) Subject: [46302] trunk/dports/audio/libmikmod/Portfile Message-ID: <20090202081832.D729CE2E460@beta.macosforge.org> Revision: 46302 http://trac.macports.org/changeset/46302 Author: eridius at macports.org Date: 2009-02-02 00:18:24 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Drop libmikmod to nomaintainer Modified Paths: -------------- trunk/dports/audio/libmikmod/Portfile Modified: trunk/dports/audio/libmikmod/Portfile =================================================================== --- trunk/dports/audio/libmikmod/Portfile 2009-02-02 07:59:35 UTC (rev 46301) +++ trunk/dports/audio/libmikmod/Portfile 2009-02-02 08:18:24 UTC (rev 46302) @@ -6,7 +6,7 @@ version 3.2.0-beta2 revision 1 categories audio -maintainers eridius at macports.org +maintainers nomaintainer description portable sound library platforms darwin universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Feb 2 00:30:49 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 2 Feb 2009 00:30:49 -0800 (PST) Subject: [46303] trunk/dports/devel/libffi Message-ID: <20090202083049.AB347E2E69C@beta.macosforge.org> Revision: 46303 http://trac.macports.org/changeset/46303 Author: ryandesign at macports.org Date: 2009-02-02 00:30:47 -0800 (Mon, 02 Feb 2009) Log Message: ----------- libffi: fix "pkg-config --cflags libffi"; see #17311 (maintainer timeout) Modified Paths: -------------- trunk/dports/devel/libffi/Portfile Added Paths: ----------- trunk/dports/devel/libffi/files/patch-includedir.diff Removed Paths: ------------- trunk/dports/devel/libffi/files/patch-include-Makefile-in.diff Modified: trunk/dports/devel/libffi/Portfile =================================================================== --- trunk/dports/devel/libffi/Portfile 2009-02-02 08:18:24 UTC (rev 46302) +++ trunk/dports/devel/libffi/Portfile 2009-02-02 08:30:47 UTC (rev 46303) @@ -4,6 +4,7 @@ name libffi version 3.0.8 +revision 1 categories devel platforms darwin maintainers pguyot at kallisys.net openmaintainer @@ -27,7 +28,7 @@ sha1 ce44d10c39d9a37479c8777e206cac0f36c48712 \ rmd160 4144f64e79ebf95161a6afd58ceaeef8372b5e57 -patchfiles patch-include-Makefile-in.diff patch-ffitarget.h.diff +patchfiles patch-includedir.diff patch-ffitarget.h.diff universal_variant no Deleted: trunk/dports/devel/libffi/files/patch-include-Makefile-in.diff =================================================================== --- trunk/dports/devel/libffi/files/patch-include-Makefile-in.diff 2009-02-02 08:18:24 UTC (rev 46302) +++ trunk/dports/devel/libffi/files/patch-include-Makefile-in.diff 2009-02-02 08:30:47 UTC (rev 46303) @@ -1,12 +0,0 @@ -diff -ur include/Makefile.in.orig include/Makefile.in ---- include/Makefile.in 2008-02-24 10:21:47.000000000 -0700 -+++ include/Makefile.in 2008-03-16 08:22:52.000000000 -0600 -@@ -182,7 +182,7 @@ - AUTOMAKE_OPTIONS = foreign - DISTCLEANFILES = ffitarget.h - EXTRA_DIST = ffi.h.in ffi_common.h --includesdir = $(libdir)/@PACKAGE_NAME at -@PACKAGE_VERSION@/include -+includesdir = $(includedir) - nodist_includes_HEADERS = ffi.h ffitarget.h - all: all-am - Copied: trunk/dports/devel/libffi/files/patch-includedir.diff (from rev 46299, trunk/dports/devel/libffi/files/patch-include-Makefile-in.diff) =================================================================== --- trunk/dports/devel/libffi/files/patch-includedir.diff (rev 0) +++ trunk/dports/devel/libffi/files/patch-includedir.diff 2009-02-02 08:30:47 UTC (rev 46303) @@ -0,0 +1,22 @@ +--- include/Makefile.in 2008-12-19 10:09:13.000000000 -0600 ++++ include/Makefile.in 2009-02-02 02:18:23.000000000 -0600 +@@ -185,7 +185,7 @@ + AUTOMAKE_OPTIONS = foreign + DISTCLEANFILES = ffitarget.h + EXTRA_DIST = ffi.h.in ffi_common.h +-includesdir = $(libdir)/@PACKAGE_NAME at -@PACKAGE_VERSION@/include ++includesdir = $(includedir) + nodist_includes_HEADERS = ffi.h ffitarget.h + all: all-am + +--- libffi.pc.in 2008-04-03 13:57:34.000000000 -0500 ++++ libffi.pc.in 2009-02-02 02:18:40.000000000 -0600 +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ +-includedir=${libdir}/@PACKAGE_NAME at -@PACKAGE_VERSION@/include ++includedir=@includedir@ + + Name: @PACKAGE_NAME@ + Description: Library supporting Foreign Function Interfaces -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 00:52:00 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 00:52:00 -0800 (PST) Subject: [46304] trunk/dports/PortIndex Message-ID: <20090202085202.B8E88E2E8DF@beta.macosforge.org> Revision: 46304 http://trac.macports.org/changeset/46304 Author: portindex at macports.org Date: 2009-02-02 00:51:59 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5497 Ports successfully parsed: 5497 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 08:30:47 UTC (rev 46303) +++ trunk/dports/PortIndex 2009-02-02 08:51:59 UTC (rev 46304) @@ -372,8 +372,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/liblo description {Lightweight Open Source Control implementation.} homepage http://liblo.sourceforge.net/ epoch 0 platforms darwin name liblo maintainers nomaintainer long_description {liblo is an implementation of the Open Sound Control protocol for POSIX systems.} version 0.25 categories audio revision 0 libmad 491 depends_build port:pkgconfig description {MPEG Audio Decoder} portdir audio/libmad homepage http://www.underbit.com/products/mad/ epoch 0 platforms {darwin freebsd} name libmad maintainers nomaintainer long_description {MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.} version 0.15.1b categories audio revision 1 -libmikmod 418 -variants esound description {portable sound library} portdir audio/libmikmod homepage http://mikmod.raphnet.net/ epoch 0 platforms darwin name libmikmod long_description {libmikmod is a portable sound library for Unix systems. It can play IT, XM, S3M, MTM, 669, STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX, OKT, and MOD module formats.} maintainers eridius at macports.org categories audio version 3.2.0-beta2 revision 0 +libmikmod 410 +variants esound description {portable sound library} portdir audio/libmikmod homepage http://mikmod.raphnet.net/ epoch 0 platforms darwin name libmikmod long_description {libmikmod is a portable sound library for Unix systems. It can play IT, XM, S3M, MTM, 669, STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX, OKT, and MOD module formats.} maintainers nomaintainer categories audio version 3.2.0-beta2 revision 1 libmodplug 340 variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/libmodplug description {MOD audio library} homepage http://modplug-xmms.sourceforge.net/ epoch 0 platforms darwin name libmodplug maintainers nomaintainer long_description {Library for playing MOD audio.} version 0.8.4 categories audio revision 0 libmp4v2 483 @@ -1387,7 +1387,7 @@ libextractor 821 variants {vorbis flac mpeg2 universal} variant_desc {vorbis {Include support for Ogg/Vorbis} flac {Include support for FLAC} mpeg2 {Include support for MPEG2} universal {Build for multiple architectures}} portdir devel/libextractor description {A library for extraction af meta-data.} homepage http://gnunet.org/libextractor/ epoch 0 platforms darwin name libextractor depends_lib {port:bzip2 port:zlib port:gettext port:libiconv port:libtool path:lib/pkgconfig/glib-2.0.pc:glib2} maintainers nomaintainer long_description {libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types.} version 0.5.20c categories devel revision 0 libffi 819 -portdir devel/libffi platforms darwin description {libffi provides a high level api to various calling conventions} name libffi version 3.0.8 categories devel homepage http://sources.redhat.com/libffi/ revision 0 epoch 0 maintainers {pguyot at kallisys.net openmaintainer} long_description {libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code.} +portdir devel/libffi platforms darwin description {libffi provides a high level api to various calling conventions} name libffi version 3.0.8 categories devel homepage http://sources.redhat.com/libffi/ revision 1 epoch 0 maintainers {pguyot at kallisys.net openmaintainer} long_description {libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code.} libgcrypt 820 variants {darwin_6 universal} variant_desc {darwin_6 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir devel/libgcrypt description {Crypto library} homepage http://www.gnupg.org/ epoch 0 platforms darwin name libgcrypt depends_lib port:libgpg-error maintainers {sfiera openmaintainer} long_description {This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.} version 1.4.4 categories {devel security} revision 0 libgdiplus 746 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Mon Feb 2 05:00:24 2009 From: mww at macports.org (mww at macports.org) Date: Mon, 2 Feb 2009 05:00:24 -0800 (PST) Subject: [46305] trunk/dports/lang/gcc44/Portfile Message-ID: <20090202130025.840A6E37AFA@beta.macosforge.org> Revision: 46305 http://trac.macports.org/changeset/46305 Author: mww at macports.org Date: 2009-02-02 05:00:21 -0800 (Mon, 02 Feb 2009) Log Message: ----------- version 4.4-20090130 Modified Paths: -------------- trunk/dports/lang/gcc44/Portfile Modified: trunk/dports/lang/gcc44/Portfile =================================================================== --- trunk/dports/lang/gcc44/Portfile 2009-02-02 08:51:59 UTC (rev 46304) +++ trunk/dports/lang/gcc44/Portfile 2009-02-02 13:00:21 UTC (rev 46305) @@ -3,7 +3,7 @@ PortSystem 1.0 name gcc44 -version 4.4-20090116 +version 4.4-20090130 platforms darwin categories lang maintainers mww @@ -25,11 +25,11 @@ set dobjc gcc-objc-${version}.tar.bz2 distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc} -checksums ${dcore} sha1 db25056c79894c24261bd69d395193d3924c47f9 \ - ${dfort} sha1 46329e5ae0d05937f49ba32a0d51f8c4c0276d45 \ - ${dcxx} sha1 246431d8b2916e781b76d3f485d9ac898a325b95 \ - ${djava} sha1 11d9ce62660f47193392a479301079cc391c9b5b \ - ${dobjc} sha1 93d31b8cbda2dc343648410bbb5e4c420559b94a +checksums ${dcore} sha1 b961715c74ddebb3335c92100b30417abe67c7be \ + ${dfort} sha1 70f3662abb3ccacd72fe31cc2af58697f3399dc8 \ + ${dcxx} sha1 663a910c3c71eede2e3ed6bf249c61445cec8b7a \ + ${djava} sha1 ecec72f213978179561a355db1788b1bc32cc186 \ + ${dobjc} sha1 c032713f44a53eceff0fbf319ce95dd3a8bd7448 use_bzip2 yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Feb 2 05:31:20 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:31:20 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202133120.A161E2F18001@relay14.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 3 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 2) +++ snc (version: 3) @@ -1,6 +1,6 @@ = Portfile Development = == MacPorts Guide == -It's a good idea to start out with the Portfile Development section of the MacPorts Guide. There's a line-by-line explanation in Section 4.2 that should help you with creating a portfile. +It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that should help you with creating a portfile. == Portindex == Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a local repository to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. Note, this command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports as this will likely stop the portfile from showing up in MacPorts. == Port Info == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From febeling at macports.org Mon Feb 2 05:33:16 2009 From: febeling at macports.org (febeling at macports.org) Date: Mon, 2 Feb 2009 05:33:16 -0800 (PST) Subject: [46306] trunk/dports/lang/ruby19/Portfile Message-ID: <20090202133316.9AB11E387DF@beta.macosforge.org> Revision: 46306 http://trac.macports.org/changeset/46306 Author: febeling at macports.org Date: 2009-02-02 05:33:15 -0800 (Mon, 02 Feb 2009) Log Message: ----------- ruby19: add a nosuffix variant. Modified Paths: -------------- trunk/dports/lang/ruby19/Portfile Modified: trunk/dports/lang/ruby19/Portfile =================================================================== --- trunk/dports/lang/ruby19/Portfile 2009-02-02 13:00:21 UTC (rev 46305) +++ trunk/dports/lang/ruby19/Portfile 2009-02-02 13:33:15 UTC (rev 46306) @@ -43,6 +43,10 @@ # Port "ruby" does the same. configure.env UNAME_RELEASE=${os.major} +variant nosuffix description "Don't add the 1.9 program suffix to the executables. Note: that makes the port conflict with ruby (1.8), rb-rubygems, and rb-rake ports." { + configure.args-delete --program-suffix=1.9 +} + variant c_api_docs description "Generate documentation for Ruby C API" { depends_build-append port:doxygen -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Feb 2 05:41:35 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:41:35 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202134135.AE0D428068@relay10.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 4 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 3) +++ snc (version: 4) @@ -1,10 +1,10 @@ = Portfile Development = == MacPorts Guide == -It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that should help you with creating a portfile. +It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you. == Portindex == -Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a local repository to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. Note, this command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports as this will likely stop the portfile from showing up in MacPorts. +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a local repository to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stopp the portfile from showing up in MacPorts. == Port Info == -Once you have a repository setup and indexed, you can then instruct MacPorts to include this path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything worked well, you'll notice information appearing from your local repository's portfile. Note, if you have a port named the same as an existing one, this will report that there were two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. +Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The Contributing to MacPorts section in the Guide on how to create a ticket to ensure your portfile is accepted as quick as possible. == Disabling Your Local Repository == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 05:43:48 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:43:48 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202134348.C2E6C2806B@relay10.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 5 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 4) +++ snc (version: 5) @@ -6,6 +6,6 @@ == Port Info == Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The Contributing to MacPorts section in the Guide on how to create a ticket to ensure your portfile is accepted as quick as possible. +Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts section] in the Guide on how to create a ticket to ensure your portfile is accepted as quick as possible. == Disabling Your Local Repository == Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your directory that contains your work so far. I suggest keeping it as you can use it for reference when working on future portfiles and it keeps you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 05:44:59 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:44:59 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202134459.A7E1928066@relay10.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 6 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 5) +++ snc (version: 6) @@ -8,4 +8,4 @@ == Port Lint == Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts section] in the Guide on how to create a ticket to ensure your portfile is accepted as quick as possible. == Disabling Your Local Repository == -Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your directory that contains your work so far. I suggest keeping it as you can use it for reference when working on future portfiles and it keeps you from having to recreate the directory. +Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your directory that contains your work so far. I suggest keeping it as you can use it for reference when working on future portfiles, and it keeps you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 05:51:56 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:51:56 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202135156.9FC6528066@relay10.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 7 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 6) +++ snc (version: 7) @@ -6,6 +6,6 @@ == Port Info == Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts section] in the Guide on how to create a ticket to ensure your portfile is accepted as quick as possible. +Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts section] in the Guide shows how to create a ticket ensuring quick acceptance of your portfile. == Disabling Your Local Repository == Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your directory that contains your work so far. I suggest keeping it as you can use it for reference when working on future portfiles, and it keeps you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From portindex at macports.org Mon Feb 2 05:52:14 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 05:52:14 -0800 (PST) Subject: [46307] trunk/dports/PortIndex Message-ID: <20090202135216.66EFDE39205@beta.macosforge.org> Revision: 46307 http://trac.macports.org/changeset/46307 Author: portindex at macports.org Date: 2009-02-02 05:52:11 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5497 Ports successfully parsed: 5497 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 13:33:15 UTC (rev 46306) +++ trunk/dports/PortIndex 2009-02-02 13:52:11 UTC (rev 46307) @@ -3873,7 +3873,7 @@ gcc43 576 variants {darwin_7 powerpc darwin_8_i386} variant_desc {darwin_7 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually} darwin_8_i386 {Platform variant, do not select manually}} portdir lang/gcc43 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc43 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} version 4.3.3 categories lang revision 0 gcc44 913 -variants {powerpc odcctools gfortran java} variant_desc {powerpc {Platform variant, do not select manually} odcctools {Use the odcctools instead of the system provided ones - does not work for x64 currently!} gfortran {Enables Fortran/gfortran; this language will be enabled in the final version - this variant is completely untested!} java {Enables Java/gcj; this language will be enabled in the final version - this variant is completely untested!}} portdir lang/gcc44 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc44 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} version 4.4-20090116 categories lang revision 0 +variants {powerpc odcctools gfortran java} variant_desc {powerpc {Platform variant, do not select manually} odcctools {Use the odcctools instead of the system provided ones - does not work for x64 currently!} gfortran {Enables Fortran/gfortran; this language will be enabled in the final version - this variant is completely untested!} java {Enables Java/gcj; this language will be enabled in the final version - this variant is completely untested!}} portdir lang/gcc44 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc44 depends_lib {port:gmp port:mpfr port:libiconv} maintainers mww long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} version 4.4-20090130 categories lang revision 0 gccxml 411 variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml maintainers nomaintainer long_description {generates an XML description of a C++ program from GCC's internal representation} version 0.6.0 categories lang revision 0 gcj34 658 @@ -4066,8 +4066,8 @@ variants {universal darwin darwin_7 thread_hooks no_doc} depends_build port:autoconf variant_desc {universal {Build for multiple architectures} darwin {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} thread_hooks {apply Apple's thread_hooks patch} no_doc {do not install rdoc documents}} 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 kimuraw 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.} categories {lang ruby} version 1.8.7-p72 revision 2 ruby186 1079 variants {darwin darwin_7 darwin_9 tk mactk thread_hooks universal} variant_desc {darwin {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} tk {Enable MacPorts Tk bindings} mactk {Enable Mac OS X Tk framework bindings} thread_hooks {Enable thread hooks} universal {Build for multiple architectures}} portdir lang/ruby186 description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby186 depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} maintainers nomaintainer 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. Note: this port conflicts with the ruby port, so you can have either t hat or this one active at one time.} version 1.8.6-p287 categories {lang ruby} revision 0 -ruby19 945 -variants {c_api_docs tk mactk universal} variant_desc {c_api_docs {Generate documentation for Ruby C API} tk {Build using MacPorts Tk} mactk {Build using MacOS X Tk Framework} universal {Build for multiple architectures}} portdir lang/ruby19 description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby19 depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} maintainers {febeling openmaintainer} 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.9 contains a new VM called YARV, is faster and slightly incompatible from version 1.8. It has not yet been released as stable.} version 1.9.1-p0 categories {lang ruby} revision 0 +ruby19 1102 +variants {nosuffix c_api_docs tk mactk universal} variant_desc {nosuffix {Don't add the 1.9 program suffix to the executables. Note: that makes the port conflict with ruby (1.8), rb-rubygems, and rb-rake ports.} c_api_docs {Generate documentation for Ruby C API} tk {Build using MacPorts Tk} mactk {Build using MacOS X Tk Framework} universal {Build for multiple architectures}} portdir lang/ruby19 description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby19 depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} maintainers {febeling openmaintainer} 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.9 contains a new VM called YARV, is faster and slightly incompatib le from version 1.8. It has not yet been released as stable.} version 1.9.1-p0 categories {lang ruby} revision 0 sbcl 894 variants {powerpc darwin_8_i386 darwin_9_i386 html test threads} variant_desc {powerpc {Platform variant, do not select manually} darwin_8_i386 {Platform variant, do not select manually} darwin_9_i386 {Platform variant, do not select manually} html {Builds the SBCL and ASDF documentation as HTML} test {enable test suite} threads {enable threaded runtime}} portdir lang/sbcl description {The Steel Bank Common Lisp system} homepage http://www.sbcl.org epoch 0 platforms darwin name sbcl maintainers {gwright at macports.org waqar at macports.org} 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.)} version 1.0.24 categories lang revision 0 scala 518 -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Feb 2 05:53:21 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:53:21 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202135321.4EF93280A6@relay11.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 8 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 7) +++ snc (version: 8) @@ -8,4 +8,4 @@ == Port Lint == Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts section] in the Guide shows how to create a ticket ensuring quick acceptance of your portfile. == Disabling Your Local Repository == -Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your directory that contains your work so far. I suggest keeping it as you can use it for reference when working on future portfiles, and it keeps you from having to recreate the directory. +Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your repository's directory, however I suggest keeping it as you can use it for reference when working on future portfiles, and it saves you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 05:57:33 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:57:33 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202135733.94B5F28067@relay10.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 9 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 8) +++ snc (version: 9) @@ -2,10 +2,10 @@ == MacPorts Guide == It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you. == Portindex == -Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a local repository to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stopp the portfile from showing up in MacPorts. +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stopp the portfile from showing up in MacPorts. == Port Info == Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts section] in the Guide shows how to create a ticket ensuring quick acceptance of your portfile. +Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts] section in the Guide shows how to create a ticket ensuring quick acceptance of your portfile. == Disabling Your Local Repository == Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your repository's directory, however I suggest keeping it as you can use it for reference when working on future portfiles, and it saves you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 05:59:41 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 13:59:41 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202135941.2619828096@relay14.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 10 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 9) +++ snc (version: 10) @@ -2,7 +2,7 @@ == MacPorts Guide == It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you. == Portindex == -Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stopp the portfile from showing up in MacPorts. +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 06:03:15 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 14:03:15 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202140315.7A360280B4@relay14.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 11 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 10) +++ snc (version: 11) @@ -2,7 +2,7 @@ == MacPorts Guide == It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you. == Portindex == -Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein (following the {{{~/ports/group/port/Portfile}}} heirarchy). '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 06:04:22 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 14:04:22 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202140422.71646280D3@relay13.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 12 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 11) +++ snc (version: 12) @@ -2,7 +2,7 @@ == MacPorts Guide == It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you. == Portindex == -Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything contained therein (following the {{{~/ports/group/port/Portfile}}} heirarchy). '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From noreply at macports.org Mon Feb 2 06:08:18 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 14:08:18 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202140818.317C728068@relay10.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 13 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 12) +++ snc (version: 13) @@ -4,7 +4,7 @@ == Portindex == Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == -Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first it came across being displaying. This is why the order of repositories listed in {{{sources.conf}}} matters. +Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first one being displayed. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts] section in the Guide shows how to create a ticket ensuring quick acceptance of your portfile. == Disabling Your Local Repository == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From pguyot at kallisys.net Mon Feb 2 06:16:59 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:16:59 -0800 (PST) Subject: [46308] trunk/dports/_resources/port1.0/group/ruby-1.0.tcl Message-ID: <20090202141700.A9888E39BEE@beta.macosforge.org> Revision: 46308 http://trac.macports.org/changeset/46308 Author: pguyot at kallisys.net Date: 2009-02-02 06:16:56 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Add more mirrors for ruby gems, as rubyuser.de is currently down Modified Paths: -------------- trunk/dports/_resources/port1.0/group/ruby-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/ruby-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/ruby-1.0.tcl 2009-02-02 13:52:11 UTC (rev 46307) +++ trunk/dports/_resources/port1.0/group/ruby-1.0.tcl 2009-02-02 14:16:56 UTC (rev 46308) @@ -129,14 +129,22 @@ rubyforge_gem:* { set ruby.project [lindex [split ${source} {:}] 1] homepage http://rubyforge.org/projects/${ruby.project} - master_sites http://rubyforge.rubyuser.de/gems/ + master_sites http://rubyforge.rubyuser.de/gems/ \ + http://gems.rubyforge.vm.bytemark.co.uk/gems/ \ + http://rubyforge.iasi.roedu.net/gems/ \ + http://rubyforge-gems.ruby-forum.com/gems/ \ + http://ruby.inoack.com/gems/ livecheck.check regex livecheck.url http://rubyforge.org/projects/${ruby.project} livecheck.regex "${ruby.module}(?:REL )?(.*)$" } rubyforge_gem { homepage http://rubyforge.org/projects/${ruby.project} - master_sites http://rubyforge.rubyuser.de/gems/ + master_sites http://rubyforge.rubyuser.de/gems/ \ + http://gems.rubyforge.vm.bytemark.co.uk/gems/ \ + http://rubyforge.iasi.roedu.net/gems/ \ + http://rubyforge-gems.ruby-forum.com/gems/ \ + http://ruby.inoack.com/gems/ livecheck.check regex livecheck.url http://rubyforge.org/projects/${ruby.project} livecheck.regex "${ruby.module}(?:REL )?(.*)$" -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:17:42 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:17:42 -0800 (PST) Subject: [46309] trunk/dports/ruby Message-ID: <20090202141743.50C99E39C47@beta.macosforge.org> Revision: 46309 http://trac.macports.org/changeset/46309 Author: pguyot at kallisys.net Date: 2009-02-02 06:17:42 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-capistrano 2.5.3 Modified Paths: -------------- trunk/dports/ruby/rb-capistrano/Portfile Added Paths: ----------- trunk/dports/ruby/rb-capistrano/ Modified: trunk/dports/ruby/rb-capistrano/Portfile =================================================================== --- trunk/dports/ruby/rb-rcov/Portfile 2009-01-25 15:34:28 UTC (rev 45920) +++ trunk/dports/ruby/rb-capistrano/Portfile 2009-02-02 14:17:42 UTC (rev 46309) @@ -3,16 +3,13 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup rcov 0.8.1.2.0 gem {} rubyforge_gem +ruby.setup capistrano 2.5.3 gem {} rubyforge_gem maintainers pguyot at kallisys.net openmaintainer -description Coverage tool for Ruby -long_description rcov is (mainly) a code coverage tool for Ruby featuring \ - fast execution (20-300 times faster than previous tools), \ - multiple analysis modes, cross-referenced XHTML and \ - several kinds of text reports, easy automation with Rake \ - and Rant... -checksums md5 89f80418847e5ceef89478b09b36b110 \ - sha1 5f922dcfbceeb02fc3cf615946e68c34ac63cd79 \ - rmd160 f477239223e3d5dc98054a766a69553f88d7b037 +description Capistrano is a utility and framework for executing \ + commands in parallel on multiple remote machines, via SSH. +long_description ${description} +checksums md5 676d8df0cb3a17be15b3f20121696fb5 \ + sha1 2cb6e29b60755088f9c147dfd2657957de78a953 \ + rmd160 29e62a0355b475497d0d1c641df1f4b3024f3c0c platforms darwin -homepage http://eigenclass.org/hiki.rb?rcov +homepage http://www.capify.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Feb 2 06:21:04 2009 From: noreply at macports.org (MacPorts) Date: Mon, 02 Feb 2009 14:21:04 -0000 Subject: [MacPorts] snc modified Message-ID: <20090202142104.1F6A9280D7@relay13.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 14 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 13) +++ snc (version: 14) @@ -1,11 +1,11 @@ = Portfile Development = == MacPorts Guide == -It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you. +It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you write a portfile from scratch. == Portindex == -Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to [http://guide.macports.org/#development.local-repositories create a local repository] to test your portfile. I suggest creating a directory named {{{ports}}} in your home directory. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. +Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a [http://guide.macports.org/#development.local-repositories local portfile repository] for testing. For this, I suggest creating the directory {{{~/ports}}}. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == -Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first one being displayed. This is why the order of repositories listed in {{{sources.conf}}} matters. +Once you have a repository setup and indexed, you can then instruct MacPorts to include the repository's path in {{{${prefix}/etc/macports/sources.conf}}} ? the order of this file's content is important as ports are loaded in a first-come-first-serve basis. To test if your port index is being included, run {{{port info portname}}} where ''portname'' is a port you've placed in your local repository. If everything works well, you'll notice information appearing from your local repository's portfile. '''Note:''' If you have a port named the same as an existing one, this will report that there are two copies found with the first encounter being displayed. This is why the order of repositories listed in {{{sources.conf}}} matters. == Port Lint == -Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. The [http://guide.macports.org/#project.contributing Contributing to MacPorts] section in the Guide shows how to create a ticket ensuring quick acceptance of your portfile. +Now that your copy of MacPorts is able to interact with your portfile, run {{{port lint --nitpick portname}}} to do a maximum compliance check. If it reports 0 errors and 0 warnings then you're ready to submit your portfile to MacPorts. [http://guide.macports.org/#project.contributing Contributing to MacPorts] shows how to create a ticket for quickest acceptance. == Disabling Your Local Repository == Once you're done with development, you can disable your local repository by commenting the line out of your {{{sources.conf}}} file. You can optionally delete your repository's directory, however I suggest keeping it as you can use it for reference when working on future portfiles, and it saves you from having to recreate the directory. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From pguyot at kallisys.net Mon Feb 2 06:23:04 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:23:04 -0800 (PST) Subject: [46310] trunk/dports/ruby Message-ID: <20090202142305.685B8E39ED7@beta.macosforge.org> Revision: 46310 http://trac.macports.org/changeset/46310 Author: pguyot at kallisys.net Date: 2009-02-02 06:23:04 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-net-ssh 2.0.9 Modified Paths: -------------- trunk/dports/ruby/rb-net-ssh/Portfile Added Paths: ----------- trunk/dports/ruby/rb-net-ssh/ Modified: trunk/dports/ruby/rb-net-ssh/Portfile =================================================================== --- trunk/dports/ruby/rb-capistrano/Portfile 2009-02-02 14:17:42 UTC (rev 46309) +++ trunk/dports/ruby/rb-net-ssh/Portfile 2009-02-02 14:23:04 UTC (rev 46310) @@ -3,13 +3,12 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup capistrano 2.5.3 gem {} rubyforge_gem +ruby.setup net-ssh 2.0.9 gem {} rubyforge_gem maintainers pguyot at kallisys.net openmaintainer -description Capistrano is a utility and framework for executing \ - commands in parallel on multiple remote machines, via SSH. +description A pure-Ruby implementation of the SSH2 client protocol long_description ${description} -checksums md5 676d8df0cb3a17be15b3f20121696fb5 \ - sha1 2cb6e29b60755088f9c147dfd2657957de78a953 \ - rmd160 29e62a0355b475497d0d1c641df1f4b3024f3c0c +checksums md5 5781789ed165e4a3cfa5043e61a09d23 \ + sha1 7e04d95e67521792ce60532cdbe53c1d53e8e313 \ + rmd160 32f001b97eef5425880e4dd75428888d8d6e36cc platforms darwin -homepage http://www.capify.org/ +homepage http://rubyforge.org/projects/net-ssh/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:25:33 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:25:33 -0800 (PST) Subject: [46311] trunk/dports/ruby Message-ID: <20090202142534.10C17E3A03E@beta.macosforge.org> Revision: 46311 http://trac.macports.org/changeset/46311 Author: pguyot at kallisys.net Date: 2009-02-02 06:25:33 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-net-sftp 2.0.2 Modified Paths: -------------- trunk/dports/ruby/rb-net-sftp/Portfile Added Paths: ----------- trunk/dports/ruby/rb-net-sftp/ Modified: trunk/dports/ruby/rb-net-sftp/Portfile =================================================================== --- trunk/dports/ruby/rb-net-ssh/Portfile 2009-02-02 14:23:04 UTC (rev 46310) +++ trunk/dports/ruby/rb-net-sftp/Portfile 2009-02-02 14:25:33 UTC (rev 46311) @@ -3,12 +3,12 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup net-ssh 2.0.9 gem {} rubyforge_gem +ruby.setup net-sftp 2.0.2 gem {} rubyforge_gem maintainers pguyot at kallisys.net openmaintainer -description A pure-Ruby implementation of the SSH2 client protocol +description A pure Ruby implementation of the SFTP client protocol long_description ${description} -checksums md5 5781789ed165e4a3cfa5043e61a09d23 \ - sha1 7e04d95e67521792ce60532cdbe53c1d53e8e313 \ - rmd160 32f001b97eef5425880e4dd75428888d8d6e36cc +checksums md5 1153ab84a10a17f6eec187e456fab71c \ + sha1 e38d1c9b3697d9854c24fcdc3cf7bad6a3e5f7c4 \ + rmd160 20ba6be49d08e212b3c00f0c7105e317f96ea3ac platforms darwin homepage http://rubyforge.org/projects/net-ssh/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:30:53 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:30:53 -0800 (PST) Subject: [46312] trunk/dports/ruby Message-ID: <20090202143053.16362E3A198@beta.macosforge.org> Revision: 46312 http://trac.macports.org/changeset/46312 Author: pguyot at kallisys.net Date: 2009-02-02 06:30:51 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-net-scp 1.0.1 Modified Paths: -------------- trunk/dports/ruby/rb-net-scp/Portfile Added Paths: ----------- trunk/dports/ruby/rb-net-scp/ Modified: trunk/dports/ruby/rb-net-scp/Portfile =================================================================== --- trunk/dports/ruby/rb-net-ssh/Portfile 2009-02-02 14:23:04 UTC (rev 46310) +++ trunk/dports/ruby/rb-net-scp/Portfile 2009-02-02 14:30:51 UTC (rev 46312) @@ -3,12 +3,12 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup net-ssh 2.0.9 gem {} rubyforge_gem +ruby.setup net-scp 1.0.1 gem {} rubyforge_gem maintainers pguyot at kallisys.net openmaintainer -description A pure-Ruby implementation of the SSH2 client protocol +description A pure-Ruby implementation of the SCP client protocol long_description ${description} -checksums md5 5781789ed165e4a3cfa5043e61a09d23 \ - sha1 7e04d95e67521792ce60532cdbe53c1d53e8e313 \ - rmd160 32f001b97eef5425880e4dd75428888d8d6e36cc +checksums md5 4355d61bccb5cf492d1297701f54eaab \ + sha1 84c9a895ad203d496262eb24b8f981482d18cfe1 \ + rmd160 96bbe869696f292f886ab003d6ceaa0d2fcf90af platforms darwin homepage http://rubyforge.org/projects/net-ssh/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:32:43 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:32:43 -0800 (PST) Subject: [46313] trunk/dports/ruby Message-ID: <20090202143243.45AC2E3A268@beta.macosforge.org> Revision: 46313 http://trac.macports.org/changeset/46313 Author: pguyot at kallisys.net Date: 2009-02-02 06:32:42 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-net-ssh-gateway 1.0.1 Modified Paths: -------------- trunk/dports/ruby/rb-net-ssh-gateway/Portfile Added Paths: ----------- trunk/dports/ruby/rb-net-ssh-gateway/ Modified: trunk/dports/ruby/rb-net-ssh-gateway/Portfile =================================================================== --- trunk/dports/ruby/rb-net-ssh/Portfile 2009-02-02 14:23:04 UTC (rev 46310) +++ trunk/dports/ruby/rb-net-ssh-gateway/Portfile 2009-02-02 14:32:42 UTC (rev 46313) @@ -3,12 +3,12 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup net-ssh 2.0.9 gem {} rubyforge_gem +ruby.setup net-ssh-gateway 1.0.1 gem {} rubyforge_gem maintainers pguyot at kallisys.net openmaintainer -description A pure-Ruby implementation of the SSH2 client protocol +description A simple library to assist in establishing tunneled Net::SSH connection long_description ${description} -checksums md5 5781789ed165e4a3cfa5043e61a09d23 \ - sha1 7e04d95e67521792ce60532cdbe53c1d53e8e313 \ - rmd160 32f001b97eef5425880e4dd75428888d8d6e36cc +checksums md5 7b2a6e3b250c23872b4179f2ddc941af \ + sha1 d45f7e0d26fc37cecc77243760b8e1a4d165d93b \ + rmd160 dce96b5eff1b94d44fb3f4b6594fff0c3540ae50 platforms darwin homepage http://rubyforge.org/projects/net-ssh/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:36:18 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:36:18 -0800 (PST) Subject: [46314] trunk/dports/ruby Message-ID: <20090202143618.BAAC4E3A35E@beta.macosforge.org> Revision: 46314 http://trac.macports.org/changeset/46314 Author: pguyot at kallisys.net Date: 2009-02-02 06:36:17 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-highline 1.5.0 Modified Paths: -------------- trunk/dports/ruby/rb-highline/Portfile Added Paths: ----------- trunk/dports/ruby/rb-highline/ Modified: trunk/dports/ruby/rb-highline/Portfile =================================================================== --- trunk/dports/ruby/rb-net-ssh/Portfile 2009-02-02 14:23:04 UTC (rev 46310) +++ trunk/dports/ruby/rb-highline/Portfile 2009-02-02 14:36:17 UTC (rev 46314) @@ -3,12 +3,16 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup net-ssh 2.0.9 gem {} rubyforge_gem +ruby.setup highline 1.5.0 gem {} rubyforge_gem maintainers pguyot at kallisys.net openmaintainer -description A pure-Ruby implementation of the SSH2 client protocol -long_description ${description} -checksums md5 5781789ed165e4a3cfa5043e61a09d23 \ - sha1 7e04d95e67521792ce60532cdbe53c1d53e8e313 \ - rmd160 32f001b97eef5425880e4dd75428888d8d6e36cc +description A high-level IO library. +long_description A high-level IO library that provides validation, type \ + conversion, and more for command-line interfaces. HighLine \ + also includes a complete menu system that can crank out \ + anything from simple list selection to complete shells \ + with just minutes of work. +checksums md5 f28a3d60875778311ed48cf3a332cedf \ + sha1 e779b4951ab710e57020f0d444fc719278b380b5 \ + rmd160 013380344aaba770db8e7c81b120cab022ced8f3 platforms darwin -homepage http://rubyforge.org/projects/net-ssh/ +homepage http://highline.rubyforge.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:39:41 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:39:41 -0800 (PST) Subject: [46315] trunk/dports/ruby Message-ID: <20090202143941.B7D0EE3A9F4@beta.macosforge.org> Revision: 46315 http://trac.macports.org/changeset/46315 Author: pguyot at kallisys.net Date: 2009-02-02 06:39:41 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port: rb-echoe 3.0.2 Modified Paths: -------------- trunk/dports/ruby/rb-echoe/Portfile Added Paths: ----------- trunk/dports/ruby/rb-echoe/ Modified: trunk/dports/ruby/rb-echoe/Portfile =================================================================== --- trunk/dports/ruby/rb-hoe/Portfile 2009-02-02 13:52:11 UTC (rev 46307) +++ trunk/dports/ruby/rb-echoe/Portfile 2009-02-02 14:39:41 UTC (rev 46315) @@ -3,18 +3,16 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup hoe 1.7.0 gem {} rubyforge_gem:seattlerb +ruby.setup echoe 3.0.2 gem {} rubyforge_gem:seattlerb maintainers pguyot at kallisys.net openmaintainer -description Hoe is a way to write Rakefiles much easier and cleaner. -long_description Hoe is a simple rake/rubygems helper for project \ - Rakefiles. It generates all the usual tasks for projects \ - including rdoc generation, testing, packaging, and \ - deployment. -checksums md5 52893edef97db9d5d39fbcaf8e49b571 \ - sha1 50375588517a94962c59566f79a1301d95eb459a \ - rmd160 7b00576d800162a8e25b0404e9ceab4bbeec3a04 +description A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment. +long_description ${description} +checksums md5 70a3e047378d7598cbc95d159ed58788 \ + sha1 ff4af5ec49ce7d8683781df9ffe8224ac9c4151f \ + rmd160 c0c4d38a0f8457392155aa5b5203f03356089b27 platforms darwin -depends_lib-append \ +depends_run-append \ port:rb-rake \ - port:rb-rubyforge + port:rb-rubyforge \ + port:rb-highline -------------- next part -------------- An HTML attachment was scrubbed... URL: From pguyot at kallisys.net Mon Feb 2 06:41:35 2009 From: pguyot at kallisys.net (pguyot at kallisys.net) Date: Mon, 2 Feb 2009 06:41:35 -0800 (PST) Subject: [46316] trunk/dports/ruby/rb-capistrano/Portfile Message-ID: <20090202144136.4756BE3AAA9@beta.macosforge.org> Revision: 46316 http://trac.macports.org/changeset/46316 Author: pguyot at kallisys.net Date: 2009-02-02 06:41:35 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Update runtime dependencies for capistrano Modified Paths: -------------- trunk/dports/ruby/rb-capistrano/Portfile Modified: trunk/dports/ruby/rb-capistrano/Portfile =================================================================== --- trunk/dports/ruby/rb-capistrano/Portfile 2009-02-02 14:39:41 UTC (rev 46315) +++ trunk/dports/ruby/rb-capistrano/Portfile 2009-02-02 14:41:35 UTC (rev 46316) @@ -13,3 +13,10 @@ rmd160 29e62a0355b475497d0d1c641df1f4b3024f3c0c platforms darwin homepage http://www.capify.org/ + +depends_run port:rb-net-ssh \ + port:rb-net-scp \ + port:rb-net-sftp \ + port:rb-net-ssh-gateway \ + port:rb-highline \ + port:rb-echoe -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 06:52:13 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 06:52:13 -0800 (PST) Subject: [46317] trunk/dports/PortIndex Message-ID: <20090202145214.6B694E3ABA8@beta.macosforge.org> Revision: 46317 http://trac.macports.org/changeset/46317 Author: portindex at macports.org Date: 2009-02-02 06:52:13 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5504 Ports successfully parsed: 5504 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 14:41:35 UTC (rev 46316) +++ trunk/dports/PortIndex 2009-02-02 14:52:13 UTC (rev 46317) @@ -8230,6 +8230,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-cache description {Simple cache library} homepage http://www.moonwolf.com/ epoch 0 platforms darwin name rb-cache depends_lib {port:ruby port:rb-memcache port:gdbm} maintainers nomaintainer long_description {Simple Time-to-live based cache library with memory, file, GDBM, and memcached support.} version 0.1.0 categories ruby revision 0 rb-calendar 1020 variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-calendar description {A Ruby library for calendrical calculations} homepage http://www.funaba.org/en/calendar.html epoch 0 platforms darwin name rb-calendar depends_lib port:ruby maintainers nomaintainer long_description {Ruby calendar includes a {Calendrical Calculations} module, and supports the following calendars: Gregorian (current civil), Calendar week (ISO), Julian (old civil), Islamic (Moslem), Hebrew (Jewish), Mayan, French Revolutionary, Old Hindu, Achelis', Coptic, Ethiopian, Jalaali (incomplete), Kyureki (Japanese traditional with CE). It also includes a Getdate module, which provides a method which creates a Time object reflecting the given representation of dates and times. Finally, it comes with an Sdn module, an interface to Scott E. Lee's SDN package. This module supports the following calendars: Gregorian, Julian, French Republican, and Jewish.} version 1.11r cate gories {ruby devel} revision 1 +rb-capistrano 609 +portdir ruby/rb-capistrano description {Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.} homepage http://www.capify.org/ epoch 0 depends_run {port:rb-net-ssh port:rb-net-scp port:rb-net-sftp port:rb-net-ssh-gateway port:rb-highline port:rb-echoe} platforms darwin name rb-capistrano depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}} version 2.5.3 categories ruby revision 0 rb-captcha 693 description {Ruby/CAPTCHA is an implementation of the 'Completely Automated Public Turing Test to Tell Computers and Humans Apart'.} portdir ruby/rb-captcha homepage http://captcha.rubyforge.org epoch 0 platforms darwin name rb-captcha depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {CAPTCHA stands for {Completely Automated Public Turing Test to Tell Computers and Humans Apart.} This module provides classes that allow web sites to use randomly generated images, in concert with randomly generated keys and encrypted digests, to do such things such as preventing automated registrations.} version 0.1.2 categories ruby revision 0 rb-cgen 822 @@ -8264,6 +8266,8 @@ description {Locates a symbol/library in the user's namespace/path} portdir ruby/rb-devel-which homepage http://www.notwork.org/~gotoken/ruby/p/devel/which/ epoch 0 platforms darwin name rb-devel-which depends_lib port:ruby maintainers nomaintainer long_description {Devel::Which locates a symbol/library in the user's namespace/path} version 0.2.0 categories ruby revision 0 rb-drb 358 description {distributed ruby (DRb)} portdir ruby/rb-drb homepage http://www2a.biglobe.ne.jp/~seki/ruby/ epoch 0 platforms darwin name rb-drb depends_lib {port:ruby port:rb-acl} maintainers nomaintainer long_description {ruby (DRb) - distributed ruby. DRb can send message to other ruby script that like Java's RMI.} version 2.0.4 categories ruby revision 1 +rb-echoe 570 +portdir ruby/rb-echoe description {A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.} homepage http://rubyforge.org/projects/seattlerb epoch 0 depends_run {port:rb-rake port:rb-rubyforge port:rb-highline} platforms darwin name rb-echoe depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {{A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.}} version 3.0.2 categories ruby revision 0 rb-entrycache 833 variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-entrycache description {A size limited hash class for ruby.} homepage http://idanso.dyndns.org:8081/rportal/software.rb?id=7 epoch 0 platforms darwin name rb-entrycache depends_lib port:ruby maintainers nomaintainer long_description {EntryCache is a size limited hash class for ruby. it features multple flushing/purging algorithms, and is very effective as a general purpose memory cache. Also provided is AdaptiveEntryCache, which adjusts and resizes automaticly based on the current cache hit/miss rate, allowing the cache to scale based on current runtime requirements. Both variants are easy to use and employ, and may serve as a drop-in replacement for Hash(as they are mainly extending it).} version 1.1 categories ruby revision 0 rb-enum 334 @@ -8298,6 +8302,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-gpgme description {Ruby interface to GnuPG Made Easy (GPGME)} homepage http://deisui.org/~ueno/ruby/ruby-gpgme/ epoch 0 platforms darwin name rb-gpgme depends_lib {port:ruby port:gpgme} maintainers nomaintainer long_description {Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).} version 1.0.0 categories {ruby security} revision 0 rb-gsl 484 variants {narray universal} variant_desc {narray {Build with NArray} universal {Build for multiple architectures}} portdir ruby/rb-gsl description {Ruby interface to the GSL} homepage http://rubyforge.org/projects/rb-gsl epoch 0 platforms darwin name rb-gsl depends_lib {port:ruby port:gsl} maintainers nomaintainer long_description {RubyGSL is a ruby interface to the GSL (GNU Scientific Library), for numerical computing with Ruby.} version 1.10.3 categories {ruby math} revision 0 +rb-highline 548 +description {A high-level IO library.} portdir ruby/rb-highline homepage http://highline.rubyforge.org/ epoch 0 platforms darwin name rb-highline depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.} version 1.5.0 categories ruby revision 0 rb-hikidoc 574 variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-hikidoc description {HikiDoc is a text-to-HTML conversion tool for web writers.} homepage http://projects.netlab.jp/hikidoc/ epoch 0 platforms darwin name rb-hikidoc depends_lib port:ruby maintainers kimuraw long_description {'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML).} version 0.0.3 categories {ruby textproc} revision 0 rb-hmac 594 @@ -8376,6 +8382,14 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-net-geoip description Net::Geoip homepage http://www.maxmind.com/app/ruby epoch 0 platforms darwin name rb-net-geoip depends_lib {port:ruby port:libgeoip port:libiconv} maintainers kykim at mac.com long_description {Net::Geoip module to interface with the GeoIP library provided my MaxMind} version 0.06 categories ruby revision 0 rb-net-pingsimple 345 description {A simple Ruby interface to the 'ping' command} portdir ruby/rb-net-pingsimple homepage http://sourceforge.net/projects/ruby-netutils epoch 0 platforms darwin name rb-net-pingsimple depends_lib port:ruby maintainers nomaintainer long_description {Wrapper for ping (TCP, UDP, External)} version 0.3.0 categories {ruby net} revision 1 +rb-net-scp 387 +description {A pure-Ruby implementation of the SCP client protocol} portdir ruby/rb-net-scp homepage http://rubyforge.org/projects/net-ssh/ epoch 0 platforms darwin name rb-net-scp depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {{A pure-Ruby implementation of the SCP client protocol}} version 1.0.1 categories ruby revision 0 +rb-net-sftp 391 +description {A pure Ruby implementation of the SFTP client protocol} portdir ruby/rb-net-sftp homepage http://rubyforge.org/projects/net-ssh/ epoch 0 platforms darwin name rb-net-sftp depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {{A pure Ruby implementation of the SFTP client protocol}} version 2.0.2 categories ruby revision 0 +rb-net-ssh 389 +description {A pure-Ruby implementation of the SSH2 client protocol} portdir ruby/rb-net-ssh homepage http://rubyforge.org/projects/net-ssh/ epoch 0 platforms darwin name rb-net-ssh depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {{A pure-Ruby implementation of the SSH2 client protocol}} version 2.0.9 categories ruby revision 0 +rb-net-ssh-gateway 439 +description {A simple library to assist in establishing tunneled Net::SSH connection} portdir ruby/rb-net-ssh-gateway homepage http://rubyforge.org/projects/net-ssh/ epoch 0 platforms darwin name rb-net-ssh-gateway depends_lib {port:ruby port:rb-rubygems} maintainers {pguyot at kallisys.net openmaintainer} long_description {{A simple library to assist in establishing tunneled Net::SSH connection}} version 1.0.1 categories ruby revision 0 rb-nfsstore 337 description {A ruby library for creating NFS safe PStores.} portdir ruby/rb-nfsstore homepage http://www.codeforpeople.com epoch 0 platforms darwin name rb-nfsstore depends_lib {port:ruby port:rb-lockfile} maintainers nomaintainer long_description {A ruby library for creating NFS safe PStores.} version 0.5.0 categories ruby revision 0 rb-notificationcenter 818 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Mon Feb 2 10:16:59 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Mon, 2 Feb 2009 10:16:59 -0800 (PST) Subject: [46318] trunk/dports/x11/xorg-libXfont/Portfile Message-ID: <20090202181659.89B9BE3E347@beta.macosforge.org> Revision: 46318 http://trac.macports.org/changeset/46318 Author: jeremyhu at macports.org Date: 2009-02-02 10:16:59 -0800 (Mon, 02 Feb 2009) Log Message: ----------- xorg-libXfont: Set LT_MULTI_MODULE since newer libtool add -Wl,-single_module to break our build. Modified Paths: -------------- trunk/dports/x11/xorg-libXfont/Portfile Modified: trunk/dports/x11/xorg-libXfont/Portfile =================================================================== --- trunk/dports/x11/xorg-libXfont/Portfile 2009-02-02 14:52:13 UTC (rev 46317) +++ trunk/dports/x11/xorg-libXfont/Portfile 2009-02-02 18:16:59 UTC (rev 46318) @@ -4,6 +4,7 @@ name xorg-libXfont version 1.3.4 +revision 1 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXfont @@ -17,9 +18,14 @@ sha1 d7782b506f82cfce928c8be35be859c18f1e852f \ rmd160 81d2be307219f6550793fb8c1661624e6bbbf55d use_bzip2 yes + use_parallel_build yes depends_build \ + port:libtool \ + port:autoconf \ + port:automake \ + port:xorg-util-macros \ port:pkgconfig \ port:xorg-fontcacheproto \ port:xorg-fontsproto \ @@ -36,11 +42,16 @@ patchfiles f2b116ce5205d0fb8247f76fddb072e9141c62b7.patch +use_autoreconf yes +autoreconf.args -fvi + +# Newer libtool add -Wl,-single_module if this isn't set... breaking us +configure.env LT_MULTI_MODULE=1 + livecheck.check regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D livecheck.regex libXfont-(\\d+(?:\\.\\d+)*) - variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { if { [file exists ${x11prefix}/lib/libXfont.dylib] && ! [string equal ${prefix} ${x11prefix}] } { depends_build @@ -55,6 +66,7 @@ xinstall -d ${destroot}${prefix}/share/doc/${name} system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt" } + use_autoreconf no use_configure no } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From krischik at macports.org Mon Feb 2 10:27:39 2009 From: krischik at macports.org (krischik at macports.org) Date: Mon, 2 Feb 2009 10:27:39 -0800 (PST) Subject: [46319] trunk/dports/lang Message-ID: <20090202182739.D124AE3E555@beta.macosforge.org> Revision: 46319 http://trac.macports.org/changeset/46319 Author: krischik at macports.org Date: 2009-02-02 10:27:38 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Add the GNU Ada Translator (gnat). Added Paths: ----------- trunk/dports/lang/gnat-gcc/ trunk/dports/lang/gnat-gcc/Portfile trunk/dports/lang/gnat-gcc/files/ trunk/dports/lang/gnat-gcc/files/mp-gcc43 Property changes on: trunk/dports/lang/gnat-gcc ___________________________________________________________________ Added: svn:ignore + work .backups Added: trunk/dports/lang/gnat-gcc/Portfile =================================================================== --- trunk/dports/lang/gnat-gcc/Portfile (rev 0) +++ trunk/dports/lang/gnat-gcc/Portfile 2009-02-02 18:27:38 UTC (rev 46319) @@ -0,0 +1,161 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# $Id$ + +PortSystem 1.0 + +name gnat-gcc +version 4.3.3 +revision 1 +platforms darwin +categories lang +maintainers macports.org:krischik +description The GNU compiler collection with GNAT +long_description The GNU compiler collection, including front ends for \ + C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95. + +homepage http://gcc.gnu.org/ +master_sites ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-${version}/ \ + ftp://ftp.gwdg.de/pub/linux/gcc/releases/gcc-${version}/ \ + ftp://gcc.ftp.nluug.nl/mirror/languages/gcc/releases/gcc-${version}/ \ + ftp://gcc.gnu.org/pub/gcc/releases/gcc-${version}/ \ + gnu:/gcc/gcc-${version} + +set dcore gcc-core-${version}.tar.bz2 +set dada gcc-ada-${version}.tar.bz2 +set dfort gcc-fortran-${version}.tar.bz2 +set dcxx gcc-g++-${version}.tar.bz2 +set djava gcc-java-${version}.tar.bz2 +set dobjc gcc-objc-${version}.tar.bz2 +distfiles ${dcore} ${dada} ${dfort} ${dcxx} ${djava} ${dobjc} + +checksums ${dcore} sha1 b907061e5788d7060bfb94396152ba9fc0786f91 \ + ${dada} sha1 5111d261d8d7254305831e8577eb5eb7d9cf33fb \ + ${dfort} sha1 14d8a5974fa16dcd5a9e2452db7fa9afc46b3be4 \ + ${dcxx} sha1 cb41dc7f52a23167b1dfdadadd437bbecb1dce05 \ + ${djava} sha1 4af4318b80b54a7e2c14c26834f467ce1362273a \ + ${dobjc} sha1 2459c314ebb9c8661870b42a146def33826cf147 + +use_bzip2 yes + +# gmp and mpfr are not universal +universal_variant no + +depends_lib port:gmp port:mpfr port:libiconv + +set major 4.3 + +worksrcdir build + +pre-configure { + file mkdir ${worksrcpath} +} + +configure.cmd ../gcc-${version}/configure +configure.args --enable-languages=c,c++,ada,objc,obj-c++,java,fortran \ + --libdir=${prefix}/lib/${name} \ + --includedir=${prefix}/include/${name} \ + --infodir=${prefix}/share/info \ + --mandir=${prefix}/share/man \ + --with-local-prefix=${prefix} \ + --with-system-zlib \ + --disable-nls \ + --program-suffix=-gnat-${major} \ + --with-gxx-include-dir=${prefix}/include/${name}/c++/ \ + --with-gmp=${prefix} \ + --with-mpfr=${prefix} +# do NOT use MacPorts binutils -- they do not work +configure.env-append AR_FOR_TARGET=/usr/bin/ar \ + AS_FOR_TARGET=/usr/bin/as \ + LD_FOR_TARGET=/usr/bin/ld \ + NM_FOR_TARGET=/usr/bin/nm \ + OBJDUMP_FOR_TARGET=/usr/bin/objdump \ + RANLIB_FOR_TARGET=/usr/bin/ranlib \ + STRIP_FOR_TARGET=/usr/bin/strip + +use_parallel_build yes + +destroot.target install install-info-host +# install-info # errors on objc-info files + +post-destroot { + # move manuals to gcc43-specific directory + xinstall -m 755 -d ${destroot}${prefix}/share/gcc43/man/man7 + xinstall -m 755 -d ${destroot}${prefix}/share/gcc43/info + eval xinstall -m 0644 [glob ${destroot}${prefix}/share/man/man7/*] ${destroot}${prefix}/share/gcc43/man/man7 + eval xinstall -m 0644 [glob ${destroot}${prefix}/share/info/*] ${destroot}${prefix}/share/gcc43/info + # install/copy ffitarget.h only if we have it + if {![catch {set ffitarget.h [glob ${destroot}${prefix}/lib/${name}/gcc/*/${version}/include/ffitarget.h]} result]} { + file copy ${ffitarget.h} ${destroot}${prefix}/include/${name}/ + } + # install select file for gcc_select + xinstall -m 755 -d ${destroot}${prefix}/etc/select/gcc + xinstall -m 444 ${filespath}/mp-gcc43 ${destroot}${prefix}/etc/select/gcc/ +} + +platform darwin 7 { + depends_build-append port:gmake + build.cmd gmake +# configure.cflags-append -force_cpusubtype_ALL +# configure.env BOOT_CFLAGS="-g -O2 -force_cpusubtype_ALL" +# build.args-append XCFLAGS=-force_cpusubtype_ALL +} + +platform powerpc { + configure.args-append --disable-multilib +} + +# Java support does not compile on 10.4 +platform darwin 8 { + configure.args-delete --enable-languages=c,c++,ada,objc,obj-c++,java,fortran + configure.args-append --enable-languages=c,c++,ada,objc,obj-c++,fortran +} + +# odcctools currently do not compile for x64 - move to variant for the time being +#variant odcctools \ +# description "Use the odcctools instead of the system provided ones - does not work for x64 currently!" { +# depends_lib-append port:odcctools +# patch { +# reinplace "s|/usr/bin/libtool|${prefix}/bin/odlibtool|g" \ +# ${workpath}/gcc-${version}/gcc/config/darwin.h +# } +# configure.args-append --with-as=${prefix}/bin/odas \ +# --with-ld=${prefix}/bin/odld \ +# --with-ar=${prefix}/bin/odar +#} + +# +# Ada is the only language apart from C which is self hosted - meaning: you need +# an ada compiler to compile ada. hence it is just a variant. +# +variant macada \ + description "Adds Ada support using the MacAda compiler to bootstrap!" { + #configure.args-delete --enable-languages=c,c++,objc,obj-c++,java,fortran + #configure.args-append --enable-languages=c,c++,ada,objc,obj-c++,java,fortran + configure.cc /usr/local/ada-4.3/bin/gcc + configure.cpp /usr/local/ada-4.3/bin/cpp + configure.cxx /usr/local/ada-4.3/bin/g++ + configure.objc /usr/local/ada-4.3/bin/gcc + configure.env-append PATH=/usr/local/ada-4.3/bin:$env(PATH) + configure.env-append GNATMAKE=/usr/local/ada-4.3/bin/gnatmake + configure.env-append GNATBIND=/usr/local/ada-4.3/bin/gnatbind +} + +variant ada \ + description "Adds Ada support using the MacPorts Ada compiler to bootstrap!" { + #configure.args-delete --enable-languages=c,c++,objc,obj-c++,java,fortran + #configure.args-append --enable-languages=c,c++,ada,objc,obj-c++,java,fortran + configure.cc /opt/local/bin/gcc-mp-4.3 + configure.cpp /opt/local/bin/cpp-mp-4.3 + configure.cxx /opt/local/bin/g++-mp-4.3 + configure.objc /opt/local/bin/gcc-mp-4.3 + configure.env-append PATH=/opt/local/bin:$env(PATH) + configure.env-append GNATMAKE=/opt/local/bin/gnatmake + configure.env-append GNATBIND=/opt/local/bin/gnatbind +} + +livecheck.check regex +livecheck.url http://gcc.gnu.org/gcc-4.3/ +livecheck.regex GCC (4\\.3\\.\[0-9\]) + +#vim: set nowrap tabstop=4 shiftwidth=4 softtabstop=4 expandtab : +#vim: set textwidth=0 filetype=tcl foldmethod=marker nospell : Added: trunk/dports/lang/gnat-gcc/files/mp-gcc43 =================================================================== --- trunk/dports/lang/gnat-gcc/files/mp-gcc43 (rev 0) +++ trunk/dports/lang/gnat-gcc/files/mp-gcc43 2009-02-02 18:27:38 UTC (rev 46319) @@ -0,0 +1,7 @@ +bin/gcc-mp-4.3 +bin/cpp-mp-4.3 +bin/c++-mp-4.3 +bin/g++-mp-4.3 +bin/gcj-mp-4.3 +bin/gcov-mp-4.3 +bin/gfortran-mp-4.3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Feb 2 10:34:14 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 2 Feb 2009 10:34:14 -0800 (PST) Subject: [46320] trunk/dports/sysutils/bacula/Portfile Message-ID: <20090202183414.B61DEE3E6D1@beta.macosforge.org> Revision: 46320 http://trac.macports.org/changeset/46320 Author: macsforever2000 at macports.org Date: 2009-02-02 10:34:14 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Update to version 2.4.4. No longer overwrite client config files. Modified Paths: -------------- trunk/dports/sysutils/bacula/Portfile Modified: trunk/dports/sysutils/bacula/Portfile =================================================================== --- trunk/dports/sysutils/bacula/Portfile 2009-02-02 18:27:38 UTC (rev 46319) +++ trunk/dports/sysutils/bacula/Portfile 2009-02-02 18:34:14 UTC (rev 46320) @@ -4,7 +4,7 @@ PortSystem 1.0 name bacula -version 2.4.3 +version 2.4.4 categories sysutils platforms darwin maintainers macsforever2000 @@ -17,9 +17,9 @@ homepage http://www.bacula.org/ master_sites sourceforge -checksums md5 6c61f730e896e6161d21d67efed55a5b \ - sha1 c24e7c2bd8706467d71c60b32cccdec416902cc3 \ - rmd160 3fc216718746f8cdc1e4ca385e3d6f9c72c534c5 +checksums md5 4eb6155b45611018af03002d37a2ffde \ + sha1 ccdcf82bf975d5d7c7b5d9101f6d0a12a1f94c09 \ + rmd160 a613b2d731f3d37aff38b3ae050bbd51c1b35670 depends_build port:gawk depends_lib port:zlib \ @@ -60,6 +60,13 @@ destroot.keepdirs ${destroot}${prefix}/var/run/subsys \ ${destroot}${prefix}/var/bacula/working +# Don't overwrite preference files +post-destroot { + file rename ${destroot}${prefix}/etc/bacula/bacula-fd.conf ${destroot}${prefix}/etc/bacula/bacula-fd.conf.example + file rename ${destroot}${prefix}/etc/bacula/bconsole.conf ${destroot}${prefix}/etc/bacula/bconsole.conf.example + file rename ${destroot}${prefix}/etc/bacula/tray-monitor.conf ${destroot}${prefix}/etc/bacula/tray-monitor.conf.example +} + startupitem.create yes startupitem.init "BIN=${prefix}/sbin/bacula-fd\nPID=${prefix}/var/run/bacula-fd.*.pid" startupitem.start "\[ -x \${BIN} \] && \${BIN} -c ${prefix}/etc/bacula/bacula-fd.conf" -------------- next part -------------- An HTML attachment was scrubbed... URL: From krischik at macports.org Mon Feb 2 10:45:44 2009 From: krischik at macports.org (krischik at macports.org) Date: Mon, 2 Feb 2009 10:45:44 -0800 (PST) Subject: [46321] trunk/dports/lang/gnat-gcc Message-ID: <20090202184545.0A3A4E3E90C@beta.macosforge.org> Revision: 46321 http://trac.macports.org/changeset/46321 Author: krischik at macports.org Date: 2009-02-02 10:45:43 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Fix gcc_select file. Modified Paths: -------------- trunk/dports/lang/gnat-gcc/Portfile Added Paths: ----------- trunk/dports/lang/gnat-gcc/files/gnat-gcc Removed Paths: ------------- trunk/dports/lang/gnat-gcc/files/mp-gcc43 Property Changed: ---------------- trunk/dports/lang/gnat-gcc/Portfile Modified: trunk/dports/lang/gnat-gcc/Portfile =================================================================== --- trunk/dports/lang/gnat-gcc/Portfile 2009-02-02 18:34:14 UTC (rev 46320) +++ trunk/dports/lang/gnat-gcc/Portfile 2009-02-02 18:45:43 UTC (rev 46321) @@ -5,7 +5,7 @@ name gnat-gcc version 4.3.3 -revision 1 +revision 2 platforms darwin categories lang maintainers macports.org:krischik @@ -89,7 +89,7 @@ } # install select file for gcc_select xinstall -m 755 -d ${destroot}${prefix}/etc/select/gcc - xinstall -m 444 ${filespath}/mp-gcc43 ${destroot}${prefix}/etc/select/gcc/ + xinstall -m 444 ${filespath}/gnat-gcc ${destroot}${prefix}/etc/select/gcc/ } platform darwin 7 { Property changes on: trunk/dports/lang/gnat-gcc/Portfile ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + text/x-shellscript Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + LF Copied: trunk/dports/lang/gnat-gcc/files/gnat-gcc (from rev 46319, trunk/dports/lang/gnat-gcc/files/mp-gcc43) =================================================================== --- trunk/dports/lang/gnat-gcc/files/gnat-gcc (rev 0) +++ trunk/dports/lang/gnat-gcc/files/gnat-gcc 2009-02-02 18:45:43 UTC (rev 46321) @@ -0,0 +1,7 @@ +bin/gcc-gnat-4.3 +bin/cpp-gnat-4.3 +bin/c++-gnat-4.3 +bin/g++-gnat-4.3 +bin/gcj-gnat-4.3 +bin/gcov-gnat-4.3 +bin/gfortran-gnat-4.3 Property changes on: trunk/dports/lang/gnat-gcc/files/gnat-gcc ___________________________________________________________________ Added: svn:mergeinfo + Deleted: trunk/dports/lang/gnat-gcc/files/mp-gcc43 =================================================================== --- trunk/dports/lang/gnat-gcc/files/mp-gcc43 2009-02-02 18:34:14 UTC (rev 46320) +++ trunk/dports/lang/gnat-gcc/files/mp-gcc43 2009-02-02 18:45:43 UTC (rev 46321) @@ -1,7 +0,0 @@ -bin/gcc-mp-4.3 -bin/cpp-mp-4.3 -bin/c++-mp-4.3 -bin/g++-mp-4.3 -bin/gcj-mp-4.3 -bin/gcov-mp-4.3 -bin/gfortran-mp-4.3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 10:52:12 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 10:52:12 -0800 (PST) Subject: [46322] trunk/dports/PortIndex Message-ID: <20090202185215.DC60CE3E9FB@beta.macosforge.org> Revision: 46322 http://trac.macports.org/changeset/46322 Author: portindex at macports.org Date: 2009-02-02 10:52:12 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5505 Ports successfully parsed: 5505 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 18:45:43 UTC (rev 46321) +++ trunk/dports/PortIndex 2009-02-02 18:52:12 UTC (rev 46322) @@ -3888,6 +3888,8 @@ variants {darwin_6 darwin_7 darwin_8_powerpc darwin_8_i386 darwin_9_powerpc darwin_9_i386 no_opengl} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_8_powerpc {Platform variant, do not select manually} darwin_8_i386 {Platform variant, do not select manually} darwin_9_powerpc {Platform variant, do not select manually} darwin_9_i386 {Platform variant, do not select manually} no_opengl {omit OpenGL support}} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://haskell.org/ghc epoch 0 platforms darwin name ghc depends_lib {port:libedit port:gmp port:perl5.8} maintainers gwright long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a f oreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} version 6.10.1 categories {lang haskell} revision 8 ghc-devel 1179 variants {darwin_6 extra test darwin_7 darwin_8 noopengl universal} depends_build {port:ghc port:alex port:darcs port:happy} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir lang/ghc-devel description {The Glorious Glasgow Haskell Compilation System (development version)} homepage http://www.haskell.org/ghc/ epoch 0 platforms darwin depends_lib {port:readline port:gmp} name ghc-devel maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} categories lang version 6.7 revision 2 +gnat-gcc 751 +variants {darwin_7 powerpc darwin_8 macada ada} variant_desc {darwin_7 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} macada {Adds Ada support using the MacAda compiler to bootstrap!} ada {Adds Ada support using the MacPorts Ada compiler to bootstrap!}} portdir lang/gnat-gcc description {The GNU compiler collection with GNAT} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gnat-gcc depends_lib {port:gmp port:mpfr port:libiconv} maintainers macports.org:krischik long_description {The GNU compiler collection, including front ends for C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95.} version 4.3.3 categories lang revision 1 gpc34 422 variants {darwin_8_powerpc universal} variant_desc {darwin_8_powerpc {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir lang/gpc34 description {The GNU Pascal compiler} homepage http://gnu-pascal.de/ epoch 0 platforms darwin name gpc34 depends_lib port:libiconv maintainers nomaintainer long_description {{The GNU Pascal compiler}} version 20050331 categories lang revision 0 gpp 737 @@ -8955,7 +8957,7 @@ b5i2iso 311 portdir sysutils/b5i2iso platforms darwin description {BlindWrite image to ISO image file converter} name b5i2iso version 0.2 categories sysutils homepage http://developer.berlios.de/projects/b5i2iso/ revision 0 epoch 0 maintainers nomaintainer long_description {{BlindWrite image to ISO image file converter}} bacula 1019 -variants {client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk variant_desc {client_only {Install bacula client (bacula-fd) only} mysql4 {Install bacula client and server with mysql 4 backend} mysql5 {Install bacula client and server with mysql 5 backend} postgresql83 {Install bacula client and server with postgresql 8.3 backend} sqlite2 {Install bacula client and server with sqlite 2 backend} sqlite3 {Install bacula client and server with sqlite 3 backend} universal {Build for multiple architectures}} portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin name bacula depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} maintainers macsforever2000 long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} categories sysu tils version 2.4.3 revision 0 +variants {client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk variant_desc {client_only {Install bacula client (bacula-fd) only} mysql4 {Install bacula client and server with mysql 4 backend} mysql5 {Install bacula client and server with mysql 5 backend} postgresql83 {Install bacula client and server with postgresql 8.3 backend} sqlite2 {Install bacula client and server with sqlite 2 backend} sqlite3 {Install bacula client and server with sqlite 3 backend} universal {Build for multiple architectures}} portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin name bacula depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} maintainers macsforever2000 long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} categories sysu tils version 2.4.4 revision 0 bash-completion 305 portdir sysutils/bash-completion platforms darwin description {Programmable bash{2,3} completions.} name bash-completion version 20060301 categories sysutils homepage http://www.caliban.org/bash/index.shtml revision 1 epoch 0 maintainers raimue long_description {Programmable completion library for bash} bchunk 572 @@ -10710,8 +10712,8 @@ variants {system_x11 universal} depends_build {port:pkgconfig port:xorg-xproto port:xorg-xextproto} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/xorg-libXext description {X.org libXext} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-libXext depends_lib port:xorg-libX11 maintainers {jeremyhu openmaintainer} long_description {{X.org libXext}} categories {x11 devel} version 1.0.4 revision 0 xorg-libXfixes 559 variants {system_x11 universal} depends_build {port:pkgconfig port:xorg-fixesproto port:xorg-xproto port:xorg-xextproto} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/xorg-libXfixes description {X.org libXfixes} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-libXfixes depends_lib port:xorg-libX11 maintainers {jeremyhu openmaintainer} long_description {{X.org libXfixes}} categories {x11 devel} version 4.0.3 revision 0 -xorg-libXfont 650 -variants {system_x11 universal} depends_build {port:pkgconfig port:xorg-fontcacheproto port:xorg-fontsproto port:xorg-xproto port:xorg-xtrans} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/xorg-libXfont description {X.org libXfont} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-libXfont depends_lib {port:freetype port:xorg-libfontenc port:bzip2 port:zlib} maintainers {jeremyhu openmaintainer} long_description {X font handling library for server and utilities} categories {x11 devel} version 1.3.4 revision 0 +xorg-libXfont 713 +variants {system_x11 universal} depends_build {port:libtool port:autoconf port:automake port:xorg-util-macros port:pkgconfig port:xorg-fontcacheproto port:xorg-fontsproto port:xorg-xproto port:xorg-xtrans} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/xorg-libXfont description {X.org libXfont} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-libXfont depends_lib {port:freetype port:xorg-libfontenc port:bzip2 port:zlib} maintainers {jeremyhu openmaintainer} long_description {X font handling library for server and utilities} categories {x11 devel} version 1.3.4 revision 1 xorg-libXfontcache 609 variants {system_x11 universal} depends_build {port:pkgconfig port:xorg-fontcacheproto port:xorg-fontsproto port:xorg-xextproto} variant_desc {system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts} universal {Build for multiple architectures}} portdir x11/xorg-libXfontcache description {X.org libXfontcache} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-libXfontcache depends_lib port:xorg-libXext maintainers {jeremyhu openmaintainer} long_description {X-TrueType font cache extension client library} categories {x11 devel} version 1.0.4 revision 0 xorg-libXi 550 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwright at macports.org Mon Feb 2 10:57:29 2009 From: gwright at macports.org (gwright at macports.org) Date: Mon, 2 Feb 2009 10:57:29 -0800 (PST) Subject: [46323] trunk/dports/devel/darcs/Portfile Message-ID: <20090202185729.F3681E3EA95@beta.macosforge.org> Revision: 46323 http://trac.macports.org/changeset/46323 Author: gwright at macports.org Date: 2009-02-02 10:57:29 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Version bump to 2.2.0. Modified Paths: -------------- trunk/dports/devel/darcs/Portfile Modified: trunk/dports/devel/darcs/Portfile =================================================================== --- trunk/dports/devel/darcs/Portfile 2009-02-02 18:52:12 UTC (rev 46322) +++ trunk/dports/devel/darcs/Portfile 2009-02-02 18:57:29 UTC (rev 46323) @@ -3,10 +3,10 @@ PortSystem 1.0 name darcs -version 2.1.2 +version 2.2.0 revision 1 categories devel -maintainers gwright at macports.org +maintainers gwright description David's Advanced Revision Control System long_description \ David's Advanced Revision Control System is yet \ @@ -19,9 +19,9 @@ platforms darwin master_sites ${homepage} -checksums md5 f0b5e4c5f52b0f79a594f6a4e7cd673c \ - sha1 57e604cc5bdf921f86bf48adeb4e9dfdaefb2c62 \ - rmd160 4f8381d03c76cc53faa4fee162c186d9d61e49cf +checksums md5 8f0a5eba5971e7cf324c63664cde59e2 \ + sha1 a932ee14efc57490a4304958ab391ad7c86030f0 \ + rmd160 86186f0dc64580c099f815b511eb84ee6387b7b0 depends_build port:ghc depends_lib port:curl \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 11:52:23 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 11:52:23 -0800 (PST) Subject: [46324] trunk/dports/PortIndex Message-ID: <20090202195224.4A758E40184@beta.macosforge.org> Revision: 46324 http://trac.macports.org/changeset/46324 Author: portindex at macports.org Date: 2009-02-02 11:52:22 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5505 Ports successfully parsed: 5505 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 18:57:29 UTC (rev 46323) +++ trunk/dports/PortIndex 2009-02-02 19:52:22 UTC (rev 46324) @@ -1026,8 +1026,8 @@ portdir devel/d52 platforms darwin description {Disassembler for a variety of microprocessors} name d52 version v341 categories devel homepage http://www.8052.com/ revision 0 epoch 0 maintainers nomaintainer long_description {d52 is a set of disassemblers for the 8052, 8035, 8048, 8041, Z80, 8080 and 8085 microcontrollers} daaplib 578 variants universal variant_desc {universal {Build for multiple architectures}} description {small library for reading and writingg DAAP streams} portdir devel/daaplib homepage http://www.deleet.de/projekte/daap/daaplib/ epoch 0 name daaplib long_description {daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are use by iTunes for sharing songs.} maintainers nomaintainer categories {devel net} version 0.1.1a revision 0 -darcs 771 -variants {docs profiling nolibcurl universal} depends_build port:ghc variant_desc {docs {Generate a printable manual} profiling {Build darcs with runtime profiling enabled} nolibcurl {Build darcs without libcurl} universal {Build for multiple architectures}} portdir devel/darcs description {David's Advanced Revision Control System} homepage http://darcs.net/ epoch 0 platforms darwin name darcs depends_lib {port:curl port:ncurses port:gmp} maintainers gwright at macports.org long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} categories devel version 2.1.2 revision 1 +darcs 758 +variants {docs profiling nolibcurl universal} depends_build port:ghc variant_desc {docs {Generate a printable manual} profiling {Build darcs with runtime profiling enabled} nolibcurl {Build darcs without libcurl} universal {Build for multiple architectures}} portdir devel/darcs description {David's Advanced Revision Control System} homepage http://darcs.net/ epoch 0 platforms darwin name darcs depends_lib {port:curl port:ncurses port:gmp} maintainers gwright long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} categories devel version 2.2.0 revision 1 darcs-devel 623 variants universal depends_build port:ghc variant_desc {universal {Build for multiple architectures}} portdir devel/darcs-devel description {David's Advanced Revision Control System} homepage http://darcs.net/ epoch 0 platforms darwin name darcs-devel depends_lib {port:readline port:curl port:gmp} maintainers nomaintainer long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} categories devel version 2.0.0pre4 revision 0 darts 588 @@ -3889,7 +3889,7 @@ ghc-devel 1179 variants {darwin_6 extra test darwin_7 darwin_8 noopengl universal} depends_build {port:ghc port:alex port:darcs port:happy} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir lang/ghc-devel description {The Glorious Glasgow Haskell Compilation System (development version)} homepage http://www.haskell.org/ghc/ epoch 0 platforms darwin depends_lib {port:readline port:gmp} name ghc-devel maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} categories lang version 6.7 revision 2 gnat-gcc 751 -variants {darwin_7 powerpc darwin_8 macada ada} variant_desc {darwin_7 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} macada {Adds Ada support using the MacAda compiler to bootstrap!} ada {Adds Ada support using the MacPorts Ada compiler to bootstrap!}} portdir lang/gnat-gcc description {The GNU compiler collection with GNAT} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gnat-gcc depends_lib {port:gmp port:mpfr port:libiconv} maintainers macports.org:krischik long_description {The GNU compiler collection, including front ends for C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95.} version 4.3.3 categories lang revision 1 +variants {darwin_7 powerpc darwin_8 macada ada} variant_desc {darwin_7 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} macada {Adds Ada support using the MacAda compiler to bootstrap!} ada {Adds Ada support using the MacPorts Ada compiler to bootstrap!}} portdir lang/gnat-gcc description {The GNU compiler collection with GNAT} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gnat-gcc depends_lib {port:gmp port:mpfr port:libiconv} maintainers macports.org:krischik long_description {The GNU compiler collection, including front ends for C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95.} version 4.3.3 categories lang revision 2 gpc34 422 variants {darwin_8_powerpc universal} variant_desc {darwin_8_powerpc {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir lang/gpc34 description {The GNU Pascal compiler} homepage http://gnu-pascal.de/ epoch 0 platforms darwin name gpc34 depends_lib port:libiconv maintainers nomaintainer long_description {{The GNU Pascal compiler}} version 20050331 categories lang revision 0 gpp 737 -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Feb 2 12:09:22 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 2 Feb 2009 12:09:22 -0800 (PST) Subject: [46325] trunk/dports/x11/xorg-xcb-proto/Portfile Message-ID: <20090202200922.66CA3E40803@beta.macosforge.org> Revision: 46325 http://trac.macports.org/changeset/46325 Author: macsforever2000 at macports.org Date: 2009-02-02 12:09:21 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Fix to allow installation of non-default variant. Modified Paths: -------------- trunk/dports/x11/xorg-xcb-proto/Portfile Modified: trunk/dports/x11/xorg-xcb-proto/Portfile =================================================================== --- trunk/dports/x11/xorg-xcb-proto/Portfile 2009-02-02 19:52:22 UTC (rev 46324) +++ trunk/dports/x11/xorg-xcb-proto/Portfile 2009-02-02 20:09:21 UTC (rev 46325) @@ -22,8 +22,6 @@ depends_run port:libxml2 -default_variants +python26 - variant python25 conflicts python26 python30 description {Use python 2.5 for xcbgen} { depends_run-append port:python25 configure.python ${prefix}/bin/python2.5 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Mon Feb 2 12:51:25 2009 From: devans at macports.org (devans at macports.org) Date: Mon, 2 Feb 2009 12:51:25 -0800 (PST) Subject: [46326] trunk/dports/multimedia Message-ID: <20090202205125.5FB8CE40E43@beta.macosforge.org> Revision: 46326 http://trac.macports.org/changeset/46326 Author: devans at macports.org Date: 2009-02-02 12:51:24 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port gavl submitted by jmpoure. Closes #18247. Modified Paths: -------------- trunk/dports/multimedia/x264/Portfile Added Paths: ----------- trunk/dports/multimedia/gavl/ trunk/dports/multimedia/gavl/Portfile Added: trunk/dports/multimedia/gavl/Portfile =================================================================== --- trunk/dports/multimedia/gavl/Portfile (rev 0) +++ trunk/dports/multimedia/gavl/Portfile 2009-02-02 20:51:24 UTC (rev 46326) @@ -0,0 +1,32 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name gavl +version 1.1.0 +categories multimedia +maintainers jmpoure +description Gavl (Gmerlin Audio Video Library) is a low level library, upon which \ + multimedia APIs can be built. +long_description Gavl (Gmerlin Audio Video Library) is a low level library, upon which \ + multimedia APIs can be built. Gavl handles all the details of audio and \ + video formats like colorspaces, samplerates, multichannel configurations etc. \ + It provides standardized definitions for those formats as well as container \ + structures for carrying audio samples or video images inside an application. \ + \ + In addition, it handles the sometimes ugly task of converting between all \ + these formats and provides some elementary operations (copying, scaling, \ + alpha blending, etc). +homepage http://gmerlin.sourceforge.net/gavl_frame.html +platforms darwin +master_sites sourceforge:gmerlin + +depends_build port:doxygen \ + port:pkgconfig + +checksums md5 8a631a3468f4fd4213c4ec57d1795e14 \ + sha1 a66896820da902da2e2d9f6947090f44d49534d8 \ + rmd160 7deecc6ecc0331da34dfbc60aa2a928451ab6e45 + +livecheck.regex "${name} (.*) released.*" Property changes on: trunk/dports/multimedia/gavl/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Modified: trunk/dports/multimedia/x264/Portfile =================================================================== --- trunk/dports/multimedia/x264/Portfile 2009-02-02 20:09:21 UTC (rev 46325) +++ trunk/dports/multimedia/x264/Portfile 2009-02-02 20:51:24 UTC (rev 46326) @@ -3,8 +3,7 @@ PortSystem 1.0 name x264 -version 20080724 -revision 1 +version 20090129 categories multimedia platforms darwin maintainers acho at macports.org @@ -17,13 +16,13 @@ homepage http://www.videolan.org/x264.html master_sites ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ distname ${name}-snapshot-${version}-2245 -checksums sha1 8f3023d82d06b34a609e8c67ace8328e6c01aacb +checksums sha1 cb85af1704c0d3c6d9fefb59edd3b02be72b6a50 use_bzip2 yes depends_build bin:svn:subversion port:yasm configure.args \ - --enable-pthread --enable-pic + --enable-pthread --enable-pic --enable-shared configure.cflags-append -fno-common -read_only_relocs suppress -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Feb 2 12:54:04 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 2 Feb 2009 12:54:04 -0800 (PST) Subject: [46327] trunk/dports/python Message-ID: <20090202205406.163E9E40F5D@beta.macosforge.org> Revision: 46327 http://trac.macports.org/changeset/46327 Author: snc at macports.org Date: 2009-02-02 12:54:03 -0800 (Mon, 02 Feb 2009) Log Message: ----------- created 3 pyXX-pyflakes, ticket 18325 Added Paths: ----------- trunk/dports/python/py-pyflakes/ trunk/dports/python/py-pyflakes/Portfile trunk/dports/python/py25-pyflakes/ trunk/dports/python/py25-pyflakes/Portfile trunk/dports/python/py26-pyflakes/ trunk/dports/python/py26-pyflakes/Portfile Added: trunk/dports/python/py-pyflakes/Portfile =================================================================== --- trunk/dports/python/py-pyflakes/Portfile (rev 0) +++ trunk/dports/python/py-pyflakes/Portfile 2009-02-02 20:54:03 UTC (rev 46327) @@ -0,0 +1,33 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python24 1.0 + +name py-pyflakes +version 0.3.0 +categories python www +platforms darwin +maintainers arthurkoziel.com:arthur +homepage http://www.divmod.org/trac/wiki/DivmodPyflakes +description passive checker of Python programs +long_description Pyflakes is program to analyze Python programs and \ + detect various errors. It works by parsing the source \ + file, not importing it, so it is safe to use on modules \ + with side effects. It's also much faster. + +master_sites http://pypi.python.org/packages/source/p/pyflakes/ +distname pyflakes-${version} +checksums md5 ec7eee3444214bda18e57b82175e1da7 \ + sha1 579fccf1e903639fa5527e022b1a3bc0d3a6499e \ + rmd160 8acef8911299bb6e3710b36c3cadd2bc2cfc1192 + +depends_lib-append port:py-setuptools + +post-destroot { + move ${destroot}${prefix}/bin/pyflakes ${destroot}${prefix}/bin/pyflakes-2.4 +} + +livecheck.check regex +livecheck.url http://pypi.python.org/pypi/pyflakes/ +livecheck.regex pyflakes (0\.\[0-9\]+\.\[0-9\]+) + Added: trunk/dports/python/py25-pyflakes/Portfile =================================================================== --- trunk/dports/python/py25-pyflakes/Portfile (rev 0) +++ trunk/dports/python/py25-pyflakes/Portfile 2009-02-02 20:54:03 UTC (rev 46327) @@ -0,0 +1,33 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-pyflakes +version 0.3.0 +categories python www +platforms darwin +maintainers arthurkoziel.com:arthur +homepage http://www.divmod.org/trac/wiki/DivmodPyflakes +description passive checker of Python programs +long_description Pyflakes is program to analyze Python programs and \ + detect various errors. It works by parsing the source \ + file, not importing it, so it is safe to use on modules \ + with side effects. It's also much faster. + +master_sites http://pypi.python.org/packages/source/p/pyflakes/ +distname pyflakes-${version} +checksums md5 ec7eee3444214bda18e57b82175e1da7 \ + sha1 579fccf1e903639fa5527e022b1a3bc0d3a6499e \ + rmd160 8acef8911299bb6e3710b36c3cadd2bc2cfc1192 + +depends_lib-append port:py25-setuptools + +post-destroot { + move ${destroot}${prefix}/bin/pyflakes ${destroot}${prefix}/bin/pyflakes-2.5 +} + +livecheck.check regex +livecheck.url http://pypi.python.org/pypi/pyflakes/ +livecheck.regex pyflakes (0\.\[0-9\]+\.\[0-9\]+) + Added: trunk/dports/python/py26-pyflakes/Portfile =================================================================== --- trunk/dports/python/py26-pyflakes/Portfile (rev 0) +++ trunk/dports/python/py26-pyflakes/Portfile 2009-02-02 20:54:03 UTC (rev 46327) @@ -0,0 +1,33 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pyflakes +version 0.3.0 +categories python www +platforms darwin +maintainers arthurkoziel.com:arthur +homepage http://www.divmod.org/trac/wiki/DivmodPyflakes +description passive checker of Python programs +long_description Pyflakes is program to analyze Python programs and \ + detect various errors. It works by parsing the source \ + file, not importing it, so it is safe to use on modules \ + with side effects. It's also much faster. + +master_sites http://pypi.python.org/packages/source/p/pyflakes/ +distname pyflakes-${version} +checksums md5 ec7eee3444214bda18e57b82175e1da7 \ + sha1 579fccf1e903639fa5527e022b1a3bc0d3a6499e \ + rmd160 8acef8911299bb6e3710b36c3cadd2bc2cfc1192 + +depends_lib-append port:py26-setuptools + +post-destroot { + ln -s ${python.prefix}/bin/pyflakes ${destroot}${prefix}/bin/pyflakes-2.6 +} + +livecheck.check regex +livecheck.url http://pypi.python.org/pypi/pyflakes/ +livecheck.regex pyflakes (0\.\[0-9\]+\.\[0-9\]+) + -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Mon Feb 2 13:00:28 2009 From: devans at macports.org (devans at macports.org) Date: Mon, 2 Feb 2009 13:00:28 -0800 (PST) Subject: [46328] trunk/dports/multimedia/x264/Portfile Message-ID: <20090202210029.68AC0E41208@beta.macosforge.org> Revision: 46328 http://trac.macports.org/changeset/46328 Author: devans at macports.org Date: 2009-02-02 13:00:28 -0800 (Mon, 02 Feb 2009) Log Message: ----------- x264: revert accidental and premature upgrade. Nuts. Modified Paths: -------------- trunk/dports/multimedia/x264/Portfile Modified: trunk/dports/multimedia/x264/Portfile =================================================================== --- trunk/dports/multimedia/x264/Portfile 2009-02-02 20:54:03 UTC (rev 46327) +++ trunk/dports/multimedia/x264/Portfile 2009-02-02 21:00:28 UTC (rev 46328) @@ -3,7 +3,8 @@ PortSystem 1.0 name x264 -version 20090129 +version 20080724 +revision 1 categories multimedia platforms darwin maintainers acho at macports.org @@ -16,13 +17,13 @@ homepage http://www.videolan.org/x264.html master_sites ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ distname ${name}-snapshot-${version}-2245 -checksums sha1 cb85af1704c0d3c6d9fefb59edd3b02be72b6a50 +checksums sha1 8f3023d82d06b34a609e8c67ace8328e6c01aacb use_bzip2 yes depends_build bin:svn:subversion port:yasm configure.args \ - --enable-pthread --enable-pic --enable-shared + --enable-pthread --enable-pic configure.cflags-append -fno-common -read_only_relocs suppress -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Feb 2 13:12:15 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 2 Feb 2009 13:12:15 -0800 (PST) Subject: [46329] trunk/dports/multimedia Message-ID: <20090202211215.3969BE416FD@beta.macosforge.org> Revision: 46329 http://trac.macports.org/changeset/46329 Author: snc at macports.org Date: 2009-02-02 13:12:14 -0800 (Mon, 02 Feb 2009) Log Message: ----------- created frei0r-plugins, ticket #18248 Added Paths: ----------- trunk/dports/multimedia/frei0r-plugins/ trunk/dports/multimedia/frei0r-plugins/Portfile Added: trunk/dports/multimedia/frei0r-plugins/Portfile =================================================================== --- trunk/dports/multimedia/frei0r-plugins/Portfile (rev 0) +++ trunk/dports/multimedia/frei0r-plugins/Portfile 2009-02-02 21:12:14 UTC (rev 46329) @@ -0,0 +1,28 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name frei0r-plugins +version 1.1.22 +categories multimedia +maintainers jmpoure +description Plugin API for video sources and filters +long_description frei0r is a minimalistic plugin API for video sources and filters. \ + The behavior of the effects can be controlled from the host by simple \ + parameters. The intent is to solve the recurring reimplementation or \ + adaptation issue of standard effects. It is not meant as a generic API for \ + all kinds of video applications. +homepage http://www.piksel.org/frei0r +platforms darwin +master_sites http://freshmeat.net/redir/frei0r/72056/url_tgz/ + +checksums md5 8123893c67fc5ce01ddcb09853d47ed4 \ + sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \ + rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760 + +depends_lib port:gavl \ + port:opencv + +depends_build port:pkgconfig + -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Feb 2 13:47:22 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 2 Feb 2009 13:47:22 -0800 (PST) Subject: [46330] trunk/dports/python Message-ID: <20090202214722.DF25CE41C49@beta.macosforge.org> Revision: 46330 http://trac.macports.org/changeset/46330 Author: snc at macports.org Date: 2009-02-02 13:47:22 -0800 (Mon, 02 Feb 2009) Log Message: ----------- created 3 pyXX-pip, ticket 17649 Added Paths: ----------- trunk/dports/python/py-pip/ trunk/dports/python/py-pip/Portfile trunk/dports/python/py25-pip/ trunk/dports/python/py25-pip/Portfile trunk/dports/python/py26-pip/ trunk/dports/python/py26-pip/Portfile Added: trunk/dports/python/py-pip/Portfile =================================================================== --- trunk/dports/python/py-pip/Portfile (rev 0) +++ trunk/dports/python/py-pip/Portfile 2009-02-02 21:47:22 UTC (rev 46330) @@ -0,0 +1,37 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python24 1.0 + +name py-pip +version 0.3.1 +categories python www +platforms darwin +maintainers arthurkoziel.com:arthur +homepage http://pip.openplans.org/ +description An easy_install replacement +long_description pip is a replacement for easy_install. It uses mostly the \ + same techniques for finding packages, so packages that \ + were made easy_installable should be pip-installable as \ + well. + +master_sites http://pypi.python.org/packages/source/p/pip/ +distname pip-${version} +checksums md5 78102ddbb040a183dd361b5d432cdf88 \ + sha1 0547a20a8a1c204150fda0f0e5c7b5601ac9f210 \ + rmd160 67bee03f23740cb7003de21988e22239a2c00ee2 + +depends_lib-append port:py-setuptools + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ + requirement-format.txt \ + ${destroot}${prefix}/share/doc/${name} + move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.4 +} + +livecheck.check regex +livecheck.url http://pypi.python.org/pypi/pip +livecheck.regex pip (0\.\[0-9\]+\.\[0-9\]+) + Added: trunk/dports/python/py25-pip/Portfile =================================================================== --- trunk/dports/python/py25-pip/Portfile (rev 0) +++ trunk/dports/python/py25-pip/Portfile 2009-02-02 21:47:22 UTC (rev 46330) @@ -0,0 +1,37 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-pip +version 0.3.1 +categories python www +platforms darwin +maintainers arthurkoziel.com:arthur +homepage http://pip.openplans.org/ +description An easy_install replacement +long_description pip is a replacement for easy_install. It uses mostly the \ + same techniques for finding packages, so packages that \ + were made easy_installable should be pip-installable as \ + well. + +master_sites http://pypi.python.org/packages/source/p/pip/ +distname pip-${version} +checksums md5 78102ddbb040a183dd361b5d432cdf88 \ + sha1 0547a20a8a1c204150fda0f0e5c7b5601ac9f210 \ + rmd160 67bee03f23740cb7003de21988e22239a2c00ee2 + +depends_lib-append port:py25-setuptools + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ + requirement-format.txt \ + ${destroot}${prefix}/share/doc/${name} + move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.5 +} + +livecheck.check regex +livecheck.url http://pypi.python.org/pypi/pip +livecheck.regex pip (0\.\[0-9\]+\.\[0-9\]+) + Added: trunk/dports/python/py26-pip/Portfile =================================================================== --- trunk/dports/python/py26-pip/Portfile (rev 0) +++ trunk/dports/python/py26-pip/Portfile 2009-02-02 21:47:22 UTC (rev 46330) @@ -0,0 +1,37 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pip +version 0.3.1 +categories python www +platforms darwin +maintainers arthurkoziel.com:arthur +homepage http://pip.openplans.org/ +description An easy_install replacement +long_description pip is a replacement for easy_install. It uses mostly the \ + same techniques for finding packages, so packages that \ + were made easy_installable should be pip-installable as \ + well. + +master_sites http://pypi.python.org/packages/source/p/pip/ +distname pip-${version} +checksums md5 78102ddbb040a183dd361b5d432cdf88 \ + sha1 0547a20a8a1c204150fda0f0e5c7b5601ac9f210 \ + rmd160 67bee03f23740cb7003de21988e22239a2c00ee2 + +depends_lib-append port:py26-setuptools + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ + requirement-format.txt \ + ${destroot}${prefix}/share/doc/${name} + ln -s ${python.prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.6 +} + +livecheck.check regex +livecheck.url http://pypi.python.org/pypi/pip +livecheck.regex pip (0\.\[0-9\]+\.\[0-9\]+) + -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Feb 2 13:48:21 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 2 Feb 2009 13:48:21 -0800 (PST) Subject: [46331] trunk/dports/mail/postfix/Portfile Message-ID: <20090202214821.B7359E41D4B@beta.macosforge.org> Revision: 46331 http://trac.macports.org/changeset/46331 Author: ryandesign at macports.org Date: 2009-02-02 13:48:21 -0800 (Mon, 02 Feb 2009) Log Message: ----------- postfix: allow mysql5-devel to satisfy the mysql5 dependency Modified Paths: -------------- trunk/dports/mail/postfix/Portfile Modified: trunk/dports/mail/postfix/Portfile =================================================================== --- trunk/dports/mail/postfix/Portfile 2009-02-02 21:47:22 UTC (rev 46330) +++ trunk/dports/mail/postfix/Portfile 2009-02-02 21:48:21 UTC (rev 46331) @@ -153,7 +153,7 @@ } variant mysql5 description "add mysql support via mysql5" { - depends_lib-append port:mysql5 + depends_lib-append path:bin/mysql_config5:mysql5 set CCARGS [concat ${CCARGS} -DHAS_MYSQL -I${prefix}/include/mysql5/mysql] set AUXLIBS [concat ${AUXLIBS} -L${prefix}/lib/mysql5/mysql -lmysqlclient -lz -lm] } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 13:56:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 13:56:16 -0800 (PST) Subject: [46332] trunk/dports/PortIndex Message-ID: <20090202215617.1BAF2E41E8A@beta.macosforge.org> Revision: 46332 http://trac.macports.org/changeset/46332 Author: portindex at macports.org Date: 2009-02-02 13:56:15 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5510 Ports successfully parsed: 5510 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 21:48:21 UTC (rev 46331) +++ trunk/dports/PortIndex 2009-02-02 21:56:15 UTC (rev 46332) @@ -4688,6 +4688,10 @@ variants {darwin_i386 mmx a52 no_gpl no_nonfree} depends_build {bin:svn:subversion port:gmake port:x264} variant_desc {darwin_i386 {Platform variant, do not select manually} mmx {enable mmx support, experimental; does not build in gcc-4.2 or xcode 3.0 gcc-4.0} a52 {enable GPLed liba52 support} no_gpl {disallow use of GPL code, license will be LGPL if +no_nonfree is selected} no_nonfree {disallow use of nonfree code, libraries and binaries will be redistributable under GPL/LGPL}} portdir multimedia/ffmpeg description {Digital VCR and streaming server} homepage http://ffmpeg.mplayerhq.hu/ epoch 0 platforms darwin name ffmpeg depends_lib {port:lame port:libvorbis port:libogg port:libtheora port:dirac port:schroedinger port:faac port:faad2 port:XviD port:libsdl port:bzip2 port:zlib port:a52dec} maintainers {acho at macports.org openmaintainer} long_description {FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/vid eo codec library. The project is made of several components: ffmpeg is a command line tool to convert one video file format to another. It also supports grabbing and encoding in real time from a TV card. ffserver is an HTTP (RTSP is being developped) multimedia streaming server for live broadcasts. Time shifting of live broadcast is also supported. ffplay is a simple media player based on SDL and on the ffmpeg libraries. libavcodec is a library containing all the ffmpeg audio/video encoders and decoders. Most codecs were developped from scratch to ensure best performances and high code reusability. libavformat is a library containing parsers and generators for all common audio/video formats.} categories multimedia version 15261 revision 3 ffmpeg-devel 1308 variants {darwin_i386 mmx no_gpl no_nonfree} depends_build {bin:svn:subversion port:gmake} variant_desc {darwin_i386 {Platform variant, do not select manually} mmx {enable mmx optimizations ; may not build in gcc-4.2 or xcode 3.0 gcc-4.0} no_gpl {disallow use of GPL code, license will be LGPL if +no_nonfree is selected} no_nonfree {disallow use of nonfree code, libraries and binaries will be redistributable under GPL/LGPL}} portdir multimedia/ffmpeg-devel description {Digital VCR and streaming server (new unstable API/ABI libavcodec version 52)} homepage http://www.ffmpeg.org/ epoch 0 platforms darwin name ffmpeg-devel depends_lib {port:lame port:libvorbis port:libogg port:libtheora port:dirac port:schroedinger port:faac port:faad2 port:XviD port:libsdl port:bzip2 port:zlib} maintainers {devans openmaintainer} long_description {FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is currently undergoing major changes in its API/ABI in libavcodec version 52. This development release reflects those changes and may break applications coded to libavcodec version 51. For the last valid revision for libavcodec version 51 (r15261) please use port ffmpeg.} categories multimedia version 16844 revision 0 +frei0r-plugins 717 +variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir multimedia/frei0r-plugins description {Plugin API for video sources and filters} homepage http://www.piksel.org/frei0r epoch 0 platforms darwin name frei0r-plugins depends_lib {port:gavl port:opencv} maintainers jmpoure long_description {frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications.} categories multimedia version 1.1.22 revision 0 +gavl 980 +variants universal depends_build {port:doxygen port:pkgconfig} variant_desc {universal {Build for multiple architectures}} portdir multimedia/gavl description {Gavl (Gmerlin Audio Video Library) is a low level library, upon which multimedia APIs can be built.} homepage http://gmerlin.sourceforge.net/gavl_frame.html epoch 0 platforms darwin name gavl maintainers jmpoure long_description {Gavl (Gmerlin Audio Video Library) is a low level library, upon which multimedia APIs can be built. Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. In addition, it handles the sometimes ugly task of converting between all these formats and provides some elementary operations (copying, scaling, alpha blending, etc).} version 1.1.0 categories multimedia revision 0 gnupod 787 variants {flac vorbis aac artwork universal} variant_desc {flac {Enable FLAC} vorbis {Enable Ogg/Vorbis} aac {Enable AAC} artwork {Enable artwork support} universal {Build for multiple architectures}} portdir multimedia/gnupod description {GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.} homepage http://blinkenlights.ch/gnupod epoch 0 platforms darwin name gnupod depends_lib {path:bin/perl:perl5 port:p5-mp3-info port:p5-digest-md5 port:p5-xml-parser port:p5-unicode-string port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate port:lame} maintainers pmq long_description {{GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.}} version 0.99.7 categories {multimedia perl} revision 0 libartnet 437 @@ -7388,6 +7392,8 @@ description {converts python scripts into executable Mac OS X apps} portdir python/py-py2app-devel homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-altgraph port:py-macholib port:py-modulegraph-devel port:py-bdist_mpkg} name py-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} categories {python devel} version 0.4.2 revision 1 py-pyb 370 description {python-based ant-like build tool} portdir python/py-pyb homepage http://pyb.sf.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pyb maintainers nomaintainer long_description {Pyb is a build tool written in Python which emulates the style of Ant using Python for build scripts instead of XML.} categories {python devel} version 0.4 revision 1 +py-pyflakes 528 +description {passive checker of Python programs} portdir python/py-pyflakes homepage http://www.divmod.org/trac/wiki/DivmodPyflakes epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-pyflakes maintainers arthurkoziel.com:arthur long_description {Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.} categories {python www} version 0.3.0 revision 0 py-pygments 533 description {Python syntax highlighter} portdir python/py-pygments homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py-setuptools name py-pygments maintainers {openmaintainer erickt at macports.org} long_description {Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.} categories {python devel} version 1.0 revision 0 py-pygpgme 484 @@ -7926,6 +7932,8 @@ description {converts python scripts into executable Mac OS X apps} portdir python/py25-py2app-devel homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-altgraph {path:\${prefix}/lib/python2.5/site-packages/macholib/__init__.py:py25-macholib} port:py25-modulegraph-devel port:py25-bdist_mpkg} name py25-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} categories {python devel} version 0.4.2 revision 1 py25-pydicom 627 description {Python Module for working with DICOM files} portdir python/py25-pydicom homepage http://code.google.com/p/pydicom/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy port:py25-zlib} name py25-pydicom maintainers {ieee.org:eborisch openmaintainer} long_description {pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM files in an easy pythonic way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.} categories python version 0.9.2 revision 0 +py25-pyflakes 534 +description {passive checker of Python programs} portdir python/py25-pyflakes homepage http://www.divmod.org/trac/wiki/DivmodPyflakes epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-pyflakes maintainers arthurkoziel.com:arthur long_description {Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.} categories {python www} version 0.3.0 revision 0 py25-pygments 559 description {Python syntax highlighter} portdir python/py25-pygments homepage http://pygments.org epoch 0 platforms darwin depends_lib {port:py25-setuptools port:py25-hashlib} name py25-pygments maintainers {openmaintainer erickt at macports.org} long_description {Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.} categories {python devel} version 1.0 revision 0 py25-pygraphviz 431 @@ -8138,6 +8146,8 @@ description {converts python scripts into executable Mac OS X apps} portdir python/py26-py2app homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-altgraph port:py26-macholib port:py26-modulegraph port:py26-bdist_mpkg} name py26-py2app maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} categories {python devel} version 0.3.6 revision 0 py26-py2app-devel 690 description {converts python scripts into executable Mac OS X apps} portdir python/py26-py2app-devel homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-altgraph {path:\${prefix}/lib/python2.6/site-packages/macholib/__init__.py:py26-macholib} port:py26-modulegraph-devel port:py26-bdist_mpkg} name py26-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} categories {python devel} version 0.4.2 revision 1 +py26-pyflakes 534 +description {passive checker of Python programs} portdir python/py26-pyflakes homepage http://www.divmod.org/trac/wiki/DivmodPyflakes epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-pyflakes maintainers arthurkoziel.com:arthur long_description {Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.} categories {python www} version 0.3.0 revision 0 py26-pygments 539 description {Python syntax highlighter} portdir python/py26-pygments homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pygments maintainers {openmaintainer erickt at macports.org} long_description {Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.} categories {python devel} version 1.0 revision 0 py26-pygresql 525 -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Mon Feb 2 14:00:25 2009 From: afb at macports.org (afb at macports.org) Date: Mon, 2 Feb 2009 14:00:25 -0800 (PST) Subject: [46333] trunk/dports/irc/xchat2/Portfile Message-ID: <20090202220025.F2B54E41FAC@beta.macosforge.org> Revision: 46333 http://trac.macports.org/changeset/46333 Author: afb at macports.org Date: 2009-02-02 14:00:25 -0800 (Mon, 02 Feb 2009) Log Message: ----------- disable xlib and xft for +quartz Modified Paths: -------------- trunk/dports/irc/xchat2/Portfile Modified: trunk/dports/irc/xchat2/Portfile =================================================================== --- trunk/dports/irc/xchat2/Portfile 2009-02-02 21:56:15 UTC (rev 46332) +++ trunk/dports/irc/xchat2/Portfile 2009-02-02 22:00:25 UTC (rev 46333) @@ -48,5 +48,7 @@ variant ssl { configure.args-append --enable-openssl } variant ipv6 { configure.args-append --enable-ipv6 } +variant quartz conflicts xft { configure.args-append --disable-xlib } + livecheck.url http://www.xchat.org/files/source/2.8/?S=D livecheck.regex xchat-(\[0-9.\]+)${extract.suffix} -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 14:34:44 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 14:34:44 -0800 (PST) Subject: [46334] trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl Message-ID: <20090202223444.914D7E42262@beta.macosforge.org> Revision: 46334 http://trac.macports.org/changeset/46334 Author: blb at macports.org Date: 2009-02-02 14:34:44 -0800 (Mon, 02 Feb 2009) Log Message: ----------- fetch/mirror_sites.tcl - add a Debian mirror group for fetching; note that in the long term there should probably be a new :tag added for mirror_sites to allow for how this works, eg: ${mirror_site}/[string index ${portname} 0]/${portname} since it uses the first character of the port as the first subdir, then the name of the port as the next subdir. For now, just use the proper subdir setting in the port using this group (see mmv for an example). Modified Paths: -------------- trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl Modified: trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl =================================================================== --- trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl 2009-02-02 22:00:25 UTC (rev 46333) +++ trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl 2009-02-02 22:34:44 UTC (rev 46334) @@ -41,6 +41,40 @@ http://archive.apache.org/dist/ } +# Note that mirror_sites aren't intelligent enough to handle how this should +# work automatically (which is, append first letter of port name, then +# port name) so just use a basic form here and fake it in ports that need +# to use this. +set portfetch::mirror_sites::sites(debian) { + ftp://ftp.us.debian.org/debian/pool/main/:nosubdir + ftp://ftp.au.debian.org/debian/pool/main/:nosubdir + ftp://ftp.bg.debian.org/debian/pool/main/:nosubdir + ftp://ftp.cl.debian.org/debian/pool/main/:nosubdir + ftp://ftp.cz.debian.org/debian/pool/main/:nosubdir + ftp://ftp.de.debian.org/debian/pool/main/:nosubdir + ftp://ftp.ee.debian.org/debian/pool/main/:nosubdir + ftp://ftp.es.debian.org/debian/pool/main/:nosubdir + ftp://ftp.fi.debian.org/debian/pool/main/:nosubdir + ftp://ftp.fr.debian.org/debian/pool/main/:nosubdir + ftp://ftp.hk.debian.org/debian/pool/main/:nosubdir + ftp://ftp.hr.debian.org/debian/pool/main/:nosubdir + ftp://ftp.hu.debian.org/debian/pool/main/:nosubdir + ftp://ftp.ie.debian.org/debian/pool/main/:nosubdir + ftp://ftp.is.debian.org/debian/pool/main/:nosubdir + ftp://ftp.it.debian.org/debian/pool/main/:nosubdir + ftp://ftp.jp.debian.org/debian/pool/main/:nosubdir + ftp://ftp.nl.debian.org/debian/pool/main/:nosubdir + ftp://ftp.no.debian.org/debian/pool/main/:nosubdir + ftp://ftp.pl.debian.org/debian/pool/main/:nosubdir + ftp://ftp.ru.debian.org/debian/pool/main/:nosubdir + ftp://ftp.se.debian.org/debian/pool/main/:nosubdir + ftp://ftp.si.debian.org/debian/pool/main/:nosubdir + ftp://ftp.sk.debian.org/debian/pool/main/:nosubdir + ftp://ftp.uk.debian.org/debian/pool/main/:nosubdir + ftp://ftp.wa.au.debian.org/debian/pool/main/:nosubdir + ftp://ftp2.de.debian.org/debian/pool/main/:nosubdir +} + set portfetch::mirror_sites::sites(freebsd) { ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/:nosubdir ftp://ftp5.freebsd.org/pub/FreeBSD/ports/local-distfiles/:nosubdir -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 14:35:19 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 14:35:19 -0800 (PST) Subject: [46335] trunk/dports/sysutils Message-ID: <20090202223519.48610E42289@beta.macosforge.org> Revision: 46335 http://trac.macports.org/changeset/46335 Author: blb at macports.org Date: 2009-02-02 14:35:18 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port - mmv, Move/Copy/Append/Link multiple files; ticket #18334 Added Paths: ----------- trunk/dports/sysutils/mmv/ trunk/dports/sysutils/mmv/Portfile Added: trunk/dports/sysutils/mmv/Portfile =================================================================== --- trunk/dports/sysutils/mmv/Portfile (rev 0) +++ trunk/dports/sysutils/mmv/Portfile 2009-02-02 22:35:18 UTC (rev 46335) @@ -0,0 +1,49 @@ +# $Id$ + +PortSystem 1.0 +name mmv +set base_version 1.01b +version ${base_version}-14 +categories sysutils +maintainers blb openmaintainer +description Move/Copy/Append/Link multiple files +long_description ${description} + +platforms darwin + +homepage http://linux.maruhn.com/sec/mmv.html +master_sites debian:m/${name} +distname ${name}_${base_version}.orig +set patch_distfile ${name}_${base_version}-14.diff.gz +distfiles-append ${patch_distfile} +worksrcdir ${name}-${base_version}.orig + +checksums ${name}_${base_version}.orig${extract.suffix} \ + md5 1b2135ab2f17bdfa9e08debbb3c46ad8 \ + sha1 538a26b1d7e8b9bc286843e6aa2d8d959d8914bb \ + rmd160 b268bd5ec5149a4628b73844221f6f60b026e80b \ + ${patch_distfile} \ + md5 a69eff7501e63c0bd1fcd231bf6949f1 \ + sha1 c0d281c5c568597206ae56a46ed5629e32971cde \ + rmd160 3e37f7fba0c3446890a517750d70ce3b25ad3fc9 + +extract.only ${name}_${base_version}.orig${extract.suffix} + +patch { + system "cd ${worksrcpath} && gunzip -c ${distpath}/${patch_distfile} | patch" +} + +use_configure no + +build.cmd ${configure.cc} +build.target -o ${name} ${name}.c + +destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin + xinstall -m 644 -W ${worksrcpath} ${name}.1 \ + ${destroot}${prefix}/share/man/man1 + xinstall -m 644 -W ${worksrcpath} ANNOUNCE ARTICLE changelog copyright \ + ${destroot}${prefix}/share/doc/${name} +} + Property changes on: trunk/dports/sysutils/mmv/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 14:52:34 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 14:52:34 -0800 (PST) Subject: [46336] trunk/dports/PortIndex Message-ID: <20090202225235.0B755E425B3@beta.macosforge.org> Revision: 46336 http://trac.macports.org/changeset/46336 Author: portindex at macports.org Date: 2009-02-02 14:52:33 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5514 Ports successfully parsed: 5514 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 22:35:18 UTC (rev 46335) +++ trunk/dports/PortIndex 2009-02-02 22:52:33 UTC (rev 46336) @@ -3212,8 +3212,8 @@ variants {lua perl ruby tls universal} variant_desc {lua {Bindings for lua plugins} perl {Bindings for perl plugins} ruby {Bindings for ruby plugins} tls {Support for secure connecting} universal {Build for multiple architectures}} portdir irc/weechat description {Fast, light & extensible IRC client} homepage http://weechat.flashtux.org/ epoch 0 platforms darwin name weechat depends_lib {port:gettext port:libiconv port:ncursesw} maintainers {milosh openmaintainer} long_description {WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - nicklist - smart hotlist - infobar with highlight notification - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - and much more!} version 0.2.6 categories irc revision 0 xchat 498 variants {darwin_i386 universal} variant_desc {darwin_i386 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir irc/xchat description {GTK+ IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat depends_lib {port:gettext port:gtk1} maintainers nomaintainer long_description {XChat is a graphical IRC client based on GTK that has many features and can be scripted with Perl and/or Python.} version 1.8.11 categories irc revision 1 -xchat2 598 -variants {darwin_6 darwin_7 xft ssl ipv6 universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir irc/xchat2 description {GTK+2 IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat2 depends_lib {port:gtk2 path:bin/perl:perl5} maintainers {afb at macports.org openmaintainer} long_description {XChat2 is a graphical IRC client based on GTK2 that has many features and can be scripted with Perl and/or Python.} version 2.8.6 categories irc revision 1 +xchat2 605 +variants {darwin_6 darwin_7 xft ssl ipv6 quartz universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir irc/xchat2 description {GTK+2 IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat2 depends_lib {port:gtk2 path:bin/perl:perl5} maintainers {afb at macports.org openmaintainer} long_description {XChat2 is a graphical IRC client based on GTK2 that has many features and can be scripted with Perl and/or Python.} version 2.8.6 categories irc revision 1 aspectj 396 variants universal variant_desc {universal {Build for multiple architectures}} portdir java/aspectj description {seamless aspect-oriented extension to the Java language} homepage http://www.eclipse.org/aspectj/ epoch 0 platforms darwin name aspectj maintainers mww long_description {{seamless aspect-oriented extension to the Java language}} version 1.6.2 categories {java lang devel} revision 0 beanshell 935 @@ -7340,6 +7340,8 @@ description {python module for creating two-dimensional graphics} portdir python/py-piddle homepage http://piddle.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-piddle maintainers nomaintainer long_description {PIDDLE is a Python module for creating two-dimensional graphics in a manner that is both cross-platform and cross-media. That is, it can support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file output (PostScript, PDF, GIF, etc.).} categories {python graphics} version 1.0.15 revision 1 py-pil 505 description {Python Imaging Library} portdir python/py-pil homepage http://www.pythonware.com/ epoch 0 platforms {darwin freebsd} depends_lib {port:python24 port:jpeg port:freetype port:zlib} name py-pil maintainers nomaintainer long_description {The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.} categories {python graphics} version 1.1.6 revision 0 +py-pip 462 +description {An easy_install replacement} portdir python/py-pip homepage http://pip.openplans.org/ epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-pip maintainers arthurkoziel.com:arthur long_description {pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.} categories {python www} version 0.3.1 revision 0 py-pipedream 716 description {python module for easy communication over pipes} portdir python/py-pipedream homepage http://www.speakeasy.org/~bob_green/pipedream/ epoch 0 platforms darwin depends_lib port:python24 name py-pipedream maintainers nomaintainer long_description {pipedream is a Python module intended to simplify launching and communicating with child processes over pipes. It provides a simple API based on cross-platform abstractions so the programmer does not need to manage launching child processes, opening and closing pipes, timeouts, or platform-specific peculiarities. It is especially useful for communicating with interactive programs which use stdin/stdout/stderr.} categories python version 0.2.0 revision 1 py-plex 662 @@ -7914,6 +7916,8 @@ description {python DB-API 2.0 compliant interface to postgresql (8.2)} portdir python/py25-pgsql homepage http://pypgsql.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:postgresql82 port:py25-mx-base} name py25-pgsql maintainers dluke at geeklair.net long_description {pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.} categories {python databases} version 2.5.1 revision 1 py25-pil 518 description {Python Imaging Library} portdir python/py25-pil homepage http://www.pythonware.com/ epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:jpeg port:freetype port:zlib} name py25-pil maintainers stechert at macports.org long_description {The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.} categories {python graphics} version 1.1.6 revision 0 +py25-pip 468 +description {An easy_install replacement} portdir python/py25-pip homepage http://pip.openplans.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-pip maintainers arthurkoziel.com:arthur long_description {pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.} categories {python www} version 0.3.1 revision 0 py25-ply 325 description {lex and yacc implementation for Python} portdir python/py25-ply homepage http://www.dabeaz.com/ply/ epoch 0 platforms darwin depends_lib port:python25 name py25-ply maintainers {nox openmaintainer} long_description {{lex and yacc implementation for Python}} categories {python lang devel} version 2.5 revision 0 py25-pmw 389 @@ -8140,6 +8144,8 @@ description {python module for better controlling other applications} portdir python/py26-pexpect homepage http://pexpect.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-pexpect maintainers {ram openmaintainer} long_description {Pexpect makes Python a better tool for controlling other applications. It is a pure Python module for spawning child applications, controlling them and responding to expected patterns in their output. Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.} categories python version 2.3 revision 0 py26-pil 530 description {Python Imaging Library} portdir python/py26-pil homepage http://www.pythonware.com/products/pil/ epoch 0 platforms {darwin freebsd} depends_lib {port:python26 port:jpeg port:freetype port:zlib} name py26-pil maintainers {jmr openmaintainer} long_description {The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.} categories {python graphics} version 1.1.6 revision 0 +py26-pip 468 +description {An easy_install replacement} portdir python/py26-pip homepage http://pip.openplans.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-pip maintainers arthurkoziel.com:arthur long_description {pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.} categories {python www} version 0.3.1 revision 0 py26-psyco 459 variants darwin_i386 variant_desc {darwin_i386 {Platform variant, do not select manually}} portdir python/py26-psyco description {a python specializing compiler} homepage http://psyco.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-psyco maintainers {jmr openmaintainer} long_description {Psyco is a Python extension module which can massively speed up the execution of any Python code.} categories python version 1.6 revision 0 py26-py2app 610 @@ -9182,6 +9188,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir sysutils/memcached description {A high performance, distributed memory object caching system.} homepage http://www.danga.com/memcached/ epoch 0 platforms darwin name memcached depends_lib port:libevent long_description {Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.} maintainers brett at macports.org version 1.2.6 categories sysutils revision 0 mkpwd 276 portdir sysutils/mkpwd platforms darwin description {mkpwd is a scalable password generator} name mkpwd version 0.7 categories sysutils homepage http://www.o-schroeder.de/ revision 0 epoch 0 maintainers nomaintainer long_description {{mkpwd is a scalable password generator}} +mmv 291 +portdir sysutils/mmv description {Move/Copy/Append/Link multiple files} platforms darwin name mmv version 1.01b-14 categories sysutils homepage http://linux.maruhn.com/sec/mmv.html revision 0 epoch 0 maintainers {blb openmaintainer} long_description {{Move/Copy/Append/Link multiple files}} monit 1311 variants {freebsd netbsd openbsd universal} depends_build {bin:flex:flex bin:bison:bison} variant_desc {freebsd {Platform variant, do not select manually} netbsd {Platform variant, do not select manually} openbsd {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir sysutils/monit description {monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system.} homepage http://www.tildeslash.com/monit/ epoch 0 platforms {darwin freebsd linux netbsd openbsd solaris} name monit depends_lib port:openssl maintainers eridius at macports.org long_description {Monit can start a process if it does not run, restart a process if it does not respond and stop a process if it uses too many resources. You can use monit to monitor files, directories and devices for changes, such as timestamp changes, checksum changes or size changes. You can also monitor remote {hosts;} monit can ping a remote host and can chec k TCP/IP port connections and server protocols. Monit is controlled via an easy to use control file based on a free-format, token-oriented syntax. Monit logs to syslog or to its own log file and notifies you about error conditions and recovery status via customizable alert.} categories sysutils version 4.10.1 revision 0 moreutils 946 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Mon Feb 2 15:35:56 2009 From: ram at macports.org (ram at macports.org) Date: Mon, 2 Feb 2009 15:35:56 -0800 (PST) Subject: [46337] trunk/dports/sysutils/duplicity/Portfile Message-ID: <20090202233556.E9A0FE42AD0@beta.macosforge.org> Revision: 46337 http://trac.macports.org/changeset/46337 Author: ram at macports.org Date: 2009-02-02 15:35:56 -0800 (Mon, 02 Feb 2009) Log Message: ----------- sysutils/duplicity: update to 0.5.08 Modified Paths: -------------- trunk/dports/sysutils/duplicity/Portfile Modified: trunk/dports/sysutils/duplicity/Portfile =================================================================== --- trunk/dports/sysutils/duplicity/Portfile 2009-02-02 22:52:33 UTC (rev 46336) +++ trunk/dports/sysutils/duplicity/Portfile 2009-02-02 23:35:56 UTC (rev 46337) @@ -4,7 +4,7 @@ PortGroup python25 1.0 name duplicity -version 0.5.07 +version 0.5.08 categories sysutils platforms darwin maintainers ram openmaintainer @@ -22,9 +22,9 @@ master_sites http://savannah.nongnu.org/download/duplicity/ \ http://download.savannah.gnu.org/releases-noredirect/duplicity/ -checksums md5 a8c8c77a912a63d7bc1511ee90c932f5 \ - sha1 a2fb5a9c0bf3f7705899b375ea6d1f398d5960b6 \ - rmd160 1a30605376dbb94619c971b924989af0ce477bc1 +checksums md5 84da35fa00eb4741e5ab5bade56c40cf \ + sha1 dade5da99df424ce3c7848a25a7c5fc67ba403ca \ + rmd160 b19401a1b097443d50c21151a226a861d484b241 depends_lib-append port:librsync \ port:gnupg -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 15:55:02 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 15:55:02 -0800 (PST) Subject: [46338] trunk/dports/PortIndex Message-ID: <20090202235503.E4B66E43B29@beta.macosforge.org> Revision: 46338 http://trac.macports.org/changeset/46338 Author: portindex at macports.org Date: 2009-02-02 15:55:02 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5514 Ports successfully parsed: 5514 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-02 23:35:56 UTC (rev 46337) +++ trunk/dports/PortIndex 2009-02-02 23:55:02 UTC (rev 46338) @@ -9079,7 +9079,7 @@ duff 429 variants universal variant_desc {universal {Build for multiple architectures}} portdir sysutils/duff description {Unix command-line utility for quickly finding duplicates in a given set of files} homepage http://duff.sourceforge.net epoch 0 platforms darwin name duff maintainers pmq long_description {{Unix command-line utility for quickly finding duplicates in a given set of files}} version 0.4 categories sysutils revision 0 duplicity 821 -portdir sysutils/duplicity description {Encrypted bandwidth-efficient backup.} homepage http://www.nongnu.org/duplicity/index.html epoch 0 depends_run {port:py25-gnupg port:py25-boto port:py25-zlib port:py25-hashlib port:ncftp} platforms darwin depends_lib {port:python25 port:librsync port:gnupg} name duplicity maintainers {ram openmaintainer} long_description {Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.} categories sysutils version 0.5.07 revision 0 +portdir sysutils/duplicity description {Encrypted bandwidth-efficient backup.} homepage http://www.nongnu.org/duplicity/index.html epoch 0 depends_run {port:py25-gnupg port:py25-boto port:py25-zlib port:py25-hashlib port:ncftp} platforms darwin depends_lib {port:python25 port:librsync port:gnupg} name duplicity maintainers {ram openmaintainer} long_description {Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.} categories sysutils version 0.5.08 revision 0 dvdrtools 529 variants {darwin universal} variant_desc {darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir sysutils/dvdrtools description {a fork of cdrtools DVD writer support} homepage http://www.nongnu.org/dvdrtools/ epoch 0 platforms darwin name dvdrtools maintainers nomaintainer long_description {{Linux dvd-rw/dvd-r writing made easy and free...} Dvdrtools is a fork of cdrtools, with the primary goal of supporting writable DVD drives.} version 0.2.1 categories sysutils revision 0 dvdrw-tools 355 -------------- next part -------------- An HTML attachment was scrubbed... URL: From wsiegrist at apple.com Mon Feb 2 16:04:57 2009 From: wsiegrist at apple.com (wsiegrist at apple.com) Date: Mon, 2 Feb 2009 16:04:57 -0800 (PST) Subject: [46339] trunk/base/portmgr/jobs/mprsyncup Message-ID: <20090203000458.4C96FE447BE@beta.macosforge.org> Revision: 46339 http://trac.macports.org/changeset/46339 Author: wsiegrist at apple.com Date: 2009-02-02 16:04:54 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Cleanup working copies as needed before attempting to update Modified Paths: -------------- trunk/base/portmgr/jobs/mprsyncup Modified: trunk/base/portmgr/jobs/mprsyncup =================================================================== --- trunk/base/portmgr/jobs/mprsyncup 2009-02-02 23:55:02 UTC (rev 46338) +++ trunk/base/portmgr/jobs/mprsyncup 2009-02-03 00:04:54 UTC (rev 46339) @@ -35,6 +35,7 @@ # Commands we need: SVN="/opt/local/bin/svn -q --non-interactive" +CLEANUP="/opt/local/bin/svn --non-interactive cleanup" RSYNC="/usr/bin/rsync -q" RM="/bin/rm" MKDIR="/bin/mkdir" @@ -51,6 +52,10 @@ SVNURL=http://svn.macports.org/repository/macports RELEASE_URL_FILE=config/RELEASE_URL +# cleanup up the working copy if it is locked +if [ -f ${TBASE}/.svn/lock ]; then + ${CLEANUP} ${TBASE} +fi # Update/checkout trunk's base, export and rsync it to the rsync repos location (${RSYNCROOT}): if [ -d ${TBASE}/.svn ]; then @@ -94,10 +99,14 @@ fi ${RSYNC} -a -I --delete ${RBASE}-export/ ${RSYNCROOT}/release/base && ${RM} -rf ${RBASE}-export +# clean up the working copy if it is locked +if [ -f ${PORTS}/.svn/lock ]; then + ${CLEANUP} ${PORTS} +fi # Update/checkout the ports tree, export it and rsync it to ${RSYNCROOT}/release/ports: if [ -d ${PORTS}/.svn ]; then - ${SVN} update ${PORTS} + ${SVN} update ${PORTS} else ${SVN} checkout ${SVNURL}/trunk/dports ${PORTS} fi @@ -126,3 +135,4 @@ cd trunk ${RM} -rf dports && ${LN} -s ../release/ports dports fi + -------------- next part -------------- An HTML attachment was scrubbed... URL: From brett at macports.org Mon Feb 2 19:08:47 2009 From: brett at macports.org (brett at macports.org) Date: Mon, 2 Feb 2009 19:08:47 -0800 (PST) Subject: [46340] trunk/dports/devel/libmemcached/Portfile Message-ID: <20090203030848.0AC24E4C7B2@beta.macosforge.org> Revision: 46340 http://trac.macports.org/changeset/46340 Author: brett at macports.org Date: 2009-02-02 19:08:47 -0800 (Mon, 02 Feb 2009) Log Message: ----------- update libmemcached hash Modified Paths: -------------- trunk/dports/devel/libmemcached/Portfile Modified: trunk/dports/devel/libmemcached/Portfile =================================================================== --- trunk/dports/devel/libmemcached/Portfile 2009-02-03 00:04:54 UTC (rev 46339) +++ trunk/dports/devel/libmemcached/Portfile 2009-02-03 03:08:47 UTC (rev 46340) @@ -13,6 +13,6 @@ platforms darwin homepage http://tangent.org/552/libmemcached.html master_sites http://download.tangent.org/ -checksums sha1 04bc185b75b12ca09123cb45b8bc07dcf100e650 +checksums sha1 cc56e221536d046a191481172630ec6c0d37ed14 configure.args --mandir=${prefix}/share/man -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 20:17:05 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 20:17:05 -0800 (PST) Subject: [46341] trunk/dports/graphics Message-ID: <20090203041706.5C03BE4D4B6@beta.macosforge.org> Revision: 46341 http://trac.macports.org/changeset/46341 Author: blb at macports.org Date: 2009-02-02 20:17:04 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port - graphics/nifticlib, niftilib is a collection of i/o routines for the nifti1 neuroimage data format Ticket #17932 Added Paths: ----------- trunk/dports/graphics/nifticlib/ trunk/dports/graphics/nifticlib/Portfile Added: trunk/dports/graphics/nifticlib/Portfile =================================================================== --- trunk/dports/graphics/nifticlib/Portfile (rev 0) +++ trunk/dports/graphics/nifticlib/Portfile 2009-02-03 04:17:04 UTC (rev 46341) @@ -0,0 +1,23 @@ +# -*- vim: set syn=tcl: +# $Id$ +PortSystem 1.0 + +name nifticlib +version 1.1.0 +categories graphics science +maintainers ucla.edu:jameskyle +description niftilib is a collection of i/o routines for the nifti1 neuroimage data format. +long_description niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df + +homepage http://sourceforge.net/projects/niftilib +platforms darwin +master_sites sourceforge:niftilib +checksums md5 671c020b3ad54ecdae595983a7d73f79 \ + sha1 f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \ + rmd160 3d70405085b3c432638baa48c71669b1235d385e + +depends_build port:cmake +configure.cmd cmake + +configure.pre_args +configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} Property changes on: trunk/dports/graphics/nifticlib/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 20:52:08 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 20:52:08 -0800 (PST) Subject: [46342] trunk/dports/PortIndex Message-ID: <20090203045209.B8BFEE4DE4B@beta.macosforge.org> Revision: 46342 http://trac.macports.org/changeset/46342 Author: portindex at macports.org Date: 2009-02-02 20:52:08 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5515 Ports successfully parsed: 5515 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 04:17:04 UTC (rev 46341) +++ trunk/dports/PortIndex 2009-02-03 04:52:08 UTC (rev 46342) @@ -3008,6 +3008,8 @@ variants gtk1 variant_desc {gtk1 {use GTK+1 instead of GTK+2}} portdir graphics/mtpaint description {Mark Tyler's Painting Program} homepage http://mtpaint.sourceforge.net/ epoch 0 platforms darwin name mtpaint depends_lib {port:libpng port:gtk2 port:freetype} maintainers {afb at macports.org openmaintainer} long_description {mtPaint is a painting program which Mark Tyler developed from scratch so he could easily create pixel art and manipulate digital photos.} version 3.20 categories graphics revision 0 netpbm 845 variants {darwin linux freebsd darwin_8} depends_build path:bin/perl:perl5 variant_desc {darwin {Platform variant, do not select manually} linux {Platform variant, do not select manually} freebsd {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually}} portdir graphics/netpbm description {Image manipulation} homepage http://netpbm.sourceforge.net/ epoch 0 platforms {darwin freebsd linux} name netpbm depends_lib {port:zlib port:jpeg port:tiff port:libpng port:jasper} maintainers {mas openmaintainer} long_description {A whole bunch of utilities for primitive manipulation of graphic images. Wide array of converters from one graphics format to another. E.g. from g3 fax format to jpeg. Many basic graphics editing tools such as magnifying and cropping.} categories graphics version 10.26.58 revision 0 +nifticlib 675 +variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir graphics/nifticlib description {niftilib is a collection of i/o routines for the nifti1 neuroimage data format.} homepage http://sourceforge.net/projects/niftilib epoch 0 platforms darwin name nifticlib maintainers ucla.edu:jameskyle long_description {niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df} version 1.1.0 categories {graphics science} revision 0 nip2 533 variants universal depends_build {port:swig port:p5-xml-parser} variant_desc {universal {Build for multiple architectures}} portdir graphics/nip2 description {nip2 is a user-interface to the VIPS image processing library.} homepage http://www.vips.ecs.soton.ac.uk epoch 0 platforms darwin name nip2 depends_lib {port:fftw-3 port:vips port:gtk2 port:gsl} long_description {nip2 is an image processing spreadsheet. It's good for large images and for colour.} maintainers gmail.com:jcupitt categories graphics version 7.14.1 revision 0 ocrad 614 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 20:59:04 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 20:59:04 -0800 (PST) Subject: [46343] trunk/dports/python Message-ID: <20090203045904.886E3E4E0A1@beta.macosforge.org> Revision: 46343 http://trac.macports.org/changeset/46343 Author: blb at macports.org Date: 2009-02-02 20:59:04 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port - python/py25-pynifti, PyNIfTI aims to provide easy access to NIfTI images from within Python Ticket #17933 Added Paths: ----------- trunk/dports/python/py25-pynifti/ trunk/dports/python/py25-pynifti/Portfile trunk/dports/python/py25-pynifti/files/ trunk/dports/python/py25-pynifti/files/patch-setup-py.diff Added: trunk/dports/python/py25-pynifti/Portfile =================================================================== --- trunk/dports/python/py25-pynifti/Portfile (rev 0) +++ trunk/dports/python/py25-pynifti/Portfile 2009-02-03 04:59:04 UTC (rev 46343) @@ -0,0 +1,43 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-pynifti +version 0.20081017.1 +categories python +platforms darwin +maintainers ucla.edu:jameskyle +description PyNIfTI aims to provide easy access to NIfTI images from within Python. +long_description ${description}. It uses SWIG-generated wrappers for the NIfTI reference library and provides the NiftiImage class for Python-style access to the image data. + +homepage http://niftilib.sourceforge.net/pynifti +master_sites http://superb-east.dl.sourceforge.net/sourceforge/niftilib/ + +checksums md5 ba16ec77ed1a11c8ca0ef77609c0050a \ + sha1 a03bfe228d937bbcf034d490ac9777caceae8d48 \ + rmd160 f63d3bde0db3ccdfa24ac172b70bb47e141c5503 + +depends_lib-append port:py25-numpy \ + port:nifticlib \ + port:swig + +build.env CCFLAGS="-I${prefix}/include -L${prefix}/lib -I${prefix}/include/nifti" + +distfiles pynifti_${version}${extract.suffix} +worksrcdir pynifti-${version} +patchfiles patch-setup-py.diff +post-patch { + reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py +} + +pre-fetch { + if {![llength [glob -nocomplain ${prefix}/share/swig/*/python/python.swg]]} { + ui_error "The python variant of swig is not installed. Please run" + ui_error "the following commands:" + ui_error "$ sudo port uninstall swig" + ui_error "$ sudo port install swig +python" + error "python variant of swig required" + } +} Property changes on: trunk/dports/python/py25-pynifti/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/python/py25-pynifti/files/patch-setup-py.diff =================================================================== --- trunk/dports/python/py25-pynifti/files/patch-setup-py.diff (rev 0) +++ trunk/dports/python/py25-pynifti/files/patch-setup-py.diff 2009-02-03 04:59:04 UTC (rev 46343) @@ -0,0 +1,13 @@ +--- setup.py.old 2009-01-09 07:04:18.000000000 -0800 ++++ setup.py 2009-01-09 09:08:43.000000000 -0800 +@@ -48,8 +48,8 @@ + else: + # otherwise we'll just tried a few things + if not sys.platform.startswith('win'): +- include_dirs += [ '/usr/local/include/nifti', +- '/usr/include/nifti' ] ++ include_dirs += [ '@@PREFIX@@/include/nifti',] ++ library_dirs.append('@@PREFIX@@/lib') + else: + # clueless on windows + pass -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 21:08:38 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 21:08:38 -0800 (PST) Subject: [46344] trunk/dports/python Message-ID: <20090203050838.F35CEE4E1E5@beta.macosforge.org> Revision: 46344 http://trac.macports.org/changeset/46344 Author: blb at macports.org Date: 2009-02-02 21:08:38 -0800 (Mon, 02 Feb 2009) Log Message: ----------- New port - python/py25-pymvpa, PyMVPA is a Python module intended to ease pattern classification analyses of large datasets Ticket #17935 Added Paths: ----------- trunk/dports/python/py25-pymvpa/ trunk/dports/python/py25-pymvpa/Portfile trunk/dports/python/py25-pymvpa/files/ trunk/dports/python/py25-pymvpa/files/patch-mvpa.diff Added: trunk/dports/python/py25-pymvpa/Portfile =================================================================== --- trunk/dports/python/py25-pymvpa/Portfile (rev 0) +++ trunk/dports/python/py25-pymvpa/Portfile 2009-02-03 05:08:38 UTC (rev 46344) @@ -0,0 +1,64 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-pymvpa +version current +#version 0.4 +categories python + +platforms darwin +maintainers ucla.edu:jameskyle +description PyMVPA is a Python module intended to ease pattern classification analyses of large datasets. + +long_description ${description}. In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typical processing steps and a number of implementations of some popular algorithms. + +homepage http://www.pymvpa.org +fetch.type git +git.url git://git.debian.org/git/pkg-exppsy/pymvpa.git +#git.branch origin/maint/0.4 + +depends_lib port:py25-numpy \ + port:git-core +configure.args + +build.env CFLAGS='-I${prefix}/include -L${prefix}/lib' + +patch.pre_args -p1 +patchfiles patch-mvpa.diff + +default_variants +pywavelets +libsvm +hcluster +pynifti + +variant scipy description {Add support for scipy libraries} { + depends_lib-append port:py25-scipy +} + +variant pynifti description {Add support for the Nifti file format} { + depends_lib-append port:py25-pynifti +} + +variant hcluster description {perform cluster analysis and plot dendograms of results} { + depends_lib-append port:py25-hcluster +} + +variant libsvm description {compile the libsvm classifier extension} { + depends_lib-append port:libsvm \ + port:swig + configure.args --with-libsvm +} + +variant matplotlib description {include support for the matplotlib library} { + ui_msg "The default matplotlib build may fail to compile." + ui_msg "If this is the case, please build with +wxpython variant." + depends_lib-append port:py25-matplotlib +} + +variant pywavelet description {include support for pywavelet module} { + depends_lib-append port:py25-PyWavelets +} +build { + system "cd ${worksrcpath} && ${build.env} python2.5 setup.py build_ext ${configure.args}" + system "cd ${worksrcpath} && ${build.env} python2.5 setup.py build ${configure.args}" +} Property changes on: trunk/dports/python/py25-pymvpa/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/python/py25-pymvpa/files/patch-mvpa.diff =================================================================== --- trunk/dports/python/py25-pymvpa/files/patch-mvpa.diff (rev 0) +++ trunk/dports/python/py25-pymvpa/files/patch-mvpa.diff 2009-02-03 05:08:38 UTC (rev 46344) @@ -0,0 +1,14 @@ +diff --git a/mvpa/clfs/libsvmc/svmc.i b/mvpa/clfs/libsvmc/svmc.i +index 2b50c85..16bfa5d 100644 +--- a/mvpa/clfs/libsvmc/svmc.i ++++ b/mvpa/clfs/libsvmc/svmc.i +@@ -146,9 +146,6 @@ struct svm_model + // 0 if svm_model is created by svm_train + }; + +-/* one really wants to configure verbosity within python! */ +-void svm_set_verbosity(int verbosity_flag); +- + struct svm_model *svm_train(const struct svm_problem *prob, const struct svm_parameter *param); + + void svm_cross_validation(const struct svm_problem *prob, const struct svm_parameter *param, int nr_fold, double *target); -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 21:14:57 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 21:14:57 -0800 (PST) Subject: [46345] trunk/dports/science/uclatools/Portfile Message-ID: <20090203051457.6B166E4E575@beta.macosforge.org> Revision: 46345 http://trac.macports.org/changeset/46345 Author: blb at macports.org Date: 2009-02-02 21:14:56 -0800 (Mon, 02 Feb 2009) Log Message: ----------- science/uclatools - version update to 1.0.3, ticket #17702 Modified Paths: -------------- trunk/dports/science/uclatools/Portfile Modified: trunk/dports/science/uclatools/Portfile =================================================================== --- trunk/dports/science/uclatools/Portfile 2009-02-03 05:08:38 UTC (rev 46344) +++ trunk/dports/science/uclatools/Portfile 2009-02-03 05:14:56 UTC (rev 46345) @@ -3,7 +3,7 @@ PortSystem 1.0 name uclatools -version 1.0.1 +version 1.0.3 categories science graphics maintainers jameskyle at ucla.edu description Set of utilities for converting, analysing, and manipulating MRI image data. @@ -12,9 +12,9 @@ homepage http://www.ccn.ucla.edu/BMCweb/SharedCode/SharedSoftware.html platforms darwin master_sites http://www.ccn.ucla.edu/jkyle/ -checksums md5 9d3aa05f89fc4979bbfeccbb43c3624e \ - sha1 798387529b586f949eb52bbe7ba92440cbeb1c99 \ - rmd160 ccf0dd99d3886c6c1bbb55cbc277d5e2460ea0b6 +checksums md5 48246c595203f7c17bc1956d65ce58e5 \ + sha1 0e1c010ee5406ca2677569cc0588e8dd30cb7746 \ + rmd160 e57fed6bdaa6d85e2c75fde99f391f2c4c6d593a depends_build port:cmake configure.cmd cmake -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Mon Feb 2 21:30:15 2009 From: devans at macports.org (devans at macports.org) Date: Mon, 2 Feb 2009 21:30:15 -0800 (PST) Subject: [46346] trunk/dports/graphics/podofo/Portfile Message-ID: <20090203053015.BE85EE4EF8F@beta.macosforge.org> Revision: 46346 http://trac.macports.org/changeset/46346 Author: devans at macports.org Date: 2009-02-02 21:30:15 -0800 (Mon, 02 Feb 2009) Log Message: ----------- podofo: update to version 0.7.0. Modified Paths: -------------- trunk/dports/graphics/podofo/Portfile Modified: trunk/dports/graphics/podofo/Portfile =================================================================== --- trunk/dports/graphics/podofo/Portfile 2009-02-03 05:14:56 UTC (rev 46345) +++ trunk/dports/graphics/podofo/Portfile 2009-02-03 05:30:15 UTC (rev 46346) @@ -4,7 +4,7 @@ PortSystem 1.0 name podofo -version 0.6.0 +version 0.7.0 categories graphics maintainers devans openmaintainer platforms darwin @@ -20,9 +20,9 @@ modify their contents into memory. The changes can be written back to disk easily. \ The parser can also be used to extract information from a PDF file. -checksums md5 9edb284172b33b3533a90182a3ce5b0f \ - sha1 1a050850a1ea04ce904ac159022f040baad0dfbb \ - rmd160 cf9355ecda501a0be3f4f38fecd43725f48eb4aa +checksums md5 b9623fd9279fca49f7cdd5c1fed182b1 \ + sha1 bd9862770c99f5790e6be53a57c77c5d4796d841 \ + rmd160 37721670a706da614b61ec9620fb1ef46aaff4ae depends_build port:cmake @@ -31,7 +31,9 @@ port:jpeg \ port:tiff \ port:zlib \ - port:cppunit + port:cppunit \ + port:openssl \ + port:lua configure.cmd cmake configure.args -G \"Unix Makefiles\" \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Feb 2 21:52:21 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 2 Feb 2009 21:52:21 -0800 (PST) Subject: [46347] trunk/dports/PortIndex Message-ID: <20090203055222.23DFAE4F342@beta.macosforge.org> Revision: 46347 http://trac.macports.org/changeset/46347 Author: portindex at macports.org Date: 2009-02-02 21:52:20 -0800 (Mon, 02 Feb 2009) Log Message: ----------- Total number of ports parsed: 5517 Ports successfully parsed: 5517 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 05:30:15 UTC (rev 46346) +++ trunk/dports/PortIndex 2009-02-03 05:52:20 UTC (rev 46347) @@ -3040,8 +3040,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/pngmeta description {Pngmeta is a tool for extracting metadata from PNG (Portable Network Graphics) files.} homepage http://pmt.sourceforge.net/pngmeta/ epoch 0 platforms {darwin freebsd} name pngmeta depends_lib {port:libpng port:zlib} long_description {{Pngmeta is a tool for extracting metadata from PNG (Portable Network Graphics) files.}} maintainers nomaintainer version 1.11 categories graphics revision 1 pngpp 382 description {A simplified input/output library for PNG files} portdir graphics/pngpp homepage http://savannah.nongnu.org/projects/pngpp/ epoch 0 platforms darwin name pngpp depends_lib port:libpng maintainers sfiera long_description {pngpp provides a C++ wrapper for the libpng that greatly simplifies the reading and writing PNG files} version 0.2.1 categories graphics revision 0 -podofo 762 -variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir graphics/podofo description {PoDoFo is a library to work with the PDF file format.} homepage http://podofo.sourceforge.net/ epoch 0 platforms darwin name podofo depends_lib {port:fontconfig port:freetype port:jpeg port:tiff port:zlib port:cppunit} maintainers {devans openmaintainer} long_description {PoDoFo is a library to work with the PDF file format. The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file.} categories graphics version 0.6.0 revision 0 +podofo 784 +variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir graphics/podofo description {PoDoFo is a library to work with the PDF file format.} homepage http://podofo.sourceforge.net/ epoch 0 platforms darwin name podofo depends_lib {port:fontconfig port:freetype port:jpeg port:tiff port:zlib port:cppunit port:openssl port:lua} maintainers {devans openmaintainer} long_description {PoDoFo is a library to work with the PDF file format. The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file.} categories graphics version 0.7.0 revision 0 poppler 666 variants {quartz qt4 docs universal} depends_build port:pkgconfig variant_desc {quartz { Support for the native Mac OS X interface instead of X11 } qt4 { Support for the QT toolkit } docs {Build gtk-doc documentation} universal {Build for multiple architectures}} portdir graphics/poppler description {Poppler is a PDF rendering library based on the xpdf-3.0 code base.} homepage http://poppler.freedesktop.org/ epoch 0 platforms darwin name poppler depends_lib {port:gtk2 port:openjpeg port:poppler-data} maintainers nomaintainer long_description {{Poppler is a PDF rendering library based on the xpdf-3.0 code base.}} categories graphics version 0.10.3 revision 1 poppler-data 265 @@ -7952,6 +7952,10 @@ description {Python module for the libpcap packet capture library} portdir python/py25-pylibpcap homepage http://pylibpcap.sourceforge.net epoch 0 platforms darwin depends_lib {port:libpcap port:swig} name py25-pylibpcap maintainers {pmq openmaintainer} long_description {Pylibpcap is a Python extension module that interfaces with the libpcap packet capture library. Pylibpcap enables python scripts to capture packets on the network.} categories {python net} version 0.6.2 revision 0 py25-pylons 883 description {Pylons is a lightweight web framework.} portdir python/py25-pylons homepage http://pylonshq.com/ epoch 0 platforms darwin depends_lib {port:py25-setuptools port:py25-routes port:py25-myghty port:py25-paste port:py25-pastedeploy port:py25-pastescript port:py25-simplejson port:py25-WebHelpers port:py25-nose port:py25-beaker port:py25-formencode port:py25-cheetah} name py25-pylons maintainers {openmaintainer stechert akitada} long_description {Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a structured but extremely flexible Python web framework. It's also one of the first projects to leverage the emerging WSGI standard, which allows extensive re-use and flexibility -- but only if you need it. Out of the box, Pylons aims to make web development fast, flexible and easy.} categories {python www} version 0.9.6.2 revision 0 +py25-pymvpa 1115 +variants {scipy pynifti hcluster libsvm matplotlib pywavelet} variant_desc {scipy {Add support for scipy libraries} pynifti {Add support for the Nifti file format} hcluster {perform cluster analysis and plot dendograms of results} libsvm {compile the libsvm classifier extension} matplotlib {include support for the matplotlib library} pywavelet {include support for pywavelet module}} portdir python/py25-pymvpa description {PyMVPA is a Python module intended to ease pattern classification analyses of large datasets.} homepage http://www.pymvpa.org epoch 0 platforms darwin depends_lib {port:py25-numpy port:git-core port:py25-pynifti port:py25-hcluster port:libsvm port:swig} name py25-pymvpa maintainers ucla.edu:jameskyle long_description {{PyMVPA is a Python module intended to ease pattern classification analyses of large datasets..} In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typic al processing steps and a number of implementations of some popular algorithms.} categories python version current revision 0 +py25-pynifti 591 +description {PyNIfTI aims to provide easy access to NIfTI images from within Python.} portdir python/py25-pynifti homepage http://niftilib.sourceforge.net/pynifti epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy port:nifticlib port:swig} name py25-pynifti maintainers ucla.edu:jameskyle long_description {{PyNIfTI aims to provide easy access to NIfTI images from within Python..} It uses SWIG-generated wrappers for the NIfTI reference library and provides the NiftiImage class for Python-style access to the image data.} categories python version 0.20081017.1 revision 0 py25-pyobjc 649 description {bidirectional bridge between python and Objective C} portdir python/py25-pyobjc homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-pyobjc maintainers {jmr openmaintainer} long_description {The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.} categories {python devel} version 1.4 revision 0 py25-pyobjc2 697 @@ -8749,7 +8753,7 @@ triangle 605 description {A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator} portdir science/triangle homepage http://www.cs.cmu.edu/~quake/triangle.html epoch 0 platforms darwin name triangle depends_lib port:xorg-libs maintainers {jwa openmaintainer} long_description {Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis.} version 1.6 categories science revision 1 uclatools 683 -variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir science/uclatools description {Set of utilities for converting, analysing, and manipulating MRI image data.} homepage http://www.ccn.ucla.edu/BMCweb/SharedCode/SharedSoftware.html epoch 0 platforms darwin name uclatools maintainers jameskyle at ucla.edu long_description {UCLATools includes a collection of programs written mainly by Mark S. Cohen at the UCLA Center for Cognitive Neuroscience. They provide a variety of functionalityin relation to MRI imaging. Each tool has a usage that should clarify it's utility.} version 1.0.1 categories {science graphics} revision 0 +variants universal depends_build port:cmake variant_desc {universal {Build for multiple architectures}} portdir science/uclatools description {Set of utilities for converting, analysing, and manipulating MRI image data.} homepage http://www.ccn.ucla.edu/BMCweb/SharedCode/SharedSoftware.html epoch 0 platforms darwin name uclatools maintainers jameskyle at ucla.edu long_description {UCLATools includes a collection of programs written mainly by Mark S. Cohen at the UCLA Center for Cognitive Neuroscience. They provide a variety of functionalityin relation to MRI imaging. Each tool has a usage that should clarify it's utility.} version 1.0.3 categories {science graphics} revision 0 udunits 623 variants {g95 universal} depends_build path:bin/perl:perl5 variant_desc {g95 {compile with g95} universal {Build for multiple architectures}} portdir science/udunits description {Unidata unit conversion libraray} homepage http://www.unidata.ucar.edu/software/udunits/ epoch 0 platforms darwin name udunits maintainers takeshi at macports.org long_description {The Unidata units library supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of unit specifications, and conversion of values between compatible scales of measurement.} version 1.12.9 categories science revision 0 vbpp 412 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 23:24:43 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 23:24:43 -0800 (PST) Subject: [46348] trunk/doc-new/guide/xml/portgroup-python.xml Message-ID: <20090203072443.4E33AE5125A@beta.macosforge.org> Revision: 46348 http://trac.macports.org/changeset/46348 Author: blb at macports.org Date: 2009-02-02 23:24:42 -0800 (Mon, 02 Feb 2009) Log Message: ----------- guide/portgroup-python.xml - add list of which variables are set automatically by the python port group Modified Paths: -------------- trunk/doc-new/guide/xml/portgroup-python.xml Modified: trunk/doc-new/guide/xml/portgroup-python.xml =================================================================== --- trunk/doc-new/guide/xml/portgroup-python.xml 2009-02-03 05:52:20 UTC (rev 46347) +++ trunk/doc-new/guide/xml/portgroup-python.xml 2009-02-03 07:24:42 UTC (rev 46348) @@ -51,4 +51,85 @@ +
+ python PortGroup Sugar + + Portfiles using PortGroup python do not need to define the + following variables: + + + + categories + + + Default: python + + + + + dist_subdir + + + Default: python + + + + + depends_lib + + + Default: port:pythonXY (XY as appropriate for the group) + + + + + use_configure + + + Default: no + + + + + build.cmd + + + Default: ${python.bin} setup.py --no-user-cfg + + + + + build.target + + + Default: build + + + + + destroot.cmd + + + Default: ${python.bin} setup.py --no-user-cfg + + + + + destroot.destdir + + + Default: --prefix=${prefix} --root=${destroot} + + + + + pre-destroot + + + Default: creates + ${destroot}${prefix}/share/doc/${name}/examples + + + +
-------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Feb 2 23:25:32 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 2 Feb 2009 23:25:32 -0800 (PST) Subject: [46349] trunk/doc-new/guide/xml/portgroup-haskell.xml Message-ID: <20090203072532.77EACE512F7@beta.macosforge.org> Revision: 46349 http://trac.macports.org/changeset/46349 Author: blb at macports.org Date: 2009-02-02 23:25:32 -0800 (Mon, 02 Feb 2009) Log Message: ----------- guide/portgroup-haskell.xml - fix an id to be haskell instead of perl Modified Paths: -------------- trunk/doc-new/guide/xml/portgroup-haskell.xml Modified: trunk/doc-new/guide/xml/portgroup-haskell.xml =================================================================== --- trunk/doc-new/guide/xml/portgroup-haskell.xml 2009-02-03 07:24:42 UTC (rev 46348) +++ trunk/doc-new/guide/xml/portgroup-haskell.xml 2009-02-03 07:25:32 UTC (rev 46349) @@ -1,7 +1,7 @@ -
+
PortGroup haskell -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 01:37:29 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 01:37:29 -0800 (PST) Subject: [46350] trunk/dports/graphics/lablgl/Portfile Message-ID: <20090203093729.EBCB6E5292C@beta.macosforge.org> Revision: 46350 http://trac.macports.org/changeset/46350 Author: blb at macports.org Date: 2009-02-03 01:37:26 -0800 (Tue, 03 Feb 2009) Log Message: ----------- graphics/lablgl - remove use of cd, ticket #18338; not waiting for maintainer since port is broken until cd is removed... Modified Paths: -------------- trunk/dports/graphics/lablgl/Portfile Modified: trunk/dports/graphics/lablgl/Portfile =================================================================== --- trunk/dports/graphics/lablgl/Portfile 2009-02-03 07:25:32 UTC (rev 46349) +++ trunk/dports/graphics/lablgl/Portfile 2009-02-03 09:37:26 UTC (rev 46350) @@ -16,8 +16,7 @@ depends_lib bin:camlp4:ocaml lib:libgtk.1:gtk1 lib:libglut.3:glut configure { - cd ${worksrcpath} - system "cp Makefile.config.osx Makefile.config" + copy ${worksrcpath}/Makefile.config.osx ${worksrcpath}/Makefile.config } set stublibsdir ${destroot}${prefix}/lib/ocaml/stublibs/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Feb 3 02:15:15 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 3 Feb 2009 02:15:15 -0800 (PST) Subject: [46351] trunk/dports/graphics/graphviz-devel/Portfile Message-ID: <20090203101515.B27C4E53199@beta.macosforge.org> Revision: 46351 http://trac.macports.org/changeset/46351 Author: ryandesign at macports.org Date: 2009-02-03 02:15:13 -0800 (Tue, 03 Feb 2009) Log Message: ----------- graphviz-devel: * update to 2.21.20090202.1215 * make the "config5" file part of the destroot; see #18272 Modified Paths: -------------- trunk/dports/graphics/graphviz-devel/Portfile Modified: trunk/dports/graphics/graphviz-devel/Portfile =================================================================== --- trunk/dports/graphics/graphviz-devel/Portfile 2009-02-03 09:37:26 UTC (rev 46350) +++ trunk/dports/graphics/graphviz-devel/Portfile 2009-02-03 10:15:13 UTC (rev 46351) @@ -4,7 +4,7 @@ name graphviz-devel set my_name graphviz -version 2.21.20090121.0545 +version 2.21.20090202.1215 categories graphics maintainers ryandesign homepage http://www.graphviz.org/ @@ -35,9 +35,9 @@ checksums \ ${distname}${extract.suffix} \ - md5 67956ca52e38bd3a875d9e92b9f4a20b \ - sha1 9a74a03576f165c4eebe0e3cea931a3b67199286 \ - rmd160 b5d39c5bd730a03ae390734af2e0ffdb9de57f7e + md5 c5b5f26e89b80dc2a1fa9b1cef1e4050 \ + sha1 e99b17df509d32eb261178f9428fdad7853bf168 \ + rmd160 eb6d8374fce4b05ea43a18368e2711839828602d platform darwin 6 { pre-fetch { @@ -398,11 +398,19 @@ } } -# Make the configuration file that makes the plugins work: -post-activate { - system "dot -c" +post-destroot { + # Make the configuration file that makes the plugins work. + system "GVBINDIR=${destroot}${prefix}/lib/graphviz DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/dot -c" } +pre-install { + # Remove old configuration file left behind by old versions of this port. + set config ${prefix}/lib/graphviz/config5 + if {[file exists ${config}]} { + delete ${config} + } +} + livecheck.check regex livecheck.url ${homepage}Download_source.php livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[13579\](\\.\[0-9\]+)*)\\.tar -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 02:52:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 02:52:16 -0800 (PST) Subject: [46352] trunk/dports/PortIndex Message-ID: <20090203105218.34CB9E53695@beta.macosforge.org> Revision: 46352 http://trac.macports.org/changeset/46352 Author: portindex at macports.org Date: 2009-02-03 02:52:14 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5517 Ports successfully parsed: 5517 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 10:15:13 UTC (rev 46351) +++ trunk/dports/PortIndex 2009-02-03 10:52:14 UTC (rev 46352) @@ -2889,7 +2889,7 @@ graphviz 2216 variants {darwin_6 darwin_7 darwin_9 macosx guile lua ocaml perl php python24 python25 python26 ruby tcl java smyrna r rsvg gdk_pixbuf glitz ming no_pangocairo no_x11 gui universal} depends_build port:pkgconfig variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} macosx {Platform variant, do not select manually} guile {Include Guile language bindings} lua {Include Lua language bindings} ocaml {Include Objective Caml language bindings} perl {Include PERL 5 language bindings} php {Include PHP language bindings} python24 {Include Python 2.4 language bindings} python25 {Include Python 2.5 language bindings} python26 {Include Python 2.6 language bindings} ruby {Include Ruby language bindings} tcl {Include Tcl language bindings} java {Include Java language bindings} smyrna {Include the Smyrna large graph viewer} r {Include R language bindings} rsvg {enable the rsvg plugin} gdk_pixbuf {enable the gdk_pixbuf plugin} glitz {enable the incomplete glitz plugin} ming {enable the incomplete ming plugin} no_pangocairo {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} no_x11 {Remove X11 support (removes lefty; implies no_pangocairo)} gui {Include the Pixelglow graph viewer} universal {Build for multiple architectures}} portdir graphics/graphviz description {Graph visualization software from AT&T and Bell Labs} homepage http://www.graphviz.org/ depends_run port:urw-fonts epoch 0 platforms darwin depends_lib {port:xorg-libs port:cairo path:lib/pkgconfig/pango.pc:pango port:jpeg port:libpng port:freetype port:expat port:zlib port:gettext} name graphviz maintainers ryandesign long_description {Graph Visualization Software from AT&T Laboratories and Bell Laboratories (Lucent Technologies). The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undirected graph s using Kamada-Kawai spring models. Users wishing to have only the graph layout programs (for non-interactive use) can use the +no_x11 variant to build graphviz without its display routines.} categories graphics version 2.20.3 revision 1 graphviz-devel 2240 -variants {darwin_6 darwin_7 darwin_9 macosx guile lua ocaml perl php python24 python25 python26 ruby tcl java smyrna r rsvg gdk_pixbuf glitz ming no_pangocairo no_x11 gui universal} depends_build port:pkgconfig variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} macosx {Platform variant, do not select manually} guile {Include Guile language bindings} lua {Include Lua language bindings} ocaml {Include Objective Caml language bindings} perl {Include PERL 5 language bindings} php {Include PHP language bindings} python24 {Include Python 2.4 language bindings} python25 {Include Python 2.5 language bindings} python26 {Include Python 2.6 language bindings} ruby {Include Ruby language bindings} tcl {Include Tcl language bindings} java {Include Java language bindings} smyrna {Include the Smyrna large graph viewer} r {Include R language bindings} rsvg {enable the rsvg plugin} gdk_pixbuf {enable the gdk_pixbuf plugin} glitz {enable the incomplete glitz plugin} ming {enable the incomplete ming plugin} no_pangocairo {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} no_x11 {Remove X11 support (removes lefty; implies no_pangocairo)} gui {Include the Pixelglow graph viewer} universal {Build for multiple architectures}} portdir graphics/graphviz-devel description {Graph visualization software from AT&T and Bell Labs} homepage http://www.graphviz.org/ depends_run port:urw-fonts epoch 0 platforms darwin depends_lib {port:xorg-libs port:cairo path:lib/pkgconfig/pango.pc:pango port:jpeg port:libpng port:freetype port:expat port:zlib port:gettext} name graphviz-devel maintainers ryandesign long_description {Graph Visualization Software from AT&T Laboratories and Bell Laboratories (Lucent Technologies). The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undi rected graphs using Kamada-Kawai spring models. Users wishing to have only the graph layout programs (for non-interactive use) can use the +no_x11 variant to build graphviz without its display routines.} categories graphics version 2.21.20090121.0545 revision 0 +variants {darwin_6 darwin_7 darwin_9 macosx guile lua ocaml perl php python24 python25 python26 ruby tcl java smyrna r rsvg gdk_pixbuf glitz ming no_pangocairo no_x11 gui universal} depends_build port:pkgconfig variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} macosx {Platform variant, do not select manually} guile {Include Guile language bindings} lua {Include Lua language bindings} ocaml {Include Objective Caml language bindings} perl {Include PERL 5 language bindings} php {Include PHP language bindings} python24 {Include Python 2.4 language bindings} python25 {Include Python 2.5 language bindings} python26 {Include Python 2.6 language bindings} ruby {Include Ruby language bindings} tcl {Include Tcl language bindings} java {Include Java language bindings} smyrna {Include the Smyrna large graph viewer} r {Include R language bindings} rsvg {enable the rsvg plugin} gdk_pixbuf {enable the gdk_pixbuf plugin} glitz {enable the incomplete glitz plugin} ming {enable the incomplete ming plugin} no_pangocairo {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} no_x11 {Remove X11 support (removes lefty; implies no_pangocairo)} gui {Include the Pixelglow graph viewer} universal {Build for multiple architectures}} portdir graphics/graphviz-devel description {Graph visualization software from AT&T and Bell Labs} homepage http://www.graphviz.org/ depends_run port:urw-fonts epoch 0 platforms darwin depends_lib {port:xorg-libs port:cairo path:lib/pkgconfig/pango.pc:pango port:jpeg port:libpng port:freetype port:expat port:zlib port:gettext} name graphviz-devel maintainers ryandesign long_description {Graph Visualization Software from AT&T Laboratories and Bell Laboratories (Lucent Technologies). The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undi rected graphs using Kamada-Kawai spring models. Users wishing to have only the graph layout programs (for non-interactive use) can use the +no_x11 variant to build graphviz without its display routines.} categories graphics version 2.21.20090202.1215 revision 0 graphviz-oldgui 408 depends_build port:libiconv portdir graphics/graphviz-oldgui description {Mac OS X Aqua GUI for viewing and exporting Graphviz graphs} homepage http://www.pixelglow.com/graphviz/ epoch 0 depends_run path:bin/neato:graphviz platforms macosx name graphviz-oldgui maintainers ryandesign long_description {{Mac OS X Aqua GUI for viewing and exporting Graphviz graphs.}} version 16 categories graphics revision 0 greycstoration 689 -------------- next part -------------- An HTML attachment was scrubbed... URL: From takanori at macports.org Tue Feb 3 03:20:54 2009 From: takanori at macports.org (takanori at macports.org) Date: Tue, 3 Feb 2009 03:20:54 -0800 (PST) Subject: [46353] distfiles Message-ID: <20090203112054.AC8EFE538AD@beta.macosforge.org> Revision: 46353 http://trac.macports.org/changeset/46353 Author: takanori at macports.org Date: 2009-02-03 03:20:52 -0800 (Tue, 03 Feb 2009) Log Message: ----------- cm-super 0.3.4 Added Paths: ----------- distfiles/tex-cm-super/ distfiles/tex-cm-super/cm-super-0.3.4.zip Added: distfiles/tex-cm-super/cm-super-0.3.4.zip =================================================================== (Binary files differ) Property changes on: distfiles/tex-cm-super/cm-super-0.3.4.zip ___________________________________________________________________ Added: svn:mime-type + application/octet-stream -------------- next part -------------- An HTML attachment was scrubbed... URL: From takanori at macports.org Tue Feb 3 03:21:42 2009 From: takanori at macports.org (takanori at macports.org) Date: Tue, 3 Feb 2009 03:21:42 -0800 (PST) Subject: [46354] trunk/dports/tex/tex-cm-super/Portfile Message-ID: <20090203112143.85EBAE538DF@beta.macosforge.org> Revision: 46354 http://trac.macports.org/changeset/46354 Author: takanori at macports.org Date: 2009-02-03 03:21:42 -0800 (Tue, 03 Feb 2009) Log Message: ----------- cm-super 0.3.4 Modified Paths: -------------- trunk/dports/tex/tex-cm-super/Portfile Modified: trunk/dports/tex/tex-cm-super/Portfile =================================================================== --- trunk/dports/tex/tex-cm-super/Portfile 2009-02-03 11:20:52 UTC (rev 46353) +++ trunk/dports/tex/tex-cm-super/Portfile 2009-02-03 11:21:42 UTC (rev 46354) @@ -3,7 +3,7 @@ PortSystem 1.0 name tex-cm-super -version 0.3.3 +version 0.3.4 categories tex print maintainers nomaintainer description CM-Super font package. @@ -19,13 +19,13 @@ files are also included). platforms darwin homepage -master_sites http://www.ring.gr.jp/pub/text/CTAN/fonts/ps-type1/ \ - ftp://ftp.jaist.ac.jp/pub/TeX/tex-archive/fonts/ps-type1/ -distname cm-super +master_sites macports +distname cm-super-${version} +worksrcdir cm-super use_zip yes -checksums md5 de272529f03989451975e3cfb198e309 \ - sha1 497843f1f0ee5d31af1dad15ed94071608c73b18 \ - rmd160 9a24980ebb4fe09bbd8b4b708a6f58ba53c0136a +checksums md5 a9c255e1d8be99134c219bab9c06002c \ + sha1 9ba9b2eca294083fa8821304ed88ad1dd3a25c62 \ + rmd160 fc2f18c2b000725c8076bc6a52f0ccaf06dcecd1 depends_lib bin:mktexlsr:texlive @@ -64,3 +64,5 @@ ui_msg " \$ sudo updmap-sys --nomkmap --enable Map cm-super-t2c.map" ui_msg " \$ sudo updmap-sys --enable Map cm-super-x2.map\n" } + +universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 03:53:18 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 03:53:18 -0800 (PST) Subject: [46355] trunk/dports/PortIndex Message-ID: <20090203115320.04DA9E53BA5@beta.macosforge.org> Revision: 46355 http://trac.macports.org/changeset/46355 Author: portindex at macports.org Date: 2009-02-03 03:53:16 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5517 Ports successfully parsed: 5517 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 11:21:42 UTC (rev 46354) +++ trunk/dports/PortIndex 2009-02-03 11:53:16 UTC (rev 46355) @@ -9400,8 +9400,8 @@ portdir tex/tetex-frogg platforms darwin description {Little collection of French LaTeX/BiBTeX styles} name tetex-frogg version 0.4-3 categories {tex print} homepage http://packages.debian.org/unstable/tex/tetex-frogg revision 0 epoch 0 maintainers vincent-opdarw at vinc17.org long_description {Little collection of French LaTeX/BiBTeX styles: fr-plain.bst, frmath.sty, lettre.cls.} tetex-rechnung 378 description {tetex package for creating invoices (german Rechnungen)} portdir tex/tetex-rechnung homepage http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html epoch 0 platforms darwin name tetex-rechnung depends_lib bin:tex:texlive maintainers mww long_description {{tetex package for creating invoices (german Rechnungen)}} version 3.10 categories tex revision 0 -tex-cm-super 892 -variants universal variant_desc {universal {Build for multiple architectures}} portdir tex/tex-cm-super description {CM-Super font package.} homepage {} epoch 0 platforms darwin name tex-cm-super depends_lib bin:mktexlsr:texlive maintainers nomaintainer long_description {The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included).} version 0.3.3 categories {tex print} revision 0 +tex-cm-super 813 +description {CM-Super font package.} portdir tex/tex-cm-super homepage {} epoch 0 platforms darwin name tex-cm-super depends_lib bin:mktexlsr:texlive maintainers nomaintainer long_description {The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included).} version 0.3.4 categories {tex print} revision 0 tex-fourier-gutenberg 513 description {Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting.} portdir tex/tex-fourier-gutenberg homepage {} epoch 0 platforms darwin name tex-fourier-gutenberg depends_lib {bin:mktexlsr:texlive path:share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia} maintainers nomaintainer long_description {{Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting.}} version 1.4.1 categories {tex print} revision 0 tex-mh 414 -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Tue Feb 3 05:50:24 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Tue, 3 Feb 2009 05:50:24 -0800 (PST) Subject: [46356] trunk/dports/ruby/rb-rttool/Portfile Message-ID: <20090203135025.CAF42E552E0@beta.macosforge.org> Revision: 46356 http://trac.macports.org/changeset/46356 Author: kimuraw at macports.org Date: 2009-02-03 05:50:20 -0800 (Tue, 03 Feb 2009) Log Message: ----------- ruby/rb-rttool: upgrade to 1.0.3 Modified Paths: -------------- trunk/dports/ruby/rb-rttool/Portfile Modified: trunk/dports/ruby/rb-rttool/Portfile =================================================================== --- trunk/dports/ruby/rb-rttool/Portfile 2009-02-03 11:53:16 UTC (rev 46355) +++ trunk/dports/ruby/rb-rttool/Portfile 2009-02-03 13:50:20 UTC (rev 46356) @@ -3,8 +3,7 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup rttool 1.0.2 setup.rb {rttool.en.html rttool.ja.html ChangeLog examples} -revision 0 +ruby.setup rttool 1.0.3 setup.rb {rttool.en.html rttool.ja.html ChangeLog examples} maintainers kimuraw description Simple table generator long_description \ @@ -13,9 +12,9 @@ RT can be incorporated into RD. categories-append textproc extract.suffix .tar.gz -checksums md5 daa2b4d2dc23ef3cc6f31220e01e39a8 \ - rmd160 59964eccdbcc369862289f3209ca2b5b4b9bec25 \ - sha1 a4267f7b34edee29d359cba54638164f47261211 +checksums md5 e2eecf5ea3ff0c51b74c22327733765d \ + rmd160 a2c3023519e712883a1b1f59db11103a632b87cf \ + sha1 9ecc98f156a42fe84696ce17fc5735c4dd3ee5d0 platforms darwin homepage http://www.rubyist.net/~rubikitch/computer/rttool/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Tue Feb 3 06:03:57 2009 From: ram at macports.org (ram at macports.org) Date: Tue, 3 Feb 2009 06:03:57 -0800 (PST) Subject: [46357] trunk/dports/python Message-ID: <20090203140358.AE2B5E55499@beta.macosforge.org> Revision: 46357 http://trac.macports.org/changeset/46357 Author: ram at macports.org Date: 2009-02-03 06:03:54 -0800 (Tue, 03 Feb 2009) Log Message: ----------- python/py25-subvertpy: new port Added Paths: ----------- trunk/dports/python/py25-subvertpy/ trunk/dports/python/py25-subvertpy/Portfile Added: trunk/dports/python/py25-subvertpy/Portfile =================================================================== --- trunk/dports/python/py25-subvertpy/Portfile (rev 0) +++ trunk/dports/python/py25-subvertpy/Portfile 2009-02-03 14:03:54 UTC (rev 46357) @@ -0,0 +1,24 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-subvertpy +version 0.6.1 +categories python devel +maintainers ram openmaintainer +platforms darwin +description Alternative Python bindings for Subversion +long_description Alternative Python bindings for Subversion, split out \ + from bzr-svn. The goal is to have complete, portable and "Pythonic" \ + Python bindings. + +homepage https://launchpad.net/subvertpy/ +master_sites ${homepage}trunk/${version}/+download +distname subvertpy-${version} + +checksums md5 4d65f194ca046d35ee3ebb7a72a06afb \ + sha1 51280d248dabbf3f73f23d6981e779ebf3f1ffe2 \ + rmd160 bb57cd66c0c8e8467d4cc46071e27cfb2fa852f2 + +depends_lib-append port:subversion Property changes on: trunk/dports/python/py25-subvertpy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Tue Feb 3 06:04:57 2009 From: ram at macports.org (ram at macports.org) Date: Tue, 3 Feb 2009 06:04:57 -0800 (PST) Subject: [46358] trunk/dports/python Message-ID: <20090203140457.5850DE55506@beta.macosforge.org> Revision: 46358 http://trac.macports.org/changeset/46358 Author: ram at macports.org Date: 2009-02-03 06:04:56 -0800 (Tue, 03 Feb 2009) Log Message: ----------- python/py26-subvertpy: new port Modified Paths: -------------- trunk/dports/python/py26-subvertpy/Portfile Added Paths: ----------- trunk/dports/python/py26-subvertpy/ Modified: trunk/dports/python/py26-subvertpy/Portfile =================================================================== --- trunk/dports/python/py25-subvertpy/Portfile 2009-02-03 14:03:54 UTC (rev 46357) +++ trunk/dports/python/py26-subvertpy/Portfile 2009-02-03 14:04:56 UTC (rev 46358) @@ -1,9 +1,9 @@ # $Id$ PortSystem 1.0 -PortGroup python25 1.0 +PortGroup python26 1.0 -name py25-subvertpy +name py26-subvertpy version 0.6.1 categories python devel maintainers ram openmaintainer -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Feb 3 06:06:32 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 3 Feb 2009 06:06:32 -0800 (PST) Subject: [46359] trunk/dports/sysutils Message-ID: <20090203140632.24759E5558B@beta.macosforge.org> Revision: 46359 http://trac.macports.org/changeset/46359 Author: snc at macports.org Date: 2009-02-03 06:06:31 -0800 (Tue, 03 Feb 2009) Log Message: ----------- created mcrypt, ticket 17703 Added Paths: ----------- trunk/dports/sysutils/mcrypt/ trunk/dports/sysutils/mcrypt/Portfile trunk/dports/sysutils/mcrypt/files/ trunk/dports/sysutils/mcrypt/files/patch-rfc2440.diff Added: trunk/dports/sysutils/mcrypt/Portfile =================================================================== --- trunk/dports/sysutils/mcrypt/Portfile (rev 0) +++ trunk/dports/sysutils/mcrypt/Portfile 2009-02-03 14:06:31 UTC (rev 46359) @@ -0,0 +1,41 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name mcrypt +version 2.6.8 +categories sysutils security +maintainers nomaintainer +description A replacement for the old crypt package and crypt(1) command +long_description MCrypt is a replacement for the old crypt() \ + package and crypt(1) command, with extensions. It \ + allows developers to use a wide range of \ + encryption functions, without making drastic \ + changes to their code. It allows users to encrypt \ + files or data streams without having to be \ + cryptographers. +homepage http://mcrypt.sourceforge.net/ +platforms darwin + +master_sites sourceforge:mcrypt \ + ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/ \ + freebsd +checksums \ + md5 97639f8821b10f80943fa17da302607e \ + sha1 8ae0e866714fbbb96a0a6fa9f099089dc93f1d86 + +depends_lib port:mhash + +patchfiles patch-rfc2440.diff + +configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include +configure.args --disable-posix-threads --mandir=${prefix}/share/man + +platform darwin 6 { + depends_lib-append lib:libdl:dlcompat +} + +platform darwin 8 { + configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 +} Added: trunk/dports/sysutils/mcrypt/files/patch-rfc2440.diff =================================================================== --- trunk/dports/sysutils/mcrypt/files/patch-rfc2440.diff (rev 0) +++ trunk/dports/sysutils/mcrypt/files/patch-rfc2440.diff 2009-02-03 14:06:31 UTC (rev 46359) @@ -0,0 +1,11 @@ +--- src/rfc2440.c.orig 2008-12-18 09:26:14.000000000 -0500 ++++ src/rfc2440.c 2008-12-18 09:26:21.000000000 -0500 +@@ -23,7 +23,7 @@ + #include + #endif + #include +-#include ++// #include + + #include "xmalloc.h" + #include "keys.h" -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Tue Feb 3 06:07:33 2009 From: noreply at macports.org (MacPorts) Date: Tue, 03 Feb 2009 14:07:33 -0000 Subject: [MacPorts] ram modified Message-ID: <20090203140733.4CAFC280B9@relay11.apple.com> Changed page "ram" by ram at macports.org from 67.53.238.179* Page URL: Diff URL: Revision 36 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ram ========================================================================= --- ram (version: 35) +++ ram (version: 36) @@ -37,6 +37,7 @@ * [source:trunk/dports/python/py25-pyrex python/py25-pyrex] * [source:trunk/dports/python/py25-pyrxp python/py25-pyrxp] * [source:trunk/dports/python/py25-scipy python/py25-scipy] + * [source:trunk/dports/python/py25-subvertpy python/py25-subvertpy] * [source:trunk/dports/python/py26-boto python/py26-boto] * [source:trunk/dports/python/py26-crypto python/py26-crypto] * [source:trunk/dports/python/py26-dap python/py26-dap] @@ -48,6 +49,7 @@ * [source:trunk/dports/python/py26-pexpect python/py26-pexpect] * [source:trunk/dports/python/py26-pyrex python/py26-pyrex] * [source:trunk/dports/python/py26-pyrxp python/py26-pyrxp] + * [source:trunk/dports/python/py26-subvertpy python:py26-subvertpy] * [source:trunk/dports/python/py26-tz python/py26-tz] * [source:trunk/dports/science/cfitsio science/cfitsio] * [source:trunk/dports/science/geos science/geos] -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on ram. If it was not you, please report to . From noreply at macports.org Tue Feb 3 06:07:51 2009 From: noreply at macports.org (MacPorts) Date: Tue, 03 Feb 2009 14:07:51 -0000 Subject: [MacPorts] ram modified Message-ID: <20090203140751.80C98280C6@relay14.apple.com> Changed page "ram" by ram at macports.org from 67.53.238.179* Page URL: Diff URL: Revision 37 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ram ========================================================================= --- ram (version: 36) +++ ram (version: 37) @@ -49,7 +49,7 @@ * [source:trunk/dports/python/py26-pexpect python/py26-pexpect] * [source:trunk/dports/python/py26-pyrex python/py26-pyrex] * [source:trunk/dports/python/py26-pyrxp python/py26-pyrxp] - * [source:trunk/dports/python/py26-subvertpy python:py26-subvertpy] + * [source:trunk/dports/python/py26-subvertpy python/py26-subvertpy] * [source:trunk/dports/python/py26-tz python/py26-tz] * [source:trunk/dports/science/cfitsio science/cfitsio] * [source:trunk/dports/science/geos science/geos] -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on ram. If it was not you, please report to . From noreply at macports.org Tue Feb 3 06:15:57 2009 From: noreply at macports.org (MacPorts) Date: Tue, 03 Feb 2009 14:15:57 -0000 Subject: [MacPorts] snc modified Message-ID: <20090203141557.CB57F280C5@relay14.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 15 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 14) +++ snc (version: 15) @@ -1,6 +1,8 @@ = Portfile Development = == MacPorts Guide == It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you write a portfile from scratch. + +Obviously there are always things not listed in the Guide that are useful. For example, if you're developing for mysql5 (or some other package with multiple versions), you specify the binary instead of the port for the dependency: {{{depends_lib-append path:bin/mysql_config5:mysql5}}}. The trailing mysql5 indicates which port to be installed if the binary cannot be found. == Portindex == Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a [http://guide.macports.org/#development.local-repositories local portfile repository] for testing. For this, I suggest creating the directory {{{~/ports}}}. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From snc at macports.org Tue Feb 3 06:43:49 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 3 Feb 2009 06:43:49 -0800 (PST) Subject: [46360] trunk/dports/math/pspp Message-ID: <20090203144350.23976E562FB@beta.macosforge.org> Revision: 46360 http://trac.macports.org/changeset/46360 Author: snc at macports.org Date: 2009-02-03 06:43:47 -0800 (Tue, 03 Feb 2009) Log Message: ----------- updated wrappers to be like wine -- included in filespath Modified Paths: -------------- trunk/dports/math/pspp/Portfile Added Paths: ----------- trunk/dports/math/pspp/files/pspp.in trunk/dports/math/pspp/files/psppire.in Modified: trunk/dports/math/pspp/Portfile =================================================================== --- trunk/dports/math/pspp/Portfile 2009-02-03 14:06:31 UTC (rev 46359) +++ trunk/dports/math/pspp/Portfile 2009-02-03 14:43:47 UTC (rev 46360) @@ -4,6 +4,7 @@ PortSystem 1.0 name pspp +revision 1 version 0.6.1 categories math maintainers snc @@ -39,8 +40,7 @@ --without-libplot \ --without-libpq \ --enable-debug \ - --without-libncurses \ - --program-suffix=orig + --without-libncurses patchfiles patch-config.h.in.diff @@ -83,27 +83,24 @@ post-destroot { delete ${destroot}${prefix}/lib/charset.alias - ln -s ${prefix}/lib/pspp/libpsppire.dylib \ - ${destroot}${prefix}/lib/pspp/libpsppire.so - ln -s ${prefix}/lib/pspp/libpsppwidgets.dylib \ - ${destroot}${prefix}/lib/pspp/libpsppwidgets.so + xinstall -d ${destroot}${prefix}/libexec/${name} - set script [open ${destroot}${prefix}/bin/psppire w+] - puts $script "#!/bin/bash" - puts $script "export OLDPWD=`pwd`" - puts $script "cd /tmp" - puts $script "LD_LIBRARY_PATH=${prefix}/lib/pspp ${prefix}/bin/psppireorig" - puts $script "cd \$OLDPWD" - close $script + file rename ${destroot}${prefix}/bin/pspp ${destroot}${prefix}/libexec/${name}/pspp - set script [open ${destroot}${prefix}/bin/pspp w+] - puts $script "#!/bin/bash" - puts $script "export OLDPWD=`pwd`" - puts $script "cd /tmp" - puts $script "LD_LIBRARY_PATH=${prefix}/lib/pspp ${prefix}/bin/pspporig" - puts $script "cd \$OLDPWD" - close $script + xinstall -m 755 ${filespath}/pspp.in ${destroot}${prefix}/bin/pspp + reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/pspp + reinplace s|@NAME@|${name}|g ${destroot}${prefix}/bin/pspp - system "chmod 755 ${destroot}${prefix}/bin/psppire" - system "chmod 755 ${destroot}${prefix}/bin/pspp" + if {[variant_isset gui]} { + ln -s ${prefix}/lib/pspp/libpsppire.dylib \ + ${destroot}${prefix}/lib/pspp/libpsppire.so + ln -s ${prefix}/lib/pspp/libpsppwidgets.dylib \ + ${destroot}${prefix}/lib/pspp/libpsppwidgets.so + + file rename ${destroot}${prefix}/bin/psppire ${destroot}${prefix}/libexec/${name}/psppire + + xinstall -m 755 ${filespath}/psppire.in ${destroot}${prefix}/bin/psppire + reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/psppire + reinplace s|@NAME@|${name}|g ${destroot}${prefix}/bin/psppire + } } Added: trunk/dports/math/pspp/files/pspp.in =================================================================== --- trunk/dports/math/pspp/files/pspp.in (rev 0) +++ trunk/dports/math/pspp/files/pspp.in 2009-02-03 14:43:47 UTC (rev 46360) @@ -0,0 +1,5 @@ +#!/bin/bash +export OLDPWD=`pwd` +cd /tmp +LD_LIBRARY_PATH=@PREFIX@/lib/@NAME@ @PREFIX@/libexec/@NAME@/pspp +cd $OLDPWD Added: trunk/dports/math/pspp/files/psppire.in =================================================================== --- trunk/dports/math/pspp/files/psppire.in (rev 0) +++ trunk/dports/math/pspp/files/psppire.in 2009-02-03 14:43:47 UTC (rev 46360) @@ -0,0 +1,5 @@ +#!/bin/bash +export OLDPWD=`pwd` +cd /tmp +LD_LIBRARY_PATH=@PREFIX@/lib/@NAME@ @PREFIX@/libexec/@NAME@/psppire +cd $OLDPWD -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 06:52:48 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 06:52:48 -0800 (PST) Subject: [46361] trunk/dports/PortIndex Message-ID: <20090203145250.9E7CAE567B3@beta.macosforge.org> Revision: 46361 http://trac.macports.org/changeset/46361 Author: portindex at macports.org Date: 2009-02-03 06:52:46 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5520 Ports successfully parsed: 5520 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 14:43:47 UTC (rev 46360) +++ trunk/dports/PortIndex 2009-02-03 14:52:46 UTC (rev 46361) @@ -4635,7 +4635,7 @@ ploticus 718 description {plot generation program} portdir math/ploticus homepage http://ploticus.sourceforge.net/ epoch 0 platforms darwin name ploticus depends_lib {port:xorg-libs port:libpng port:zlib port:gd2 port:jpeg port:freetype} maintainers nomaintainer long_description {A free, GPL, non-interactive software package for producing plots, charts, and graphics from data. It was developed in a Unix/C environment and runs on various Unix, Linux, and win32 systems. ploticus is good for automated or just-in-time graph generation, handles date and time data nicely, and has basic statistical capabilities. It allows significant user control over colors, styles, options and details.} version 2.40 categories math revision 1 pspp 926 -variants {ncurses doc postgres graph gui universal} depends_build path:bin/perl:perl5 variant_desc {ncurses {Enable terminal resizing} doc {Build documentation} postgres {Enables reading of postgresql databases} graph {Enable graphing features (default)} gui {Enable PSPPIRE, the graphical interface (default)} universal {Build for multiple architectures}} portdir math/pspp description {Statistical analysis of sampled data (free replacement for SPSS).} homepage http://www.gnu.org/software/pspp/ epoch 0 platforms darwin name pspp depends_lib {port:gsl port:libiconv port:zlib port:pkgconfig port:libxml2 port:readline port:plotutils port:pkgconfig port:gtk2 port:libglade2} maintainers snc long_description {PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions.} categories math version 0.6.1 revision 0 +variants {ncurses doc postgres graph gui universal} depends_build path:bin/perl:perl5 variant_desc {ncurses {Enable terminal resizing} doc {Build documentation} postgres {Enables reading of postgresql databases} graph {Enable graphing features (default)} gui {Enable PSPPIRE, the graphical interface (default)} universal {Build for multiple architectures}} portdir math/pspp description {Statistical analysis of sampled data (free replacement for SPSS).} homepage http://www.gnu.org/software/pspp/ epoch 0 platforms darwin name pspp depends_lib {port:gsl port:libiconv port:zlib port:pkgconfig port:libxml2 port:readline port:plotutils port:pkgconfig port:gtk2 port:libglade2} maintainers snc long_description {PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions.} categories math version 0.6.1 revision 1 pure-gsl 617 variants darwin variant_desc {darwin {Platform variant, do not select manually}} portdir math/pure-gsl description {a wrapper to call GNU Scientific Library functions from Pure} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-gsl depends_lib {path:lib/libpure.dylib:pure port:gsl} maintainers ryandesign long_description {pure-gsl aims to provide a complete wrapper for the GNU Scientific Library which provides a wide range of mathematical routines useful for scientific programming, number crunching and signal processing applications.} version 0.4 categories {math science} revision 0 qalculate-gtk 794 @@ -8020,6 +8020,8 @@ description {Python bindings to sqlite3} portdir python/py25-sqlite3 homepage http://www.python.org/doc/current/lib/module-sqlite3.html epoch 0 platforms darwin depends_lib {port:python25 port:sqlite3} name py25-sqlite3 maintainers mww long_description {{Python bindings to sqlite3}} categories {python databases} version 2.5.4 revision 0 py25-sqlobject 1065 description {object-relational mapper for python} portdir python/py25-sqlobject homepage http://www.sqlobject.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-formencode} name py25-sqlobject maintainers {openmaintainer akitada} long_description {SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitution, a s is traditional).} categories {python databases} version 0.10.2 revision 0 +py25-subvertpy 458 +description {Alternative Python bindings for Subversion} portdir python/py25-subvertpy homepage https://launchpad.net/subvertpy/ epoch 0 platforms darwin depends_lib {port:python25 port:subversion} name py25-subvertpy maintainers {ram openmaintainer} long_description {Alternative Python bindings for Subversion, split out from bzr-svn. The goal is to have complete, portable and Pythonic Python bindings.} categories {python devel} version 0.6.1 revision 0 py25-sympy 577 description {Python module for symbolic mathematics.} portdir python/py25-sympy homepage http://code.google.com/p/sympy/ epoch 0 platforms darwin depends_lib port:python25 name py25-sympy maintainers nomaintainer long_description {SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.} categories {python math} version 0.6.3 revision 0 py25-tables 559 @@ -8194,6 +8196,8 @@ description {Python SQL ORM} portdir python/py26-sqlalchemy homepage http://www.sqlalchemy.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-sqlalchemy maintainers {akitada openmaintainer} long_description {SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.} categories {python databases} version 0.5.0 revision 0 py26-sqlalchemy-migrate 667 description {Database schema migration for SQLAlchemy} portdir python/py26-sqlalchemy-migrate homepage http://sqlalchemy-migrate.googlecode.com/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-sqlalchemy-migrate maintainers {akitada openmaintainer} long_description {Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.} categories python version 0.4.5 revision 0 +py26-subvertpy 458 +description {Alternative Python bindings for Subversion} portdir python/py26-subvertpy homepage https://launchpad.net/subvertpy/ epoch 0 platforms darwin depends_lib {port:python26 port:subversion} name py26-subvertpy maintainers {ram openmaintainer} long_description {Alternative Python bindings for Subversion, split out from bzr-svn. The goal is to have complete, portable and Pythonic Python bindings.} categories {python devel} version 0.6.1 revision 0 py26-twisted 568 description {An event-based Python framework for internet applications} portdir python/py26-twisted homepage http://www.twistedmatrix.com/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-zopeinterface} name py26-twisted maintainers {mcalhoun openmaintainer} long_description {Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.} categories {python devel net} version 8.2.0 revision 0 py26-tz 425 @@ -8491,7 +8495,7 @@ rb-rss 568 variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-rss description {RSS Parser in Ruby} homepage {{http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser}} epoch 0 name rb-rss depends_lib port:ruby maintainers doug at lathi.net long_description {This library can parse RSS(RDF Site Summary) 1.0, RSS 0.9x/2.0 with validation (or non validation). This library can make RSS easily by RSS Maker. This library contains a tDiary's plugin that fetches RSS, parses it, and displays result.} version 0.1.3 categories ruby revision 0 rb-rttool 484 -variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-rttool description {Simple table generator} homepage http://www.rubyist.net/~rubikitch/computer/rttool/ epoch 0 platforms darwin name rb-rttool depends_lib port:ruby maintainers kimuraw long_description {RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD.} version 1.0.2 categories {ruby textproc} revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir ruby/rb-rttool description {Simple table generator} homepage http://www.rubyist.net/~rubikitch/computer/rttool/ epoch 0 platforms darwin name rb-rttool depends_lib port:ruby maintainers kimuraw long_description {RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD.} version 1.0.3 categories {ruby textproc} revision 0 rb-ruby-debug 342 description {Ruby CLI debugger} portdir ruby/rb-ruby-debug homepage http://rubyforge.org/projects/ruby-debug epoch 0 platforms darwin name rb-ruby-debug depends_lib {port:ruby port:rb-rubygems port:rb-ruby-debug-base} maintainers internode.on.net:arpstr long_description {{Ruby CLI debugger}} version 0.9.3 categories {ruby devel} revision 0 rb-ruby-debug-base 526 @@ -9184,6 +9188,8 @@ portdir sysutils/maxwell description {Mac OS X SMART disk monitoring/reporting tool} platforms darwin name maxwell version 0.5.1 categories sysutils homepage http://maxwell.sourceforge.net/ revision 0 epoch 0 maintainers blb long_description {Maxwell is a disk monitoring and reporting tool for Mac OS X. It uses the IOKit SMART api to check your ATA disks for signs of possible future failure. It can run tests on demand, print a report of the disks performance, or simply report a passing/failing status.} mc 756 variants universal depends_build bin:pkg-config:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir sysutils/mc description {GNU Midnight Commander} homepage http://www.ibiblio.org/mc/ epoch 0 platforms darwin name mc depends_lib lib:glib2:glib2 maintainers waqar at macports.org long_description {GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. After some practice, you will wonder how you could ever live without it.} categories sysutils version 4.6.1 revision 0 +mcrypt 791 +variants {darwin_6 darwin_8 universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir sysutils/mcrypt description {A replacement for the old crypt package and crypt(1) command} homepage http://mcrypt.sourceforge.net/ epoch 0 platforms darwin name mcrypt depends_lib port:mhash maintainers nomaintainer long_description {MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers.} version 2.6.8 categories {sysutils security} revision 0 md5sha1sum 607 variants universal variant_desc {universal {Build for multiple architectures}} portdir sysutils/md5sha1sum description {Hash utilites} homepage http://www.microbrew.org/tools/md5sha1sum epoch 0 platforms darwin name md5sha1sum maintainers flyn.org:mike long_description {This toolset provides md5sum, sha1sum, and ripemd160sum. They are intended to be drop in replacements for the tools from GNU textutils. Since installing textutils is somewhat excessive for just those two utilities, these are meant to be the more compact and easier to install replacements.} version 0.9.5 categories sysutils revision 0 mdate 483 -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Tue Feb 3 07:17:09 2009 From: noreply at macports.org (MacPorts) Date: Tue, 03 Feb 2009 15:17:09 -0000 Subject: [MacPorts] snc modified Message-ID: <20090203151709.63B28280B9@relay11.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 16 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 15) +++ snc (version: 16) @@ -1,8 +1,10 @@ = Portfile Development = == MacPorts Guide == It's a good idea to start out with the [http://guide.macports.org/#development Portfile Development] section of the MacPorts Guide. There's a line-by-line explanation in [http://guide.macports.org/#development.creating-portfile Section 4.2] that will help you write a portfile from scratch. +=== Diamonds in the Rough === +Unfortunately, there are useful things that end up buried in the Guide. For example, if you're developing against mysql5 (where multiple packages might create the mysql5 binary), you'd want to [http://guide.macports.org/#reference.dependencies.types depend on the binary] instead of a specific port. This is accomplished in [source:trunk/dports/www/php5/Portfile#L264 php5] through {{{depends_lib-append path:bin/mysql_config5:mysql5}}}. '''Note:''' The trailing mysql5 indicates which port to be installed if the binary cannot be found. -Obviously there are always things not listed in the Guide that are useful. For example, if you're developing for mysql5 (or some other package with multiple versions), you specify the binary instead of the port for the dependency: {{{depends_lib-append path:bin/mysql_config5:mysql5}}}. The trailing mysql5 indicates which port to be installed if the binary cannot be found. +Also hidden (to the point where I cannot find it) is how to write wrapper scripts; [source:trunk/dports/x11/wine/ wine] is considered the poster-portfile. The scripts should be included in the port's {{{files}}} directory and dynamically modified through the portfile by the [http://guide.macports.org/#reference.tcl-extensions tcl extensions], {{{xinstall}}} and {{{reinplace}}}. Another example is [source:trunk/dports/math/pspp/ pspp]. == Portindex == Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a [http://guide.macports.org/#development.local-repositories local portfile repository] for testing. For this, I suggest creating the directory {{{~/ports}}}. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From snc at macports.org Tue Feb 3 08:55:50 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 3 Feb 2009 08:55:50 -0800 (PST) Subject: [46362] trunk/dports/www Message-ID: <20090203165550.9519BE584EE@beta.macosforge.org> Revision: 46362 http://trac.macports.org/changeset/46362 Author: snc at macports.org Date: 2009-02-03 08:55:47 -0800 (Tue, 03 Feb 2009) Log Message: ----------- created sahana2, ticket #8453 Added Paths: ----------- trunk/dports/www/sahana2/ trunk/dports/www/sahana2/Portfile Added: trunk/dports/www/sahana2/Portfile =================================================================== --- trunk/dports/www/sahana2/Portfile (rev 0) +++ trunk/dports/www/sahana2/Portfile 2009-02-03 16:55:47 UTC (rev 46362) @@ -0,0 +1,48 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name sahana2 +version 0.6.2 +categories www php +maintainers nomaintainer +description Sahana is a web based disaster management system +long_description Sahana is an integrated set of pluggable, web based \ + disaster management applications that provide solutions to \ + large-scale humanitarian problems in the aftermath of a \ + disaster. + +homepage http://www.sahana.lk +master_sites sourceforge:sahana +distname sahana-${version}-stable +checksums md5 618c3ef5a44720f5b417b3023a8b814e \ + sha1 b75571ad68e684b420091578bd0e06ccda25d14d \ + rmd160 3aa1803405ad0d0414658c51342247d74d8bf9d1 + +platforms darwin freebsd + +depends_lib port:apache2 port:php5 port:mysql5 + +variant apache description "Use Apache 1 instead of Apache 2" { + depends_lib-append port:apache + depends_lib-delete port:apache2 +} + +variant mysql4 description "Use MySQL 4 instead of MySQL 5" { + depends_lib-append port:mysql4 + depends_lib-delete port:mysql5 +} + +use_configure no +build {} + +set docpath ${destroot}${prefix}/www/data +set worksrcpath ${workpath}/sahana + +destroot { + xinstall -d -m 0755 ${docpath}/sahana + eval file copy [glob ${worksrcpath}/*] ${docpath}/sahana + file attributes ${docpath}/sahana/www/tmp -permissions 040777 +} + -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Tue Feb 3 09:09:05 2009 From: mww at macports.org (mww at macports.org) Date: Tue, 3 Feb 2009 09:09:05 -0800 (PST) Subject: [46363] trunk/dports/devel/cscope/Portfile Message-ID: <20090203170905.D93C2E586A1@beta.macosforge.org> Revision: 46363 http://trac.macports.org/changeset/46363 Author: mww at macports.org Date: 2009-02-03 09:09:03 -0800 (Tue, 03 Feb 2009) Log Message: ----------- version 15.7 Modified Paths: -------------- trunk/dports/devel/cscope/Portfile Modified: trunk/dports/devel/cscope/Portfile =================================================================== --- trunk/dports/devel/cscope/Portfile 2009-02-03 16:55:47 UTC (rev 46362) +++ trunk/dports/devel/cscope/Portfile 2009-02-03 17:09:03 UTC (rev 46363) @@ -3,7 +3,7 @@ PortSystem 1.0 name cscope -version 15.6 +version 15.7 categories devel platforms darwin freebsd maintainers mww @@ -17,8 +17,10 @@ homepage http://cscope.sourceforge.net/ master_sites sourceforge -checksums sha1 f5f73dca1f223cf6905c09a7f0e8eb993fa5fd93 +checksums sha1 293196c4e2a7eec5633a9019e39544dc9894b827 +use_bzip2 yes + patchfiles patch-constants.h depends_lib port:ncurses -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Feb 3 09:15:42 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 3 Feb 2009 09:15:42 -0800 (PST) Subject: [46364] trunk/dports/math Message-ID: <20090203171542.A2D43E58781@beta.macosforge.org> Revision: 46364 http://trac.macports.org/changeset/46364 Author: snc at macports.org Date: 2009-02-03 09:15:41 -0800 (Tue, 03 Feb 2009) Log Message: ----------- created igraph, ticket #16818 Added Paths: ----------- trunk/dports/math/igraph/ trunk/dports/math/igraph/Portfile Added: trunk/dports/math/igraph/Portfile =================================================================== --- trunk/dports/math/igraph/Portfile (rev 0) +++ trunk/dports/math/igraph/Portfile 2009-02-03 17:15:41 UTC (rev 46364) @@ -0,0 +1,21 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name igraph +version 0.5.1 + +categories math devel +maintainers nomaintainer +platforms darwin +description high performance graph library for C +long_description high performance graph library, primarily aimed \ + at complex network research and analysis. +homepage http://cneurocvs.rmki.kfki.hu/igraph/ + +distname igraph-${version} +master_sites ${homepage}download/ +checksums md5 19f9c193fc7c8b88a0e8d98aef9f9bb5 \ + sha1 91caa3a6faaf776a93e94e3dd21a94b006f981af \ + rmd160 13e9085545fe231d3654dd9b928bc67192ca9d38 -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Tue Feb 3 09:26:05 2009 From: noreply at macports.org (MacPorts) Date: Tue, 03 Feb 2009 17:26:05 -0000 Subject: [MacPorts] snc modified Message-ID: <20090203172605.43959280D3@relay13.apple.com> Changed page "snc" by snc at macports.org from 24.172.137.66* Page URL: Diff URL: Revision 17 Comment: DO NOT HARDCODE /OPT/LOCAL!!! -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: snc ========================================================================= --- snc (version: 16) +++ snc (version: 17) @@ -4,7 +4,9 @@ === Diamonds in the Rough === Unfortunately, there are useful things that end up buried in the Guide. For example, if you're developing against mysql5 (where multiple packages might create the mysql5 binary), you'd want to [http://guide.macports.org/#reference.dependencies.types depend on the binary] instead of a specific port. This is accomplished in [source:trunk/dports/www/php5/Portfile#L264 php5] through {{{depends_lib-append path:bin/mysql_config5:mysql5}}}. '''Note:''' The trailing mysql5 indicates which port to be installed if the binary cannot be found. -Also hidden (to the point where I cannot find it) is how to write wrapper scripts; [source:trunk/dports/x11/wine/ wine] is considered the poster-portfile. The scripts should be included in the port's {{{files}}} directory and dynamically modified through the portfile by the [http://guide.macports.org/#reference.tcl-extensions tcl extensions], {{{xinstall}}} and {{{reinplace}}}. Another example is [source:trunk/dports/math/pspp/ pspp]. +Also hidden (to the point where I cannot find it) is how to write wrapper scripts; [source:trunk/dports/x11/wine/ wine] is considered the poster-portfile. Another example is [source:trunk/dports/math/pspp/ pspp]. The scripts should be included in the port's {{{files}}} directory and dynamically modified through the portfile by the [http://guide.macports.org/#reference.tcl-extensions tcl extensions], {{{xinstall}}} and {{{reinplace}}}. +=== Do Not Hardcode /opt/local === +Speaking of {{{reinplace}}}, '''do not''' hardcode {{{/opt/local}}} anywhere! Instead, use {{{reinplace}}} for string manipulation in files. == Portindex == Once you've created your portfile, it's best to test it with your copy of MacPorts. The first step is to create a [http://guide.macports.org/#development.local-repositories local portfile repository] for testing. For this, I suggest creating the directory {{{~/ports}}}. Inside this new directory, you should run {{{portindex}}} which will create the repository index of everything following the {{{./group/port/Portfile}}} heirarchy. '''Note:''' This command should be run everytime you make changes as it will include the new index data for MacPorts. Also watch out for any errors it reports, which stop the portfile from showing up in MacPorts. == Port Info == -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on snc. If it was not you, please report to . From snc at macports.org Tue Feb 3 09:42:41 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 3 Feb 2009 09:42:41 -0800 (PST) Subject: [46365] trunk/dports/python Message-ID: <20090203174241.D692DE58B93@beta.macosforge.org> Revision: 46365 http://trac.macports.org/changeset/46365 Author: snc at macports.org Date: 2009-02-03 09:42:41 -0800 (Tue, 03 Feb 2009) Log Message: ----------- created py25-igraph, ticket #16819 Added Paths: ----------- trunk/dports/python/py25-igraph/ trunk/dports/python/py25-igraph/Portfile trunk/dports/python/py25-igraph/files/ trunk/dports/python/py25-igraph/files/patch-setup.py.diff Added: trunk/dports/python/py25-igraph/Portfile =================================================================== --- trunk/dports/python/py25-igraph/Portfile (rev 0) +++ trunk/dports/python/py25-igraph/Portfile 2009-02-03 17:42:41 UTC (rev 46365) @@ -0,0 +1,33 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-igraph +version 0.5.1 +categories-append math +maintainers nomaintainer +description Python interface to the igraph library + +long_description Python interface to the igraph high performance \ + graph library + +homepage http://pypi.python.org/pypi/python-igraph/ +master_sites http://pypi.python.org/packages/source/p/python-igraph/ + +distname python-igraph-${version} + +checksums md5 9cc4364d656db67add07dd474c8b0f11 \ + sha1 406c70c4dc09176782c8234d1161b62625a3acd7 \ + rmd160 356964caa38c312bbd01c0c528a815d0ec7ee62b + +platforms darwin + +depends_lib port:igraph \ + port:py25-setuptools + +patchfiles patch-setup.py.diff + +post-patch { + reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py +} Added: trunk/dports/python/py25-igraph/files/patch-setup.py.diff =================================================================== --- trunk/dports/python/py25-igraph/files/patch-setup.py.diff (rev 0) +++ trunk/dports/python/py25-igraph/files/patch-setup.py.diff 2009-02-03 17:42:41 UTC (rev 46365) @@ -0,0 +1,26 @@ +--- setup.py.orig 2008-10-11 01:19:58.000000000 +0400 ++++ setup.py 2008-10-11 01:20:55.000000000 +0400 +@@ -12,7 +12,7 @@ + from os import popen3, mkdir + from shutil import copy2 + +-LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/usr/include/igraph', '/usr/local/include/igraph'] ++LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['@PREFIX@/include/igraph'] + LIBIGRAPH_FALLBACK_LIBRARIES = ['igraph'] + LIBIGRAPH_FALLBACK_LIBRARY_DIRS = [] + +@@ -94,10 +94,10 @@ + + plat = get_platform() + data_files = [] +-if "macosx" in plat: +- data_files = [('/usr/lib', ['/usr/local/lib/libigraph.dylib', \ +- '/usr/local/lib/libigraph.0.dylib', \ +- '/usr/local/lib/libigraph.0.0.0.dylib'])] ++#if "macosx" in plat: ++# data_files = [('/opt/local/lib', ['/opt/local/lib/libigraph.dylib', \ ++# '/opt/local/lib/libigraph.0.dylib', \ ++# '/opt/local/lib/libigraph.0.0.0.dylib'])] + + setup(name = 'python-igraph', + version = '0.5.1', -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 09:52:48 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 09:52:48 -0800 (PST) Subject: [46366] trunk/dports/PortIndex Message-ID: <20090203175249.884E5E59848@beta.macosforge.org> Revision: 46366 http://trac.macports.org/changeset/46366 Author: portindex at macports.org Date: 2009-02-03 09:52:47 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5523 Ports successfully parsed: 5523 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 17:42:41 UTC (rev 46365) +++ trunk/dports/PortIndex 2009-02-03 17:52:47 UTC (rev 46366) @@ -989,7 +989,7 @@ cryptokit 492 description {Objective Caml interface to cryptographic functions.} portdir devel/cryptokit homepage http://pauillac.inria.fr/~xleroy/software.html epoch 0 platforms darwin name cryptokit depends_lib bin:camlp4:ocaml maintainers anil at recoil.org long_description {The Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.} version 1.2 categories {devel security} revision 0 cscope 657 -variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/cscope description {development tool for browsing source code} homepage http://cscope.sourceforge.net/ epoch 0 platforms {darwin freebsd} name cscope depends_lib port:ncurses maintainers mww long_description {Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.} version 15.6 categories devel revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/cscope description {development tool for browsing source code} homepage http://cscope.sourceforge.net/ epoch 0 platforms {darwin freebsd} name cscope depends_lib port:ncurses maintainers mww long_description {Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.} version 15.7 categories devel revision 0 cssc 430 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/cssc description {SCCS replacement} homepage http://cssc.sourceforge.net/ epoch 0 platforms darwin name cssc maintainers nomaintainer long_description {CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite of tools which is provided with most commercial versions of Unix.} version 1.0.1 categories devel revision 0 ctags 877 @@ -4434,6 +4434,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir math/gts description {The GNU Triangulated Surface library} homepage http://gts.sourceforge.net/ epoch 0 platforms darwin name gts maintainers nomaintainer long_description {GTS stands for the GNU Triangulated Surface Library. It is an Open Source Free Software Library intended to provide a set of useful functions to deal with 3D surfaces meshed with interconnected triangles.} version 0.7.6 categories math revision 0 gunits 629 variants universal variant_desc {universal {Build for multiple architectures}} portdir math/gunits description {Unit conversion and calculation} homepage http://www.gnu.org/software/units/ epoch 0 platforms darwin name gunits depends_lib {port:ncurses port:readline} maintainers nomaintainer long_description {GNU units converts quantities expressed in various scales to their equivalents in other scales. Units can only handle multiplicative scale changes. For example, it cannot convert Celsius to Fahrenheit but it can convert temperature differences between those temperature scales.} version 1.87 categories math revision 0 +igraph 417 +variants universal variant_desc {universal {Build for multiple architectures}} portdir math/igraph description {high performance graph library for C} homepage http://cneurocvs.rmki.kfki.hu/igraph/ epoch 0 platforms darwin name igraph maintainers nomaintainer long_description {high performance graph library, primarily aimed at complex network research and analysis.} version 0.5.1 categories {math devel} revision 0 isabelle 791 variants universal variant_desc {universal {Build for multiple architectures}} portdir math/isabelle description {Isabelle is a popular generic theorem proving environment.} homepage http://www.cl.cam.ac.uk/Research/HVG/Isabelle/ epoch 0 platforms darwin name isabelle depends_lib port:polyml maintainers mww long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols.} version 2008 categories {math lang ml} revision 0 isabelle-devel 857 @@ -7802,6 +7804,8 @@ portdir python/py25-icalendar description {The iCalendar package is a parser/generator of RFC 2445 iCalendar files.} depends_lib port:python25 name py25-icalendar categories python version 1.2 homepage http://codespeak.net/icalendar/ revision 0 epoch 0 maintainers deric at macports.org long_description {The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.} py25-id3lib 376 description {Python module for reading and writing id3v2 tags} portdir python/py25-id3lib homepage http://pyid3lib.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:id3lib port:zlib} name py25-id3lib maintainers maubi.net:waterson long_description {{Python module for reading and writing id3v2 tags}} categories {python audio} version 0.5.1 revision 0 +py25-igraph 377 +description {Python interface to the igraph library} portdir python/py25-igraph homepage http://pypi.python.org/pypi/python-igraph/ epoch 0 platforms darwin depends_lib {port:igraph port:py25-setuptools} name py25-igraph maintainers nomaintainer long_description {Python interface to the igraph high performance graph library} categories {python math} version 0.5.1 revision 0 py25-imdb 383 description {python module providing access to the IMDb movie database} portdir python/py25-imdb homepage http://imdbpy.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-imdb maintainers nomaintainer long_description {py-imdb is a Python package useful to retrieve and manage the data of the IMDb movie database.} categories python version 3.6 revision 0 py25-iniparse 612 @@ -10114,6 +10118,8 @@ variants {perl5 php5 python24 python25 ruby tcl universal} variant_desc {universal {Build for multiple architectures}} portdir www/redland-bindings description {Redland RDF Language Bindings} homepage http://librdf.org/bindings/ epoch 0 platforms darwin name redland-bindings depends_lib port:redland long_description {Redland is a set of free software libraries that provide support for the Resource Description Framework (RDF). This package provides higher-level language APIs to Redland for multiple popular scripting languages.} maintainers arto.bendiken at gmail.com version 1.0.8.1 categories www revision 2 retawq 690 variants universal variant_desc {universal {Build for multiple architectures}} portdir www/retawq description {text-based web browser} homepage http://retawq.sourceforge.net/ epoch 0 platforms darwin name retawq maintainers nomaintainer long_description {retawq is an interactive, multi-threaded network client (web browser) for text terminals on computers with Unix-like operating systems. It is fast, small, nicely configurable, and comfortable, e.g. the low-level network communications are performed in a non-blocking way, and you can keep open as many virtual windows as you want and work simultaneously in two of them in a split-screen mode.} version 0.2.6b categories www revision 0 +sahana2 599 +variants {apache mysql4} variant_desc {apache {Use Apache 1 instead of Apache 2} mysql4 {Use MySQL 4 instead of MySQL 5}} portdir www/sahana2 description {Sahana is a web based disaster management system} homepage http://www.sahana.lk epoch 0 platforms {darwin freebsd} name sahana2 depends_lib {port:apache2 port:php5 port:mysql5} maintainers nomaintainer long_description {Sahana is an integrated set of pluggable, web based disaster management applications that provide solutions to large-scale humanitarian problems in the aftermath of a disaster.} version 0.6.2 categories {www php} revision 0 seamonkey 677 variants {nomail calendar no_crypto aqua darwin_7 darwin_8 darwin_9 universal} depends_build {bin:zip:zip bin:gmake:gmake} variant_desc {darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir www/seamonkey description {Mozilla browser.} homepage http://www.mozilla.org/projects/seamonkey/ epoch 0 platforms darwin name seamonkey depends_lib {bin:libIDL-config-2:libidl lib:libgtk.2:gtk2 port:nspr} long_description {{Mozilla browser.}} maintainers {afb at macports.org openmaintainer} categories www version 1.1.9 revision 0 serf 620 -------------- next part -------------- An HTML attachment was scrubbed... URL: From alakazam at macports.org Tue Feb 3 12:58:00 2009 From: alakazam at macports.org (alakazam at macports.org) Date: Tue, 3 Feb 2009 12:58:00 -0800 (PST) Subject: [46367] trunk/dports/math/octave/Portfile Message-ID: <20090203205800.83C85E5AF29@beta.macosforge.org> Revision: 46367 http://trac.macports.org/changeset/46367 Author: alakazam at macports.org Date: 2009-02-03 12:57:59 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Assume 'main' maintainership of the octave port so that I'm assigned tickets directly (see #18050) Modified Paths: -------------- trunk/dports/math/octave/Portfile Modified: trunk/dports/math/octave/Portfile =================================================================== --- trunk/dports/math/octave/Portfile 2009-02-03 17:52:47 UTC (rev 46366) +++ trunk/dports/math/octave/Portfile 2009-02-03 20:57:59 UTC (rev 46367) @@ -6,7 +6,7 @@ name octave version 3.0.3 categories math science -maintainers stechert alakazam +maintainers alakazam stechert platforms darwin description a Matlab-like environment for numerical analysis long_description \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From alakazam at macports.org Tue Feb 3 12:58:11 2009 From: alakazam at macports.org (alakazam at macports.org) Date: Tue, 3 Feb 2009 12:58:11 -0800 (PST) Subject: [46368] trunk/dports/python/py25-recaptcha/Portfile Message-ID: <20090203205811.7FC41E5AF9E@beta.macosforge.org> Revision: 46368 http://trac.macports.org/changeset/46368 Author: alakazam at macports.org Date: 2009-02-03 12:58:10 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Update py25-recaptcha to 1.0.3. Closes #17999, maintainer timeout. Also add livecheck. Modified Paths: -------------- trunk/dports/python/py25-recaptcha/Portfile Modified: trunk/dports/python/py25-recaptcha/Portfile =================================================================== --- trunk/dports/python/py25-recaptcha/Portfile 2009-02-03 20:57:59 UTC (rev 46367) +++ trunk/dports/python/py25-recaptcha/Portfile 2009-02-03 20:58:10 UTC (rev 46368) @@ -4,7 +4,7 @@ PortGroup python25 1.0 name py25-recaptcha -version 1.0.1 +version 1.0.3 maintainers stechert at macports.org description Python recaptcha client long_description Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any \ @@ -15,11 +15,15 @@ need a key from http://mailhide.recaptcha.net/apikey categories-append graphics platforms darwin freebsd -homepage http://recaptcha.net/ +homepage http://pypi.python.org/pypi/recaptcha-client master_sites http://pypi.python.org/packages/source/r/recaptcha-client/ distname recaptcha-client-${version} -checksums md5 6a479f2142efc25954a6f37012b4c2dd \ - sha1 901a9de924f5685b8229bf1022788d17c04125a6 \ - rmd160 73f9b10e3cbb66e7c612b1a2b3266da813e70a0c +checksums md5 5aaa88d703f1003ecc63a0ced00baad6 \ + sha1 8cdfc87f6eaa056e510130f605b3e2b616a0750e \ + rmd160 739b99c2b8a51ba41bb5cd49be2bbc377c765da2 depends_lib-append port:py25-crypto + +livecheck.check regex +livecheck.url ${homepage} +livecheck.regex "recaptcha-client&version=(\\d+(\\.\\d+)*)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From tommyd at macports.org Tue Feb 3 13:00:53 2009 From: tommyd at macports.org (tommyd at macports.org) Date: Tue, 3 Feb 2009 13:00:53 -0800 (PST) Subject: [46369] trunk/dports/www/ikiwiki Message-ID: <20090203210053.6CF9EE5B8C2@beta.macosforge.org> Revision: 46369 http://trac.macports.org/changeset/46369 Author: tommyd at macports.org Date: 2009-02-03 13:00:52 -0800 (Tue, 03 Feb 2009) Log Message: ----------- ikiwiki: - new upstream version (3.03) - new dependency to p5-rpc-xml to better handle plugins - extended Makefile patch which now properly copies some non-perl plugins into destroot Modified Paths: -------------- trunk/dports/www/ikiwiki/Portfile trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff Modified: trunk/dports/www/ikiwiki/Portfile =================================================================== --- trunk/dports/www/ikiwiki/Portfile 2009-02-03 20:58:10 UTC (rev 46368) +++ trunk/dports/www/ikiwiki/Portfile 2009-02-03 21:00:52 UTC (rev 46369) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup ikiwiki 3.01 +perl5.setup ikiwiki 3.03 name ikiwiki categories www perl description A wiki compiler. @@ -22,9 +22,9 @@ patchfiles patch-Makefile.PL.diff -checksums md5 c05ab03698378630436a28b8332093e8 \ - sha1 68aa57fa8e60eeb6b6fa8925d1132bb6f2e2c765 \ - rmd160 7c4ad97f87f6d5d014892cea554e0ec4d281bef1 +checksums md5 237b906594b042d2b073a5970019cf06 \ + sha1 1f5b1339c1b1a2e2baefd37567e8c71ed538cd62 \ + rmd160 2995edcaa4eb41fbf4ae2123c3b8ae6e0a5f9021 depends_build port:coreutils @@ -49,6 +49,7 @@ port:p5-digest-sha1 \ port:p5-file-mimeinfo \ port:p5-locale-gettext \ + port:p5-rpc-xml \ port:p5-text-csv \ port:p5-text-wikiformat \ port:p5-xml-feed @@ -69,8 +70,9 @@ ${worksrcpath}/docwiki.setup \ ${worksrcpath}/mdwn2man \ ${worksrcpath}/pm_filter \ - ${worksrcpath}/auto.setup + ${worksrcpath}/auto.setup \ + ${worksrcpath}/auto-blog.setup reinplace "s|/etc/ikiwiki/wikilist|${prefix}/etc/ikiwiki/wikilist|g" \ - ${worksrcpath}/ikiwiki-update-wikilist \ - ${worksrcpath}/ikiwiki-mass-rebuild + ${worksrcpath}/ikiwiki-update-wikilist \ + ${worksrcpath}/ikiwiki-mass-rebuild } Modified: trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff =================================================================== --- trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff 2009-02-03 20:58:10 UTC (rev 46368) +++ trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff 2009-02-03 21:00:52 UTC (rev 46369) @@ -1,15 +1,54 @@ ---- Makefile.PL.orig 2008-09-08 23:27:51.000000000 +0200 -+++ Makefile.PL 2008-09-08 23:28:38.000000000 +0200 -@@ -95,9 +95,9 @@ +--- Makefile.PL.orig 2009-01-28 22:20:14.000000000 +0100 ++++ Makefile.PL 2009-02-03 21:42:52.000000000 +0100 +@@ -57,7 +57,7 @@ + for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \ + install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ + for file in `find underlays/$$dir -follow -maxdepth 1 -type f`; do \ +- cp -aL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir || \ ++ cp -aL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir 2>/dev/null || \ + install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ + done; \ + done +@@ -71,11 +71,11 @@ + done + # Install example sites. +- for dir in `cd doc/examples; find -type d ! -regex '.*\.svn.*'`; do \ ++ for dir in `cd doc/examples; find . -type d ! -regex '.*\.svn.*'`; do \ + install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$dir; \ + done +- for file in `cd doc/examples; find -type f ! -regex '.*\.svn.*'`; do \ +- cp -aL doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file || \ ++ for file in `cd doc/examples; find . -type f ! -regex '.*\.svn.*'`; do \ ++ cp -aL doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file 2>/dev/null || \ + install -m 644 doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file; \ + done + +@@ -87,10 +87,10 @@ + done + + install -d $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins +- for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\* ! -name \*demo\* -name \*.py`; do \ ++ for file in `find plugins -maxdepth 1 -type f ! -path plugins/.\* ! -name \*demo\* -name \*.py`; do \ + install -m 644 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ + done +- for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\* ! -name \*demo\* ! -name \*.py ! -name \*.pyc`; do \ ++ for file in `find plugins -maxdepth 1 -type f ! -path plugins/.\* ! -name \*demo\* ! -name \*.py ! -name \*.pyc`; do \ + install -m 755 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ + done + +@@ -117,10 +117,10 @@ + # These might fail if a regular user is installing into a home # directory. - -install -d $(DESTDIR)/etc/ikiwiki - -install -m 0644 wikilist $(DESTDIR)/etc/ikiwiki - -install -m 0644 auto.setup $(DESTDIR)/etc/ikiwiki +- -install -m 0644 auto-blog.setup $(DESTDIR)/etc/ikiwiki + -install -d $(DESTDIR)$(PREFIX)/etc/ikiwiki + -install -m 0644 wikilist $(DESTDIR)$(PREFIX)/etc/ikiwiki + -install -m 0644 auto.setup $(DESTDIR)$(PREFIX)/etc/ikiwiki ++ -install -m 0644 auto-blog.setup $(DESTDIR)$(PREFIX)/etc/ikiwiki } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Feb 3 13:08:20 2009 From: jmr at macports.org (jmr at macports.org) Date: Tue, 3 Feb 2009 13:08:20 -0800 (PST) Subject: [46370] trunk/dports/sysutils/mcrypt/Portfile Message-ID: <20090203210821.38B96E5C38E@beta.macosforge.org> Revision: 46370 http://trac.macports.org/changeset/46370 Author: jmr at macports.org Date: 2009-02-03 13:08:20 -0800 (Tue, 03 Feb 2009) Log Message: ----------- mcrypt: add missing dependency on libmcrypt, remove unnecessary use of configure.env, set svn props Modified Paths: -------------- trunk/dports/sysutils/mcrypt/Portfile Property Changed: ---------------- trunk/dports/sysutils/mcrypt/Portfile Modified: trunk/dports/sysutils/mcrypt/Portfile =================================================================== --- trunk/dports/sysutils/mcrypt/Portfile 2009-02-03 21:00:52 UTC (rev 46369) +++ trunk/dports/sysutils/mcrypt/Portfile 2009-02-03 21:08:20 UTC (rev 46370) @@ -25,17 +25,12 @@ md5 97639f8821b10f80943fa17da302607e \ sha1 8ae0e866714fbbb96a0a6fa9f099089dc93f1d86 -depends_lib port:mhash +depends_lib port:mhash port:libmcrypt patchfiles patch-rfc2440.diff -configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include configure.args --disable-posix-threads --mandir=${prefix}/share/man platform darwin 6 { depends_lib-append lib:libdl:dlcompat } - -platform darwin 8 { - configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 -} Property changes on: trunk/dports/sysutils/mcrypt/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From dluke at macports.org Tue Feb 3 13:24:40 2009 From: dluke at macports.org (dluke at macports.org) Date: Tue, 3 Feb 2009 13:24:40 -0800 (PST) Subject: [46371] trunk/dports/net/bind9 Message-ID: <20090203212445.B55A1E5CF82@beta.macosforge.org> Revision: 46371 http://trac.macports.org/changeset/46371 Author: dluke at macports.org Date: 2009-02-03 13:24:25 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Add +dlz_mysql5 variant (thanks to Bradley Giesbrecht - fixes #17783) Modified Paths: -------------- trunk/dports/net/bind9/Portfile Added Paths: ----------- trunk/dports/net/bind9/files/patch-configure trunk/dports/net/bind9/files/patch-contrib-dlz-config.dlz.in Modified: trunk/dports/net/bind9/Portfile =================================================================== --- trunk/dports/net/bind9/Portfile 2009-02-03 21:08:20 UTC (rev 46370) +++ trunk/dports/net/bind9/Portfile 2009-02-03 21:24:25 UTC (rev 46371) @@ -79,3 +79,16 @@ } platform darwin 6 { depends_lib-append lib:libdl:dlcompat } + +variant dlz_mysql5 description {Dynamically Loaded Zones (dlz) stored in MySQL 5.x} { + depends_lib-append \ + path:bin/mysql_config5:mysql5 + patchfiles-append patch-configure + patchfiles-append patch-contrib-dlz-config.dlz.in + # Threads are not safe when bind9 is compiled with dlz + configure.args-delete \ + --enable-threads + configure.args-append \ + --with-dlz-mysql=${prefix}/bin/mysql_config5 \ + --disable-threads +} Added: trunk/dports/net/bind9/files/patch-configure =================================================================== --- trunk/dports/net/bind9/files/patch-configure (rev 0) +++ trunk/dports/net/bind9/files/patch-configure 2009-02-03 21:24:25 UTC (rev 46371) @@ -0,0 +1,39 @@ +--- configure.orig 2009-01-29 14:42:07.000000000 -0800 ++++ configure 2009-01-29 14:42:34.000000000 -0800 +@@ -6623,8 +6623,8 @@ + "-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" \ + "-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv" \ + "-lgssapi" \ +- "-lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err" \ +- "-lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \ ++ "-lgssapi -lkrb5 -ldes -lasn1 -lroken -lcom_err" \ ++ "-lgssapi -lkrb5 -lcrypto -lasn1 -lroken -lcom_err" \ + "-lgss" + do + # Note that this does not include $saved_libs, because +@@ -31094,6 +31094,13 @@ + break + fi + done ++elif test -f `$use_dlz_mysql --include | awk '{print substr($1,3)}'`/mysql.h ++then ++ mysql_include=`$use_dlz_mysql --include | awk '{print substr($1,3)}'` ++ if test -d `$use_dlz_mysql --libs | awk '{print substr($2,3)}'` ++ then ++ mysql_lib=`$use_dlz_mysql --libs | awk '{print substr($2,3)}'` ++ fi + elif test "$use_dlz_mysql" != "no" + then + d=$use_dlz_mysql +@@ -31144,9 +31151,9 @@ + then + DLZ_DRIVER_INCLUDES="$DLZ_DRIVER_INCLUDES -I${mysql_include}" + fi +- if test -n "-L${mysql_lib} -lmysqlclient -lz -lcrypt -lm" ++ if test -n "-L${mysql_lib} -lmysqlclient -lz -lm" + then +- DLZ_DRIVER_LIBS="$DLZ_DRIVER_LIBS -L${mysql_lib} -lmysqlclient -lz -lcrypt -lm" ++ DLZ_DRIVER_LIBS="$DLZ_DRIVER_LIBS -L${mysql_lib} -lmysqlclient -lz -lm" + fi + + Added: trunk/dports/net/bind9/files/patch-contrib-dlz-config.dlz.in =================================================================== --- trunk/dports/net/bind9/files/patch-contrib-dlz-config.dlz.in (rev 0) +++ trunk/dports/net/bind9/files/patch-contrib-dlz-config.dlz.in 2009-02-03 21:24:25 UTC (rev 46371) @@ -0,0 +1,26 @@ +--- contrib/dlz/config.dlz.in.orig 2009-01-29 14:42:22.000000000 -0800 ++++ contrib/dlz/config.dlz.in 2009-01-29 14:42:34.000000000 -0800 +@@ -155,6 +155,14 @@ + break + fi + done ++elif test -f `$use_dlz_mysql --include | awk '{print substr($1,3)}'`/mysql.h ++then ++ mysql_include=`$use_dlz_mysql --include | awk '{print substr($1,3)}'` ++ if test -d `$use_dlz_mysql --libs | awk '{print substr($2,3)}'` ++ then ++ mysql_lib=`$use_dlz_mysql --libs | awk '{print substr($2,3)}'` ++ fi ++elif test "$use_dlz_mysql" != "no" + elif test "$use_dlz_mysql" != "no" + then + d=$use_dlz_mysql +@@ -193,7 +201,7 @@ + *) + DLZ_ADD_DRIVER(MYSQL, dlz_mysql_driver, + [-I${mysql_include}], +- [-L${mysql_lib} -lmysqlclient -lz -lcrypt -lm]) ++ [-L${mysql_lib} -lmysqlclient -lz -lm]) + + AC_MSG_RESULT( + [using mysql from ${mysql_lib} and ${mysql_include}]) -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Feb 3 13:44:08 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 3 Feb 2009 13:44:08 -0800 (PST) Subject: [46372] trunk/dports/gnome/gstreamer Message-ID: <20090203214411.CC264E5D7AC@beta.macosforge.org> Revision: 46372 http://trac.macports.org/changeset/46372 Author: devans at macports.org Date: 2009-02-03 13:44:02 -0800 (Tue, 03 Feb 2009) Log Message: ----------- gstreamer: update to version 0.10.22, delete patch files now included upstream. Modified Paths: -------------- trunk/dports/gnome/gstreamer/Portfile Removed Paths: ------------- trunk/dports/gnome/gstreamer/files/ Modified: trunk/dports/gnome/gstreamer/Portfile =================================================================== --- trunk/dports/gnome/gstreamer/Portfile 2009-02-03 21:24:25 UTC (rev 46371) +++ trunk/dports/gnome/gstreamer/Portfile 2009-02-03 21:44:02 UTC (rev 46372) @@ -4,8 +4,7 @@ PortSystem 1.0 name gstreamer -version 0.10.21 -revision 1 +version 0.10.22 description A framework for streaming media. long_description This is GStreamer, a framework for streaming media. \ The fundamental design comes from the video pipeline at \ @@ -24,9 +23,9 @@ master_sites gnome:sources/gstreamer/[join [lrange [split ${version} .] 0 1] .]/ \ http://gstreamer.freedesktop.org/src/${name}/ -checksums md5 7bad90af3fd81a1535363cf85359125c \ - sha1 892daa9517dd7603e80b009dc059e20f4daea66f \ - rmd160 d801ff66390ef41880cf0be1fee6f7aebf177876 +checksums md5 35dd8598837af4074753afe5b59e8ef2 \ + sha1 8be3e00cafefd8bbb402b77f0c19fbe359bde998 \ + rmd160 4d052b533b17eb05d2927ea2944c2f0f513a9179 depends_build \ port:gzip \ @@ -44,8 +43,6 @@ use_bzip2 yes -patchfiles patch-no-gtk-doc.diff patch-configure.diff - configure.env-append PERL_PATH=${prefix}/bin/perl configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 13:52:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 13:52:26 -0800 (PST) Subject: [46373] trunk/dports/PortIndex Message-ID: <20090203215227.82242E5D889@beta.macosforge.org> Revision: 46373 http://trac.macports.org/changeset/46373 Author: portindex at macports.org Date: 2009-02-03 13:52:25 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5523 Ports successfully parsed: 5523 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 21:44:02 UTC (rev 46372) +++ trunk/dports/PortIndex 2009-02-03 21:52:25 UTC (rev 46373) @@ -2541,7 +2541,7 @@ gst-plugins-ugly 515 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gst-plugins-ugly description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-ugly depends_lib {port:gst-plugins-base port:a52dec port:lame port:libmpeg2 port:libmad port:libid3tag port:libdvdread} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} maintainers nomaintainer version 0.10.10 categories gnome revision 0 gstreamer 932 -variants universal depends_build {port:gzip port:m4 path:bin/perl:perl5 port:pkgconfig} variant_desc {universal {Build for multiple architectures}} portdir gnome/gstreamer description {A framework for streaming media.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gstreamer depends_lib {port:bison port:flex port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:libxml2 port:zlib} long_description {This is GStreamer, a framework for streaming media. The fundamental design comes from the video pipeline at Oregon Graduate Institute, as well as some ideas from DirectMedia. It's based on plug-ins that will provide the various codec and other functionality. The interface hopefully is generic enough for various companies (ahem, Apple) to release binary codecs for Linux, until such time as they get a clue and release the source.} maintainers nomaintainer categories gnome version 0.10.21 revision 1 +variants universal depends_build {port:gzip port:m4 path:bin/perl:perl5 port:pkgconfig} variant_desc {universal {Build for multiple architectures}} portdir gnome/gstreamer description {A framework for streaming media.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gstreamer depends_lib {port:bison port:flex port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:libxml2 port:zlib} long_description {This is GStreamer, a framework for streaming media. The fundamental design comes from the video pipeline at Oregon Graduate Institute, as well as some ideas from DirectMedia. It's based on plug-ins that will provide the various codec and other functionality. The interface hopefully is generic enough for various companies (ahem, Apple) to release binary codecs for Linux, until such time as they get a clue and release the source.} maintainers nomaintainer categories gnome version 0.10.22 revision 0 gthumb 811 variants universal depends_build {port:gnome-doc-utils path:bin/perl:perl5 port:pkgconfig} variant_desc {universal {Build for multiple architectures}} portdir gnome/gthumb description {Image viewer and browser for the gnome desktop.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gthumb depends_lib {port:libgphoto2 port:audiofile port:avahi port:dbus port:dbus-glib port:esound port:expat port:gconf port:gnome-keyring port:gnome-vfs port:gtk2 port:howl port:libart_lgpl port:libbonobo port:libbonoboui port:libexif port:libglade2 port:libgnome port:libgnomecanvas port:libgnomeui port:libiconv port:libxml2 port:libxslt port:openssl port:orbit2 port:popt} long_description {{Image viewer and browser for the gnome desktop.}} maintainers nomaintainer categories gnome version 2.10.10 revision 0 gtk-doc 699 @@ -4493,7 +4493,7 @@ ntl 587 variants {gmp universal} depends_build path:bin/perl:perl5 variant_desc {universal {Build for multiple architectures}} portdir math/ntl description {NTL: A Library for doing Number Theory} homepage http://shoup.net/ntl/ epoch 0 name ntl maintainers fimaluka.org:ralf long_description {NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length {integers;} for vectors, matrices, and polynomials over the integers and over finite {fields;} and for arbitrary precision floating point arithmetic.} version 5.4.2 categories math revision 0 octave 961 -variants {gcc43 universal} depends_build {bin:tex:texlive port:ghostscript port:gawk port:gsed path:bin/perl:perl5 port:texinfo} variant_desc {gcc43 {builds with the macports gcc43 toolchain} universal {Build for multiple architectures}} portdir math/octave description {a Matlab-like environment for numerical analysis} homepage http://www.gnu.org/software/octave/ epoch 0 platforms darwin name octave depends_lib {port:readline port:curl port:hdf5 port:fftw-3 port:metis port:SuiteSparse port:pcre port:glpk port:gnuplot port:ncurses port:qhull port:g95} maintainers {stechert alakazam} long_description {Octave provides a convenient command line interface for solving linear and nonlinear problems numerically, using a language that is mostly compatible with Matlab. It is easily extensible and customizable via user-defined functions or using dynamically loaded modules written in e.g. C++, C or Fortran.} categories {math science} version 3.0.3 revision 0 +variants {gcc43 universal} depends_build {bin:tex:texlive port:ghostscript port:gawk port:gsed path:bin/perl:perl5 port:texinfo} variant_desc {gcc43 {builds with the macports gcc43 toolchain} universal {Build for multiple architectures}} portdir math/octave description {a Matlab-like environment for numerical analysis} homepage http://www.gnu.org/software/octave/ epoch 0 platforms darwin name octave depends_lib {port:readline port:curl port:hdf5 port:fftw-3 port:metis port:SuiteSparse port:pcre port:glpk port:gnuplot port:ncurses port:qhull port:g95} maintainers {alakazam stechert} long_description {Octave provides a convenient command line interface for solving linear and nonlinear problems numerically, using a language that is mostly compatible with Matlab. It is easily extensible and customizable via user-defined functions or using dynamically loaded modules written in e.g. C++, C or Fortran.} categories {math science} version 3.0.3 revision 0 octave-ad 397 variants universal variant_desc {universal {Build for multiple architectures}} portdir math/octave-ad description {Automatic Forward Differentiation} homepage http://octave.sourceforge.net/ epoch 0 platforms darwin name octave-ad depends_lib port:octave maintainers {andrea.damore alakazam} long_description {{Automatic Forward Differentiation}} version 1.0.4 categories {math science} revision 0 octave-ann 725 @@ -4810,8 +4810,8 @@ variants darwin_8 variant_desc {darwin_8 {Platform variant, do not select manually}} portdir net/balance description {simple but powerful generic TCP proxy} homepage http://balance.sourceforge.net/ epoch 0 platforms darwin name balance maintainers nomaintainer long_description {Balance is a simple but powerful generic TCP proxy with round-robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax.} version 3.34 categories net revision 0 bidwatcher 704 variants universal variant_desc {universal {Build for multiple architectures}} 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 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 756 -variants darwin_6 variant_desc {darwin_6 {Platform variant, do not select manually}} 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 at 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.6.0-P1 categories net revision 0 +bind9 833 +variants {darwin_6 dlz_mysql5} variant_desc {darwin_6 {Platform variant, do not select manually} dlz_mysql5 {Dynamically Loaded Zones (dlz) stored in MySQL 5.x}} 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 at 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.6.0-P1 categories net revision 0 bing 509 portdir net/bing platforms darwin description {Bandwidth measurement tool} name bing version 1.0.5 categories net homepage http://www.freenix.fr/freenix/logiciels/bing.html revision 0 epoch 0 maintainers nomaintainer 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.} binkd 349 @@ -7986,8 +7986,8 @@ description Quadtree portdir python/py25-quadtree homepage http://trac.gispython.org/projects/PCL/wiki/QuadTree epoch 0 platforms darwin depends_lib port:python25 name py25-quadtree maintainers mcalhoun long_description {Quadtree: Whether for PCL in-memory feature stores, Plone content, or whatever -- we need a simple spatial index to speed up retrieval of objects that intersect with a given bounding box. The simplest, most tried-and-true, open source spatial index is shapelib's (http://shapelib.maptools.org) quadtree. It's been improving the performance of MapServer applications for years. The quadtree itself is completely separable from any shapefile. We can use it with arbitrary Python object collections.} categories python version 0.1.2 revision 0 py25-readline 301 description {readline extension for Python} portdir python/py25-readline homepage http://www.python.org/ epoch 0 platforms darwin depends_lib {port:python25 port:readline} name py25-readline maintainers mww long_description {{readline extension for Python}} categories python version 2.5.4 revision 0 -py25-recaptcha 766 -description {Python recaptcha client} portdir python/py25-recaptcha homepage http://recaptcha.net/ epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:py25-crypto} name py25-recaptcha maintainers stechert at macports.org long_description {Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide. This functionality requires pycrypto. This library requires two types of API keys. If you'd like to use the CAPTCHA, you'll need a key from http://recaptcha.net/api/getkey. For Mailhide, you'll need a key from http://mailhide.recaptcha.net/apikey} categories {python graphics} version 1.0.1 revision 0 +py25-recaptcha 789 +description {Python recaptcha client} portdir python/py25-recaptcha homepage http://pypi.python.org/pypi/recaptcha-client epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:py25-crypto} name py25-recaptcha maintainers stechert at macports.org long_description {Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide. This functionality requires pycrypto. This library requires two types of API keys. If you'd like to use the CAPTCHA, you'll need a key from http://recaptcha.net/api/getkey. For Mailhide, you'll need a key from http://mailhide.recaptcha.net/apikey} categories {python graphics} version 1.0.3 revision 0 py25-reportlab 471 description {python library for creating pdf files} portdir python/py25-reportlab homepage http://www.reportlab.org/rl_toolkit.html epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:py25-numeric} name py25-reportlab maintainers nomaintainer long_description {ReportLab is a software library that lets you directly create documents in Adobe's Portable Document Format (PDF) using the python programming language.} categories python version 2.2 revision 1 py25-routes 546 @@ -9192,8 +9192,8 @@ portdir sysutils/maxwell description {Mac OS X SMART disk monitoring/reporting tool} platforms darwin name maxwell version 0.5.1 categories sysutils homepage http://maxwell.sourceforge.net/ revision 0 epoch 0 maintainers blb long_description {Maxwell is a disk monitoring and reporting tool for Mac OS X. It uses the IOKit SMART api to check your ATA disks for signs of possible future failure. It can run tests on demand, print a report of the disks performance, or simply report a passing/failing status.} mc 756 variants universal depends_build bin:pkg-config:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir sysutils/mc description {GNU Midnight Commander} homepage http://www.ibiblio.org/mc/ epoch 0 platforms darwin name mc depends_lib lib:glib2:glib2 maintainers waqar at macports.org long_description {GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. After some practice, you will wonder how you could ever live without it.} categories sysutils version 4.6.1 revision 0 -mcrypt 791 -variants {darwin_6 darwin_8 universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir sysutils/mcrypt description {A replacement for the old crypt package and crypt(1) command} homepage http://mcrypt.sourceforge.net/ epoch 0 platforms darwin name mcrypt depends_lib port:mhash maintainers nomaintainer long_description {MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers.} version 2.6.8 categories {sysutils security} revision 0 +mcrypt 747 +variants {darwin_6 universal} variant_desc {darwin_6 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir sysutils/mcrypt description {A replacement for the old crypt package and crypt(1) command} homepage http://mcrypt.sourceforge.net/ epoch 0 platforms darwin name mcrypt depends_lib {port:mhash port:libmcrypt} maintainers nomaintainer long_description {MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers.} version 2.6.8 categories {sysutils security} revision 0 md5sha1sum 607 variants universal variant_desc {universal {Build for multiple architectures}} portdir sysutils/md5sha1sum description {Hash utilites} homepage http://www.microbrew.org/tools/md5sha1sum epoch 0 platforms darwin name md5sha1sum maintainers flyn.org:mike long_description {This toolset provides md5sum, sha1sum, and ripemd160sum. They are intended to be drop in replacements for the tools from GNU textutils. Since installing textutils is somewhat excessive for just those two utilities, these are meant to be the more compact and easier to install replacements.} version 0.9.5 categories sysutils revision 0 mdate 483 @@ -9980,8 +9980,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir www/http-fetcher description {small, robust, flexible library for HTTP downloads} homepage http://http-fetcher.sourceforge.net/ epoch 0 platforms darwin name http-fetcher maintainers nomaintainer long_description {http-fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method.} version 1.1.0 categories www revision 0 httperf 957 variants universal variant_desc {universal {Build for multiple architectures}} portdir www/httperf description {tool for measuring webserver performance} homepage http://www.hpl.hp.com/research/linux/httperf/ epoch 0 platforms darwin name httperf maintainers nomaintainer long_description {httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its robustness, which includes the ability to generate and sustain server overload, support for the HTTP/1.1 protocol, and its extensibility to new workload generators and performance measurements.} version 0.9.0 categories {www benchmarks} revision 0 -ikiwiki 1035 -variants universal depends_build port:coreutils variant_desc {universal {Build for multiple architectures}} portdir www/ikiwiki description {A wiki compiler.} homepage http://ikiwiki.info/ epoch 0 platforms darwin name ikiwiki depends_lib {path:bin/perl:perl5 port:p5-cgi port:p5-cgi-formbuilder port:p5-cgi-session port:p5-data-dumper port:p5-html-parser port:p5-html-scrubber port:p5-html-parser port:p5-mail-sendmail port:p5-html-template port:p5-text-markdown port:p5-uri port:p5-timedate port:p5-xml-simple port:p5-crypt-ssleay port:p5-digest-sha1 port:p5-file-mimeinfo port:p5-locale-gettext port:p5-text-csv port:p5-text-wikiformat port:p5-xml-feed} long_description {Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. There are many other features, including support for blogging, as well as a large array of plugins.} maintainers tommyd categories {www perl} version 3.01 revision 0 +ikiwiki 1051 +variants universal depends_build port:coreutils variant_desc {universal {Build for multiple architectures}} portdir www/ikiwiki description {A wiki compiler.} homepage http://ikiwiki.info/ epoch 0 platforms darwin name ikiwiki depends_lib {path:bin/perl:perl5 port:p5-cgi port:p5-cgi-formbuilder port:p5-cgi-session port:p5-data-dumper port:p5-html-parser port:p5-html-scrubber port:p5-html-parser port:p5-mail-sendmail port:p5-html-template port:p5-text-markdown port:p5-uri port:p5-timedate port:p5-xml-simple port:p5-crypt-ssleay port:p5-digest-sha1 port:p5-file-mimeinfo port:p5-locale-gettext port:p5-rpc-xml port:p5-text-csv port:p5-text-wikiformat port:p5-xml-feed} long_description {Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. There are many other features, including support for blogging, as well as a large array of plugins.} mai ntainers tommyd categories {www perl} version 3.03 revision 0 jetty 666 portdir www/jetty platforms darwin description {Java HTTP Servlet Server} name jetty version 5.1.10 categories {www java} homepage http://www.mortbay.org/jetty/ revision 0 epoch 0 maintainers landonf at macports.org long_description {Jetty is a 100% Java HTTP Server and Servlet Container. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment.} kazehakase 608 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Feb 3 14:18:33 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 3 Feb 2009 14:18:33 -0800 (PST) Subject: [46374] trunk/dports/gnome/gst-plugins-base Message-ID: <20090203221833.EA69CE5DCD0@beta.macosforge.org> Revision: 46374 http://trac.macports.org/changeset/46374 Author: devans at macports.org Date: 2009-02-03 14:18:33 -0800 (Tue, 03 Feb 2009) Log Message: ----------- gst-plugins-base: update to version 0.10.22, remove patch files now included upstream, add +no_x11 variant. Closes #18329. Modified Paths: -------------- trunk/dports/gnome/gst-plugins-base/Portfile Removed Paths: ------------- trunk/dports/gnome/gst-plugins-base/files/ Modified: trunk/dports/gnome/gst-plugins-base/Portfile =================================================================== --- trunk/dports/gnome/gst-plugins-base/Portfile 2009-02-03 21:52:25 UTC (rev 46373) +++ trunk/dports/gnome/gst-plugins-base/Portfile 2009-02-03 22:18:33 UTC (rev 46374) @@ -4,7 +4,7 @@ PortSystem 1.0 name gst-plugins-base -version 0.10.21 +version 0.10.22 description This is gst-plugins, a set of plug-ins for GStreamer. long_description ${description} maintainers nomaintainer @@ -18,9 +18,9 @@ use_bzip2 yes master_sites gnome:sources/gst-plugins-base/0.10/ http://gstreamer.freedesktop.org/src/${name}/ -checksums md5 0e0cd485311502ad1c0c028148e3186a \ - sha1 ae83b3306f52aa3affd014dade30c6cd5c2baa66 \ - rmd160 4fa9056c8cc5d21db30074596831ffc14f6b671b +checksums md5 5d0f1e07f8f6db564971b50f75261e8a \ + sha1 8e6a894858f5412234ce1591bbb773102c150cb7 \ + rmd160 013de77422d6e89b64cf55ff7299b0ff1e38ef8a depends_lib \ port:gstreamer \ @@ -34,21 +34,12 @@ use_autoreconf yes autoreconf.args -fvi -# Fix build issue when some packages aren't present -# http://sourceforge.net/mailarchive/forum.php?thread_name=48ECEA1E.1040601%40versatile.com&forum_name=gstreamer-devel -# (first patch, second is for destroot phase, like gstreamer's patch) -patchfiles patch-tests_icles_Makefile.in patch-docs_libs_Makefile.in.diff +configure.args --enable-experimental --disable-libvisual --disable-gst_v4l --disable-alsa -configure.args --enable-experimental -# configure.cppflags-append -I${prefix}/include/cdparanoia/paranoia -I${prefix}/include/cdparanoia/interface +variant no_x11 { + configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm +} -#configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \ -# CFLAGS="-no-cpp-precomp -funroll-loops -fstrict-aliasing" -#post-extract { -# reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \ -# ${worksrcpath}/configure -#} - livecheck.check regex livecheck.url http://gstreamer.freedesktop.org/src/${name}/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Feb 3 14:41:00 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 3 Feb 2009 14:41:00 -0800 Subject: propchange - r46374 svn:log Message-ID: <20090203224100.A0349280A6@relay13.apple.com> Author: devans at macports.org (original author: devans at macports.org) Revision: 46374 Property Name: svn:log --- /Volumes/data/admin/var/tmp/revprops/pre-46374-devans at macports.org 2009-02-03 14:40:59.000000000 -0800 +++ /Volumes/data/admin/var/tmp/revprops/post-46374-devans at macports.org 2009-02-03 14:41:00.000000000 -0800 @@ -1 +1 @@ -gst-plugins-base: update to version 0.10.22, remove patch files now included upstream, add +no_x11 variant. Closes #18329. +gst-plugins-base: update to version 0.10.22, remove patch files now included upstream, disable unsupported plugins, add +no_x11 variant. Closes #18329. From portindex at macports.org Tue Feb 3 14:52:29 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 14:52:29 -0800 (PST) Subject: [46375] trunk/dports/PortIndex Message-ID: <20090203225231.D3932E5DFC8@beta.macosforge.org> Revision: 46375 http://trac.macports.org/changeset/46375 Author: portindex at macports.org Date: 2009-02-03 14:52:28 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5523 Ports successfully parsed: 5523 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 22:18:33 UTC (rev 46374) +++ trunk/dports/PortIndex 2009-02-03 22:52:28 UTC (rev 46375) @@ -2534,8 +2534,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gst-ffmpeg description {This is gst-ffmpeg, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-ffmpeg depends_lib {port:gstreamer port:gst-plugins-base} long_description {{This is gst-ffmpeg, a set of plug-ins for GStreamer.}} maintainers nomaintainer version 0.10.3 categories gnome revision 0 gst-plugins-bad 676 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gst-plugins-bad description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-bad depends_lib {port:gstreamer port:gst-plugins-base port:XviD port:audiofile port:gnome-vfs port:jack port:libdts port:libmms port:libmpeg2 port:libsndfile port:faac port:faad2 port:libmusicbrainz port:neon port:libsdl port:libsoup port:soundtouch port:swfdec port:x264 port:xmms} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} maintainers nomaintainer version 0.10.9 categories gnome revision 0 -gst-plugins-base 435 -description {This is gst-plugins, a set of plug-ins for GStreamer.} portdir gnome/gst-plugins-base homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-base depends_lib {port:gstreamer port:gnome-vfs port:liboil port:libogg port:libtheora port:libvorbis port:cdparanoia} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} maintainers nomaintainer version 0.10.21 categories gnome revision 0 +gst-plugins-base 499 +variants no_x11 variant_desc {no_x11 {Disable support for X11}} portdir gnome/gst-plugins-base description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-base depends_lib {port:gstreamer port:gnome-vfs port:liboil port:libogg port:libtheora port:libvorbis port:cdparanoia} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} maintainers nomaintainer version 0.10.22 categories gnome revision 0 gst-plugins-good 578 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/gst-plugins-good description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-good depends_lib {port:gst-plugins-base port:aalib port:esound port:flac port:gconf port:libcaca port:libdv port:libcdio port:libshout2 port:speex port:taglib port:wavpack port:zlib} long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} maintainers nomaintainer version 0.10.11 categories gnome revision 0 gst-plugins-ugly 515 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 14:54:03 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 14:54:03 -0800 (PST) Subject: [46376] trunk/dports/devel/piklab/Portfile Message-ID: <20090203225403.DC4D1E5DFF8@beta.macosforge.org> Revision: 46376 http://trac.macports.org/changeset/46376 Author: blb at macports.org Date: 2009-02-03 14:54:03 -0800 (Tue, 03 Feb 2009) Log Message: ----------- devel/piklab - version update to 0.15.4, remove arts dependency; ticket #18157 Modified Paths: -------------- trunk/dports/devel/piklab/Portfile Modified: trunk/dports/devel/piklab/Portfile =================================================================== --- trunk/dports/devel/piklab/Portfile 2009-02-03 22:52:28 UTC (rev 46375) +++ trunk/dports/devel/piklab/Portfile 2009-02-03 22:54:03 UTC (rev 46376) @@ -3,7 +3,7 @@ PortSystem 1.0 name piklab -version 0.15.2 +version 0.15.4 categories devel maintainers jwbacon at tds.net description PIC Microcontroller IDE @@ -13,13 +13,13 @@ master_sites sourceforge use_bzip2 yes -checksums md5 0b2f2154753ba53c74b470edb3fa6ded \ - sha1 9e41660279556ad70d2cccfb45b82519ba31ebc4 \ - rmd160 9b859974071cdd8fd3f260bf0eac00feadfc9140 +checksums md5 34f61db5cf3987740582bde9142befe6 \ + sha1 040c0ac454ef1e1f652effbe55affd953a0f9071 \ + rmd160 375103026545d33f625ff142e90e6c853c7f5498 -depends_lib port:kdelibs3 port:libusb port:jpeg port:arts port:readline +depends_lib port:kdelibs3 port:libusb port:jpeg port:readline -configure.args QTDIR=/opt/local/lib/qt3 +configure.args QTDIR=/opt/local/lib/qt3 --without-arts post-activate { ui_msg " -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 14:57:22 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 14:57:22 -0800 (PST) Subject: [46377] trunk/dports/lang/logtalk/Portfile Message-ID: <20090203225722.5DBE4E5E08A@beta.macosforge.org> Revision: 46377 http://trac.macports.org/changeset/46377 Author: blb at macports.org Date: 2009-02-03 14:57:21 -0800 (Tue, 03 Feb 2009) Log Message: ----------- lang/logtalk - version update to 2.35.0, ticket #18345 Modified Paths: -------------- trunk/dports/lang/logtalk/Portfile Modified: trunk/dports/lang/logtalk/Portfile =================================================================== --- trunk/dports/lang/logtalk/Portfile 2009-02-03 22:54:03 UTC (rev 46376) +++ trunk/dports/lang/logtalk/Portfile 2009-02-03 22:57:21 UTC (rev 46377) @@ -2,7 +2,7 @@ PortSystem 1.0 name logtalk -version 2.34.1 +version 2.35.0 categories lang maintainers pmoura at logtalk.org @@ -20,7 +20,7 @@ homepage http://logtalk.org/ master_sites ${homepage}files/ -checksums md5 40e857cf938fb2023bc854be9b77f04f +checksums md5 174361f1945e9aa2c5b2c7c50d49cd55 distname lgt[strsed ${version} {g/\.//}] @@ -51,7 +51,7 @@ ui_msg "* the scripts!):" ui_msg "*" ui_msg "* B-Prolog (version 7.1 or later): bplgt (first run must use sudo)" - ui_msg "* CIAO (version 1.10#5 or later): ciaolgt (first run must use sudo)" + ui_msg "* Ciao (version 1.10): ciaolgt (first run must use sudo)" ui_msg "* CxProlog (version 0.97.2 or later): cxlgt" ui_msg "* ECLiPSe (versions 5.10, 6.0): eclipselgt" ui_msg "* GNU Prolog (version 1.3.0 or later): gplgt" -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 15:03:59 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 15:03:59 -0800 (PST) Subject: [46378] trunk/dports/x11 Message-ID: <20090203230400.19CCBE5E1CF@beta.macosforge.org> Revision: 46378 http://trac.macports.org/changeset/46378 Author: blb at macports.org Date: 2009-02-03 15:03:59 -0800 (Tue, 03 Feb 2009) Log Message: ----------- New port - x11/wmctrl, interact with an EWMH/NetWM compatible X Window Manager Ticket #18350 Added Paths: ----------- trunk/dports/x11/wmctrl/ trunk/dports/x11/wmctrl/Portfile Added: trunk/dports/x11/wmctrl/Portfile =================================================================== --- trunk/dports/x11/wmctrl/Portfile (rev 0) +++ trunk/dports/x11/wmctrl/Portfile 2009-02-03 23:03:59 UTC (rev 46378) @@ -0,0 +1,39 @@ +# $Id$ + +PortSystem 1.0 +name wmctrl +version 1.07 +categories x11 +maintainers nomaintainer +description interact with an EWMH/NetWM compatible X Window Manager +long_description \ + The wmctrl program is a UNIX/Linux command line tool to interact with \ + an EWMH/NetWM compatible X Window Manager.\ + \ + The tool provides command line access to almost all the features \ + defined in the EWMH specification. It can be used, for example, to \ + obtain information about the window manager, to get a detailed list of \ + desktops and managed windows, to switch and resize desktops, to make \ + windows full-screen, always-above or sticky, and to activate, close, \ + move, resize, maximize and minimize them. + +platforms darwin + +homepage http://www.sweb.cz/tripie/utils/wmctrl +master_sites ${homepage}/dist + +checksums md5 1fe3c7a2caa6071e071ba34f587e1555 \ + sha1 a123019a7fd5adc3e393fc1108cb706268a34e4d \ + rmd160 b19b23c7368875b62ffef71780915b439b2c09d5 + +depends_build port:pkgconfig + +depends_lib port:xorg-libX11 port:xorg-libXmu port:glib2 + +configure.args --mandir=${prefix}/share/man + +livecheck.check regex +livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} +livecheck.url ${master_sites} + + Property changes on: trunk/dports/x11/wmctrl/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Feb 3 15:39:24 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 3 Feb 2009 15:39:24 -0800 (PST) Subject: [46379] trunk/dports/print/ghostscript/Portfile Message-ID: <20090203233925.2B78FE5E5B2@beta.macosforge.org> Revision: 46379 http://trac.macports.org/changeset/46379 Author: devans at macports.org Date: 2009-02-03 15:39:24 -0800 (Tue, 03 Feb 2009) Log Message: ----------- ghostscript: add +no_x11 variant. Modified Paths: -------------- trunk/dports/print/ghostscript/Portfile Modified: trunk/dports/print/ghostscript/Portfile =================================================================== --- trunk/dports/print/ghostscript/Portfile 2009-02-03 23:03:59 UTC (rev 46378) +++ trunk/dports/print/ghostscript/Portfile 2009-02-03 23:39:24 UTC (rev 46379) @@ -79,6 +79,12 @@ universal_variant no +variant no_x11 { + depends_lib-delete port:xorg-libXext + depends_lib-delete port:xorg-libXt + configure.args-append --without-x +} + variant cups description {Enable cups support} { configure.args-delete --disable-cups configure.args-append --enable-cups -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 15:52:37 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 15:52:37 -0800 (PST) Subject: [46380] trunk/dports/PortIndex Message-ID: <20090203235238.11F15E5E6C2@beta.macosforge.org> Revision: 46380 http://trac.macports.org/changeset/46380 Author: portindex at macports.org Date: 2009-02-03 15:52:36 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5524 Ports successfully parsed: 5524 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-03 23:39:24 UTC (rev 46379) +++ trunk/dports/PortIndex 2009-02-03 23:52:36 UTC (rev 46380) @@ -1680,8 +1680,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/php5-intl description {Internationalization extension for PHP 5} homepage http://pecl.php.net/package/intl epoch 0 platforms darwin name php5-intl depends_lib {port:php5 port:icu} maintainers {nox openmaintainer} long_description {Internationalization extension implements ICU library functionality in PHP.} version 1.0.1 categories {devel php} revision 0 physfs 668 variants {darwin_8 darwin_9 universal} depends_build port:libtool variant_desc {darwin_8 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir devel/physfs description {library providing abstract archive access} homepage http://icculus.org/physfs/ epoch 0 platforms darwin name physfs depends_lib port:readline maintainers nomaintainer long_description {PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.} categories devel version 1.0.1 revision 0 -piklab 534 -variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/piklab description {PIC Microcontroller IDE} homepage http://piklab.sourceforge.net/ epoch 0 platforms darwin name piklab depends_lib {port:kdelibs3 port:libusb port:jpeg port:arts port:readline} maintainers jwbacon at tds.net long_description {Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment.} version 0.15.2 categories devel revision 0 +piklab 524 +variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/piklab description {PIC Microcontroller IDE} homepage http://piklab.sourceforge.net/ epoch 0 platforms darwin name piklab depends_lib {port:kdelibs3 port:libusb port:jpeg port:readline} maintainers jwbacon at tds.net long_description {Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment.} version 0.15.4 categories devel revision 0 pkgconfig 576 variants {darwin_6 universal} variant_desc {darwin_6 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir devel/pkgconfig description {System for managing library compile and link flags} homepage http://pkg-config.freedesktop.org/ epoch 0 platforms {darwin freebsd} name pkgconfig maintainers ryandesign long_description {The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries.} version 0.23 categories devel revision 1 plib 608 @@ -3951,7 +3951,7 @@ llvm-gcc42 650 variants {darwin darwin_powerpc darwin_i386 universal} variant_desc {darwin {Platform variant, do not select manually} darwin_powerpc {Platform variant, do not select manually} darwin_i386 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir lang/llvm-gcc42 description {llvm is a next generation compiler infrastructure} homepage http://llvm.org/ epoch 0 platforms darwin name llvm-gcc42 depends_lib port:llvm maintainers {erickt at macports.org openmaintainer} long_description {llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend.} version 2.4 categories lang revision 1 logtalk 631 -portdir lang/logtalk platforms {darwin freebsd linux} description {Logtalk - Open source object-oriented logic programming language} name logtalk version 2.34.1 categories lang homepage http://logtalk.org/ revision 0 epoch 0 maintainers pmoura at logtalk.org long_description {Logtalk is an open source object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols, component-based programming through category-based composition, event-driven programming, and multi-threading programming.} +portdir lang/logtalk platforms {darwin freebsd linux} description {Logtalk - Open source object-oriented logic programming language} name logtalk version 2.35.0 categories lang homepage http://logtalk.org/ revision 0 epoch 0 maintainers pmoura at logtalk.org long_description {Logtalk is an open source object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols, component-based programming through category-based composition, event-driven programming, and multi-threading programming.} lua 558 variants {darwin_7 universal} variant_desc {darwin_7 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir lang/lua description {powerful, lightweight programming language} homepage http://www.lua.org epoch 0 platforms darwin name lua depends_lib port:readline maintainers {pmq openmaintainer} long_description {Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, standalone language.} version 5.1.4 categories lang revision 0 lua50 504 @@ -6862,8 +6862,8 @@ depends_build port:py-numeric portdir print/fonttools description {XML<->TrueType/OpenType Converter} homepage http://www.letterror.com/code/ttx/ epoch 0 platforms darwin depends_lib port:python24 name fonttools long_description {TTX is a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.} maintainers pguyot at kallisys.net categories print version 2.0b1 revision 1 freetype 842 variants {darwin_7 macosx bytecode universal} variant_desc {darwin_7 {Platform variant, do not select manually} macosx {Platform variant, do not select manually} bytecode {Build bytecode interpreter into the TrueType driver} universal {Build for multiple architectures}} portdir print/freetype description {A software font engine} homepage http://freetype.sourceforge.net/ epoch 0 platforms darwin name freetype depends_lib port:zlib maintainers ryandesign long_description {FreeType2 is a software font engine that is designed to be small, efficient, highly customizable and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.} version 2.3.8 categories {print graphics} revision 0 -ghostscript 764 -variants {cups framework} depends_build {port:pkgconfig port:autoconf} variant_desc {cups {Enable cups support} framework {Build and install Ghostscript.framework}} portdir print/ghostscript description {GPL Ghostscript, An interpreter for PostScript and PDF} homepage http://www.cs.wisc.edu/~ghost/ epoch 0 platforms darwin name ghostscript depends_lib {port:xorg-libXext port:xorg-libXt path:lib/pkgconfig/cairo.pc:cairo port:expat port:fontconfig port:libiconv port:zlib path:bin/perl:perl5} maintainers {takanori openmaintainer} long_description {Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays.} categories print version 8.63 revision 1 +ghostscript 804 +variants {no_x11 cups framework} depends_build {port:pkgconfig port:autoconf} variant_desc {no_x11 {Disable support for X11} cups {Enable cups support} framework {Build and install Ghostscript.framework}} portdir print/ghostscript description {GPL Ghostscript, An interpreter for PostScript and PDF} homepage http://www.cs.wisc.edu/~ghost/ epoch 0 platforms darwin name ghostscript depends_lib {port:xorg-libXext port:xorg-libXt path:lib/pkgconfig/cairo.pc:cairo port:expat port:fontconfig port:libiconv port:zlib path:bin/perl:perl5} maintainers {takanori openmaintainer} long_description {Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays.} categories print version 8.63 revision 1 ghostscript-fonts-hiragino 646 variants {darwin_7 darwin_8 no_alias universal} variant_desc {darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} no_alias {Do not use Hiragino as an alternative to Morisawa's standard 5 fonts} universal {Build for multiple architectures}} portdir print/ghostscript-fonts-hiragino description {Japanese Hiragino fonts for ghostscript 8.63} homepage {} epoch 0 platforms macosx name ghostscript-fonts-hiragino depends_lib port:ghostscript maintainers {takanori openmaintainer} long_description {{Japanese Hiragino fonts for ghostscript 8.63}} version 8.63 categories {print japanese} revision 0 gimp-print 999 @@ -10572,6 +10572,8 @@ description {WindowMaker clock docklet} portdir x11/wmcalclock homepage http://jmpacquet.free.fr/wmcalclock/ epoch 0 platforms darwin name wmcalclock depends_lib port:xorg-libs maintainers nomaintainer long_description {Clock docklet for WindowMaker that displays the time and date.} version 1.26 categories x11 revision 1 wmclock 545 depends_build bin:xmkmf:imake portdir x11/wmclock description {A dockable clock applet} homepage http://www.jmknoble.net/WindowMaker/wmclock/ epoch 0 platforms {darwin freebsd} name wmclock depends_lib {port:xorg-libX11 port:xorg-libXext port:xpm} maintainers nomaintainer long_description {Wmclock is an applet which displays the date and time in a dockable tile in the same style as the clock from the NEXTSTEP(tm) operating system. Wmclock is specially designed for the WindowMaker window manager.} version 1.0.12.2 categories x11 revision 2 +wmctrl 920 +variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir x11/wmctrl description {interact with an EWMH/NetWM compatible X Window Manager} homepage http://www.sweb.cz/tripie/utils/wmctrl epoch 0 platforms darwin name wmctrl depends_lib {port:xorg-libX11 port:xorg-libXmu port:glib2} maintainers nomaintainer long_description {The wmctrl program is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager. The tool provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to obtain information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them.} categories x11 version 1.07 revision 0 wmcube 448 description {3D objects tumbling about representing CPU load.} portdir x11/wmcube homepage http://dockapps.org/file.php/id/162 epoch 0 platforms darwin name wmcube depends_lib {port:xorg-libXext port:xpm} maintainers nomaintainer long_description {Many different objects and will select a random object if you click on the dockapp. The ability to zoom in/out and remove the percent label is present as well.} version 0.98 categories x11 revision 1 wmii 422 -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Tue Feb 3 16:10:04 2009 From: raimue at macports.org (raimue at macports.org) Date: Tue, 3 Feb 2009 16:10:04 -0800 (PST) Subject: [46381] trunk/dports/sysutils/burn-app/Portfile Message-ID: <20090204001004.A358BE5E98E@beta.macosforge.org> Revision: 46381 http://trac.macports.org/changeset/46381 Author: raimue at macports.org Date: 2009-02-03 16:10:04 -0800 (Tue, 03 Feb 2009) Log Message: ----------- sysutils/burn-app: Update to version 1.721 Modified Paths: -------------- trunk/dports/sysutils/burn-app/Portfile Modified: trunk/dports/sysutils/burn-app/Portfile =================================================================== --- trunk/dports/sysutils/burn-app/Portfile 2009-02-03 23:52:36 UTC (rev 46380) +++ trunk/dports/sysutils/burn-app/Portfile 2009-02-04 00:10:04 UTC (rev 46381) @@ -4,7 +4,7 @@ PortGroup xcode 1.0 name burn-app -version 1.72 +version 1.721 categories sysutils platforms macosx maintainers raimue @@ -18,9 +18,9 @@ master_sites sourceforge:burn-osx distname Burn[strsed ${version} {s/\.//}]src -checksums md5 91c29c66358321f6b380b54ace6c99ec \ - sha1 340cb1edff456bfd31bcce74fded70a2c1f3a954 \ - rmd160 02aa7fde3474a522aec57a7a955046c8e0835aec +checksums md5 5755e3541ea8f2cf3733fcd25760a534 \ + sha1 f55e622d3de9da49d3879a01e2e116a2be737ccc \ + rmd160 00b40fa70b2a4b2be1fe50fc2e2a876c9948abed use_zip yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Tue Feb 3 16:28:06 2009 From: raimue at macports.org (raimue at macports.org) Date: Tue, 3 Feb 2009 16:28:06 -0800 (PST) Subject: [46382] trunk/dports/editors Message-ID: <20090204002806.92546E5EADF@beta.macosforge.org> Revision: 46382 http://trac.macports.org/changeset/46382 Author: raimue at macports.org Date: 2009-02-03 16:28:05 -0800 (Tue, 03 Feb 2009) Log Message: ----------- editors/vim, editors/vim-app: Update to version 7.2.093 Modified Paths: -------------- trunk/dports/editors/vim/Portfile trunk/dports/editors/vim/files/patchlist trunk/dports/editors/vim-app/Portfile trunk/dports/editors/vim-app/files/patchlist Modified: trunk/dports/editors/vim/Portfile =================================================================== --- trunk/dports/editors/vim/Portfile 2009-02-04 00:10:04 UTC (rev 46381) +++ trunk/dports/editors/vim/Portfile 2009-02-04 00:28:05 UTC (rev 46382) @@ -4,7 +4,7 @@ name vim set vim_version 7.2 -set vim_patchlevel 077 +set vim_patchlevel 093 version ${vim_version}.${vim_patchlevel} revision 1 categories editors Modified: trunk/dports/editors/vim/files/patchlist =================================================================== --- trunk/dports/editors/vim/files/patchlist 2009-02-04 00:10:04 UTC (rev 46381) +++ trunk/dports/editors/vim/files/patchlist 2009-02-04 00:28:05 UTC (rev 46382) @@ -92,5 +92,20 @@ 7.2.074 md5 5b0a423e9f3ca07e5c62d4f0f5803a5c \ 7.2.075 md5 d7eccf57f8fc04cf0385f85eff3d989a \ 7.2.076 md5 99750c988d0c48f56cb12a04b78aebc2 \ - 7.2.077 md5 1967f5e7fa4cec07bd67cc47925ec3c8 - + 7.2.077 md5 1967f5e7fa4cec07bd67cc47925ec3c8 \ + 7.2.078 md5 7b285d2ba24fdd2390b4aaba08fcf5f6 \ + 7.2.079 md5 a3385578174d3867f17ab287276db49b \ + 7.2.080 md5 ea45aa4d1a74989d361b2a29c1e9ff9b \ + 7.2.081 md5 3bdf4ec7db7976876a827f2dfa269e89 \ + 7.2.082 md5 590c9aa51fcb808ece4b6b4bfaaaaf30 \ + 7.2.083 md5 2a10abc536f7a69ff3ef353b55b6cb65 \ + 7.2.084 md5 78defaaa03e61955f6624b796efb8655 \ + 7.2.085 md5 869116b3e92e944d40a3e03f9a99816f \ + 7.2.086 md5 5af26f073ebeba60af90525d68a61725 \ + 7.2.087 md5 639d7a80864afe68132725e377f52f19 \ + 7.2.088 md5 44b152484534fa23c4ff531316a0e518 \ + 7.2.089 md5 990e6a23c4061df0dcc0ab84528a2e1a \ + 7.2.090 md5 8985dcfe7df6b439e88554e22cf34919 \ + 7.2.091 md5 137faec139470453ca446c015c226e47 \ + 7.2.092 md5 e15782bf5892ad787d149491bfe013e7 \ + 7.2.093 md5 2198caf9e5f422eacde337e9c27677ab Modified: trunk/dports/editors/vim-app/Portfile =================================================================== --- trunk/dports/editors/vim-app/Portfile 2009-02-04 00:10:04 UTC (rev 46381) +++ trunk/dports/editors/vim-app/Portfile 2009-02-04 00:28:05 UTC (rev 46382) @@ -5,7 +5,7 @@ name vim-app set realname vim set vim_version 7.2 -set vim_patchlevel 077 +set vim_patchlevel 093 version ${vim_version}.${vim_patchlevel} categories editors maintainers raimue Modified: trunk/dports/editors/vim-app/files/patchlist =================================================================== --- trunk/dports/editors/vim-app/files/patchlist 2009-02-04 00:10:04 UTC (rev 46381) +++ trunk/dports/editors/vim-app/files/patchlist 2009-02-04 00:28:05 UTC (rev 46382) @@ -92,5 +92,20 @@ 7.2.074 md5 5b0a423e9f3ca07e5c62d4f0f5803a5c \ 7.2.075 md5 d7eccf57f8fc04cf0385f85eff3d989a \ 7.2.076 md5 99750c988d0c48f56cb12a04b78aebc2 \ - 7.2.077 md5 1967f5e7fa4cec07bd67cc47925ec3c8 - + 7.2.077 md5 1967f5e7fa4cec07bd67cc47925ec3c8 \ + 7.2.078 md5 7b285d2ba24fdd2390b4aaba08fcf5f6 \ + 7.2.079 md5 a3385578174d3867f17ab287276db49b \ + 7.2.080 md5 ea45aa4d1a74989d361b2a29c1e9ff9b \ + 7.2.081 md5 3bdf4ec7db7976876a827f2dfa269e89 \ + 7.2.082 md5 590c9aa51fcb808ece4b6b4bfaaaaf30 \ + 7.2.083 md5 2a10abc536f7a69ff3ef353b55b6cb65 \ + 7.2.084 md5 78defaaa03e61955f6624b796efb8655 \ + 7.2.085 md5 869116b3e92e944d40a3e03f9a99816f \ + 7.2.086 md5 5af26f073ebeba60af90525d68a61725 \ + 7.2.087 md5 639d7a80864afe68132725e377f52f19 \ + 7.2.088 md5 44b152484534fa23c4ff531316a0e518 \ + 7.2.089 md5 990e6a23c4061df0dcc0ab84528a2e1a \ + 7.2.090 md5 8985dcfe7df6b439e88554e22cf34919 \ + 7.2.091 md5 137faec139470453ca446c015c226e47 \ + 7.2.092 md5 e15782bf5892ad787d149491bfe013e7 \ + 7.2.093 md5 2198caf9e5f422eacde337e9c27677ab -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 16:52:19 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 16:52:19 -0800 (PST) Subject: [46383] trunk/dports/PortIndex Message-ID: <20090204005220.A0634E5EE10@beta.macosforge.org> Revision: 46383 http://trac.macports.org/changeset/46383 Author: portindex at macports.org Date: 2009-02-03 16:52:18 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5524 Ports successfully parsed: 5524 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 00:28:05 UTC (rev 46382) +++ trunk/dports/PortIndex 2009-02-04 00:52:18 UTC (rev 46383) @@ -1981,9 +1981,9 @@ vile 603 variants universal variant_desc {universal {Build for multiple architectures}} portdir editors/vile description {Vi Like Emacs} homepage http://invisible-island.net/vile/ epoch 0 platforms darwin name vile maintainers waqar at macports.org 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.} version 9.5 categories editors revision 0 vim 1244 -variants {athena gtk1 gtk2 motif tiny small big huge xim perl python ruby tcl cscope nls puredarwin universal} depends_build {bin:gnutar:gnutar bin:grep:grep} variant_desc {athena {Build GUI version using Athena widgets} gtk1 {Build GUI version using GTK 1.x widgets} gtk2 {Build GUI version using GTK 2.x widgets} motif {Build GUI version with Motif widgets} tiny {Build tiny feature set} small {Build small feature set} big {Build big feature set} huge {Build huge feature set} xim {Build with support for X Input Method} perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} nls {National Language Support} puredarwin {Platform variant, do not select manually} universal {Build for multiple architectures}} 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:ncurses port:libiconv port:ctags} maintainers raimue 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.} categories editors version 7.2.077 revision 1 +variants {athena gtk1 gtk2 motif tiny small big huge xim perl python ruby tcl cscope nls puredarwin universal} depends_build {bin:gnutar:gnutar bin:grep:grep} variant_desc {athena {Build GUI version using Athena widgets} gtk1 {Build GUI version using GTK 1.x widgets} gtk2 {Build GUI version using GTK 2.x widgets} motif {Build GUI version with Motif widgets} tiny {Build tiny feature set} small {Build small feature set} big {Build big feature set} huge {Build huge feature set} xim {Build with support for X Input Method} perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} nls {National Language Support} puredarwin {Platform variant, do not select manually} universal {Build for multiple architectures}} 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:ncurses port:libiconv port:ctags} maintainers raimue 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.} categories editors version 7.2.093 revision 1 vim-app 927 -variants {big huge xim perl python ruby tcl cscope nls darwin_ppc universal} depends_build {bin:gnutar:gnutar bin:grep:grep} variant_desc {big {Build big feature set} huge {Build huge feature set} xim {Build with support for X Input Method} perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} nls {National Language Support} universal {Build for multiple architectures}} 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 name vim-app depends_lib {port:ncurses port:libiconv port:ctags} maintainers raimue 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.} categories editors version 7.2.077 revision 0 +variants {big huge xim perl python ruby tcl cscope nls darwin_ppc universal} depends_build {bin:gnutar:gnutar bin:grep:grep} variant_desc {big {Build big feature set} huge {Build huge feature set} xim {Build with support for X Input Method} perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} nls {National Language Support} universal {Build for multiple architectures}} 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 name vim-app depends_lib {port:ncurses port:libiconv port:ctags} maintainers raimue 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.} categories editors version 7.2.093 revision 0 xemacs 686 variants {no_sumo universal} variant_desc {no_sumo {do not install sumo and mule} universal {Build for multiple architectures}} portdir editors/xemacs description {A highly customizable open source text editor.} homepage http://www.xemacs.org epoch 0 platforms darwin name xemacs depends_lib {port:libpng port:Xaw3d port:ncurses port:gdbm port:jpeg port:tiff port:compface port:gettext port:zlib} maintainers mww long_description {XEmacs is a highly customizable open source text editor and application development system. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU Emacs.} version 21.4.21 categories {editors x11} revision 1 xwpe 438 @@ -9006,8 +9006,8 @@ variants {bdb server darwin universal} variant_desc {bdb {Use Berkeley Data Base to cache bbackupd state} server {Install bbstored server} darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir sysutils/boxbackup description {completely automatic on-line backup system.} homepage http://www.boxbackup.org/ epoch 0 platforms darwin name boxbackup depends_lib {path:bin/perl:perl5 port:openssl port:readline port:openssl} maintainers ecronin long_description {The backup daemon, bbackupd, runs on all machines to be backed up. The store server daemon, bbstored runs on a central server. Data is sent to the store server, which stores all data on local filesystems, that is, only on local hard drives. Tape or other archive media is not used. The system is designed to be easy to set up and run, and cheap to use. Once set up, there should be no need for user or administrative intervention, apart from usual system maintenance.} version 0.11r c2 categories {sysutils net} revision 0 bsdsfv 356 portdir sysutils/bsdsfv platforms darwin description {BSD-licensed simple file verification utility} name bsdsfv version 1.18 categories sysutils homepage http://bsdsfv.sourceforge.net/ revision 0 epoch 0 maintainers soy.se:simmel long_description {bsdsfv can create and verify simple file verification (.sfv) files in a very flexible and compatible way.} -burn-app 471 -variants {universal i386 x86_64 ppc ppc64} variant_desc {universal {Build for multiple architectures} i386 {Platform variant, do not select manually}} portdir sysutils/burn-app description {Burn.app is a burning application for Mac OS X} homepage http://burn-osx.sourceforge.net/ epoch 0 platforms macosx name burn-app maintainers raimue long_description {Burn.app is an open source frontend for Apple's DiscBurning Framework} categories sysutils version 1.72 revision 0 +burn-app 472 +variants {universal i386 x86_64 ppc ppc64} variant_desc {universal {Build for multiple architectures} i386 {Platform variant, do not select manually}} portdir sysutils/burn-app description {Burn.app is a burning application for Mac OS X} homepage http://burn-osx.sourceforge.net/ epoch 0 platforms macosx name burn-app maintainers raimue long_description {Burn.app is an open source frontend for Apple's DiscBurning Framework} categories sysutils version 1.721 revision 0 c-hey 565 variants universal variant_desc {universal {Build for multiple architectures}} portdir sysutils/c-hey description {unix terminal based Instant Messaging Utility} homepage http://www.redbrick.dcu.ie/~c-hey/ epoch 0 platforms darwin name c-hey depends_lib port:readline maintainers nomaintainer long_description {c-hey is a unix terminal based Instant Messaging Utility. In conjunction with the standard unix utility {"write",} it allows shell users to send messages to each other conveinently, easily and more personally.} version 2.1 categories sysutils revision 0 calcurse 462 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Tue Feb 3 17:44:47 2009 From: ram at macports.org (ram at macports.org) Date: Tue, 3 Feb 2009 17:44:47 -0800 (PST) Subject: [46384] trunk/dports/devel/bzr-svn/Portfile Message-ID: <20090204014448.13274E5F895@beta.macosforge.org> Revision: 46384 http://trac.macports.org/changeset/46384 Author: ram at macports.org Date: 2009-02-03 17:44:46 -0800 (Tue, 03 Feb 2009) Log Message: ----------- devel/bzr-svn: update to 0.5.0 Modified Paths: -------------- trunk/dports/devel/bzr-svn/Portfile Modified: trunk/dports/devel/bzr-svn/Portfile =================================================================== --- trunk/dports/devel/bzr-svn/Portfile 2009-02-04 00:52:18 UTC (rev 46383) +++ trunk/dports/devel/bzr-svn/Portfile 2009-02-04 01:44:46 UTC (rev 46384) @@ -4,7 +4,7 @@ PortGroup python25 1.0 name bzr-svn -version 0.4.17 +version 0.5.0 categories devel python platforms darwin maintainers ram openmaintainer @@ -19,14 +19,14 @@ homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion master_sites http://samba.org/~jelmer/bzr -checksums md5 e9c38b9179b542c9c51e7565e707ad64 \ - sha1 850d66e451680ee7498a86d92d7d7d17f3c395c5 \ - rmd160 76565152c86a70fd6496975931047595ab3edc28 +checksums md5 a710b9e8f2a92edc741dbac60385eff4 \ + sha1 60facc8978179b27fc86c8b925e2bebf6760be40 \ + rmd160 ebba13a4c28d8edf5573998acbda7ac0b03067c4 depends_lib-append port:bzr \ port:bzr-rebase \ - port:subversion \ - port:py25-sqlite3 + port:py25-sqlite3 \ + port:py25-subvertpy universal_variant no -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 17:52:14 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 17:52:14 -0800 (PST) Subject: [46385] trunk/dports/PortIndex Message-ID: <20090204015215.622F4E5F9FD@beta.macosforge.org> Revision: 46385 http://trac.macports.org/changeset/46385 Author: portindex at macports.org Date: 2009-02-03 17:52:14 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5524 Ports successfully parsed: 5524 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 01:44:46 UTC (rev 46384) +++ trunk/dports/PortIndex 2009-02-04 01:52:14 UTC (rev 46385) @@ -904,8 +904,8 @@ description {Various GTK+ frontends for bzr} portdir devel/bzr-gtk homepage http://bazaar-vcs.org/bzr-gtk epoch 0 platforms darwin depends_lib {port:python25 port:bzr port:py25-gtk} name bzr-gtk maintainers {ram openmaintainer} long_description {A bzr plugin that contains various GTK+ frontends to different bzr commands.} categories {devel python} version 0.95.0 revision 0 bzr-rebase 602 description {Rebase plugin for bzr} portdir devel/bzr-rebase homepage http://bazaar-vcs.org/Rebase epoch 0 platforms darwin depends_lib {port:python25 port:bzr} name bzr-rebase maintainers {ram openmaintainer} long_description {Rebasing is the process of taking a branch and modifying the history so that it appears to start from a different point. This can be useful to clean up the history before submitting your changes. The tree at the end of the process will be the same as if you had merged the other branch, but the history will be different.} categories {devel python} version 0.4.2 revision 0 -bzr-svn 666 -description {Plugin that allows direct access to Subversion repositories} portdir devel/bzr-svn homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion epoch 0 platforms darwin depends_lib {port:python25 port:bzr port:bzr-rebase port:subversion port:py25-sqlite3} name bzr-svn maintainers {ram openmaintainer} long_description {A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.} categories {devel python} version 0.4.17 revision 0 +bzr-svn 669 +description {Plugin that allows direct access to Subversion repositories} portdir devel/bzr-svn homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion epoch 0 platforms darwin depends_lib {port:python25 port:bzr port:bzr-rebase port:py25-sqlite3 port:py25-subvertpy} name bzr-svn maintainers {ram openmaintainer} long_description {A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.} categories {devel python} version 0.5.0 revision 0 bzrtools 635 description {A collection of plugins bzr.} portdir devel/bzrtools homepage http://bazaar-vcs.org/BzrTools epoch 0 platforms darwin depends_lib {port:python25 port:bzr port:graphviz} name bzrtools maintainers {ram openmaintainer} long_description {A collection of plugins for bzr. Including rspush for pushing to a remote server with rsync, baz-import for importing arch or baz branches into bzr, shelve/unshelve for a fine grained 'undo' facility, clean-tree for removing unknown files from the current tree, graph-ancestory for producing graphs of branch history, and many others.} categories {devel python} version 1.11.0 revision 0 c2hs 598 -------------- next part -------------- An HTML attachment was scrubbed... URL: From markd at macports.org Tue Feb 3 18:17:22 2009 From: markd at macports.org (markd at macports.org) Date: Tue, 3 Feb 2009 18:17:22 -0800 (PST) Subject: [46386] trunk/dports/net/smokeping Message-ID: <20090204021722.D4F7BE60149@beta.macosforge.org> Revision: 46386 http://trac.macports.org/changeset/46386 Author: markd at macports.org Date: 2009-02-03 18:17:21 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Update to 2.4.2. Modified Paths: -------------- trunk/dports/net/smokeping/Portfile trunk/dports/net/smokeping/files/patch-bin-smokeping.dist trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist Modified: trunk/dports/net/smokeping/Portfile =================================================================== --- trunk/dports/net/smokeping/Portfile 2009-02-04 01:52:14 UTC (rev 46385) +++ trunk/dports/net/smokeping/Portfile 2009-02-04 02:17:21 UTC (rev 46386) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 name smokeping -version 2.3.5 +version 2.4.2 categories net perl maintainers markd description A deluxe latency logging and graphing system. @@ -19,7 +19,7 @@ platforms darwin homepage http://oss.oetiker.ch/smokeping/ master_sites http://oss.oetiker.ch/smokeping/pub/ -checksums md5 05166199c27eb48a1abdde2998a1b017 +checksums md5 eb8e7679fcad35e59d7c51f2328250a2 patchfiles patch-bin-smokeping.dist \ patch-bin-tSmoke.dist \ @@ -29,7 +29,6 @@ depends_lib-append port:rrdtool \ port:p5-libwww-perl \ port:p5-cgi-speedycgi \ - port:p5-cgi \ port:p5-time-hires \ port:p5-socket6 \ port:p5-net-snmp \ Modified: trunk/dports/net/smokeping/files/patch-bin-smokeping.dist =================================================================== --- trunk/dports/net/smokeping/files/patch-bin-smokeping.dist 2009-02-04 01:52:14 UTC (rev 46385) +++ trunk/dports/net/smokeping/files/patch-bin-smokeping.dist 2009-02-04 02:17:21 UTC (rev 46386) @@ -1,23 +1,23 @@ ---- bin/smokeping.dist.org 2007-11-05 13:59:38.000000000 -0800 -+++ bin/smokeping.dist 2007-11-05 16:58:52.000000000 -0800 -@@ -1,12 +1,12 @@ --#!/usr/sepp/bin/perl-5.8.4 -w -+#!__PREFIX__/bin/perl -w +--- bin/smokeping.dist.orig 2008-07-24 10:37:05.000000000 -0700 ++++ bin/smokeping.dist 2009-02-03 17:45:16.000000000 -0800 +@@ -1,13 +1,13 @@ + #!/usr/bin/perl -w # -*-perl-*- --use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl); +-use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl); -use lib qw(lib); +use lib qw(__PERL5__ARCHLIB__/auto/RRDs); +use lib qw(__PREFIX__/lib/smokeping); - - use Smokeping 2.003005; + use strict; + use warnings; + use Smokeping 2.004002; -Smokeping::main("etc/config.dist"); +Smokeping::main("__PREFIX__/etc/smokeping/config"); =head1 NAME -@@ -123,22 +123,7 @@ +@@ -127,22 +127,7 @@ =head1 SETUP @@ -37,7 +37,7 @@ - - use Smokeping; - Smokeping::main("/home/oetiker/.smokeping/config"); -+Paths for this file are set by MacPorts so they do not need to be modified. ++WARNING!!!! Paths for this file are set by MacPorts so they should not be modified. =head1 COPYRIGHT Modified: trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist =================================================================== --- trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist 2009-02-04 01:52:14 UTC (rev 46385) +++ trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist 2009-02-04 02:17:21 UTC (rev 46386) @@ -1,23 +1,17 @@ ---- bin/tSmoke.dist.org 2007-04-29 03:42:22.000000000 -0700 -+++ bin/tSmoke.dist 2007-04-29 14:56:47.000000000 -0700 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!__PREFIX__/bin/perl - # - #----------------------------------------------- - # tSmoke.pl -@@ -50,8 +50,8 @@ +--- bin/tSmoke.dist.orig 2008-07-24 10:37:05.000000000 -0700 ++++ bin/tSmoke.dist 2009-02-03 17:51:31.000000000 -0800 +@@ -51,8 +51,8 @@ # -- Getopt::Long # # Point the lib variables to your implementation -use lib qw(lib); --use lib "/usr/local/rrdtool-1.0.39/lib/perl"; +-use lib qw(/usr/local/rrdtool-1.0.39/lib/perl); +use lib qw(__PREFIX__/lib/smokeping/lib); -+use lib "__PERL5__ARCHLIB__/auto/RRDs"; ++use lib qw(__PERL5__ARCHLIB__/auto/RRDs); - use Smokeping 2.003005; + use Smokeping 2.004002; use Net::SMTP; -@@ -60,7 +60,7 @@ +@@ -61,7 +61,7 @@ use RRDs; # Point to your Smokeping config file @@ -26,12 +20,10 @@ # global variables my $cfg; -@@ -466,35 +466,7 @@ - # Weekly report on the percent availability of network systems with no detail - 0 8 * * * /usr/local/smokeping/bin/tSmoke.pl --q --to=mailbox at company.com.invalid --weekly --detail=0 +@@ -482,33 +482,7 @@ --=head1 SETUP -- + =head1 SETUP + -When installing tSmoke, some variables must be adjusted to fit your local system. - -We need to use the following B: @@ -59,7 +51,7 @@ -General section: - - tmail = /usr/local/smokeping/etc/tmail -+Paths for this file are set by MacPorts so they do not need to be modified. ++Paths for this file are set by MacPorts so they should not be modified. =head1 COPYRIGHT Modified: trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist =================================================================== --- trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist 2009-02-04 01:52:14 UTC (rev 46385) +++ trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist 2009-02-04 02:17:21 UTC (rev 46386) @@ -1,24 +1,24 @@ ---- htdocs/smokeping.cgi.dist.org 2007-11-05 13:59:38.000000000 -0800 -+++ htdocs/smokeping.cgi.dist 2007-11-05 17:52:50.000000000 -0800 -@@ -1,13 +1,13 @@ --#!/usr/sepp/bin/speedy -w -+#!__PREFIX__/bin/speedy -w - # -*-perl-*- +--- htdocs/smokeping.cgi.dist.org 2008-07-24 10:37:05.000000000 -0700 ++++ htdocs/smokeping.cgi.dist 2009-02-03 18:00:30.000000000 -0800 +@@ -4,14 +4,14 @@ + use strict; + use warnings; --use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl); --use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib); +-use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl); +-use lib qw(/home/oetiker/checkouts/smokeping/trunk/software/lib); +use lib qw(__PERL5__ARCHLIB__/auto/RRDs); +use lib qw(__PREFIX__/lib/smokeping); + use CGI::Carp qw(fatalsToBrowser); - use Smokeping 2.003005; + use Smokeping 2.004002; --Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +-Smokeping::cgi("/home/oetiker/checkouts/smokeping/trunk/software/etc/config.dist"); +Smokeping::cgi("__PREFIX__/etc/smokeping/config"); =head1 NAME -@@ -34,23 +34,7 @@ +@@ -38,23 +38,7 @@ =head1 SETUP @@ -39,7 +39,7 @@ - -The third path is the argument to the Smokeping::cgi command. It points to -the SmokePing configuration file. -+Paths for this file are set by MacPorts so they do not need to be modified. ++WARNING!!! Paths for this file are set by MacPorts so they should not be modified. =head1 COPYRIGHT -------------- next part -------------- An HTML attachment was scrubbed... URL: From markd at macports.org Tue Feb 3 18:28:58 2009 From: markd at macports.org (markd at macports.org) Date: Tue, 3 Feb 2009 18:28:58 -0800 (PST) Subject: [46387] trunk/dports/net/zabbix/Portfile Message-ID: <20090204022858.8F9EEE602B3@beta.macosforge.org> Revision: 46387 http://trac.macports.org/changeset/46387 Author: markd at macports.org Date: 2009-02-03 18:28:58 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Update to 1.6.2. Modified Paths: -------------- trunk/dports/net/zabbix/Portfile Modified: trunk/dports/net/zabbix/Portfile =================================================================== --- trunk/dports/net/zabbix/Portfile 2009-02-04 02:17:21 UTC (rev 46386) +++ trunk/dports/net/zabbix/Portfile 2009-02-04 02:28:58 UTC (rev 46387) @@ -3,8 +3,7 @@ PortSystem 1.0 name zabbix -version 1.6.1 -revision 1 +version 1.6.2 categories net maintainers markd openmaintainer platforms darwin @@ -15,7 +14,7 @@ homepage http://www.zabbix.com master_sites sourceforge -checksums md5 26a6f8d643b28ca245804ea699924d80 +checksums md5 33da3661868a04042c596a819896446f patchfiles patch-include-common.h default_variants +server depends_lib port:mysql5 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 18:45:20 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 18:45:20 -0800 (PST) Subject: [46388] trunk/doc-new/guide/xml/project.xml Message-ID: <20090204024520.920F3E6075F@beta.macosforge.org> Revision: 46388 http://trac.macports.org/changeset/46388 Author: blb at macports.org Date: 2009-02-03 18:45:20 -0800 (Tue, 03 Feb 2009) Log Message: ----------- guide/project.xml - add text about putting maintainer's address into the Cc field when Assign To is unavailable Ticket #16484 Modified Paths: -------------- trunk/doc-new/guide/xml/project.xml Modified: trunk/doc-new/guide/xml/project.xml =================================================================== --- trunk/doc-new/guide/xml/project.xml 2009-02-04 02:28:58 UTC (rev 46387) +++ trunk/doc-new/guide/xml/project.xml 2009-02-04 02:45:20 UTC (rev 46388) @@ -283,7 +283,14 @@ reporter and assignee who would like to be kept involved in the development of the ticket. Multiple email addresses should be separated with a comma and a space - (i.e. you at example.org, maintainer at macports.org). + (i.e. you at example.org, maintainer at macports.org). + If you do not see the the Assign to: field + (currently only committers can set Assign to:), + add the email address of the port's maintainer(s) here; you can use + port info portname + to find the maintainer for a port. Exclude the addresses + openmaintainer at macports.org and + nomaintainer at macports.org if they are listed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 18:52:31 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 18:52:31 -0800 (PST) Subject: [46389] trunk/dports/PortIndex Message-ID: <20090204025232.3078DE60A50@beta.macosforge.org> Revision: 46389 http://trac.macports.org/changeset/46389 Author: portindex at macports.org Date: 2009-02-03 18:52:30 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5524 Ports successfully parsed: 5524 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 02:45:20 UTC (rev 46388) +++ trunk/dports/PortIndex 2009-02-04 02:52:30 UTC (rev 46389) @@ -5346,8 +5346,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir net/sipcalc description {An advanced IP subnet calculator} homepage http://www.routemeister.net/projects/sipcalc/ epoch 0 platforms darwin name sipcalc maintainers ocheron at noos.fr long_description {sipcalc displays various information from an IP address and an associated subnet mask: broadcast address, network class, Cisco wildcard, hosts/range, network range, etc. It supports both IPv4 and IPv6.} version 1.1.4 categories net revision 0 slurm 582 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/slurm description {generic network load monitor} homepage http://www.wormulon.net/slurm/ epoch 0 platforms {darwin freebsd netbsd openbsd} name slurm maintainers hscholz at wormulon.net long_description {slurm started as a port of pppstatus to FreeBSD and now is a generic curses based network load monitor. It features three different modes with real-time ASCII graphs and interface statistics for all kinds of network interfaces on most Unix systems.} version 0.3.3 categories net revision 0 -smokeping 875 -variants apple_apache portdir net/smokeping description {A deluxe latency logging and graphing system.} homepage http://oss.oetiker.ch/smokeping/ epoch 0 platforms darwin name smokeping depends_lib {port:rrdtool port:p5-libwww-perl port:p5-cgi-speedycgi port:p5-cgi port:p5-time-hires port:p5-socket6 port:p5-net-snmp port:p5-net port:p5-net-telnet port:p5-net-dns port:p5-net-radius port:p5-perl-ldap port:p5-io-socket-ssl port:p5-pathtools port:p5-snmp_session port:fping port:echoping port:curl} maintainers markd long_description {SmokePing is a deluxe latency measurement tool. It can measure, store, and display latency, latency distribution, and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection.} version 2.3.5 categories {net perl} revision 0 +smokeping 863 +variants apple_apache portdir net/smokeping description {A deluxe latency logging and graphing system.} homepage http://oss.oetiker.ch/smokeping/ epoch 0 platforms darwin name smokeping depends_lib {port:rrdtool port:p5-libwww-perl port:p5-cgi-speedycgi port:p5-time-hires port:p5-socket6 port:p5-net-snmp port:p5-net port:p5-net-telnet port:p5-net-dns port:p5-net-radius port:p5-perl-ldap port:p5-io-socket-ssl port:p5-pathtools port:p5-snmp_session port:fping port:echoping port:curl} maintainers markd long_description {SmokePing is a deluxe latency measurement tool. It can measure, store, and display latency, latency distribution, and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection.} version 2.4.2 categories {net perl} revision 0 snarf 481 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/snarf description {Simple Non-interactive All-purpose Resource Fetcher} homepage http://www.xach.com/snarf/ epoch 0 platforms darwin name snarf maintainers nomaintainer long_description {snarf is a command line resource grabber. It can transfer files through the http, gopher, finger, and ftp protocols without user interaction. It is small and fast.} version 7.0 categories net revision 0 snmptt 448 @@ -5473,7 +5473,7 @@ ytalk 764 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/ytalk description {multi-user talk client} homepage http://www.impul.se/ytalk/ epoch 0 platforms darwin name ytalk maintainers nomaintainer long_description {YTalk is a compatible replacement for the BSD talk(1) program. The main advantage of YTalk is the ability to communicate with any arbitrary number of users at once. It supports both talk protocols (talk and ntalk) and can communicate with several different talk daemons at the same time. You may also spawn a command shell in your talk window and let other users watch. YTalk supports a basic set of VT100 control codes, as well as job control (BSD support added in 3.1.3).} version 3.3.0 categories net revision 0 zabbix 723 -variants {server pgsql81 pgsql82 pgsql83 sqlite3 agent_only universal} variant_desc {server {Dummy variant} pgsql81 {Use PostgreSQL 8.1.x for server database} pgsql82 {Use PostgreSQL 8.2.x for server database} pgsql83 {Use PostgreSQL 8.3.x for server database} sqlite3 {Use SQLite3 for server database} agent_only {Do not install the Zabbix server} universal {Build for multiple architectures}} portdir net/zabbix description {An open source application and network monitor} homepage http://www.zabbix.com epoch 0 platforms darwin name zabbix depends_lib {port:mysql5 port:fping} maintainers {markd openmaintainer} long_description {{An open source application and network monitor}} version 1.6.1 categories net revision 1 +variants {server pgsql81 pgsql82 pgsql83 sqlite3 agent_only universal} variant_desc {server {Dummy variant} pgsql81 {Use PostgreSQL 8.1.x for server database} pgsql82 {Use PostgreSQL 8.2.x for server database} pgsql83 {Use PostgreSQL 8.3.x for server database} sqlite3 {Use SQLite3 for server database} agent_only {Do not install the Zabbix server} universal {Build for multiple architectures}} portdir net/zabbix description {An open source application and network monitor} homepage http://www.zabbix.com epoch 0 platforms darwin name zabbix depends_lib {port:mysql5 port:fping} maintainers {markd openmaintainer} long_description {{An open source application and network monitor}} version 1.6.2 categories net revision 0 zsync 545 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/zsync description {file transfer program} homepage http://zsync.moria.org.uk/ epoch 0 platforms darwin name zsync maintainers nomaintainer long_description {zsync is a file transfer program. It allows you to download a file from a remote web server, where you have a copy of an older version of the file on your computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync.} version 0.5 categories net revision 0 PlopFolio 497 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Tue Feb 3 19:22:51 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Tue, 3 Feb 2009 19:22:51 -0800 (PST) Subject: [46390] trunk/dports/python/py25-mutagen/Portfile Message-ID: <20090204032251.EB4AEE60FC2@beta.macosforge.org> Revision: 46390 http://trac.macports.org/changeset/46390 Author: rmsfisher at macports.org Date: 2009-02-03 19:22:50 -0800 (Tue, 03 Feb 2009) Log Message: ----------- python25/py25-mutagen updated version, homepage, checksums Modified Paths: -------------- trunk/dports/python/py25-mutagen/Portfile Modified: trunk/dports/python/py25-mutagen/Portfile =================================================================== --- trunk/dports/python/py25-mutagen/Portfile 2009-02-04 02:52:30 UTC (rev 46389) +++ trunk/dports/python/py25-mutagen/Portfile 2009-02-04 03:22:50 UTC (rev 46390) @@ -5,7 +5,7 @@ PortGroup python25 1.0 name py25-mutagen -version 1.13 +version 1.15 description A Python module to handle audio metadata platforms darwin categories python audio devel @@ -20,10 +20,10 @@ packet/page level. distname mutagen-${version} -homepage http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen +homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen master_sites http://www.sacredchao.net/~piman/software/ -checksums md5 7afa5a154c15e777898e3188b743ef74 \ - sha1 e638edfa7251593171fac7b24be2b0602d17116c \ - rmd160 b6ed062d8825846437327a697c9df09baf04dfa2 +checksums md5 c346e1290711a38c123727c31f3602f8 \ + sha1 831e618f6f0778a5cc285332d3d1e363dd31d652 \ + rmd160 2763d311941e8408d800d929a731a89f443c66b6 depends_lib port:py25-zlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmsfisher at macports.org Tue Feb 3 19:23:47 2009 From: rmsfisher at macports.org (rmsfisher at macports.org) Date: Tue, 3 Feb 2009 19:23:47 -0800 (PST) Subject: [46391] trunk/dports/python/py-mutagen/Portfile Message-ID: <20090204032347.79BF2E6102D@beta.macosforge.org> Revision: 46391 http://trac.macports.org/changeset/46391 Author: rmsfisher at macports.org Date: 2009-02-03 19:23:47 -0800 (Tue, 03 Feb 2009) Log Message: ----------- python24/py-mutagen updated version, homepage, checksums Modified Paths: -------------- trunk/dports/python/py-mutagen/Portfile Modified: trunk/dports/python/py-mutagen/Portfile =================================================================== --- trunk/dports/python/py-mutagen/Portfile 2009-02-04 03:22:50 UTC (rev 46390) +++ trunk/dports/python/py-mutagen/Portfile 2009-02-04 03:23:47 UTC (rev 46391) @@ -5,7 +5,7 @@ PortGroup python24 1.0 name py-mutagen -version 1.13 +version 1.15 description A Python module to handle audio metadata platforms darwin categories python audio devel @@ -20,8 +20,8 @@ packet/page level. distname mutagen-${version} -homepage http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen +homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen master_sites http://www.sacredchao.net/~piman/software/ -checksums md5 7afa5a154c15e777898e3188b743ef74 \ - sha1 e638edfa7251593171fac7b24be2b0602d17116c \ - rmd160 b6ed062d8825846437327a697c9df09baf04dfa2 +checksums md5 c346e1290711a38c123727c31f3602f8 \ + sha1 831e618f6f0778a5cc285332d3d1e363dd31d652 \ + rmd160 2763d311941e8408d800d929a731a89f443c66b6 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 19:47:36 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 19:47:36 -0800 (PST) Subject: [46392] trunk/dports/python/py25-pymvpa/Portfile Message-ID: <20090204034736.21D76E6124A@beta.macosforge.org> Revision: 46392 http://trac.macports.org/changeset/46392 Author: blb at macports.org Date: 2009-02-03 19:47:35 -0800 (Tue, 03 Feb 2009) Log Message: ----------- python/py25-pymvpa - lowercase py25-pywavelets dependency to match upcoming port Modified Paths: -------------- trunk/dports/python/py25-pymvpa/Portfile Modified: trunk/dports/python/py25-pymvpa/Portfile =================================================================== --- trunk/dports/python/py25-pymvpa/Portfile 2009-02-04 03:23:47 UTC (rev 46391) +++ trunk/dports/python/py25-pymvpa/Portfile 2009-02-04 03:47:35 UTC (rev 46392) @@ -56,7 +56,7 @@ } variant pywavelet description {include support for pywavelet module} { - depends_lib-append port:py25-PyWavelets + depends_lib-append port:py25-pywavelets } build { system "cd ${worksrcpath} && ${build.env} python2.5 setup.py build_ext ${configure.args}" -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Feb 3 19:48:13 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 3 Feb 2009 19:48:13 -0800 (PST) Subject: [46393] trunk/dports/python Message-ID: <20090204034813.7AE1EE612FA@beta.macosforge.org> Revision: 46393 http://trac.macports.org/changeset/46393 Author: blb at macports.org Date: 2009-02-03 19:48:13 -0800 (Tue, 03 Feb 2009) Log Message: ----------- New port - python/py25-pywavelets, PyWavelets is a Python wavelet transforms module Ticket #17970 Added Paths: ----------- trunk/dports/python/py25-pywavelets/ trunk/dports/python/py25-pywavelets/Portfile Added: trunk/dports/python/py25-pywavelets/Portfile =================================================================== --- trunk/dports/python/py25-pywavelets/Portfile (rev 0) +++ trunk/dports/python/py25-pywavelets/Portfile 2009-02-04 03:48:13 UTC (rev 46393) @@ -0,0 +1,24 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-pywavelets +version 0.1.6 +categories python +platforms darwin +maintainers ucla.edu:jameskyle +description PyWavelets is a Python wavelet transforms module +long_description ${description}. + +homepage http://pypi.python.org/pypi/PyWavelets/ +master_sites http://pypi.python.org/packages/source/P/PyWavelets/ +distfiles PyWavelets-${version}.tar.gz +worksrcdir PyWavelets-${version} +build.env CFLAGS='-I${prefix}/include -L${prefix}/lib' + +checksums md5 d28ddb2c65f3c429f0d6bc72548584ab \ + sha1 c12948178b5f4294408bb29424aa47fcd5d4fec9 \ + rmd160 85cb2b0b6db8bf6b797ad36cb1341c673c442f18 + Property changes on: trunk/dports/python/py25-pywavelets/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 19:52:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 19:52:20 -0800 (PST) Subject: [46394] trunk/dports/PortIndex Message-ID: <20090204035221.C90CBE61361@beta.macosforge.org> Revision: 46394 http://trac.macports.org/changeset/46394 Author: portindex at macports.org Date: 2009-02-03 19:52:20 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5524 Ports successfully parsed: 5524 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 03:48:13 UTC (rev 46393) +++ trunk/dports/PortIndex 2009-02-04 03:52:20 UTC (rev 46394) @@ -7274,8 +7274,8 @@ description {MSN messaging in Python} portdir python/py-msnp homepage http://msnp.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-msnp maintainers nomaintainer long_description {msnp.py is an implementation of the MSN instant messaging protocol. A library, packaged as a Python module, with a smooth object-oriented API.} categories {python net} version 0.4.1 revision 0 py-mssql 360 description {A simple database interface to MS-SQL for Python.} portdir python/py-mssql homepage http://pymssql.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:freetds} name py-mssql maintainers nomaintainer long_description {{A simple database interface to MS-SQL for Python.}} categories {python databases} version 0.8.0 revision 0 -py-mutagen 771 -description {A Python module to handle audio metadata} portdir python/py-mutagen homepage http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen epoch 0 platforms darwin depends_lib port:python24 name py-mutagen maintainers {sfiera openmaintainer} long_description {Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.} categories {python audio devel} version 1.13 revision 0 +py-mutagen 770 +description {A Python module to handle audio metadata} portdir python/py-mutagen homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen epoch 0 platforms darwin depends_lib port:python24 name py-mutagen maintainers {sfiera openmaintainer} long_description {Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.} categories {python audio devel} version 1.15 revision 0 py-mx 533 description {python extensions for database, date/time processing and other} portdir python/py-mx homepage http://www.egenix.com/files/python/eGenix-mx-Extensions.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-mx maintainers nomaintainer long_description {collection of Python software tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text processing, date/time processing and web site programming.} categories {python devel} version 2.0.6 revision 0 py-myghty 591 @@ -7872,8 +7872,8 @@ description {Arbitrary-precision floating-point library for Python} portdir python/py25-mpmath homepage http://code.google.com/p/mpmath/ epoch 0 platforms darwin depends_lib port:python25 name py25-mpmath maintainers {blb openmaintainer} long_description {Mpmath is a pure-Python library for arbitrary-precision floating-point arithmetic that implements an extensive set of mathematical functions.} categories {python math} version 0.11 revision 0 py25-mssql 364 description {A simple database interface to MS-SQL for Python.} portdir python/py25-mssql homepage http://pymssql.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:freetds} name py25-mssql maintainers nomaintainer long_description {{A simple database interface to MS-SQL for Python.}} categories {python databases} version 0.8.0 revision 0 -py25-mutagen 776 -description {A Python module to handle audio metadata} portdir python/py25-mutagen homepage http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen epoch 0 platforms darwin depends_lib port:py25-zlib name py25-mutagen maintainers {sfiera openmaintainer} long_description {Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.} categories {python audio devel} version 1.13 revision 0 +py25-mutagen 775 +description {A Python module to handle audio metadata} portdir python/py25-mutagen homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen epoch 0 platforms darwin depends_lib port:py25-zlib name py25-mutagen maintainers {sfiera openmaintainer} long_description {Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.} categories {python audio devel} version 1.15 revision 0 py25-mx-base 493 description {eGenix.com mx Extensions for Python - base package} portdir python/py25-mx-base homepage http://www.egenix.com/products/python/mxBase/ epoch 0 platforms darwin depends_lib port:python25 name py25-mx-base maintainers mww long_description {collection of Python software tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text processing, date/time processing and web site programming.} categories python version 3.1.1 revision 0 py25-mx-experimental 669 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Tue Feb 3 20:08:32 2009 From: ram at macports.org (ram at macports.org) Date: Tue, 3 Feb 2009 20:08:32 -0800 (PST) Subject: [46395] trunk/dports/python Message-ID: <20090204040832.EBBBCE6194D@beta.macosforge.org> Revision: 46395 http://trac.macports.org/changeset/46395 Author: ram at macports.org Date: 2009-02-03 20:08:32 -0800 (Tue, 03 Feb 2009) Log Message: ----------- py25-subvertpy/py26-subvertpy: fix livecheck Modified Paths: -------------- trunk/dports/python/py25-subvertpy/Portfile trunk/dports/python/py26-subvertpy/Portfile Modified: trunk/dports/python/py25-subvertpy/Portfile =================================================================== --- trunk/dports/python/py25-subvertpy/Portfile 2009-02-04 03:52:20 UTC (rev 46394) +++ trunk/dports/python/py25-subvertpy/Portfile 2009-02-04 04:08:32 UTC (rev 46395) @@ -22,3 +22,7 @@ rmd160 bb57cd66c0c8e8467d4cc46071e27cfb2fa852f2 depends_lib-append port:subversion + +livecheck.check regex +livecheck.url ${homepage}trunk +livecheck.regex {subvertpy/trunk/(\d+(?:\.\d+)*)} Modified: trunk/dports/python/py26-subvertpy/Portfile =================================================================== --- trunk/dports/python/py26-subvertpy/Portfile 2009-02-04 03:52:20 UTC (rev 46394) +++ trunk/dports/python/py26-subvertpy/Portfile 2009-02-04 04:08:32 UTC (rev 46395) @@ -22,3 +22,7 @@ rmd160 bb57cd66c0c8e8467d4cc46071e27cfb2fa852f2 depends_lib-append port:subversion + +livecheck.check regex +livecheck.url ${homepage}trunk +livecheck.regex {subvertpy/trunk/(\d+(?:\.\d+)*)} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 20:51:55 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 20:51:55 -0800 (PST) Subject: [46396] trunk/dports/PortIndex Message-ID: <20090204045156.2A0E3E62711@beta.macosforge.org> Revision: 46396 http://trac.macports.org/changeset/46396 Author: portindex at macports.org Date: 2009-02-03 20:51:54 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 04:08:32 UTC (rev 46395) +++ trunk/dports/PortIndex 2009-02-04 04:51:54 UTC (rev 46396) @@ -7978,6 +7978,8 @@ description {A language for writing Python extension modules.} portdir python/py25-pyrex homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-hashlib} name py25-pyrex maintainers {ram openmaintainer} long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} categories {python devel} version 0.9.8.5 revision 0 py25-pyrxp 332 description {Fast validating XML parser for python} portdir python/py25-pyrxp homepage http://www.reportlab.org/pyrxp.html epoch 0 platforms darwin depends_lib port:python25 name py25-pyrxp maintainers {ram openmaintainer} long_description {{Fast validating XML parser for python}} categories {python devel} version 1.13 revision 0 +py25-pywavelets 360 +description {PyWavelets is a Python wavelet transforms module} portdir python/py25-pywavelets homepage http://pypi.python.org/pypi/PyWavelets/ epoch 0 platforms darwin depends_lib port:python25 name py25-pywavelets maintainers ucla.edu:jameskyle long_description {{PyWavelets is a Python wavelet transforms module.}} categories python version 0.1.6 revision 0 py25-pyx 547 description {PyX is a TeX/LaTeX interface for Python} portdir python/py25-pyx homepage http://pyx.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 bin:tex:texlive port:py25-zlib} name py25-pyx maintainers nomaintainer long_description {PyX is a Python package for the creation of encapsulated PostScript figures. It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives.} categories python version 0.10 revision 0 py25-pyxg 514 -------------- next part -------------- An HTML attachment was scrubbed... URL: From illogic-al at macports.org Tue Feb 3 20:53:14 2009 From: illogic-al at macports.org (illogic-al at macports.org) Date: Tue, 3 Feb 2009 20:53:14 -0800 (PST) Subject: [46397] trunk/dports/kde/kdegames4 Message-ID: <20090204045314.A4396E627B6@beta.macosforge.org> Revision: 46397 http://trac.macports.org/changeset/46397 Author: illogic-al at macports.org Date: 2009-02-03 20:53:14 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Make compile. Fix ticket #18130. Modified Paths: -------------- trunk/dports/kde/kdegames4/Portfile Added Paths: ----------- trunk/dports/kde/kdegames4/files/ trunk/dports/kde/kdegames4/files/patch-kggzmod.diff Modified: trunk/dports/kde/kdegames4/Portfile =================================================================== --- trunk/dports/kde/kdegames4/Portfile 2009-02-04 04:51:54 UTC (rev 46396) +++ trunk/dports/kde/kdegames4/Portfile 2009-02-04 04:53:14 UTC (rev 46397) @@ -17,7 +17,13 @@ distname kdegames-${version} checksums md5 68cefd627025be99ba136e5a4e35e554 -depends_lib-append port:kdelibs4 port:kdebase4-runtime +depends_lib-append port:kdelibs4 port:kdebase4-runtime \ + port:ggz-client-libs -configure.args-append ../${distname} +patchfiles patch-kggzmod.diff +patch.dir ${workpath}/${distname} +configure.args-append ../${distname} \ + -DBUILD_ksirk=OFF + + Added: trunk/dports/kde/kdegames4/files/patch-kggzmod.diff =================================================================== --- trunk/dports/kde/kdegames4/files/patch-kggzmod.diff (rev 0) +++ trunk/dports/kde/kdegames4/files/patch-kggzmod.diff 2009-02-04 04:53:14 UTC (rev 46397) @@ -0,0 +1,20 @@ +--- libkdegames/kggzmod/misc_private.h~ 2009-01-21 06:17:49.000000000 -0500 ++++ libkdegames/kggzmod/misc_private.h 2009-02-03 18:58:09.000000000 -0500 +@@ -36,7 +36,7 @@ + #endif + + // work around a bug in the Mac OS X 10.4.0 SDK +-#if defined(__APPLE__) ++/* #if defined(__APPLE__) + # ifndef __DARWIN_ALIGNBYTES + # define __DARWIN_ALIGNBYTES (sizeof(__darwin_size_t) - 1) + # endif +@@ -45,7 +45,7 @@ + # endif + # undef CMSG_SPACE + # define CMSG_SPACE(l) (ALIGN(sizeof(struct cmsghdr)) + ALIGN(l)) +-#endif ++#endif */ + + namespace KGGZMod + { -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Tue Feb 3 20:54:13 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Tue, 3 Feb 2009 20:54:13 -0800 (PST) Subject: [46398] trunk/dports/tex/texlive_base/Portfile Message-ID: <20090204045413.72CA7E62839@beta.macosforge.org> Revision: 46398 http://trac.macports.org/changeset/46398 Author: mcalhoun at macports.org Date: 2009-02-03 20:54:12 -0800 (Tue, 03 Feb 2009) Log Message: ----------- texlive_base: If the xorg-* ports use +system_x11, then the configure script must search for X11 libraries. It will not find them unless it searches for libraries which end with .dylib. Modified Paths: -------------- trunk/dports/tex/texlive_base/Portfile Modified: trunk/dports/tex/texlive_base/Portfile =================================================================== --- trunk/dports/tex/texlive_base/Portfile 2009-02-04 04:53:14 UTC (rev 46397) +++ trunk/dports/tex/texlive_base/Portfile 2009-02-04 04:54:12 UTC (rev 46398) @@ -69,6 +69,12 @@ livecheck.url ${homepage}acquire.html livecheck.regex "TeX Live (\[0-9\]+) " +post-patch { + # Allow configure script to find libraries which end in .dylib. + reinplace "s|for ac_extension in a so sl; do|for ac_extension in a so sl dylib; do|" \ + ${worksrcpath}/configure +} + pre-configure { reinplace "s|@echo|@/bin/echo|" ${worksrcpath}/libs/icu-xetex/config/mh-darwin } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Feb 3 21:14:45 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 3 Feb 2009 21:14:45 -0800 (PST) Subject: [46399] trunk/dports/databases/mysql5-devel/Portfile Message-ID: <20090204051445.578EBE62B77@beta.macosforge.org> Revision: 46399 http://trac.macports.org/changeset/46399 Author: ryandesign at macports.org Date: 2009-02-03 21:14:44 -0800 (Tue, 03 Feb 2009) Log Message: ----------- mysql5-devel: enable support for partitioning; see #18332 Modified Paths: -------------- trunk/dports/databases/mysql5-devel/Portfile Modified: trunk/dports/databases/mysql5-devel/Portfile =================================================================== --- trunk/dports/databases/mysql5-devel/Portfile 2009-02-04 04:54:12 UTC (rev 46398) +++ trunk/dports/databases/mysql5-devel/Portfile 2009-02-04 05:14:44 UTC (rev 46399) @@ -4,7 +4,7 @@ name mysql5-devel version 5.1.30 -revision 1 +revision 2 set branch [join [lrange [split ${version} .] 0 1] .] homepage http://www.mysql.com/ categories databases @@ -73,6 +73,7 @@ --with-mysqld-user=${mysqluser} \ --without-docs \ --without-bench \ + --with-partition \ --with-plugins=all \ --enable-thread-safe-client # the following is in store for future -------------- next part -------------- An HTML attachment was scrubbed... URL: From illogic-al at macports.org Tue Feb 3 21:25:12 2009 From: illogic-al at macports.org (illogic-al at macports.org) Date: Tue, 3 Feb 2009 21:25:12 -0800 (PST) Subject: [46400] trunk/dports Message-ID: <20090204052512.78165E62CA3@beta.macosforge.org> Revision: 46400 http://trac.macports.org/changeset/46400 Author: illogic-al at macports.org Date: 2009-02-03 21:25:12 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Delete eigen2-devel since stable 2.0 version is out. Add and use eigen port instead. Update dependencies. Modified Paths: -------------- trunk/dports/kde/kdeedu4/Portfile trunk/dports/kde/koffice2-devel/Portfile Added Paths: ----------- trunk/dports/math/eigen/ trunk/dports/math/eigen/Portfile Removed Paths: ------------- trunk/dports/math/eigen2-devel/ Modified: trunk/dports/kde/kdeedu4/Portfile =================================================================== --- trunk/dports/kde/kdeedu4/Portfile 2009-02-04 05:14:44 UTC (rev 46399) +++ trunk/dports/kde/kdeedu4/Portfile 2009-02-04 05:25:12 UTC (rev 46400) @@ -5,7 +5,7 @@ name kdeedu4 version 4.2.0 -revision 0 +revision 1 categories kde kde4 maintainers nomaintainer description Education based applications for the KDE4 platform @@ -19,6 +19,6 @@ depends_lib-append port:kdelibs4 port:kdebase4 \ port:ocaml port:openbabel \ - port:eigen2-devel + port:eigen configure.args-append ../${distname} Modified: trunk/dports/kde/koffice2-devel/Portfile =================================================================== --- trunk/dports/kde/koffice2-devel/Portfile 2009-02-04 05:14:44 UTC (rev 46399) +++ trunk/dports/kde/koffice2-devel/Portfile 2009-02-04 05:25:12 UTC (rev 46400) @@ -4,7 +4,7 @@ name koffice2-devel version 1.9.98.5 -revision 0 +revision 1 categories kde kde4 maintainers nomaintainer description A variety of games made with the KDE4 platform @@ -12,21 +12,22 @@ platforms darwin homepage http://www.kde.org distname koffice-${version} -master_sites http://ftp.kde.org/unstable/${distname}/src/ +master_sites kde:unstable/${distname}/src/ use_bzip2 yes checksums md5 1525ca823dc39934a16cf1de0750ec11 patchfiles koffice_int_cast.diff patch.dir ${workpath}/${distname} -depends_lib port:kdelibs4-devel port:kdebase4-devel \ - port:eigen2-devel +depends_lib port:kdelibs4 port:kdebase4 \ + port:eigen #port:libwpd port:libwpg #port:qca port:pstoedit #port:poppler port:gmm #port:graphicsmagick #port:gsl port:glew #port:openctl +# The ports above can enable extra features (reportedly) depends_build port:cmake port:automoc Added: trunk/dports/math/eigen/Portfile =================================================================== --- trunk/dports/math/eigen/Portfile (rev 0) +++ trunk/dports/math/eigen/Portfile 2009-02-04 05:25:12 UTC (rev 46400) @@ -0,0 +1,24 @@ +# $Id$ + +PortSystem 1.0 +PortGroup cmake 1.0 + +name eigen +version 2.0.0 +categories math science +maintainers nomaintainer +description A C++ template library for linear algebra: vectors, matrices, and related algorithms. +long_description ${description} +homepage http://eigen.tuxfamily.org +platforms darwin +master_sites http://download.tuxfamily.org/eigen/ +use_bzip2 yes +checksums md5 bedfe344498b926a4b5db17d2846dbb5 \ + sha1 ce7d035b2b27351130d8094375e54a605118233b \ + rmd160 21781944a034792b1c939e48b1d8f54ff1c0e008 + +use_parallel_build yes +worksrcdir build +pre-configure { file mkdir ${worksrcpath} } + +configure.args-append ../${distname} -DBUILD_SHARED_LIBS=ON Property changes on: trunk/dports/math/eigen/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 21:52:14 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 21:52:14 -0800 (PST) Subject: [46401] trunk/dports/PortIndex Message-ID: <20090204055216.29B3DE62FC9@beta.macosforge.org> Revision: 46401 http://trac.macports.org/changeset/46401 Author: portindex at macports.org Date: 2009-02-03 21:52:13 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 05:25:12 UTC (rev 46400) +++ trunk/dports/PortIndex 2009-02-04 05:52:13 UTC (rev 46401) @@ -699,7 +699,7 @@ mysql5 452 variants {server universal} variant_desc {universal {Build for multiple architectures}} portdir databases/mysql5 description {Multithreaded SQL database server} homepage http://www.mysql.com/ epoch 0 platforms darwin name mysql5 depends_lib {port:zlib port:openssl} maintainers ryandesign long_description {MySQL is an open-source, multi-threaded SQL database with a command syntax very similar to mSQL.} version 5.0.75 categories databases revision 0 mysql5-devel 770 -variants {darwin_6 darwin_8 embedded_server server innodb_plugin universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} embedded_server {Build libmysqld embedded server} server {add a startup item} innodb_plugin {Install the InnoDB plugin Early Adopter release 1.0.2} universal {Build for multiple architectures}} portdir databases/mysql5-devel description {Multithreaded SQL database server} homepage http://www.mysql.com/ epoch 0 platforms darwin name mysql5-devel depends_lib {port:zlib port:openssl} maintainers {jwa ryandesign} long_description {MySQL is an open-source, multi-threaded SQL database with a command syntax very similar to mSQL.} version 5.1.30 categories databases revision 1 +variants {darwin_6 darwin_8 embedded_server server innodb_plugin universal} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} embedded_server {Build libmysqld embedded server} server {add a startup item} innodb_plugin {Install the InnoDB plugin Early Adopter release 1.0.2} universal {Build for multiple architectures}} portdir databases/mysql5-devel description {Multithreaded SQL database server} homepage http://www.mysql.com/ epoch 0 platforms darwin name mysql5-devel depends_lib {port:zlib port:openssl} maintainers {jwa ryandesign} long_description {MySQL is an open-source, multi-threaded SQL database with a command syntax very similar to mSQL.} version 5.1.30 categories databases revision 2 mysqltcl 579 variants {mysql4 universal} variant_desc {mysql4 {Install against mysql4 instead of mysql5} universal {Build for multiple architectures}} portdir databases/mysqltcl description {Simple API for Mysql-Database and Tcl scripting language.} homepage http://www.xdobry.de/mysqltcl/ epoch 0 platforms darwin name mysqltcl depends_lib {port:mysql5 port:tcl port:tk} maintainers nomaintainer long_description {MySQLTcl is a collection of Tcl commands and a Tcl global array that provide access to one or more mysql database servers.} version 3.02 categories {databases devel} revision 0 mysqlxx 682 @@ -3594,14 +3594,14 @@ variants {universal debug xine} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} xine {enable phonon_xine engine}} portdir kde/kdebase4-runtime-devel description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin name kdebase4-runtime-devel depends_lib {port:kdelibs4-devel port:kdepimlibs4-devel} maintainers {illogic-al openmaintainer} long_description {Data which is required by most KDE4 applications to launch properly. Contains items such as icon and mimetype data.} categories {kde kde4} version 4.1.96 revision 0 kdeedu3 380 depends_build {port:autoconf port:unsermake} portdir kde/kdeedu3 description {KDE educational games and software. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdeedu3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE educational games and software. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdeedu4 652 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdeedu4 description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4 port:ocaml port:openbabel port:eigen2-devel} name kdeedu4 maintainers nomaintainer long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.2.0 revision 0 +kdeedu4 645 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdeedu4 description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4 port:ocaml port:openbabel port:eigen} name kdeedu4 maintainers nomaintainer long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.2.0 revision 1 kdeedu4-devel 597 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdeedu4-devel description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name kdeedu4-devel depends_lib {port:kdelibs4-devel port:kdebase4-devel port:ocaml port:openbabel} maintainers nomaintainer long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.1.96 revision 0 kdegames3 334 depends_build {port:autoconf port:unsermake} portdir kde/kdegames3 description {KDE games. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdegames3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE games. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdegames4 584 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdegames4 description {A variety of games made with the KDE4 development platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime} name kdegames4 maintainers nomaintainer long_description {{A variety of games made with the KDE4 development platform}} categories {kde kde4} version 4.2.0 revision 0 +kdegames4 605 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdegames4 description {A variety of games made with the KDE4 development platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime port:ggz-client-libs} name kdegames4 maintainers nomaintainer long_description {{A variety of games made with the KDE4 development platform}} categories {kde kde4} version 4.2.0 revision 0 kdegames4-devel 515 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdegames4-devel description {A variety of games made with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name kdegames4-devel depends_lib {port:kdelibs4-devel port:kdebase4-devel} maintainers nomaintainer long_description {{A variety of games made with the KDE4 platform}} categories {kde kde4} version 4.1.96 revision 0 kdegraphics3 413 @@ -3766,8 +3766,8 @@ description {KOffice uzbek language files.} portdir kde/koffice-i18n-uzbek homepage http://www.koffice.org/ epoch 0 platforms darwin name koffice-i18n-uzbek depends_lib port:koffice maintainers nomaintainer long_description {{KOffice uzbek language files.}} version 1.5.2 categories kde revision 0 koffice-i18n-welsh 298 description {KOffice welsh language files.} portdir kde/koffice-i18n-welsh homepage http://www.koffice.org/ epoch 0 platforms darwin name koffice-i18n-welsh depends_lib port:koffice maintainers nomaintainer long_description {{KOffice welsh language files.}} version 1.6.3 categories kde revision 0 -koffice2-devel 533 -variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/koffice2-devel description {A variety of games made with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name koffice2-devel depends_lib {port:kdelibs4-devel port:kdebase4-devel port:eigen2-devel} maintainers nomaintainer long_description {{A variety of games made with the KDE4 platform}} categories {kde kde4} version 1.9.98.5 revision 0 +koffice2-devel 514 +variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/koffice2-devel description {A variety of games made with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name koffice2-devel depends_lib {port:kdelibs4 port:kdebase4 port:eigen} maintainers nomaintainer long_description {{A variety of games made with the KDE4 platform}} categories {kde kde4} version 1.9.98.5 revision 1 konversation 394 depends_build {port:autoconf port:unsermake} portdir kde/konversation description {KDE IRC client. NB No KDE sound support.} homepage http://konversation.kde.org/ epoch 0 platforms darwin name konversation depends_lib {port:kdebase3 port:doxygen path:bin/dot:graphviz} maintainers nomaintainer long_description {{KDE IRC client. NB No KDE sound support.}} version 1.1 categories kde revision 0 ktorrent 539 @@ -4394,8 +4394,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir math/djbfft description {D.J. Bernstein's fast fourier transform library} homepage http://cr.yp.to/djbfft.html epoch 0 platforms darwin name djbfft maintainers nomaintainer long_description {djbfft is an extremely fast library for floating-point convolution. The current version holds most of the speed records for double-precision FFTs on general purpose computers. djbfft provides power-of-2 complex FFTs, real FFTs at twice the speed, and fast multiplication of complex arrays. Single precision and double precision are equally supported.} version 0.76 categories math revision 0 e 348 portdir math/e platforms darwin description {e is a command line expression evaluator.} name e version 0.02718 categories math homepage http://www.softnet.tuc.gr/~apdim/projects/e/ revision 0 epoch 0 maintainers nomaintainer long_description {e is a command line expression evaluator. It was designed to be as small as possible, and quick to use.} -eigen2-devel 529 -variants {universal debug} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir math/eigen2-devel description {a C++ template library for linear algebra: vectors, matrices, and related algorithms.} homepage http://eigen.tuxfamily.org epoch 0 platforms darwin name eigen2-devel maintainers {illogic-al openmaintainer} long_description {{a C++ template library for linear algebra: vectors, matrices, and related algorithms.}} version beta6 categories {math kde kde4 science} revision 0 +eigen 516 +variants {universal debug} depends_build port:cmake variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir math/eigen description {A C++ template library for linear algebra: vectors, matrices, and related algorithms.} homepage http://eigen.tuxfamily.org epoch 0 platforms darwin name eigen maintainers nomaintainer long_description {{A C++ template library for linear algebra: vectors, matrices, and related algorithms.}} version 2.0.0 categories {math science} revision 0 ent 550 portdir math/ent description {Entropy calculator} platforms darwin name ent version 20080128 categories {math security} homepage http://www.fourmilab.ch/random/ revision 0 epoch 0 maintainers blb long_description {ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.} entropy 503 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Tue Feb 3 22:17:30 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Tue, 3 Feb 2009 22:17:30 -0800 (PST) Subject: [46402] trunk/dports/tex/texlive_base/Portfile Message-ID: <20090204061730.C72BFE63884@beta.macosforge.org> Revision: 46402 http://trac.macports.org/changeset/46402 Author: mcalhoun at macports.org Date: 2009-02-03 22:17:26 -0800 (Tue, 03 Feb 2009) Log Message: ----------- texlive_base: Ensure correct compilers are used. Modified Paths: -------------- trunk/dports/tex/texlive_base/Portfile Modified: trunk/dports/tex/texlive_base/Portfile =================================================================== --- trunk/dports/tex/texlive_base/Portfile 2009-02-04 05:52:13 UTC (rev 46401) +++ trunk/dports/tex/texlive_base/Portfile 2009-02-04 06:17:26 UTC (rev 46402) @@ -73,8 +73,20 @@ # Allow configure script to find libraries which end in .dylib. reinplace "s|for ac_extension in a so sl; do|for ac_extension in a so sl dylib; do|" \ ${worksrcpath}/configure + + # Ensure correct compilers are used + reinplace "s|CXX = c++|CXX = @CXX@|" \ + ${worksrcpath}/texk/xdv2pdf/Makefile.in + reinplace "s|OBJC = cc|OBJC = \$(CC)|" \ + ${worksrcpath}/texk/xdv2pdf/Makefile.in } +post-configure { + # Ensure correct compiler is used + reinplace "s|gcc -ObjC++ |\$(CC) -ObjC++ |" \ + ${worksrcpath}/texk/web2c/Makefile +} + pre-configure { reinplace "s|@echo|@/bin/echo|" ${worksrcpath}/libs/icu-xetex/config/mh-darwin } -------------- next part -------------- An HTML attachment was scrubbed... URL: From gui_dos at macports.org Tue Feb 3 23:11:06 2009 From: gui_dos at macports.org (gui_dos at macports.org) Date: Tue, 3 Feb 2009 23:11:06 -0800 (PST) Subject: [46403] trunk/dports/news/xpn/Portfile Message-ID: <20090204071106.CD4C2E63F50@beta.macosforge.org> Revision: 46403 http://trac.macports.org/changeset/46403 Author: gui_dos at macports.org Date: 2009-02-03 23:11:04 -0800 (Tue, 03 Feb 2009) Log Message: ----------- xpn: version bump to 1.2.6 Modified Paths: -------------- trunk/dports/news/xpn/Portfile Modified: trunk/dports/news/xpn/Portfile =================================================================== --- trunk/dports/news/xpn/Portfile 2009-02-04 06:17:26 UTC (rev 46402) +++ trunk/dports/news/xpn/Portfile 2009-02-04 07:11:04 UTC (rev 46403) @@ -3,7 +3,7 @@ PortSystem 1.0 name xpn -version 1.2.5 +version 1.2.6 categories news description Graphical newsreader written in PyGtk. long_description XPN (X Python Newsreader) is a news client written in \ @@ -16,9 +16,9 @@ platforms darwin homepage http://xpn.altervista.org/ master_sites ${homepage}codice -checksums md5 9098ceac4cb3f93a7179845830bb626b \ - sha1 121d5c7cbedb2854582ab71bf0e361f0233944e0 \ - rmd160 cbbcf910f358a5b3ac4bf6f0be694d7feb51550a +checksums md5 6b77345290a27406e411ea0ffa54780f \ + sha1 929a8e809121f3e286d5f36a76a0db5e2fa2875e \ + rmd160 672bb8cd22d8e4d03b98cf34701451225f35a9b7 depends_lib port:py25-gtk \ port:py25-sqlite3 use_configure no -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Feb 3 23:39:22 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 3 Feb 2009 23:39:22 -0800 (PST) Subject: [46404] trunk/dports/net/bsflite Message-ID: <20090204073923.08F9DE6471C@beta.macosforge.org> Revision: 46404 http://trac.macports.org/changeset/46404 Author: toby at macports.org Date: 2009-02-03 23:39:21 -0800 (Tue, 03 Feb 2009) Log Message: ----------- bsflite 0.84 Modified Paths: -------------- trunk/dports/net/bsflite/Portfile trunk/dports/net/bsflite/files/patch-Makefile trunk/dports/net/bsflite/files/patch-imcomm__Makefile Removed Paths: ------------- trunk/dports/net/bsflite/files/patch-imcomm__bos_signon.c trunk/dports/net/bsflite/files/patch-imcomm__snac.c trunk/dports/net/bsflite/files/patch-log.c Modified: trunk/dports/net/bsflite/Portfile =================================================================== --- trunk/dports/net/bsflite/Portfile 2009-02-04 07:11:04 UTC (rev 46403) +++ trunk/dports/net/bsflite/Portfile 2009-02-04 07:39:21 UTC (rev 46404) @@ -2,10 +2,9 @@ PortSystem 1.0 name bsflite -version 0.80 -revision 1 +version 0.84 categories net -maintainers nomaintainer +maintainers toby description The Minimalist AIM Client long_description \ BSFlite is a rather small and "minimalistic" client for AOL's \ @@ -16,16 +15,13 @@ homepage http://bsflite.sourceforge.net/ platforms darwin master_sites sourceforge -checksums md5 31589a230e4ccfaae1225d080d3b7d6d +checksums md5 3a99ffaa6ce03175e87e974a13c44690 \ + sha1 2d2f97f17725f8a2dd55fbfc8bcbe6379205bddd \ + rmd160 ad33b826dcc5b7ea44673305bd5271648e0bd119 patchfiles patch-Makefile \ - patch-imcomm__Makefile \ - patch-imcomm__bos_signon.c \ - patch-imcomm__snac.c \ - patch-log.c + patch-imcomm__Makefile use_configure no -destroot { - xinstall -m 0555 ${worksrcpath}/bsflite ${destroot}${prefix}/bin -} +destroot.destdir INSTALL_PREFIX=${destroot}${prefix} Modified: trunk/dports/net/bsflite/files/patch-Makefile =================================================================== --- trunk/dports/net/bsflite/files/patch-Makefile 2009-02-04 07:11:04 UTC (rev 46403) +++ trunk/dports/net/bsflite/files/patch-Makefile 2009-02-04 07:39:21 UTC (rev 46404) @@ -1,20 +1,29 @@ ---- Makefile.orig 2005-04-13 12:23:06.000000000 -0400 -+++ Makefile 2005-06-06 06:25:33.000000000 -0400 -@@ -18,7 +18,7 @@ - # Add -DBELL_ON_INCOMING to sound an alert when a message - # comes in. - # --CFLAGS=-O -DTIMESTAMPS -+CFLAGS=-O -DTIMESTAMPS -Wall - #CFLAGS+=-I/usr/local/djgpp/watt/inc +--- Makefile.orig 2008-10-19 07:19:47.000000000 -0700 ++++ Makefile 2009-02-03 23:37:19.000000000 -0800 +@@ -9,7 +9,7 @@ + # (This is useful if you'd like to see profiles properly + # formatted with your web browser.) # +-CFLAGS=-Os -pipe ++CFLAGS=-Os -pipe -Wall + #CFLAGS+=-I/usr/local/cross-tools/watt/inc + # # Add -lsocket -lnsl for Solaris -@@ -26,7 +26,7 @@ +@@ -19,7 +19,7 @@ LIBS=-limcomm #LIBS+=-lwatt #LIBS+=-lwsock32 -LDFLAGS=-Limcomm/ -s -+LDFLAGS=-Limcomm/ - #LDFLAGS+=-L/usr/local/djgpp/watt/lib - OBJECTS=aim.o away.o bsf.o cleaner.o config.o conn.o input.o log.o out.o queue.o util.o ++LDFLAGS=-Limcomm + #LDFLAGS+=-L/usr/local/cross-tools/watt/lib + INSTALL=/usr/bin/install +@@ -44,7 +44,7 @@ + + install: + $(INSTALL) -s -m 755 bsflite $(INSTALL_PREFIX)/bin +- $(INSTALL) -m 644 bsflite.1 $(INSTALL_PREFIX)/man/man1 ++ $(INSTALL) -m 644 bsflite.1 $(INSTALL_PREFIX)/share/man/man1 + + aim.o: bsf.h colors.h imcomm/imcomm.h + away.o: bsf.h colors.h imcomm/imcomm.h Modified: trunk/dports/net/bsflite/files/patch-imcomm__Makefile =================================================================== --- trunk/dports/net/bsflite/files/patch-imcomm__Makefile 2009-02-04 07:11:04 UTC (rev 46403) +++ trunk/dports/net/bsflite/files/patch-imcomm__Makefile 2009-02-04 07:39:21 UTC (rev 46404) @@ -1,11 +1,11 @@ ---- imcomm/Makefile.orig 2005-06-06 06:26:11.000000000 -0400 -+++ imcomm/Makefile 2005-06-06 06:26:19.000000000 -0400 +--- imcomm/Makefile.orig 2009-02-03 23:33:59.000000000 -0800 ++++ imcomm/Makefile 2009-02-03 23:34:04.000000000 -0800 @@ -9,7 +9,7 @@ - #CC=i386-pc-msdosdjgpp-gcc + #CC=i586-pc-msdosdjgpp-gcc #CC=mingw32-gcc CC=gcc --CFLAGS=-O -+CFLAGS=-O -Wall +-CFLAGS=-Os -pipe ++CFLAGS=-Os -pipe -Wall RM=rm -f - #CFLAGS+=-I/usr/local/djgpp/watt/inc + #CFLAGS+=-I/usr/local/cross-tools/watt/inc # Deleted: trunk/dports/net/bsflite/files/patch-imcomm__bos_signon.c =================================================================== --- trunk/dports/net/bsflite/files/patch-imcomm__bos_signon.c 2009-02-04 07:11:04 UTC (rev 46403) +++ trunk/dports/net/bsflite/files/patch-imcomm__bos_signon.c 2009-02-04 07:39:21 UTC (rev 46404) @@ -1,20 +0,0 @@ ---- imcomm/bos_signon.c.orig 2005-04-13 11:03:56.000000000 -0400 -+++ imcomm/bos_signon.c 2005-06-06 06:18:26.000000000 -0400 -@@ -478,6 +478,8 @@ - md5_append(&state, (const md5_byte_t *) AIM_MD5_STRING, strlen(AIM_MD5_STRING)); - md5_finish(&state, auth_hash); - -+ free(authkey); -+ - packet = pkt_init(67 + strlen(CLIENT_IDENT) + 16 + strlen(((IMCOMM *) handle)->sn)); - - /* -@@ -573,6 +575,8 @@ - } - } - -+ clear_tlv_list(tlv); -+ - if (status == 2) { - if (((IMCOMM *) handle)->callbacks[IMCOMM_ERROR]) - ((IMCOMM *) handle)->callbacks[IMCOMM_ERROR] (handle, IMCOMM_STATUS_AUTHDONE); Deleted: trunk/dports/net/bsflite/files/patch-imcomm__snac.c =================================================================== --- trunk/dports/net/bsflite/files/patch-imcomm__snac.c 2009-02-04 07:11:04 UTC (rev 46403) +++ trunk/dports/net/bsflite/files/patch-imcomm__snac.c 2009-02-04 07:39:21 UTC (rev 46404) @@ -1,11 +0,0 @@ ---- imcomm/snac.c.orig 2005-06-06 06:22:45.000000000 -0400 -+++ imcomm/snac.c 2005-06-06 06:22:58.000000000 -0400 -@@ -439,6 +439,8 @@ - if (type == 0x0000 && name != NULL) { - imcomm_addtobuddylist(handle, (char *) name, id); - } -+ -+ free(name); - } - - pkt_freeP(pkt); Deleted: trunk/dports/net/bsflite/files/patch-log.c =================================================================== --- trunk/dports/net/bsflite/files/patch-log.c 2009-02-04 07:11:04 UTC (rev 46403) +++ trunk/dports/net/bsflite/files/patch-log.c 2009-02-04 07:39:21 UTC (rev 46404) @@ -1,11 +0,0 @@ ---- log.c.orig 2005-06-06 06:04:35.000000000 -0400 -+++ log.c 2005-06-06 06:04:38.000000000 -0400 -@@ -80,7 +80,7 @@ - } - return 0; - } else -- free(tmp); -+ closedir(tmp); - - return 0; - } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Feb 3 23:52:18 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 3 Feb 2009 23:52:18 -0800 (PST) Subject: [46405] trunk/dports/PortIndex Message-ID: <20090204075219.A44E8E648A6@beta.macosforge.org> Revision: 46405 http://trac.macports.org/changeset/46405 Author: portindex at macports.org Date: 2009-02-03 23:52:18 -0800 (Tue, 03 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 07:39:21 UTC (rev 46404) +++ trunk/dports/PortIndex 2009-02-04 07:52:18 UTC (rev 46405) @@ -4832,8 +4832,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bnetd description {daemon that emulates Blizzards Battle.net service} homepage http://www.chiark.greenend.org.uk/~owend/free/bnetd.html epoch 0 platforms darwin name bnetd maintainers nomaintainer long_description {{daemon that emulates Blizzards Battle.net service}} version 0.4.25 categories {net games} revision 1 bro 521 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bro description {BRO is a Network Intrusion Detection System} homepage http://bro-ids.org epoch 0 platforms darwin name bro depends_lib {port:libpcap port:bison port:openssl path:bin/perl:perl5} maintainers pmq long_description {Bro is an open-source, Unix-based Network Intrusion Detection System (NIDS) that passively monitors network traffic and looks for suspicious activity.} version 1.2 categories {net security} revision 1 -bsflite 492 -portdir net/bsflite description {The Minimalist AIM Client} platforms darwin name bsflite version 0.80 categories net homepage http://bsflite.sourceforge.net/ revision 1 epoch 0 maintainers nomaintainer long_description {BSFlite is a rather small and minimalistic client for AOL's Instant Messenger service. Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows.} +bsflite 484 +portdir net/bsflite description {The Minimalist AIM Client} platforms darwin name bsflite version 0.84 categories net homepage http://bsflite.sourceforge.net/ revision 0 epoch 0 maintainers toby long_description {BSFlite is a rather small and minimalistic client for AOL's Instant Messenger service. Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows.} bwm-ng 469 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bwm-ng description {A small and simple bandwidth monitor} homepage http://www.gropp.org epoch 0 platforms darwin name bwm-ng depends_lib port:ncurses maintainers nomaintainer long_description {Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.} version 0.6 categories net revision 0 c-ares 442 @@ -5503,7 +5503,7 @@ tin-recent 828 variants {gpg pgp5 ispell universal} variant_desc {gpg {GnuPG support} pgp5 {PGPK support} ispell {Ispell support} universal {Build for multiple architectures}} portdir news/tin-recent description {A Usenet newsreader} homepage http://www.tin.org/ epoch 0 platforms darwin name tin-recent depends_lib {port:gettext port:libiconv port:ncurses port:pcre} maintainers vincent-opdarw at vinc17.org long_description {TIN is a full-screen easy to use Usenet newsreader. It can read news locally or remotely via a NNTP server. It will automatically utilize NOV newsoverview style index files if available locally or via the NNTP (X)OVER command (RFC2980). Portfile update policy: follow the development line as shown on , preferring unstable versions at a split.} version 1.9.3 categories news revision 3 xpn 558 -description {Graphical newsreader written in PyGtk.} portdir news/xpn homepage http://xpn.altervista.org/ epoch 0 platforms darwin name xpn depends_lib {port:py25-gtk port:py25-sqlite3} long_description {XPN (X Python Newsreader) is a news client written in Python and based on the GTK+ library. It offers a good MIME support, scoring system, filtered views, random tag-lines, external editor support, one-key navigation, ROT13, Face and X-Face headers decoding, spoiler char and many more.} maintainers nomaintainer version 1.2.5 categories news revision 0 +description {Graphical newsreader written in PyGtk.} portdir news/xpn homepage http://xpn.altervista.org/ epoch 0 platforms darwin name xpn depends_lib {port:py25-gtk port:py25-sqlite3} long_description {XPN (X Python Newsreader) is a news client written in Python and based on the GTK+ library. It offers a good MIME support, scoring system, filtered views, random tag-lines, external editor support, one-key navigation, ROT13, Face and X-Face headers decoding, spoiler char and many more.} maintainers nomaintainer version 1.2.6 categories news revision 0 yencode 399 variants universal variant_desc {universal {Build for multiple architectures}} portdir news/yencode description {yENC encoder/decoder} homepage http://www.yencode.org/ epoch 0 platforms darwin name yencode depends_lib port:libiconv maintainers nomaintainer long_description {This is yencode, an encoder/decoder package for the Usenet yENC format.} version 0.46 categories {news sysutils} revision 1 taskjuggler 792 -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Feb 3 23:54:43 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 3 Feb 2009 23:54:43 -0800 (PST) Subject: [46406] trunk/dports/net/bsflite Message-ID: <20090204075443.E60ACE64A3A@beta.macosforge.org> Revision: 46406 http://trac.macports.org/changeset/46406 Author: toby at macports.org Date: 2009-02-03 23:54:43 -0800 (Tue, 03 Feb 2009) Log Message: ----------- enable universal build Modified Paths: -------------- trunk/dports/net/bsflite/Portfile trunk/dports/net/bsflite/files/patch-Makefile trunk/dports/net/bsflite/files/patch-imcomm__Makefile Modified: trunk/dports/net/bsflite/Portfile =================================================================== --- trunk/dports/net/bsflite/Portfile 2009-02-04 07:52:18 UTC (rev 46405) +++ trunk/dports/net/bsflite/Portfile 2009-02-04 07:54:43 UTC (rev 46406) @@ -22,6 +22,12 @@ patchfiles patch-Makefile \ patch-imcomm__Makefile -use_configure no +configure { + reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile + reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/Makefile + reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/Makefile + reinplace "s|__LDFLAGS__|${configure.ldflags}|" ${worksrcpath}/Makefile -destroot.destdir INSTALL_PREFIX=${destroot}${prefix} + reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/imcomm/Makefile + reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/imcomm/Makefile +} Modified: trunk/dports/net/bsflite/files/patch-Makefile =================================================================== --- trunk/dports/net/bsflite/files/patch-Makefile 2009-02-04 07:52:18 UTC (rev 46405) +++ trunk/dports/net/bsflite/files/patch-Makefile 2009-02-04 07:54:43 UTC (rev 46406) @@ -1,23 +1,39 @@ ---- Makefile.orig 2008-10-19 07:19:47.000000000 -0700 -+++ Makefile 2009-02-03 23:37:19.000000000 -0800 -@@ -9,7 +9,7 @@ +--- Makefile.orig 2009-02-03 23:48:30.000000000 -0800 ++++ Makefile 2009-02-03 23:49:21.000000000 -0800 +@@ -2,28 +2,28 @@ + #EXEC=bsflite.exe + #CC=i586-pc-msdosdjgpp-gcc + #CC=mingw32-gcc +-CC=gcc ++CC=__CC__ + # + # Add -DDUMP_PROFILE to dump all HTML profiles to a file. + # Edit PROFILE_DUMP_PATH in bsf.h to set the path. # (This is useful if you'd like to see profiles properly # formatted with your web browser.) # -CFLAGS=-Os -pipe -+CFLAGS=-Os -pipe -Wall ++CFLAGS=-pipe -Wall __CFLAGS__ #CFLAGS+=-I/usr/local/cross-tools/watt/inc # # Add -lsocket -lnsl for Solaris -@@ -19,7 +19,7 @@ - LIBS=-limcomm + # Add -lsocket -lbind for Zeta R1 (and potentially BeOS) + # (thanks to Brennan Cleveland) + # +-LIBS=-limcomm ++LIBS=-Limcomm -limcomm #LIBS+=-lwatt #LIBS+=-lwsock32 -LDFLAGS=-Limcomm/ -s -+LDFLAGS=-Limcomm ++LDFLAGS=__LDFLAGS__ #LDFLAGS+=-L/usr/local/cross-tools/watt/lib INSTALL=/usr/bin/install +-INSTALL_PREFIX=/usr/local ++INSTALL_PREFIX=$(DESTDIR)__PREFIX__ + + SOURCES=aim.c away.c bsf.c cleaner.c config.c conn.c input.c log.c out.c queue.c util.c + OBJECTS=aim.o away.o bsf.o cleaner.o config.o conn.o input.o log.o out.o queue.o util.o @@ -44,7 +44,7 @@ install: Modified: trunk/dports/net/bsflite/files/patch-imcomm__Makefile =================================================================== --- trunk/dports/net/bsflite/files/patch-imcomm__Makefile 2009-02-04 07:52:18 UTC (rev 46405) +++ trunk/dports/net/bsflite/files/patch-imcomm__Makefile 2009-02-04 07:54:43 UTC (rev 46406) @@ -1,11 +1,13 @@ ---- imcomm/Makefile.orig 2009-02-03 23:33:59.000000000 -0800 -+++ imcomm/Makefile 2009-02-03 23:34:04.000000000 -0800 -@@ -9,7 +9,7 @@ +--- imcomm/Makefile.orig 2009-02-03 23:51:13.000000000 -0800 ++++ imcomm/Makefile 2009-02-03 23:51:46.000000000 -0800 +@@ -8,8 +8,8 @@ + LIB=libimcomm.a #CC=i586-pc-msdosdjgpp-gcc #CC=mingw32-gcc - CC=gcc +-CC=gcc -CFLAGS=-Os -pipe -+CFLAGS=-Os -pipe -Wall ++CC=__CC__ ++CFLAGS=-pipe -Wall __CFLAGS__ RM=rm -f #CFLAGS+=-I/usr/local/cross-tools/watt/inc # -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 00:52:13 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 00:52:13 -0800 (PST) Subject: [46407] trunk/dports/PortIndex Message-ID: <20090204085214.47E81E65D06@beta.macosforge.org> Revision: 46407 http://trac.macports.org/changeset/46407 Author: portindex at macports.org Date: 2009-02-04 00:52:10 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 07:54:43 UTC (rev 46406) +++ trunk/dports/PortIndex 2009-02-04 08:52:10 UTC (rev 46407) @@ -4832,8 +4832,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bnetd description {daemon that emulates Blizzards Battle.net service} homepage http://www.chiark.greenend.org.uk/~owend/free/bnetd.html epoch 0 platforms darwin name bnetd maintainers nomaintainer long_description {{daemon that emulates Blizzards Battle.net service}} version 0.4.25 categories {net games} revision 1 bro 521 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bro description {BRO is a Network Intrusion Detection System} homepage http://bro-ids.org epoch 0 platforms darwin name bro depends_lib {port:libpcap port:bison port:openssl path:bin/perl:perl5} maintainers pmq long_description {Bro is an open-source, Unix-based Network Intrusion Detection System (NIDS) that passively monitors network traffic and looks for suspicious activity.} version 1.2 categories {net security} revision 1 -bsflite 484 -portdir net/bsflite description {The Minimalist AIM Client} platforms darwin name bsflite version 0.84 categories net homepage http://bsflite.sourceforge.net/ revision 0 epoch 0 maintainers toby long_description {BSFlite is a rather small and minimalistic client for AOL's Instant Messenger service. Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows.} +bsflite 563 +variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bsflite description {The Minimalist AIM Client} homepage http://bsflite.sourceforge.net/ epoch 0 platforms darwin name bsflite maintainers toby long_description {BSFlite is a rather small and minimalistic client for AOL's Instant Messenger service. Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows.} version 0.84 categories net revision 0 bwm-ng 469 variants universal variant_desc {universal {Build for multiple architectures}} portdir net/bwm-ng description {A small and simple bandwidth monitor} homepage http://www.gropp.org epoch 0 platforms darwin name bwm-ng depends_lib port:ncurses maintainers nomaintainer long_description {Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.} version 0.6 categories net revision 0 c-ares 442 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Wed Feb 4 01:17:13 2009 From: mww at macports.org (mww at macports.org) Date: Wed, 4 Feb 2009 01:17:13 -0800 (PST) Subject: [46408] trunk/dports/math/mathomatic/Portfile Message-ID: <20090204091713.C852CE65F19@beta.macosforge.org> Revision: 46408 http://trac.macports.org/changeset/46408 Author: mww at macports.org Date: 2009-02-04 01:17:10 -0800 (Wed, 04 Feb 2009) Log Message: ----------- version 14.3.1 Modified Paths: -------------- trunk/dports/math/mathomatic/Portfile Modified: trunk/dports/math/mathomatic/Portfile =================================================================== --- trunk/dports/math/mathomatic/Portfile 2009-02-04 08:52:10 UTC (rev 46407) +++ trunk/dports/math/mathomatic/Portfile 2009-02-04 09:17:10 UTC (rev 46408) @@ -3,7 +3,7 @@ PortSystem 1.0 name mathomatic -version 14.3.0 +version 14.3.1 categories math platforms darwin maintainers mww @@ -15,7 +15,7 @@ homepage http://mathomatic.orgserve.de/math/ master_sites http://www.panix.com/~gesslein/ -checksums sha1 331feefc90e5be836917a2598df8059c37c17ad0 +checksums sha1 ddeca8a1c39f089649a6385e7ab0b2d8744b5765 use_bzip2 yes patchfiles patch-makefile.diff -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 01:52:34 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 01:52:34 -0800 (PST) Subject: [46409] trunk/dports/PortIndex Message-ID: <20090204095236.2CFEFE66882@beta.macosforge.org> Revision: 46409 http://trac.macports.org/changeset/46409 Author: portindex at macports.org Date: 2009-02-04 01:52:33 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 09:17:10 UTC (rev 46408) +++ trunk/dports/PortIndex 2009-02-04 09:52:33 UTC (rev 46409) @@ -4471,7 +4471,7 @@ mapm 459 portdir math/mapm platforms darwin description {A Portable Arbitrary Precision Math Library in C.} name mapm version 4.9.5 categories {math science} homepage http://www.tc.umn.edu/~ringx004/mapm-main.html revision 1 epoch 0 maintainers {jmpp openmaintainer} long_description {MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.} mathomatic 543 -variants universal variant_desc {universal {Build for multiple architectures}} portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline maintainers mww long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} version 14.3.0 categories math revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir math/mathomatic description {small, portable symbolic math program} homepage http://mathomatic.orgserve.de/math/ epoch 0 platforms darwin name mathomatic depends_lib port:readline maintainers mww long_description {Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc.} version 14.3.1 categories math revision 0 maxima 902 variants {clisp test printable_doc universal} variant_desc {clisp {Use CLISP instead of SBCL for Lisp} test {Run tests} printable_doc {Build printable documentation} universal {Build for multiple architectures}} portdir math/maxima description {The Maxima computer algebra system} homepage http://maxima.sourceforge.net/ epoch 0 depends_run {port:tk port:recode port:gnuplot} platforms darwin name maxima depends_lib port:sbcl maintainers nomaintainer long_description {The Maxima computer algebra system is a descendant of DOE Macsyma, a version of MIT's Macsyma whose development was supported by the U.S. Department of Energy. Through the effort of the late William Shelter of the University of Texas, it was released under the GNU General Public License. It is one of the more comprehensive and powerful computer algebra systems available as open source.} categories math version 5.17.0 revision 0 metis 670 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Feb 4 02:03:05 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 4 Feb 2009 02:03:05 -0800 (PST) Subject: [46410] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl Message-ID: <20090204100305.D2E86E66AEB@beta.macosforge.org> Revision: 46410 http://trac.macports.org/changeset/46410 Author: ryandesign at macports.org Date: 2009-02-04 02:03:05 -0800 (Wed, 04 Feb 2009) Log Message: ----------- kde4-1.0.tcl: use ${applications_dir} in post-activate message too Modified Paths: -------------- trunk/dports/_resources/port1.0/group/kde4-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/kde4-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/kde4-1.0.tcl 2009-02-04 09:52:33 UTC (rev 46409) +++ trunk/dports/_resources/port1.0/group/kde4-1.0.tcl 2009-02-04 10:03:05 UTC (rev 46410) @@ -59,7 +59,7 @@ ui_msg "# Programs will not start until you run the command #" ui_msg "# 'sudo chown -R \$USER ~/Library/Preferences/KDE' #" ui_msg "# replacing \$USER with your username, followed by #" - ui_msg "# 'open /Applications/Macports/KDE4/kdeinit4.app' #" + ui_msg "# 'open ${applications_dir}/KDE4/kdeinit4.app' #" ui_msg "# in a Terminal. #" ui_msg "######################################################" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Feb 4 02:03:33 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 4 Feb 2009 02:03:33 -0800 (PST) Subject: [46411] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl Message-ID: <20090204100333.958BFE66B2D@beta.macosforge.org> Revision: 46411 http://trac.macports.org/changeset/46411 Author: ryandesign at macports.org Date: 2009-02-04 02:03:33 -0800 (Wed, 04 Feb 2009) Log Message: ----------- kde4-1.0.tcl: Change no_docs variant description to sound more like a radio button Modified Paths: -------------- trunk/dports/_resources/port1.0/group/kde4-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/kde4-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/kde4-1.0.tcl 2009-02-04 10:03:05 UTC (rev 46410) +++ trunk/dports/_resources/port1.0/group/kde4-1.0.tcl 2009-02-04 10:03:33 UTC (rev 46411) @@ -48,7 +48,7 @@ -DPHONON_LIBRARY=${prefix}/lib/libphonon.dylib \ -DKDE_DISTRIBUTION_TEXT="MacPorts\/Mac OS X" -variant no_docs description "Does not install documentation" { +variant no_docs description "Omit documentation" { depends_lib-delete port:doxygen configure.args-delete -DBUILD_doc=ON configure.args-append -DBUILD_doc=OFF -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 02:52:45 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 02:52:45 -0800 (PST) Subject: [46412] trunk/dports/PortIndex Message-ID: <20090204105248.29C6DE67335@beta.macosforge.org> Revision: 46412 http://trac.macports.org/changeset/46412 Author: portindex at macports.org Date: 2009-02-04 02:52:42 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 10:03:33 UTC (rev 46411) +++ trunk/dports/PortIndex 2009-02-04 10:52:42 UTC (rev 46412) @@ -446,8 +446,8 @@ variants {mad audiofile universal} variant_desc {universal {Build for multiple architectures}} portdir audio/normalize description {A tool to normalize WAV and MP3 audio} homepage http://normalize.nongnu.org/ epoch 0 platforms darwin name normalize depends_lib {lib:libexpat.0:expat port:gettext port:libiconv} maintainers nomaintainer long_description {Normalize is an overly complicated tool for adjusting the volume of wave files to a standard volume level. This is useful for things like creating mp3 mixes, where different recording levels on different albums can cause the volume to vary greatly from song to song.} version 0.7.7 categories audio revision 0 openal 365 portdir audio/openal platforms darwin description {OpenAL is a cross-platform 3D audio API} name openal version 1.0 categories {audio devel} homepage http://www.openal.org/ revision 0 epoch 0 maintainers nomaintainer long_description {OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.} -phonon 547 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir audio/phonon description {Cross Platform Multimedia API used by KDE4} homepage http://phonon.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac} name phonon maintainers {illogic-al openmaintainer} long_description {Cross Platform Multimedia API used by KDE4} categories {audio kde kde4} version 4.3.0 revision 0 +phonon 535 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir audio/phonon description {Cross Platform Multimedia API used by KDE4} homepage http://phonon.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac} name phonon maintainers {illogic-al openmaintainer} long_description {Cross Platform Multimedia API used by KDE4} categories {audio kde kde4} version 4.3.0 revision 0 portaudio 892 portdir audio/portaudio platforms macosx description {PortAudio is a free, cross platform, open-source, audio I/O library.} name portaudio version 19.20071207 categories {audio devel} homepage http://www.portaudio.com/ revision 0 epoch 0 maintainers themiwi at users.sourceforge.net long_description {PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms. PortAudio provides a very simple API for recording and/or playing sound using a simple callback function. Example programs are included that synthesize sine waves and pink noise, perform fuzz distortion on a guitar, list available audio devices, etc.} portmidi 346 @@ -476,8 +476,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/streamripper description {separate tracks via Shoutcasts title-streaming} homepage http://streamripper.sourceforge.net/ epoch 0 platforms darwin name streamripper depends_lib {port:glib2 port:libiconv port:libogg port:libvorbis} maintainers css long_description {Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to hint at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.} version 1.64.3 categories {audio net} revision 1 taglib 539 variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/taglib description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin name taglib maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} version 1.5 categories audio revision 0 -taglib-devel 707 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir audio/taglib-devel description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib port:doxygen name taglib-devel maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.5-svn revision 0 +taglib-devel 695 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir audio/taglib-devel description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib port:doxygen name taglib-devel maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.5-svn revision 0 taglib-sharp 473 variants universal variant_desc {universal {Build for multiple architectures}} portdir audio/taglib-sharp description {C# implementation of TagLib.} homepage http://www.taglib-sharp.com/ epoch 0 platforms darwin name taglib-sharp depends_lib port:mono maintainers {simon openmaintainer} long_description {{C# implementation of TagLib.} TagLib is a library for reading and editing the meta-data of several popular audio formats.} version 2.0.3.0 categories audio revision 0 tagtool 861 @@ -806,8 +806,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/agregex description {a Perl-compatible regex framework for using the PCRE library} homepage http://agkit.sourceforge.net/ epoch 0 platforms macosx name agregex maintainers nomaintainer long_description {AGRegex provides Perl-compatible pattern matching to Cocoa applications. Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England.} categories {devel framework} version 0.4 revision 0 agsocket 923 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/agsocket description {yet another BSD sockets framework for use in Cocoa applications} homepage http://agkit.sourceforge.net/ epoch 0 platforms darwin name agsocket maintainers nomaintainer long_description {AGSocket is yet another BSD sockets framework for use in Cocoa applications. The primary class is AGSocket, this can be used for TCP sockets, UDP sockets, raw sockets, whatever. Additionally several socket address classes are included, notably AGInetSocketAddress for vanilla Internet socket addresses. Unlike some of the other excellent sockets frameworks already available, AGSocket is primarily designed for asynchronous I/O thanks to the underlying CFSocket API (though there's nothing stopping you from using it for normal synchronous I/O if you are so inclined).} categories {devel framework} version 0.3 revision 0 -akonadi 694 -variants {universal debug no_docs mysql} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation} mysql {Install the Akonadi server}} portdir devel/akonadi description {A personal information management storage service.} homepage http://pim.kde.org/akonadi/ epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac} name akonadi maintainers {illogic-al openmaintainer} long_description {Akonadi is an extensible cross-desktop storage service for PIM data and metadata providing concurrent read, write, and query access.} categories {devel kde kde4} version 1.0.0 revision 3 +akonadi 682 +variants {universal debug no_docs mysql} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation} mysql {Install the Akonadi server}} portdir devel/akonadi description {A personal information management storage service.} homepage http://pim.kde.org/akonadi/ epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac} name akonadi maintainers {illogic-al openmaintainer} long_description {Akonadi is an extensible cross-desktop storage service for PIM data and metadata providing concurrent read, write, and query access.} categories {devel kde kde4} version 1.0.0 revision 3 alex 537 variants universal depends_build port:ghc variant_desc {universal {Build for multiple architectures}} portdir devel/alex description {A Lexical Analyzer Generator for Haskell} homepage http://www.haskell.org/alex/ epoch 0 platforms darwin name alex maintainers gwright long_description {Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools lex or flex for C/C++.} version 2.3.1 categories {devel haskell} revision 0 allegro 479 @@ -1790,8 +1790,8 @@ portdir devel/slib-guile16 platforms darwin description {Wrapper port to properly set up slib and guile16 together} name slib-guile16 depends_lib {port:slib port:guile16} version 1.0 categories devel revision 2 epoch 0 maintainers nomaintainer long_description {Create two symbolic links and a catalog file so that guile16 can find the slib library files.} smake 393 portdir devel/smake platforms darwin description {highly portable make program with automake features} name smake version 1.2a41 categories devel homepage http://cdrecord.berlios.de/old/private/smake.html revision 0 epoch 0 maintainers mww long_description {Smake is a highly portable make program with automake features. It is currently mainly targeted to be used with the makefiles system.} -soprano 620 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir devel/soprano description {The Qt-based RDF framework.} homepage http://soprano.sourceforge.net epoch 0 platforms darwin depends_lib {port:doxygen port:clucene port:strigi port:redland port:qt4-mac} name soprano maintainers {illogic-al openmaintainer} long_description {Soprano is a software library that provides an object-oriented C++/Qt4 framework for RDF data.} categories devel version 2.2 revision 0 +soprano 608 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir devel/soprano description {The Qt-based RDF framework.} homepage http://soprano.sourceforge.net epoch 0 platforms darwin depends_lib {port:doxygen port:clucene port:strigi port:redland port:qt4-mac} name soprano maintainers {illogic-al openmaintainer} long_description {Soprano is a software library that provides an object-oriented C++/Qt4 framework for RDF data.} categories devel version 2.2 revision 0 spin 381 description {The Spin model checker} portdir devel/spin homepage http://spinroot.com epoch 0 platforms darwin name spin depends_lib {port:tk port:tcl} maintainers jann at macports.org long_description {SPIN is a general tool for verifying the correctness of distributed software (software design) in a rigorous and mostly automated fashion.} version 5.1.6 categories devel revision 0 splint 596 @@ -3052,8 +3052,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir graphics/povray description {Persistence Of Vision RAYtracer} homepage http://www.povray.org/ epoch 0 platforms darwin name povray depends_lib {port:xorg-libs lib:libpng.3:libpng lib:libjpeg:jpeg lib:libz.1:zlib lib:libtiff.3:tiff} maintainers nomaintainer long_description {POVRAY is a 'free' and popular Ray Tracer available for many platforms (including UNIX). This is a port of the UNIX version, not the graphical Mac OS X version.} version 3.6.1 categories graphics revision 1 pstoedit 683 variants {darwin_6 powerpc universal} variant_desc {darwin_6 {Platform variant, do not select manually} powerpc {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir graphics/pstoedit description {Translate PostScript and PDF to other vector formats} homepage http://www.pstoedit.net/ epoch 0 depends_run port:ghostscript platforms darwin name pstoedit depends_lib {port:ImageMagick port:plotutils port:libpng port:libemf port:zlib} maintainers nomaintainer long_description {pstoedit converts Postscript(TM) and PDF files to other vector graphic formats so that they can be edited graphically.} categories graphics version 3.45 revision 2 -qimageblitz 593 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir graphics/qimageblitz description {Graphical effects library for KDE4} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac} name qimageblitz maintainers {illogic-al openmaintainer} long_description {QImageBlitz is a graphical effect and filter library for KDE4 with MMX/SSE support.} categories {graphics kde kde4} version 0.0.5 revision 3 +qimageblitz 581 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir graphics/qimageblitz description {Graphical effects library for KDE4} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac} name qimageblitz maintainers {illogic-al openmaintainer} long_description {QImageBlitz is a graphical effect and filter library for KDE4 with MMX/SSE support.} categories {graphics kde kde4} version 0.0.5 revision 3 qiv 333 description {A very small and pretty fast gdk/Imlib image viewer} portdir graphics/qiv homepage http://www.klografx.net/qiv/ epoch 0 platforms darwin name qiv depends_lib port:imlib maintainers lloyd at hilaiel.com long_description {A very small and pretty fast gdk/Imlib image viewer for X.} version 2.0 categories graphics revision 0 qrencode 584 @@ -3430,8 +3430,8 @@ depends_build bin:ant:apache-ant portdir java/xom description {A tree-based API for XML processing} homepage http://www.xom.nu/ epoch 0 platforms darwin name xom depends_lib bin:java:kaffe maintainers {jberry openmaintainer} long_description {XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.} version 1.0 categories {java devel textproc} revision 0 amarok 680 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/amarok description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin name amarok depends_lib {port:kdelibs4 path:bin/kde4:kdebase4-runtime port:taglib port:phonon path:lib/mysql5/libmysqld.a:mysql5-devel} maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of features which help you to discover and manage your music.} categories {kde kde4} version 2.0.1.1 revision 0 -amarok-devel 756 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/amarok-devel description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 path:bin/kde4:kdebase4-runtime port:taglib-devel port:phonon path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok-devel maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of feature which helps to discover and manage your music.} categories {kde kde4} version 2.0-svn revision 0 +amarok-devel 744 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/amarok-devel description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 path:bin/kde4:kdebase4-runtime port:taglib-devel port:phonon path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok-devel maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of feature which helps to discover and manage your music.} categories {kde kde4} version 2.0-svn revision 0 filelight 561 variants {darwin_9 universal} variant_desc {darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir kde/filelight description {Visualise disk usage with concentric, segmented rings.} homepage http://www.methylblue.com/filelight/ epoch 0 platforms darwin name filelight depends_lib {port:kdelibs3 port:qt3} maintainers gmx.de:zweistein12 long_description {Filelight creates an interactive map of concentric, segmented rings that help visualise disk usage on your computer.} version 1.0 categories kde revision 0 kde 356 @@ -3584,72 +3584,72 @@ depends_build {port:autoconf port:unsermake} portdir kde/kdeartwork3 description {KDE additional artwork. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdeartwork3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE additional artwork. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 kdebase3 451 variants with_doxygen depends_build {port:autoconf port:unsermake} portdir kde/kdebase3 description {Base KDE programs -- e.g. kicker (taskbar). NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdebase3 depends_lib {port:cyrus-sasl2 port:kdelibs3 port:libusb} maintainers nomaintainer long_description {{Base KDE programs -- e.g. kicker (taskbar). NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdebase4 685 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdebase4 description {KDE4 applications and libraries from the base package} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:qimageblitz port:kdepimlibs4 port:kdebase4-runtime} name kdebase4 maintainers {illogic-al openmaintainer} long_description {Core desktop applications and libraries for the KDE4 desktop. This port installs the file manager dolphin file manager.} categories {kde kde4} version 4.2.0 revision 0 +kdebase4 673 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdebase4 description {KDE4 applications and libraries from the base package} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:qimageblitz port:kdepimlibs4 port:kdebase4-runtime} name kdebase4 maintainers {illogic-al openmaintainer} long_description {Core desktop applications and libraries for the KDE4 desktop. This port installs the file manager dolphin file manager.} categories {kde kde4} version 4.2.0 revision 0 kdebase4-devel 692 variants {universal debug xine} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} xine {enable phonon_xine engine}} portdir kde/kdebase4-devel description {KDE4 applications and libraries from the base package} homepage http://www.kde.org epoch 0 platforms darwin name kdebase4-devel depends_lib {port:kdelibs4-devel port:qimageblitz port:kdepimlibs4-devel port:kdebase4-runtime-devel} maintainers {illogic-al openmaintainer} long_description {Core desktop applications and libraries for the KDE4 desktop. This port installs the file manager dolphin file manager.} categories {kde kde4} version 4.1.96 revision 0 -kdebase4-runtime 692 -variants {universal debug no_docs samba xine} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation} samba {Enable samba support} xine {Enable xine support}} portdir kde/kdebase4-runtime description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:qimageblitz port:kdepimlibs4} name kdebase4-runtime maintainers {illogic-al openmaintainer} long_description {Provides data which is required by KDE4 applications. e.g. icons and mimetype data.} categories {kde kde4} version 4.2.0 revision 0 +kdebase4-runtime 680 +variants {universal debug no_docs samba xine} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation} samba {Enable samba support} xine {Enable xine support}} portdir kde/kdebase4-runtime description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:qimageblitz port:kdepimlibs4} name kdebase4-runtime maintainers {illogic-al openmaintainer} long_description {Provides data which is required by KDE4 applications. e.g. icons and mimetype data.} categories {kde kde4} version 4.2.0 revision 0 kdebase4-runtime-devel 641 variants {universal debug xine} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} xine {enable phonon_xine engine}} portdir kde/kdebase4-runtime-devel description {Shared data needed by KDE4 programs} homepage http://www.kde.org epoch 0 platforms darwin name kdebase4-runtime-devel depends_lib {port:kdelibs4-devel port:kdepimlibs4-devel} maintainers {illogic-al openmaintainer} long_description {Data which is required by most KDE4 applications to launch properly. Contains items such as icon and mimetype data.} categories {kde kde4} version 4.1.96 revision 0 kdeedu3 380 depends_build {port:autoconf port:unsermake} portdir kde/kdeedu3 description {KDE educational games and software. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdeedu3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE educational games and software. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdeedu4 645 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdeedu4 description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4 port:ocaml port:openbabel port:eigen} name kdeedu4 maintainers nomaintainer long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.2.0 revision 1 +kdeedu4 633 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdeedu4 description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4 port:ocaml port:openbabel port:eigen} name kdeedu4 maintainers nomaintainer long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.2.0 revision 1 kdeedu4-devel 597 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdeedu4-devel description {Education based applications for the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name kdeedu4-devel depends_lib {port:kdelibs4-devel port:kdebase4-devel port:ocaml port:openbabel} maintainers nomaintainer long_description {{Education based applications for the KDE4 platform.} This includes programs such as Marble and Kalzium.} categories {kde kde4} version 4.1.96 revision 0 kdegames3 334 depends_build {port:autoconf port:unsermake} portdir kde/kdegames3 description {KDE games. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdegames3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE games. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdegames4 605 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdegames4 description {A variety of games made with the KDE4 development platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime port:ggz-client-libs} name kdegames4 maintainers nomaintainer long_description {{A variety of games made with the KDE4 development platform}} categories {kde kde4} version 4.2.0 revision 0 +kdegames4 593 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdegames4 description {A variety of games made with the KDE4 development platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime port:ggz-client-libs} name kdegames4 maintainers nomaintainer long_description {{A variety of games made with the KDE4 development platform}} categories {kde kde4} version 4.2.0 revision 0 kdegames4-devel 515 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdegames4-devel description {A variety of games made with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name kdegames4-devel depends_lib {port:kdelibs4-devel port:kdebase4-devel} maintainers nomaintainer long_description {{A variety of games made with the KDE4 platform}} categories {kde kde4} version 4.1.96 revision 0 kdegraphics3 413 depends_build {port:autoconf port:unsermake} portdir kde/kdegraphics3 description {KDE graphics. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdegraphics3 depends_lib {port:fribidi port:imlib port:kdebase3 port:lcms port:libusb port:sane-backends} maintainers nomaintainer long_description {{KDE graphics. NB No KDE sound support.}} version 3.5.8 categories kde revision 1 -kdegraphics4 627 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdegraphics4 description {KDE4 graphics applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac port:kdebase4-runtime port:exiv2 port:poppler port:djvulibre port:chmlib port:qca} name kdegraphics4 maintainers {illogic-al openmaintainer} long_description {KDE applications for managing and creating image files.} categories {kde kde4} version 4.2.0 revision 0 +kdegraphics4 615 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdegraphics4 description {KDE4 graphics applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac port:kdebase4-runtime port:exiv2 port:poppler port:djvulibre port:chmlib port:qca} name kdegraphics4 maintainers {illogic-al openmaintainer} long_description {KDE applications for managing and creating image files.} categories {kde kde4} version 4.2.0 revision 0 kdegraphics4-devel 576 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdegraphics4-devel description {KDE4 graphics applications} homepage http://www.kde.org epoch 0 platforms darwin name kdegraphics4-devel depends_lib {port:qt4-mac port:kdebase4-devel port:exiv2 port:poppler port:djvulibre port:chmlib port:qca} maintainers {illogic-al openmaintainer} long_description {KDE applications for managing and creating image files.} categories {kde kde4} version 4.1.96 revision 0 kdelibs3 1161 variants {darwin_9 darwin_8 darwin_7 darwin_6 with_doxygen with_libthai} depends_build {port:autoconf port:pkgconfig port:unsermake} variant_desc {darwin_9 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_6 {Platform variant, do not select manually} with_doxygen {Include API documentation} with_libthai {Add Thai language support}} portdir kde/kdelibs3 description {Essential libraries for KDE applications. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdelibs3 depends_lib {lib:libpoll:poll-emulator port:xorg-libs port:aspell port:bzip2 port:expat port:flex port:fontconfig port:freetype port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:hicolor-icon-theme port:jasper port:jpeg port:libart_lgpl port:libidn port:libiconv port:libpng port:libxml2 port:libxslt port:lua port:pcre port:tiff port:openexr port:openssl path:bin/perl:perl5 p ort:qt3 port:zlib} maintainers nomaintainer long_description {{Essential libraries for KDE applications. NB No KDE sound support.}} categories kde version 3.5.8 revision 4 -kdelibs4 1086 -variants {universal debug no_docs avahi hspell no_aspell no_soprano} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation} avahi {Use linux implementation of Bonjour} hspell {Hebrew spell checker support} no_aspell {Disable spell checking} no_soprano {Disable support for nepomuk semantic desktop}} portdir kde/kdelibs4 description {KDE4 core libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac port:phonon port:soprano port:cyrus-sasl2 port:strigi port:gettext port:bzip2 port:zlib port:flex port:pcre port:shared-mime-info port:jpeg port:libpng lib:libgif:giflib port:tiff port:jasper port:openexr port:expat port:libart_lgpl port:libidn port:libiconv path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl port:enchant port:aspell port:aspell-dict-en} name kdelibs4 maintainers {illogic-al openmaintainer} long_description { Core libraries for KDE4 applications to function} categories {kde kde4} version 4.2.0 revision 0 +kdelibs4 1074 +variants {universal debug no_docs avahi hspell no_aspell no_soprano} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation} avahi {Use linux implementation of Bonjour} hspell {Hebrew spell checker support} no_aspell {Disable spell checking} no_soprano {Disable support for nepomuk semantic desktop}} portdir kde/kdelibs4 description {KDE4 core libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-mac port:phonon port:soprano port:cyrus-sasl2 port:strigi port:gettext port:bzip2 port:zlib port:flex port:pcre port:shared-mime-info port:jpeg port:libpng lib:libgif:giflib port:tiff port:jasper port:openexr port:expat port:libart_lgpl port:libidn port:libiconv path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl port:enchant port:aspell port:aspell-dict-en} name kdelibs4 maintainers {illogic-al openmaintainer} long_description {Core librari es for KDE4 applications to function} categories {kde kde4} version 4.2.0 revision 0 kdelibs4-devel 696 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdelibs4-devel description {KDE4 core libraries} homepage http://www.kde.org epoch 0 platforms darwin name kdelibs4-devel depends_lib {port:qt4-mac port:phonon-devel port:strigi port:gettext port:aspell port:enchant port:bzip2 port:zlib port:pcre port:shared-mime-info port:jpeg port:libpng lib:libgif:giflib port:tiff port:jasper port:openexr port:soprano port:openssl} maintainers {illogic-al openmaintainer} long_description {Core libraries for KDE4 applications to function} categories {kde kde4} version 4.1.96 revision 0 -kdemultimedia4 623 -variants {universal debug no_docs no_dragon} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation} no_dragon {Do not install dragon player}} portdir kde/kdemultimedia4 description {KDE4 multimedia applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:libvorbis port:kdebase4-runtime} name kdemultimedia4 maintainers {illogic-al openmaintainer} long_description {KDE applications for managing audio and video files.} categories {kde kde4} version 4.2.0 revision 1 +kdemultimedia4 611 +variants {universal debug no_docs no_dragon} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation} no_dragon {Do not install dragon player}} portdir kde/kdemultimedia4 description {KDE4 multimedia applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:libvorbis port:kdebase4-runtime} name kdemultimedia4 maintainers {illogic-al openmaintainer} long_description {KDE applications for managing audio and video files.} categories {kde kde4} version 4.2.0 revision 1 kdemultimedia4-devel 521 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdemultimedia4-devel description {KDE4 multimedia applications} homepage http://www.kde.org epoch 0 platforms darwin name kdemultimedia4-devel depends_lib {port:libvorbis port:kdebase4-devel} maintainers {illogic-al openmaintainer} long_description {KDE applications for managing audio and video files.} categories {kde kde4} version 4.1.96 revision 0 kdenetwork3 369 depends_build {port:autoconf port:unsermake} portdir kde/kdenetwork3 description {KDE network tools. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdenetwork3 depends_lib {port:kdebase3 port:openslp} maintainers nomaintainer long_description {{KDE network tools. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdenetwork4 575 -variants {universal debug no_docs no_kopete} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdenetwork4 description {KDE4 networking applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdebase4-runtime} name kdenetwork4 maintainers nomaintainer long_description {Networking applications such as an instant messenger and download manager} categories {kde kde4 network} version 4.2.0 revision 1 +kdenetwork4 563 +variants {universal debug no_docs no_kopete} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdenetwork4 description {KDE4 networking applications} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdebase4-runtime} name kdenetwork4 maintainers nomaintainer long_description {Networking applications such as an instant messenger and download manager} categories {kde kde4 network} version 4.2.0 revision 1 kdenetwork4-devel 538 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdenetwork4-devel description {KDE4 networking applications} homepage http://www.kde.org epoch 0 platforms darwin name kdenetwork4-devel depends_lib {port:kdebase4-devel port:qca} maintainers {illogic-al openmaintainer} long_description {Networking applications such as an instant messenger and download manager} categories {kde kde4 network} version 4.1.96 revision 0 kdepim3 541 variants universal depends_build {port:autoconf port:unsermake} variant_desc {universal {Build for multiple architectures}} portdir kde/kdepim3 description {KDE personal information management tools. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdepim3 depends_lib {port:gpgme port:kdeaccessibility3 port:kdebase3 port:libgpg-error port:opensync} maintainers nomaintainer long_description {{KDE personal information management tools. NB No KDE sound support.}} categories kde version 3.5.8 revision 0 -kdepim4 604 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdepim4 description {KDE4 groupware suite} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdebase4-runtime port:kdepimlibs4 port:qca} name kdepim4 maintainers {illogic-al openmaintainer} long_description {KDE4 groupware suite including a Mail client, addressbook, organizer and groupware integration.} categories {kde kde4} version 4.2.0 revision 0 +kdepim4 592 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdepim4 description {KDE4 groupware suite} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdebase4-runtime port:kdepimlibs4 port:qca} name kdepim4 maintainers {illogic-al openmaintainer} long_description {KDE4 groupware suite including a Mail client, addressbook, organizer and groupware integration.} categories {kde kde4} version 4.2.0 revision 0 kdepim4-devel 550 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdepim4-devel description {KDE4 groupware suite} homepage http://www.kde.org epoch 0 platforms darwin name kdepim4-devel depends_lib {port:kdebase4-devel port:kdepimlibs4-devel} maintainers {illogic-al openmaintainer} long_description {KDE4 groupware suite including a Mail client, addressbook, organizer and groupware integration.} categories {kde kde4} version 4.1.96 revision 0 -kdepimlibs4 622 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdepimlibs4 description {KDE4 core PIM libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:akonadi port:boost port:libical port:openldap port:gpgme} name kdepimlibs4 maintainers {illogic-al openmaintainer} long_description {Core libraries necessary for Personal Information Management (PIM) in KDE4} categories {kde kde4} version 4.2.0 revision 0 +kdepimlibs4 610 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdepimlibs4 description {KDE4 core PIM libraries} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:akonadi port:boost port:libical port:openldap port:gpgme} name kdepimlibs4 maintainers {illogic-al openmaintainer} long_description {Core libraries necessary for Personal Information Management (PIM) in KDE4} categories {kde kde4} version 4.2.0 revision 0 kdepimlibs4-devel 565 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdepimlibs4-devel description {KDE4 core PIM libraries} homepage http://www.kde.org epoch 0 platforms darwin name kdepimlibs4-devel depends_lib {port:kdelibs4-devel port:akonadi port:libical port:boost port:gpgme} maintainers {illogic-al openmaintainer} long_description {Core libraries necessary for Personal Information Management (PIM) in KDE4} categories {kde kde4} version 4.1.96 revision 0 kdesdk3 383 depends_build {port:autoconf port:unsermake} portdir kde/kdesdk3 description {KDE SDK. NB No KDE sound support. No SVN support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdesdk3 depends_lib {port:db46 port:kdebase3 port:kdepim3} maintainers nomaintainer long_description {{KDE SDK. NB No KDE sound support. No SVN support.}} version 3.5.8 categories kde revision 1 -kdesdk4 616 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdesdk4 description {Utilities to ease development with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime} name kdesdk4 maintainers nomaintainer long_description {Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.} categories {kde kde4} version 4.2.0 revision 0 +kdesdk4 604 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdesdk4 description {Utilities to ease development with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime} name kdesdk4 maintainers nomaintainer long_description {Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.} categories {kde kde4} version 4.2.0 revision 0 kdesdk4-devel 586 variants {universal debug} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries}} portdir kde/kdesdk4-devel description {Utilities to ease development with the KDE4 platform} homepage http://www.kde.org epoch 0 platforms darwin name kdesdk4-devel depends_lib {port:kdelibs4-devel port:kdebase4-devel} maintainers {illogic-al openmaintainer} long_description {Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.} categories {kde kde4} version 4.1.96 revision 0 kdetoys3 330 depends_build {port:autoconf port:unsermake} portdir kde/kdetoys3 description {KDE toys. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdetoys3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE toys. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdetoys4 496 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdetoys4 description {KDE's fun stuff} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime} name kdetoys4 maintainers nomaintainer long_description {{KDE's fun stuff}} categories {kde kde4} version 4.2.0 revision 0 +kdetoys4 484 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdetoys4 description {KDE's fun stuff} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime} name kdetoys4 maintainers nomaintainer long_description {{KDE's fun stuff}} categories {kde kde4} version 4.2.0 revision 0 kdeutils3 353 depends_build {port:autoconf port:unsermake} portdir kde/kdeutils3 description {KDE utilities. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdeutils3 depends_lib {port:gmp port:kdebase3} maintainers nomaintainer long_description {{KDE utilities. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 -kdeutils4 594 -variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Does not install documentation}} portdir kde/kdeutils4 description {Useful utilities provided by KDE4.} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime port:libzip port:gmp port:libarchive} name kdeutils4 maintainers nomaintainer long_description {Useful utilities like an archiving tool and a calculator.} categories {kde kde4} version 4.2.0 revision 0 +kdeutils4 582 +variants {universal debug no_docs} depends_build {port:cmake port:automoc} variant_desc {universal {Build for multiple architectures} debug {Enable debug binaries} no_docs {Omit documentation}} portdir kde/kdeutils4 description {Useful utilities provided by KDE4.} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:kdelibs4 port:kdebase4-runtime port:libzip port:gmp port:libarchive} name kdeutils4 maintainers nomaintainer long_description {Useful utilities like an archiving tool and a calculator.} categories {kde kde4} version 4.2.0 revision 0 kdewebdev3 368 depends_build {port:autoconf port:unsermake} portdir kde/kdewebdev3 description {KDE web development tools. NB No KDE sound support.} homepage http://www.kde.org/ epoch 0 platforms darwin name kdewebdev3 depends_lib port:kdebase3 maintainers nomaintainer long_description {{KDE web development tools. NB No KDE sound support.}} version 3.5.8 categories kde revision 0 kmymoney 754 -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Wed Feb 4 08:11:29 2009 From: raimue at macports.org (raimue at macports.org) Date: Wed, 4 Feb 2009 08:11:29 -0800 (PST) Subject: [46413] trunk/dports/www/lighttpd/Portfile Message-ID: <20090204161131.08B9AE6A314@beta.macosforge.org> Revision: 46413 http://trac.macports.org/changeset/46413 Author: raimue at macports.org Date: 2009-02-04 08:11:26 -0800 (Wed, 04 Feb 2009) Log Message: ----------- www/lighttpd: Update to version 1.4.20, closes #17664 (maintainer timeout) Modified Paths: -------------- trunk/dports/www/lighttpd/Portfile Modified: trunk/dports/www/lighttpd/Portfile =================================================================== --- trunk/dports/www/lighttpd/Portfile 2009-02-04 10:52:42 UTC (rev 46412) +++ trunk/dports/www/lighttpd/Portfile 2009-02-04 16:11:26 UTC (rev 46413) @@ -2,7 +2,7 @@ PortSystem 1.0 name lighttpd -version 1.4.19 +version 1.4.20 categories www maintainers pguyot at kallisys.net description A secure, fast, compliant and flexible web-server @@ -12,10 +12,9 @@ compared to other webservers and takes care of cpu-load. homepage http://www.lighttpd.net/ master_sites ${homepage}/download/ -checksums ${distname}.tar.gz \ - md5 cede410e7adee3ea14206749190a8b5d \ - sha1 79e2d61dd9017c3c50c0fe98b2289cae5c1255ee \ - rmd160 7dbe2a22051e18f4037b48ee4811e2c9738d20cf +checksums md5 7ce7eefb487682b61d9b06b41864c64a \ + sha1 61790c02d9e96c3cb23ffd3907f1caee64c475dd \ + rmd160 222e9c69b61467f9376768f92a5eee3add796020 depends_lib port:pcre \ port:zlib patchfiles patch-doc-lighttpd.conf -------------- next part -------------- An HTML attachment was scrubbed... URL: From stechert at macports.org Wed Feb 4 08:12:17 2009 From: stechert at macports.org (stechert at macports.org) Date: Wed, 4 Feb 2009 08:12:17 -0800 (PST) Subject: [46414] trunk/dports/sysutils/daemon Message-ID: <20090204161217.E43E4E6A398@beta.macosforge.org> Revision: 46414 http://trac.macports.org/changeset/46414 Author: stechert at macports.org Date: 2009-02-04 08:12:16 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Fixes #15425 - daemon-0.6.3 build failure Modified Paths: -------------- trunk/dports/sysutils/daemon/Portfile Added Paths: ----------- trunk/dports/sysutils/daemon/files/ trunk/dports/sysutils/daemon/files/patch-macros.mk Modified: trunk/dports/sysutils/daemon/Portfile =================================================================== --- trunk/dports/sysutils/daemon/Portfile 2009-02-04 16:11:26 UTC (rev 46413) +++ trunk/dports/sysutils/daemon/Portfile 2009-02-04 16:12:16 UTC (rev 46414) @@ -19,7 +19,12 @@ master_sites ${homepage}/download/ checksums md5 d2f3001b20bb035d55202f1945c0a0ee +patch.pre_args -p2 +patchfiles patch-macros.mk + configure.cmd ./config +configure.env-append _NO_POSIX_C_SOURCE=1 +build.env-append _NO_POSIX_C_SOURCE=1 test.run yes test.target check Added: trunk/dports/sysutils/daemon/files/patch-macros.mk =================================================================== --- trunk/dports/sysutils/daemon/files/patch-macros.mk (rev 0) +++ trunk/dports/sysutils/daemon/files/patch-macros.mk 2009-02-04 16:12:16 UTC (rev 46414) @@ -0,0 +1,22 @@ +diff -ruN work/daemon-0.6.3/libslack/macros.mk work/daemon-0.6.3-orig/libslack/macros.mk +--- work/daemon-0.6.3/libslack/macros.mk 2009-02-04 07:59:53.000000000 -0800 ++++ work/daemon-0.6.3-orig/libslack/macros.mk 2009-02-04 07:55:47.000000000 -0800 +@@ -27,6 +27,7 @@ + # SLACK_DEFINES += -DETC_DIR=\"/etc\" + # SLACK_DEFINES += -DROOT_PID_DIR=\"/var/run\" + # SLACK_DEFINES += -DUSER_PID_DIR=\"/tmp\" ++SLACK_DEFINES += -DNO_POSIX_C_SOURCE=1 + + # Uncomment this if your system doesn't have GNU getopt_long() + # +diff -ruN work/daemon-0.6.3/macros.mk work/daemon-0.6.3-orig/macros.mk +--- work/daemon-0.6.3/macros.mk 2009-02-04 07:59:53.000000000 -0800 ++++ work/daemon-0.6.3-orig/macros.mk 2009-02-04 07:55:47.000000000 -0800 +@@ -56,6 +56,7 @@ + DAEMON_DEFINES += -DHAVE_PTHREAD_RWLOCK=1 + # DAEMON_DEFINES += -DNO_POSIX_SOURCE=1 + # DAEMON_DEFINES += -DNO_XOPEN_SOURCE=1 ++DAEMON_DEFINES += -DNO_POSIX_C_SOURCE=1 + + DAEMON_TARGET := $(DAEMON_SRCDIR)/$(DAEMON_NAME) + DAEMON_MODULES := daemon -------------- next part -------------- An HTML attachment was scrubbed... URL: From stechert at macports.org Wed Feb 4 08:22:24 2009 From: stechert at macports.org (stechert at macports.org) Date: Wed, 4 Feb 2009 08:22:24 -0800 (PST) Subject: [46415] trunk/dports/sysutils/daemon/Portfile Message-ID: <20090204162224.7F9C1E6A4FA@beta.macosforge.org> Revision: 46415 http://trac.macports.org/changeset/46415 Author: stechert at macports.org Date: 2009-02-04 08:22:23 -0800 (Wed, 04 Feb 2009) Log Message: ----------- removing unnecessary env variables. Modified Paths: -------------- trunk/dports/sysutils/daemon/Portfile Modified: trunk/dports/sysutils/daemon/Portfile =================================================================== --- trunk/dports/sysutils/daemon/Portfile 2009-02-04 16:12:16 UTC (rev 46414) +++ trunk/dports/sysutils/daemon/Portfile 2009-02-04 16:22:23 UTC (rev 46415) @@ -23,8 +23,6 @@ patchfiles patch-macros.mk configure.cmd ./config -configure.env-append _NO_POSIX_C_SOURCE=1 -build.env-append _NO_POSIX_C_SOURCE=1 test.run yes test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 08:52:13 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 08:52:13 -0800 (PST) Subject: [46416] trunk/dports/PortIndex Message-ID: <20090204165215.3F55DE6B502@beta.macosforge.org> Revision: 46416 http://trac.macports.org/changeset/46416 Author: portindex at macports.org Date: 2009-02-04 08:52:11 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 16:22:23 UTC (rev 46415) +++ trunk/dports/PortIndex 2009-02-04 16:52:11 UTC (rev 46416) @@ -9993,7 +9993,7 @@ libwww 558 variants {expat universal} variant_desc {expat {builds against expat} universal {Build for multiple architectures}} portdir www/libwww description {The W3C WWW Reference Library} homepage http://w3.org/ epoch 0 platforms darwin name libwww depends_lib port:openssl maintainers nomaintainer long_description {Libwww is a general-purpose Web API written in C for Unix and Windows (Win32). With a highly extensible and layered API, it can accommodate many different types of applications including clients, robots, etc.} version 5.4.0 categories www revision 1 lighttpd 598 -variants {mysql4 mysql5 ssl cml davprops universal} variant_desc {universal {Build for multiple architectures}} portdir www/lighttpd description {A secure, fast, compliant and flexible web-server} homepage http://www.lighttpd.net/ epoch 0 name lighttpd depends_lib {port:pcre port:zlib} maintainers pguyot at kallisys.net long_description {lighttpd is a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load.} version 1.4.19 categories www revision 0 +variants {mysql4 mysql5 ssl cml davprops universal} variant_desc {universal {Build for multiple architectures}} portdir www/lighttpd description {A secure, fast, compliant and flexible web-server} homepage http://www.lighttpd.net/ epoch 0 name lighttpd depends_lib {port:pcre port:zlib} maintainers pguyot at kallisys.net long_description {lighttpd is a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load.} version 1.4.20 categories www revision 0 lighttpd-devel 687 variants {mysql4 mysql5 ssl cml davprops bzip2 attr universal} variant_desc {universal {Build for multiple architectures}} portdir www/lighttpd-devel description {A secure, fast, compliant and flexible web-server} homepage http://www.lighttpd.net/ epoch 0 name lighttpd-devel depends_lib {port:pcre port:zlib port:glib2 port:bzip2} maintainers pguyot at kallisys.net long_description {lighttpd is a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load. This is the 1.5.x pre-release version.} version 1.5.0-r1691 categories www revision 0 linkchecker 809 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Wed Feb 4 10:04:37 2009 From: devans at macports.org (devans at macports.org) Date: Wed, 4 Feb 2009 10:04:37 -0800 (PST) Subject: [46417] trunk/dports/python/py25-numarray/Portfile Message-ID: <20090204180437.B6D57E6CF4B@beta.macosforge.org> Revision: 46417 http://trac.macports.org/changeset/46417 Author: devans at macports.org Date: 2009-02-04 10:04:37 -0800 (Wed, 04 Feb 2009) Log Message: ----------- py25-numarray: fix livecheck, lint. Modified Paths: -------------- trunk/dports/python/py25-numarray/Portfile Modified: trunk/dports/python/py25-numarray/Portfile =================================================================== --- trunk/dports/python/py25-numarray/Portfile 2009-02-04 16:52:11 UTC (rev 46416) +++ trunk/dports/python/py25-numarray/Portfile 2009-02-04 18:04:37 UTC (rev 46417) @@ -27,7 +27,7 @@ build.env CC=/usr/bin/gcc-4.0 } -variant smp { +variant smp description {Enable smp} { build.args --smp destroot.args --smp } @@ -42,3 +42,4 @@ ${destroot}${prefix}/share/doc/${name}/examples } +livecheck.regex "Old Numarray (.*) released.*" -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Wed Feb 4 10:06:23 2009 From: jmr at macports.org (jmr at macports.org) Date: Wed, 4 Feb 2009 10:06:23 -0800 (PST) Subject: [46418] trunk/dports/devel/quilt/Portfile Message-ID: <20090204180624.086ADE6D10D@beta.macosforge.org> Revision: 46418 http://trac.macports.org/changeset/46418 Author: jmr at macports.org Date: 2009-02-04 10:06:23 -0800 (Wed, 04 Feb 2009) Log Message: ----------- quilt: update to 0.48 Modified Paths: -------------- trunk/dports/devel/quilt/Portfile Modified: trunk/dports/devel/quilt/Portfile =================================================================== --- trunk/dports/devel/quilt/Portfile 2009-02-04 18:04:37 UTC (rev 46417) +++ trunk/dports/devel/quilt/Portfile 2009-02-04 18:06:23 UTC (rev 46418) @@ -4,7 +4,7 @@ PortSystem 1.0 name quilt -version 0.47 +version 0.48 categories devel platforms darwin maintainers jmr openmaintainer @@ -17,9 +17,9 @@ homepage http://savannah.nongnu.org/projects/quilt/ master_sites http://savannah.nongnu.org/download/quilt/ -checksums md5 d33d2442bd34387260b1c1db3e623af0 \ - sha1 028dadd5ab60b1df12edd18af600e59fe0a83525 \ - rmd160 6b76400466b52da02ce067b3722244448fb431a8 +checksums md5 f77adda60039ffa753f3c584a286f12b \ + sha1 117e41d01a6ae2cbd6365b119e2b8891a20f0a16 \ + rmd160 0ac18f31409077f2ae0adfcd3049ab5647812be3 depends_lib port:gsed port:getopt port:coreutils -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Wed Feb 4 10:33:02 2009 From: devans at macports.org (devans at macports.org) Date: Wed, 4 Feb 2009 10:33:02 -0800 (PST) Subject: [46419] trunk/dports/python/py25-numarray/Portfile Message-ID: <20090204183302.C6E5EE6D6F4@beta.macosforge.org> Revision: 46419 http://trac.macports.org/changeset/46419 Author: devans at macports.org Date: 2009-02-04 10:33:01 -0800 (Wed, 04 Feb 2009) Log Message: ----------- py25-numarray: remove PortGroup provided --no-user-cfg from build and destroot commands as port chokes on it. Modified Paths: -------------- trunk/dports/python/py25-numarray/Portfile Modified: trunk/dports/python/py25-numarray/Portfile =================================================================== --- trunk/dports/python/py25-numarray/Portfile 2009-02-04 18:06:23 UTC (rev 46418) +++ trunk/dports/python/py25-numarray/Portfile 2009-02-04 18:33:01 UTC (rev 46419) @@ -21,8 +21,15 @@ distname numarray-${version} checksums sha1 17f6c4bb5f0d97e93923b8ca4f55fccc1ee985e9 +# +# py25-numarray does not understand setup.py --no-user-cfg from PortGroup +# + +build.cmd ${python.bin} setup.py build.args --gencode +destroot.cmd ${python.bin} setup.py + platform darwin 8 { build.env CC=/usr/bin/gcc-4.0 } -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Feb 4 10:47:25 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 4 Feb 2009 10:47:25 -0800 (PST) Subject: [46420] trunk/dports/x11/mesa/Portfile Message-ID: <20090204184725.31A66E6D8E8@beta.macosforge.org> Revision: 46420 http://trac.macports.org/changeset/46420 Author: jeremyhu at macports.org Date: 2009-02-04 10:47:24 -0800 (Wed, 04 Feb 2009) Log Message: ----------- mesa: Added support for libGL doing HW rendering enabled by default on Leopard and later (I haven't tested it on Tiger, so Tiger's using the old SW renderer by default). Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-02-04 18:33:01 UTC (rev 46419) +++ trunk/dports/x11/mesa/Portfile 2009-02-04 18:47:24 UTC (rev 46420) @@ -4,22 +4,30 @@ name mesa version 7.2 -revision 1 +revision 2 +set ASGLX_version 48 categories x11 graphics -maintainers jeremyhu andrea.damore +maintainers jeremyhu andrea.damore openmaintainer description Mesa 3D Graphics Library long_description Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics. homepage http://mesa3d.sourceforge.net/ -distfiles MesaLib-${version}.tar.bz2 +distfiles MesaLib-${version}.tar.bz2:mesa \ + AppleSGLX-${ASGLX_version}.tar.bz2:xq worksrcdir Mesa-${version} -platforms darwin +platforms macosx darwin use_bzip2 yes -master_sites sourceforge:mesa3d +master_sites sourceforge:mesa3d:mesa \ + http://xquartz.macosforge.org/downloads/src/:xq -checksums md5 04d379292e023df0b0266825cb0dbde5 \ - sha1 a6dce814cc56a562890ab79cf4e205f62459a29c \ - rmd160 1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832 +checksums MesaLib-7.2.tar.bz2 \ + md5 04d379292e023df0b0266825cb0dbde5 \ + sha1 a6dce814cc56a562890ab79cf4e205f62459a29c \ + rmd160 1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832 \ + AppleSGLX-48.tar.bz2 \ + md5 30e172ba7f4afd08131c3d79319297b7 \ + sha1 5acd07db348a37348022761321616ec2d431553b \ + rmd160 d629460f877aa0a748f7b60925ee13a9343a93cf patch.pre_args -p1 patchfiles \ @@ -48,6 +56,10 @@ build.args-append RC_ARCHS="${universal_archs}" } +if {${os.major} >= 9 && ! [variant_isset system_x11]} { + default_variants +hw_render +} + if {! [variant_isset system_x11]} { post-extract { if {! [file exists "${worksrcpath}/configs/current"]} { @@ -55,13 +67,23 @@ } } + # This next hunk supports building -system_x11 mesa on a system that is otherwise +system_x11 if {! [file exists ${prefix}/lib/libX11.dylib]} { build.args-append X11_DIR=${x11prefix} destroot.args-append X11_DIR=${x11prefix} } } -variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { +variant hw_render conflicts system_x11 description {Install a libGL.dylib that} { + post-build { + system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${build.cmd} ${build.args}" + } + post-destroot { + system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${destroot.cmd} ${destroot.target} ${destroot.destdir} ${destroot.args}" + } +} + +variant system_x11 conflicts hw_render description {Install a stub package to use the system X11 libraries rather than MacPorts} { build.args-append X11_DIR=${x11prefix} destroot.args-append X11_DIR=${x11prefix} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 10:52:19 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 10:52:19 -0800 (PST) Subject: [46421] trunk/dports/PortIndex Message-ID: <20090204185221.6F8EAE6DA72@beta.macosforge.org> Revision: 46421 http://trac.macports.org/changeset/46421 Author: portindex at macports.org Date: 2009-02-04 10:52:19 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 18:47:24 UTC (rev 46420) +++ trunk/dports/PortIndex 2009-02-04 18:52:19 UTC (rev 46421) @@ -1741,7 +1741,7 @@ qtsharp 518 variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/qtsharp description {Qt bindings for C#} homepage http://qtcsharp.sourceforge.net/ epoch 0 depends_run bin:cscc:pnet platforms darwin name qtsharp depends_lib {lib:libqt.3.3:qt3-mac lib:libqtc.1:qtc-qtsharp} maintainers nomaintainer long_description {A cross-platform GUI toolkit for Mono and Portable.Net which provides set of classes that bind any CIL language to the Qt toolkit.} categories devel version 0.7.1 revision 0 quilt 560 -variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/quilt description {patch management scripts} homepage http://savannah.nongnu.org/projects/quilt/ epoch 0 platforms darwin name quilt depends_lib {port:gsed port:getopt port:coreutils} maintainers {jmr openmaintainer} long_description {Patchwork Quilt is a set of scripts designed to allow you to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc.} version 0.47 categories devel revision 0 +variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/quilt description {patch management scripts} homepage http://savannah.nongnu.org/projects/quilt/ epoch 0 platforms darwin name quilt depends_lib {port:gsed port:getopt port:coreutils} maintainers {jmr openmaintainer} long_description {Patchwork Quilt is a set of scripts designed to allow you to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc.} version 0.48 categories devel revision 0 radlib 681 variants {mysql5 pgresql83 universal} variant_desc {mysql5 {Includes mySQL5 database support} pgresql83 {Includes PostgreSQL database support} universal {Build for multiple architectures}} portdir devel/radlib description {Rapid Application Development Library} homepage http://www.radlib.teel.ws/ epoch 0 platforms darwin name radlib maintainers mac.com:mbrooksclark long_description {radlib is a rapid application development library for unix multi-process applications. It uses SYS V IPC facilities and FIFOs to provide an RTOS-like, event-driven, distributed framework. Processes may be run as daemons or have a controlling terminal.} version 2.7.5 categories devel revision 0 rdesktop-devel 641 @@ -7892,8 +7892,8 @@ description {Natural Language Toolkit} portdir python/py25-nltk homepage http://nltk.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:py25-numpy port:py25-matplotlib} name py25-nltk maintainers users.sourceforge.net:stevenbird long_description {NLTK is Python modules for research and development in natural language processing} categories {python textproc} version 0.9.5 revision 0 py25-nose 617 description {A Python unittest extension.} portdir python/py25-nose homepage http://somethingaboutorange.com/mrl/projects/nose/ epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-nose maintainers {openmaintainer stechert akitada} long_description {A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.} categories {python www} version 0.10.4 revision 0 -py25-numarray 700 -variants {darwin_8 smp} variant_desc {darwin_8 {Platform variant, do not select manually}} portdir python/py25-numarray description {array manipulation and computational library for python} homepage http://www.stsci.edu/resources/software_hardware/numarray epoch 0 platforms darwin depends_lib port:python25 name py25-numarray maintainers nomaintainer long_description {Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code.} categories {python devel math} version 1.5.2 revision 0 +py25-numarray 717 +variants {darwin_8 smp} variant_desc {darwin_8 {Platform variant, do not select manually} smp {Enable smp}} portdir python/py25-numarray description {array manipulation and computational library for python} homepage http://www.stsci.edu/resources/software_hardware/numarray epoch 0 platforms darwin depends_lib port:python25 name py25-numarray maintainers nomaintainer long_description {Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code.} categories {python devel math} version 1.5.2 revision 0 py25-numeric 584 variants {darwin_7 macosx puredarwin} variant_desc {darwin_7 {Platform variant, do not select manually} macosx {Platform variant, do not select manually} puredarwin {Platform variant, do not select manually}} portdir python/py25-numeric description {fast numerical array language for python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-numeric maintainers nomaintainer long_description {Numerical Python adds a fast, compact, multidimensional array language facility to Python.} categories {python devel math} version 24.2 revision 1 py25-numpy 410 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Feb 4 11:08:37 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 4 Feb 2009 11:08:37 -0800 (PST) Subject: [46422] trunk/dports/x11/mesa Message-ID: <20090204190837.66AF5E6DE10@beta.macosforge.org> Revision: 46422 http://trac.macports.org/changeset/46422 Author: jeremyhu at macports.org Date: 2009-02-04 11:08:36 -0800 (Wed, 04 Feb 2009) Log Message: ----------- mesa: Fix a hard-coded instance of /usr/X11 in the Makefile to use X11_DIR Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Added Paths: ----------- trunk/dports/x11/mesa/files/asglx-x11dir.patch Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-02-04 18:52:19 UTC (rev 46421) +++ trunk/dports/x11/mesa/Portfile 2009-02-04 19:08:36 UTC (rev 46422) @@ -75,6 +75,9 @@ } variant hw_render conflicts system_x11 description {Install a libGL.dylib that} { + post-patch { + system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && patch -p0 < ${filespath}/asglx-x11dir.patch" + } post-build { system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${build.cmd} ${build.args}" } Added: trunk/dports/x11/mesa/files/asglx-x11dir.patch =================================================================== --- trunk/dports/x11/mesa/files/asglx-x11dir.patch (rev 0) +++ trunk/dports/x11/mesa/files/asglx-x11dir.patch 2009-02-04 19:08:36 UTC (rev 46422) @@ -0,0 +1,13 @@ +Index: Makefile +=================================================================== +--- Makefile (revision 89) ++++ Makefile (working copy) +@@ -69,7 +69,7 @@ + $(COMPILE) glxhash.c + + appledri.o: appledri.h appledristr.h appledri.c +- $(COMPILE) -I/usr/X11/include/X11 appledri.c ++ $(COMPILE) -I$(X11_DIR)/include/X11 appledri.c + + apple_glx_context.o: apple_glx_context.c apple_glx_context.h apple_glx_context.h + $(COMPILE) apple_glx_context.c -F/System/Library/Frameworks/OpenGL.framework -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Feb 4 11:19:52 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 4 Feb 2009 11:19:52 -0800 (PST) Subject: [46423] trunk/dports/x11/mesa Message-ID: <20090204191953.3531EE6E2A7@beta.macosforge.org> Revision: 46423 http://trac.macports.org/changeset/46423 Author: jeremyhu at macports.org Date: 2009-02-04 11:19:52 -0800 (Wed, 04 Feb 2009) Log Message: ----------- mesa: Another Tiger fix for hw_render -- Need to include for GLint and GLsizei Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Added Paths: ----------- trunk/dports/x11/mesa/files/asglx-tiger-types.patch Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-02-04 19:08:36 UTC (rev 46422) +++ trunk/dports/x11/mesa/Portfile 2009-02-04 19:19:52 UTC (rev 46423) @@ -76,7 +76,7 @@ variant hw_render conflicts system_x11 description {Install a libGL.dylib that} { post-patch { - system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && patch -p0 < ${filespath}/asglx-x11dir.patch" + system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && cat ${filespath}/asglx-*.patch | patch -p0" } post-build { system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${build.cmd} ${build.args}" Added: trunk/dports/x11/mesa/files/asglx-tiger-types.patch =================================================================== --- trunk/dports/x11/mesa/files/asglx-tiger-types.patch (rev 0) +++ trunk/dports/x11/mesa/files/asglx-tiger-types.patch 2009-02-04 19:19:52 UTC (rev 46423) @@ -0,0 +1,14 @@ +Index: apple_cgl.h +=================================================================== +--- apple_cgl.h (revision 96) ++++ apple_cgl.h (revision 97) +@@ -35,6 +35,9 @@ + #include + #include + ++/* For GLint and GLsizei on Tiger */ ++#include ++ + struct apple_cgl_api { + CGLError (*choose_pixel_format)(const CGLPixelFormatAttribute *attribs, + CGLPixelFormatObj *pix, GLint *npix); -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Feb 4 11:45:21 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 4 Feb 2009 11:45:21 -0800 (PST) Subject: [46424] trunk/dports/x11/xorg-server/files/tiger.indirect.patch Message-ID: <20090204194521.7475DE6E63C@beta.macosforge.org> Revision: 46424 http://trac.macports.org/changeset/46424 Author: jeremyhu at macports.org Date: 2009-02-04 11:45:21 -0800 (Wed, 04 Feb 2009) Log Message: ----------- xorg-server: Leopard has glBlitFramebufferEXT. Modified Paths: -------------- trunk/dports/x11/xorg-server/files/tiger.indirect.patch Modified: trunk/dports/x11/xorg-server/files/tiger.indirect.patch =================================================================== --- trunk/dports/x11/xorg-server/files/tiger.indirect.patch 2009-02-04 19:19:52 UTC (rev 46423) +++ trunk/dports/x11/xorg-server/files/tiger.indirect.patch 2009-02-04 19:45:21 UTC (rev 46424) @@ -28,7 +28,7 @@ SET_BlendEquationSeparateEXT(disp, glBlendEquationSeparateEXT); SET_BlendFunc(disp, glBlendFunc); SET_BlendFuncSeparateEXT(disp, glBlendFuncSeparateEXT); -+#if MAC_OS_X_VERSION_MIN_REQUIRED > 1050 ++#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 SET_BlitFramebufferEXT(disp, glBlitFramebufferEXT); +#endif SET_BufferDataARB(disp, glBufferDataARB); -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Wed Feb 4 11:51:37 2009 From: jmr at macports.org (jmr at macports.org) Date: Wed, 4 Feb 2009 11:51:37 -0800 (PST) Subject: [46425] trunk/dports/net/squid Message-ID: <20090204195137.C09B0E6E799@beta.macosforge.org> Revision: 46425 http://trac.macports.org/changeset/46425 Author: jmr at macports.org Date: 2009-02-04 11:51:37 -0800 (Wed, 04 Feb 2009) Log Message: ----------- squid: * update to 2.7.STABLE6 * use ed instead of patch to fix autoconf.h, so it works on all machines Modified Paths: -------------- trunk/dports/net/squid/Portfile Added Paths: ----------- trunk/dports/net/squid/files/include_autoconf.h.ed Removed Paths: ------------- trunk/dports/net/squid/files/patch-include_autoconf.h.diff Modified: trunk/dports/net/squid/Portfile =================================================================== --- trunk/dports/net/squid/Portfile 2009-02-04 19:45:21 UTC (rev 46424) +++ trunk/dports/net/squid/Portfile 2009-02-04 19:51:37 UTC (rev 46425) @@ -4,8 +4,7 @@ PortSystem 1.0 name squid -version 2.7.STABLE5 -revision 1 +version 2.7.STABLE6 set branch [join [lrange [split ${version} .] 0 1] .] categories net platforms darwin @@ -31,9 +30,9 @@ http://www.squid-cache.org/Versions/v2/${branch}/ \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ -checksums md5 5d495d285b3b951a5859c660463e9832 \ - sha1 fe187a291050a907b5cc51e21d6304abcb703c16 \ - rmd160 837ee1564be17f1f5c5d4d6c7e6855b305397221 +checksums md5 6de3a6a7a56a7ecae092f2d31a04f039 \ + sha1 b4b323be1ff3617a22070c243b2504f30d6b302d \ + rmd160 d804175b95c6b026abed505b086eeaa2c479d2e2 use_bzip2 yes patchfiles patch-cf.data.pre.diff @@ -54,8 +53,8 @@ --enable-removal-policies \ --enable-storeio=ufs,aufs,diskd,coss,null post-configure { - if {[variant_isset universal] && [lsearch -glob ${universal_archs} *64] != -1} { - system "cd ${worksrcpath} && patch -p0 < ${filespath}/patch-include_autoconf.h.diff && touch include/stamp-h1" + if {[variant_isset universal]} { + system "cd ${worksrcpath} && ed - ${worksrcpath}/include/autoconf.h < ${filespath}/include_autoconf.h.ed && touch include/stamp-h1" } } Added: trunk/dports/net/squid/files/include_autoconf.h.ed =================================================================== --- trunk/dports/net/squid/files/include_autoconf.h.ed (rev 0) +++ trunk/dports/net/squid/files/include_autoconf.h.ed 2009-02-04 19:51:37 UTC (rev 46425) @@ -0,0 +1,22 @@ +/#define SIZEOF_LONG/c +#ifdef __LP64__ +#define SIZEOF_LONG 8 +#else +#define SIZEOF_LONG 4 +#endif +. +/#define SIZEOF_SIZE_T/c +#ifdef __LP64__ +#define SIZEOF_SIZE_T 8 +#else +#define SIZEOF_SIZE_T 4 +#endif +. +/#define SIZEOF_VOID_P/c +#ifdef __LP64__ +#define SIZEOF_VOID_P 8 +#else +#define SIZEOF_VOID_P 4 +#endif +. +w Deleted: trunk/dports/net/squid/files/patch-include_autoconf.h.diff =================================================================== --- trunk/dports/net/squid/files/patch-include_autoconf.h.diff 2009-02-04 19:45:21 UTC (rev 46424) +++ trunk/dports/net/squid/files/patch-include_autoconf.h.diff 2009-02-04 19:51:37 UTC (rev 46425) @@ -1,38 +0,0 @@ ---- include/autoconf.h.orig 2009-01-13 02:20:42.000000000 +1100 -+++ include/autoconf.h 2009-01-13 02:35:32.000000000 +1100 -@@ -710,7 +710,11 @@ - #define SIZEOF_INT8_T 1 - - /* The size of `long', as computed by sizeof. */ -+#ifdef __LP64__ - #define SIZEOF_LONG 8 -+#else -+#define SIZEOF_LONG 4 -+#endif - - /* The size of `long long', as computed by sizeof. */ - #define SIZEOF_LONG_LONG 8 -@@ -722,7 +726,11 @@ - #define SIZEOF_SHORT 2 - - /* The size of `size_t', as computed by sizeof. */ -+#ifdef __LP64__ - #define SIZEOF_SIZE_T 8 -+#else -+#define SIZEOF_SIZE_T 4 -+#endif - - /* The size of `uint16_t', as computed by sizeof. */ - #define SIZEOF_UINT16_T 2 -@@ -749,7 +757,11 @@ - #define SIZEOF_U_INT8_T 1 - - /* The size of `void *', as computed by sizeof. */ -+#ifdef __LP64__ - #define SIZEOF_VOID_P 8 -+#else -+#define SIZEOF_VOID_P 4 -+#endif - - /* The size of `__int64', as computed by sizeof. */ - #define SIZEOF___INT64 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 11:52:29 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 11:52:29 -0800 (PST) Subject: [46426] trunk/dports/PortIndex Message-ID: <20090204195230.7E873E6E7DC@beta.macosforge.org> Revision: 46426 http://trac.macports.org/changeset/46426 Author: portindex at macports.org Date: 2009-02-04 11:52:29 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 19:51:37 UTC (rev 46425) +++ trunk/dports/PortIndex 2009-02-04 19:52:29 UTC (rev 46426) @@ -10454,8 +10454,8 @@ variants {macosx universal} depends_build port:pkgconfig variant_desc {macosx {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir x11/luit description {X.org luit} homepage http://www.x.org epoch 0 platforms darwin name luit depends_lib {port:xorg-libX11 port:xorg-libfontenc} maintainers jeremyhu long_description {Convert terminal i/o from legacy encodings to UTF-8} categories x11 version 1.0.3 revision 1 makedepend 754 variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir x11/makedepend description {Create dependencies in makefiles} homepage http://www.x.org/ epoch 0 platforms darwin name makedepend maintainers {blb openmaintainer} long_description {The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well.} version 1.0.1 categories {x11 devel} revision 0 -mesa 622 -variants {universal system_x11} depends_build {port:xorg-glproto bin:makedepend:makedepend} variant_desc {universal {Build for multiple architectures} system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts}} portdir x11/mesa description {Mesa 3D Graphics Library} homepage http://mesa3d.sourceforge.net/ epoch 0 platforms darwin name mesa depends_lib port:xorg-libXext maintainers {jeremyhu andrea.damore} long_description {Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.} categories {x11 graphics} version 7.2 revision 1 +mesa 695 +variants {universal hw_render system_x11} depends_build {port:xorg-glproto bin:makedepend:makedepend} variant_desc {universal {Build for multiple architectures} hw_render {Install a libGL.dylib that} system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts}} portdir x11/mesa description {Mesa 3D Graphics Library} homepage http://mesa3d.sourceforge.net/ epoch 0 platforms {macosx darwin} name mesa depends_lib port:xorg-libXext maintainers {jeremyhu andrea.damore openmaintainer} long_description {Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.} categories {x11 graphics} version 7.2 revision 2 mikachanfont 590 portdir x11/mikachanfont description {Mikachan-font is Japanese font written by Mikachan} name mikachanfont depends_lib bin:mkfontdir:mkfontdir version 8.9 categories {x11 fonts} homepage http://www001.upp.so-net.ne.jp/mikachan/ revision 0 epoch 0 maintainers pelopor at nifty.com long_description {Mikachan-font is Japanese font. It was written by Mikachan,and scaned and used font making software. It is possible to display Hiragana, Katakana, Numbers, Alphabets, symbols, Kanji for education, Usual kanji, Kanji of person's name, JIS kanji Level 1, JIS kanji Level 2, IBM expantion kanji.} mkfontdir 351 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Feb 4 11:54:25 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 4 Feb 2009 11:54:25 -0800 (PST) Subject: [46427] trunk/dports/x11/mesa Message-ID: <20090204195425.62A2CE6E881@beta.macosforge.org> Revision: 46427 http://trac.macports.org/changeset/46427 Author: jeremyhu at macports.org Date: 2009-02-04 11:54:24 -0800 (Wed, 04 Feb 2009) Log Message: ----------- mesa: More buildfixes for Tiger +hw_render. libGL builds, but it's not usable due to missing symbols Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Added Paths: ----------- trunk/dports/x11/mesa/files/include/ trunk/dports/x11/mesa/files/include/Xplugin.h Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-02-04 19:52:29 UTC (rev 46426) +++ trunk/dports/x11/mesa/Portfile 2009-02-04 19:54:24 UTC (rev 46427) @@ -54,13 +54,19 @@ set universal_archs {i386 ppc} } build.args-append RC_ARCHS="${universal_archs}" + build.args-append RC_CFLAGS="${configure.universal_cflags}" } -if {${os.major} >= 9 && ! [variant_isset system_x11]} { - default_variants +hw_render +if { ![file exists /usr/include/Xplugin.h] } { + # Xplugin.h is missing on Tiger + configure.cppflags-append -I${filespath}/include } if {! [variant_isset system_x11]} { + if {${os.major} >= 9} { + default_variants +hw_render + } + post-extract { if {! [file exists "${worksrcpath}/configs/current"]} { ln -s darwin ${worksrcpath}/configs/current @@ -75,12 +81,19 @@ } variant hw_render conflicts system_x11 description {Install a libGL.dylib that} { + if {${os.major} < 9} { + ui_error "+hw_render does not currently work on versions before OSX 10.5" + error "+hw_render does not currently work on versions before OSX 10.5" + } + post-patch { system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && cat ${filespath}/asglx-*.patch | patch -p0" } + post-build { - system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${build.cmd} ${build.args}" + system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${build.cmd} libGL.1.2.dylib ${build.args} LDFLAGS='-L\$(X11_DIR)/lib -Wl,-single_module' INCLUDE='-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -Igl ${configure.cppflags}'" } + post-destroot { system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${destroot.cmd} ${destroot.target} ${destroot.destdir} ${destroot.args}" } Added: trunk/dports/x11/mesa/files/include/Xplugin.h =================================================================== --- trunk/dports/x11/mesa/files/include/Xplugin.h (rev 0) +++ trunk/dports/x11/mesa/files/include/Xplugin.h 2009-02-04 19:54:24 UTC (rev 46427) @@ -0,0 +1,592 @@ +/* Xplugin.h -- windowing API for rootless X11 server + $Id: Xplugin.h,v 1.4 2003-03-03 23:30:53 jharper Exp $ + + Copyright (c) 2002 Apple Computer, Inc. All rights reserved. + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT + HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name(s) of the above + copyright holders shall not be used in advertising or otherwise to + promote the sale, use or other dealings in this Software without + prior written authorization. + + Note that these interfaces are provided solely for the use of the + X11 server. Any other uses are unsupported and strongly discouraged. */ + +#ifndef XPLUGIN_H +#define XPLUGIN_H 1 + +#define XPLUGIN_VERSION 0 + +#include + +/* By default we use the X server definition of BoxRec to define xp_box, + so that the compiler can silently convert between the two. But if + XP_NO_X_HEADERS is defined, we'll define it ourselves. */ + +#ifndef XP_NO_X_HEADERS +# include "miscstruct.h" + typedef BoxRec xp_box; +#else + struct xp_box_struct { + short x1, y1, x2, y2; + }; + typedef struct xp_box_struct xp_box; +#endif + +typedef unsigned int xp_resource_id; +typedef xp_resource_id xp_window_id; +typedef xp_resource_id xp_surface_id; +typedef unsigned int xp_client_id; +typedef unsigned int xp_request_type; +typedef int xp_error; +typedef int xp_bool; + +/* Error codes that the functions declared here may return. They all + numerically match their X equivalents, i.e. the XP_ can be dropped + if has been included. */ + +enum xp_error_enum { + XP_Success = 0, + XP_BadRequest = 1, + XP_BadValue = 2, + XP_BadWindow = 3, + XP_BadMatch = 8, + XP_BadAccess = 10, + XP_BadImplementation = 17, +}; + + +/* Event types generated by the plugin. */ + +enum xp_event_type_enum { + /* The global display configuration changed somehow. */ + XP_EVENT_DISPLAY_CHANGED = 1 << 0, + + /* A window changed state. Argument is xp_window_state_event */ + XP_EVENT_WINDOW_STATE_CHANGED = 1 << 1, + + /* An async request encountered an error. Argument is of type + xp_async_error_event */ + XP_EVENT_ASYNC_ERROR = 1 << 2, + + /* Sent when a surface is destroyed as a side effect of destroying + a window. Arg is of type xp_surface_id. */ + XP_EVENT_SURFACE_DESTROYED = 1 << 3, + + /* Sent when any GL contexts pointing at the given surface need to + call xp_update_gl_context () to refresh their state (because the + window moved or was resized. Arg is of type xp_surface_id. */ + XP_EVENT_SURFACE_CHANGED = 1 << 4, + + /* Sent when a window has been moved. Arg is of type xp_window_id. */ + XP_EVENT_WINDOW_MOVED = 1 << 5, +}; + +/* Function type used to receive events. */ + +typedef void (xp_event_fun) (unsigned int type, const void *arg, + unsigned int arg_size, void *user_data); + + +/* Operation types. Used when reporting errors asynchronously. */ + +enum xp_request_type_enum { + XP_REQUEST_NIL = 0, + XP_REQUEST_DESTROY_WINDOW = 1, + XP_REQUEST_CONFIGURE_WINDOW = 2, + XP_REQUEST_FLUSH_WINDOW = 3, + XP_REQUEST_COPY_WINDOW = 4, + XP_REQUEST_UNLOCK_WINDOW = 5, + XP_REQUEST_DISABLE_UPDATE = 6, + XP_REQUEST_REENABLE_UPDATE = 7, + XP_REQUEST_HIDE_CURSOR = 8, + XP_REQUEST_SHOW_CURSOR = 9, + XP_REQUEST_FRAME_DRAW = 10, +}; + +/* Structure used to report an error asynchronously. Passed as the "arg" + of an XP_EVENT_ASYNC_ERROR event. */ + +struct xp_async_error_event_struct { + xp_request_type request_type; + xp_resource_id id; + xp_error error; +}; + +typedef struct xp_async_error_event_struct xp_async_error_event; + + +/* Possible window states. */ + +enum xp_window_state_enum { + /* The window is not in the global list of possibly-visible windows. */ + XP_WINDOW_STATE_OFFSCREEN = 1 << 0, + + /* Parts of the window may be obscured by other windows. */ + XP_WINDOW_STATE_OBSCURED = 1 << 1, +}; + +/* Structure passed as argument of an XP_EVENT_WINDOW_STATE_CHANGED event. */ + +struct xp_window_state_event_struct { + xp_window_id id; + unsigned int state; +}; + +typedef struct xp_window_state_event_struct xp_window_state_event; + + +/* Function type used to supply a colormap for indexed drawables. */ + +typedef xp_error (xp_colormap_fun) (void *data, int first_color, + int n_colors, uint32_t *colors); + + +/* Window attributes structure. Used when creating and configuring windows. + Also used when configuring surfaces attached to windows. Functions that + take one of these structures also take a bit mask defining which + fields are set to meaningful values. */ + +enum xp_window_changes_enum { + XP_ORIGIN = 1 << 0, + XP_SIZE = 1 << 1, + XP_BOUNDS = XP_ORIGIN | XP_SIZE, + XP_SHAPE = 1 << 2, + XP_STACKING = 1 << 3, + XP_DEPTH = 1 << 4, + XP_COLORMAP = 1 << 5, + XP_WINDOW_LEVEL = 1 << 6, +}; + +struct xp_window_changes_struct { + /* XP_ORIGIN */ + int x, y; + + /* XP_SIZE */ + unsigned int width, height; + int bit_gravity; /* how to resize the backing store */ + + /* XP_SHAPE */ + int shape_nrects; /* -1 = remove shape */ + xp_box *shape_rects; + int shape_tx, shape_ty; /* translation for shape */ + + /* XP_STACKING */ + int stack_mode; + xp_window_id sibling; /* may be zero; in ABOVE/BELOW modes + it may specify a relative window */ + /* XP_DEPTH, window-only */ + unsigned int depth; + + /* XP_COLORMAP, window-only */ + xp_colormap_fun *colormap; + void *colormap_data; + + /* XP_WINDOW_LEVEL, window-only */ + int window_level; +}; + +typedef struct xp_window_changes_struct xp_window_changes; + +/* Values for bit_gravity field */ + +enum xp_bit_gravity_enum { + XP_GRAVITY_NONE = 0, /* no gravity, fill everything */ + XP_GRAVITY_NORTH_WEST = 1, /* anchor to top-left corner */ + XP_GRAVITY_NORTH_EAST = 2, /* anchor to top-right corner */ + XP_GRAVITY_SOUTH_EAST = 3, /* anchor to bottom-right corner */ + XP_GRAVITY_SOUTH_WEST = 4, /* anchor to bottom-left corner */ +}; + +/* Values for stack_mode field */ + +enum xp_window_stack_mode_enum { + XP_UNMAPPED = 0, /* remove the window */ + XP_MAPPED_ABOVE = 1, /* display the window on top */ + XP_MAPPED_BELOW = 2, /* display the window at bottom */ +}; + +/* Data formats for depth field and composite functions */ + +enum xp_depth_enum { + XP_DEPTH_NIL = 0, /* null source when compositing */ + XP_DEPTH_ARGB8888, + XP_DEPTH_RGB555, + XP_DEPTH_A8, /* for masks when compositing */ + XP_DEPTH_INDEX8, +}; + +/* Options that may be passed to the xp_init () function. */ + +enum xp_init_options_enum { + /* Don't mark that this process can be in the foreground. */ + XP_IN_BACKGROUND = 1 << 0, + + /* Deliver background pointer events to this process. */ + XP_BACKGROUND_EVENTS = 1 << 1, +}; + + + +/* Miscellaneous functions */ + +/* Initialize the plugin library. Only the copy/fill/composite functions + may be called without having previously called xp_init () */ + +extern xp_error xp_init (unsigned int options); + +/* Sets the current set of requested notifications to MASK. When any of + these arrive, CALLBACK will be invoked with CALLBACK-DATA. Note that + calling this function cancels any previously requested notifications + that aren't set in MASK. */ + +extern xp_error xp_select_events (unsigned int mask, + xp_event_fun *callback, + void *callback_data); + +/* Waits for all initiated operations to complete. */ + +extern xp_error xp_synchronize (void); + +/* Causes any display update initiated through the plugin libary to be + queued until update is reenabled. Note that calls to these functions + nest. */ + +extern xp_error xp_disable_update (void); +extern xp_error xp_reenable_update (void); + + + +/* Cursor functions. */ + +/* Installs the specified cursor. ARGB-DATA should point to 32-bit + premultiplied big-endian ARGB data. The HOT-X,HOT-Y parameters + specify the offset to the cursor's hot spot from its top-left + corner. */ + +extern xp_error xp_set_cursor (unsigned int width, unsigned int height, + unsigned int hot_x, unsigned int hot_y, + const uint32_t *argb_data, + unsigned int rowbytes); + +/* Hide and show the cursor if it's owned by the current process. Calls + to these functions nest. */ + +extern xp_error xp_hide_cursor (void); +extern xp_error xp_show_cursor (void); + + + +/* Window functions. */ + +/* Create a new window as defined by MASK and VALUES. MASK must contain + XP_BOUNDS or an error is raised. The id of the newly created window + is stored in *RET-ID if this function returns XP_Success. */ + +extern xp_error xp_create_window (unsigned int mask, + const xp_window_changes *values, + xp_window_id *ret_id); + +/* Destroys the window identified by ID. */ + +extern xp_error xp_destroy_window (xp_window_id id); + +/* Reconfigures the given window according to MASK and VALUES. */ + +extern xp_error xp_configure_window (xp_window_id id, unsigned int mask, + const xp_window_changes *values); + + +/* Returns true if NATIVE-ID is a window created by the plugin library. + If so and RET-ID is non-null, stores the id of the window in *RET-ID. */ + +extern xp_bool xp_lookup_native_window (unsigned int native_id, + xp_window_id *ret_id); + +/* If ID names a window created by the plugin library, stores it's native + window id in *RET-NATIVE-ID. */ + +extern xp_error xp_get_native_window (xp_window_id id, + unsigned int *ret_native_id); + + +/* Locks the rectangle IN-RECT (or, if null, the entire window) of the + given window's backing store. Any other non-null parameters are filled + in as follows: + + DEPTH = format of returned data. Currently either XP_DEPTH_ARGB8888 + or XP_DEPTH_RGB565 (possibly with 8 bit planar alpha). Data is + always stored in native byte order. + + BITS[0] = pointer to top-left pixel of locked color data + BITS[1] = pointer to top-left of locked alpha data, or null if window + has no alpha. If the alpha data is meshed, then BITS[1] = BITS[0]. + + ROWBYTES[0,1] = size in bytes of each row of color,alpha data + + OUT-RECT = rectangle specifying the current position and size of the + locked region relative to the window origin. + + Note that an error is raised when trying to lock an already locked + window. While the window is locked, the only operations that may + be performed on it are to modify, access or flush its marked region. */ + +extern xp_error xp_lock_window (xp_window_id id, + const xp_box *in_rect, + unsigned int *depth, + void *bits[2], + unsigned int rowbytes[2], + xp_box *out_rect); + +/* Mark that the region specified by SHAPE-NRECTS, SHAPE-RECTS, + SHAPE-TX, and SHAPE-TY in the specified window has been updated, and + will need to subsequently be redisplayed. */ + +extern xp_error xp_mark_window (xp_window_id id, int shape_nrects, + const xp_box *shape_rects, + int shape_tx, int shape_ty); + +/* Unlocks the specified window. If FLUSH is true, then any marked + regions are immediately redisplayed. Note that it's an error to + unlock an already unlocked window. */ + +extern xp_error xp_unlock_window (xp_window_id id, xp_bool flush); + +/* If anything is marked in the given window for redisplay, do it now. */ + +extern xp_error xp_flush_window (xp_window_id id); + +/* Moves the contents of the region DX,DY pixels away from that specified + by DST_RECTS and DST_NRECTS in the window with SRC-ID to the + destination region in the window DST-ID. Note that currently source + and destination windows must be the same. */ + +extern xp_error xp_copy_window (xp_window_id src_id, xp_window_id dst_id, + int dst_nrects, const xp_box *dst_rects, + int dx, int dy); + +/* Returns true if the given window has any regions marked for + redisplay. */ + +extern xp_bool xp_is_window_marked (xp_window_id id); + +/* If successful returns a superset of the region marked for update in + the given window. Use xp_free_region () to release the returned data. */ + +extern xp_error xp_get_marked_shape (xp_window_id id, + int *ret_nrects, xp_box **ret_rects); + +extern void xp_free_shape (int nrects, xp_box *rects); + +/* Searches for the first window below ABOVE-ID containing the point X,Y, + and returns it's window id in *RET-ID. If no window is found, *RET-ID + is set to zero. If ABOVE-ID is zero, finds the topmost window + containing the given point. */ + +extern xp_error xp_find_window (int x, int y, xp_window_id above_id, + xp_window_id *ret_id); + +/* Returns the current origin and size of the window ID in *BOUNDS-RET if + successful. */ +extern xp_error xp_get_window_bounds (xp_window_id id, xp_box *bounds_ret); + + + +/* Window surface functions. */ + +/* Create a new VRAM surface on the specified window. If successful, + returns the identifier of the new surface in *RET-SID. */ + +extern xp_error xp_create_surface (xp_window_id id, xp_surface_id *ret_sid); + +/* Destroys the specified surface. */ + +extern xp_error xp_destroy_surface (xp_surface_id sid); + +/* Reconfigures the specified surface as defined by MASK and VALUES. + Note that specifying XP_DEPTH is an error. */ + +extern xp_error xp_configure_surface (xp_surface_id sid, unsigned int mask, + const xp_window_changes *values); + +/* If successful, places the client identifier of the current process + in *RET-CLIENT. */ + +extern xp_error xp_get_client_id (xp_client_id *ret_client); + +/* Given a valid window,surface combination created by the current + process, attempts to allow the specified external client access + to that surface. If successful, returns two integers in RET-KEY + which the client can use to import the surface into their process. */ + +extern xp_error xp_export_surface (xp_window_id wid, xp_surface_id sid, + xp_client_id client, + unsigned int ret_key[2]); + +/* Given a two integer key returned from xp_export_surface (), tries + to import the surface into the current process. If successful the + local surface identifier is stored in *SID-RET. */ + +extern xp_error xp_import_surface (const unsigned int key[2], + xp_surface_id *sid_ret); + +/* If successful, stores the number of surfaces attached to the + specified window in *RET. */ + +extern xp_error xp_get_window_surface_count (xp_window_id id, + unsigned int *ret); + +/* Attaches the CGLContextObj CGL-CTX to the specified surface. */ + +extern xp_error xp_attach_gl_context (void *cgl_ctx, xp_surface_id sid); + +/* Updates the CGLContextObj CGL-CTX to reflect any recent changes to + the surface it's attached to. */ + +extern xp_error xp_update_gl_context (void *cgl_ctx); + + + +/* Window frame functions. */ + +/* Possible arguments to xp_frame_get_rect (). */ + +enum xp_frame_rect_enum { + XP_FRAME_RECT_TITLEBAR = 1, + XP_FRAME_RECT_TRACKING = 2, + XP_FRAME_RECT_GROWBOX = 3, +}; + +/* Classes of window frame. */ + +enum xp_frame_class_enum { + XP_FRAME_CLASS_DOCUMENT = 1 << 0, + XP_FRAME_CLASS_DIALOG = 1 << 1, + XP_FRAME_CLASS_MODAL_DIALOG = 1 << 2, + XP_FRAME_CLASS_SYSTEM_MODAL_DIALOG = 1 << 3, + XP_FRAME_CLASS_UTILITY = 1 << 4, + XP_FRAME_CLASS_TOOLBAR = 1 << 5, + XP_FRAME_CLASS_MENU = 1 << 6, + XP_FRAME_CLASS_SPLASH = 1 << 7, + XP_FRAME_CLASS_BORDERLESS = 1 << 8, +}; + +/* Attributes of window frames. */ + +enum xp_frame_attr_enum { + XP_FRAME_ACTIVE = 0x0001, + XP_FRAME_URGENT = 0x0002, + XP_FRAME_TITLE = 0x0004, + XP_FRAME_PRELIGHT = 0x0008, + XP_FRAME_SHADED = 0x0010, + XP_FRAME_CLOSE_BOX = 0x0100, + XP_FRAME_COLLAPSE = 0x0200, + XP_FRAME_ZOOM = 0x0400, + XP_FRAME_ANY_BUTTON = 0x0700, + XP_FRAME_CLOSE_BOX_CLICKED = 0x0800, + XP_FRAME_COLLAPSE_BOX_CLICKED = 0x1000, + XP_FRAME_ZOOM_BOX_CLICKED = 0x2000, + XP_FRAME_ANY_CLICKED = 0x3800, + XP_FRAME_GROW_BOX = 0x4000, +}; + +#define XP_FRAME_ATTR_IS_SET(a,b) (((a) & (b)) == (b)) +#define XP_FRAME_ATTR_IS_CLICKED(a,m) ((a) & ((m) << 3)) +#define XP_FRAME_ATTR_SET_CLICKED(a,m) ((a) |= ((m) << 3)) +#define XP_FRAME_ATTR_UNSET_CLICKED(a,m) ((a) &= ~((m) << 3)) + +#define XP_FRAME_POINTER_ATTRS (XP_FRAME_PRELIGHT \ + | XP_FRAME_ANY_BUTTON \ + | XP_FRAME_ANY_CLICKED) + +extern xp_error xp_frame_get_rect (int type, int class, const xp_box *outer, + const xp_box *inner, xp_box *ret); +extern xp_error xp_frame_hit_test (int class, int x, int y, + const xp_box *outer, + const xp_box *inner, int *ret); +extern xp_error xp_frame_draw (xp_window_id wid, int class, unsigned int attr, + const xp_box *outer, const xp_box *inner, + unsigned int title_len, + const unsigned char *title_bytes); + + +/* Memory manipulation functions. */ + +enum xp_composite_op_enum { + XP_COMPOSITE_SRC = 0, + XP_COMPOSITE_OVER, +}; + +#define XP_COMPOSITE_FUNCTION(op, src_depth, mask_depth, dest_depth) \ + (((op) << 24) | ((src_depth) << 16) \ + | ((mask_depth) << 8) | ((dest_depth) << 0)) + +#define XP_COMPOSITE_FUNCTION_OP(f) (((f) >> 24) & 255) +#define XP_COMPOSITE_FUNCTION_SRC_DEPTH(f) (((f) >> 16) & 255) +#define XP_COMPOSITE_FUNCTION_MASK_DEPTH(f) (((f) >> 8) & 255) +#define XP_COMPOSITE_FUNCTION_DEST_DEPTH(f) (((f) >> 0) & 255) + +/* Composite WIDTH by HEIGHT pixels from source and mask to destination + using a specified function (if source and destination overlap, + undefined behavior results). + + For SRC and DEST, the first element of the array is the color data. If + the second element is non-null it implies that there is alpha data + (which may be meshed or planar). Data without alpha is assumed to be + opaque. + + Passing a null SRC-ROWBYTES pointer implies that the data SRC points + to is a single element. + + Operations that are not supported will return XP_BadImplementation. */ + +extern xp_error xp_composite_pixels (unsigned int width, unsigned int height, + unsigned int function, + void *src[2], unsigned int src_rowbytes[2], + void *mask, unsigned int mask_rowbytes, + void *dest[2], unsigned int dest_rowbytes[2]); + +/* Fill HEIGHT rows of data starting at DST. Each row will have WIDTH + bytes filled with the 32-bit pattern VALUE. Each row is DST-ROWBYTES + wide in total. */ + +extern void xp_fill_bytes (unsigned int width, + unsigned int height, uint32_t value, + void *dst, unsigned int dst_rowbytes); + +/* Copy HEIGHT rows of bytes from SRC to DST. Each row will have WIDTH + bytes copied. SRC and DST may overlap, and the right thing will happen. */ + +extern void xp_copy_bytes (unsigned int width, unsigned int height, + const void *src, unsigned int src_rowbytes, + void *dst, unsigned int dst_rowbytes); + +/* Suggestions for the minimum number of bytes or pixels for which it + makes sense to use some of the xp_ functions */ + +extern unsigned int xp_fill_bytes_threshold, xp_copy_bytes_threshold, + xp_composite_area_threshold, xp_scroll_area_threshold; + +/* Set the state for disabled hotkeys */ +xp_error xp_disable_hot_keys(xp_bool state); + +#endif /* XPLUGIN_H */ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 12:52:29 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 12:52:29 -0800 (PST) Subject: [46428] trunk/dports/PortIndex Message-ID: <20090204205230.EC255E6FBC4@beta.macosforge.org> Revision: 46428 http://trac.macports.org/changeset/46428 Author: portindex at macports.org Date: 2009-02-04 12:52:29 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 19:54:24 UTC (rev 46427) +++ trunk/dports/PortIndex 2009-02-04 20:52:29 UTC (rev 46428) @@ -5363,7 +5363,7 @@ splat 534 description {Splat: Scalable Periodic LDAP Attribute Transmogrifier} portdir net/splat homepage http://dpw.threerings.net/projects/splat/ epoch 0 platforms darwin depends_lib {port:py-ldap port:py-twisted port:py-zconfig} name splat maintainers landonf at macports.org long_description {Splat is a daemon designed to help keep information in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory.} categories net version 1.0 revision 0 squid 836 -variants {darwin_9 universal} variant_desc {darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir net/squid description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid depends_lib {port:openssl port:zlib} maintainers {jmr openmaintainer} long_description {Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.} version 2.7.STABLE5 categories net revision 1 +variants {darwin_9 universal} variant_desc {darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir net/squid description {advanced proxy caching server for http, https, ftp, gopher} homepage http://www.squid-cache.org/ epoch 0 platforms darwin name squid depends_lib {port:openssl port:zlib} maintainers {jmr openmaintainer} long_description {Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.} version 2.7.STABLE6 categories net revision 0 ssldump 846 variants {darwin universal} variant_desc {darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir net/ssldump description {SSLv3/TLS network protocol analyzer.} homepage http://www.rtfm.com/ssldump/ epoch 0 platforms darwin name ssldump depends_lib {port:libtool port:libpcap port:openssl lib:libz:zlib} maintainers pguyot at kallisys.net long_description {ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.} version 0.9b3 categories net revision 1 suck 661 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Wed Feb 4 14:08:12 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Wed, 4 Feb 2009 14:08:12 -0800 (PST) Subject: [46429] trunk/dports/x11/qt4-x11/Portfile Message-ID: <20090204220813.1F362E7067F@beta.macosforge.org> Revision: 46429 http://trac.macports.org/changeset/46429 Author: mcalhoun at macports.org Date: 2009-02-04 14:08:12 -0800 (Wed, 04 Feb 2009) Log Message: ----------- qt4-x11: Add dependencies on port:pkgconfig and port:mesa. Modified Paths: -------------- trunk/dports/x11/qt4-x11/Portfile Modified: trunk/dports/x11/qt4-x11/Portfile =================================================================== --- trunk/dports/x11/qt4-x11/Portfile 2009-02-04 20:52:29 UTC (rev 46428) +++ trunk/dports/x11/qt4-x11/Portfile 2009-02-04 22:08:12 UTC (rev 46429) @@ -23,9 +23,8 @@ sha1 a883e913e69a418e3cfcfecefe4f82c4e091c4bd \ rmd160 49de53663a86785f88236bdeca6db8ee96a37db8 +depends_build port:pkgconfig -# Add this dependency once libGLU is available in MacPorts -# lib:libGLU.1:mesa3d \ depends_lib \ port:zlib \ port:giflib \ @@ -42,10 +41,11 @@ port:openssl \ port:fontconfig \ port:gettext \ - port:xrender \ - port:xorg-libsm \ - port:xorg-libXi \ - port:xorg-libXrandr \ + port:xrender \ + port:xorg-libsm \ + port:xorg-libXi \ + port:xorg-libXrandr \ + port:mesa \ port:gstreamer \ port:gst-plugins-base \ port:sqlite3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Wed Feb 4 14:11:31 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Wed, 4 Feb 2009 14:11:31 -0800 (PST) Subject: [46430] trunk/dports/x11/qt4-x11/Portfile Message-ID: <20090204221132.4769BE707C2@beta.macosforge.org> Revision: 46430 http://trac.macports.org/changeset/46430 Author: mcalhoun at macports.org Date: 2009-02-04 14:11:31 -0800 (Wed, 04 Feb 2009) Log Message: ----------- qt4-x11: Since configure.cc and configure.cxx are defined earlier in MacPorts 1.7, use reinplace to ensure correct compilers are used. Modified Paths: -------------- trunk/dports/x11/qt4-x11/Portfile Modified: trunk/dports/x11/qt4-x11/Portfile =================================================================== --- trunk/dports/x11/qt4-x11/Portfile 2009-02-04 22:08:12 UTC (rev 46429) +++ trunk/dports/x11/qt4-x11/Portfile 2009-02-04 22:11:31 UTC (rev 46430) @@ -58,9 +58,6 @@ # or else some generated Makefiles will not seem them configure.cppflags configure.ldflags -# ensure that MacPorts compilers are used -configure.cmd \ - /usr/bin/sed -ibak -e \"s|= cc\\\$|= \${CC}|g\" -e \"s|= c++\\\$|= \${CXX}|g\" ${worksrcpath}/mkspecs/darwin-g++/qmake.conf && ${configure.cmd} configure.env-append \ OPENSOURCE_CXXFLAGS=-D__USE_WS_X11__ @@ -133,6 +130,10 @@ "s|install_name\$\${LITERAL_WHITESPACE}|install_name\$\${LITERAL_WHITESPACE}\$\$\[QT_INSTALL_LIBS\]/|g" \ ${worksrcpath}/mkspecs/darwin-g++/qmake.conf + # ensure that MacPorts compilers are used + reinplace "s| cc\$| ${configure.cc}|" ${worksrcpath}/mkspecs/darwin-g++/qmake.conf + reinplace "s| c++\$| ${configure.cxx}|" ${worksrcpath}/mkspecs/darwin-g++/qmake.conf + # Q_OS_MAC, Q_OS_MACX, and Q_OS_DARWIN is set for all Mac systems. # Q_WS_MAC is NOT set for the X11 version of QT. # It is not clear why so many of these had to be changed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Wed Feb 4 14:15:25 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Wed, 4 Feb 2009 14:15:25 -0800 (PST) Subject: [46431] trunk/dports/x11/qt4-x11 Message-ID: <20090204221525.E5040E708D3@beta.macosforge.org> Revision: 46431 http://trac.macports.org/changeset/46431 Author: mcalhoun at macports.org Date: 2009-02-04 14:15:24 -0800 (Wed, 04 Feb 2009) Log Message: ----------- qt4-x11: Fix linking of dbus and openssl libraries. Remove fix for Leopard OpenGL since it has been fixed in XCode for a while. Install necessary files for qt4_select. Modified Paths: -------------- trunk/dports/x11/qt4-x11/Portfile Added Paths: ----------- trunk/dports/x11/qt4-x11/files/qt4-x11 Modified: trunk/dports/x11/qt4-x11/Portfile =================================================================== --- trunk/dports/x11/qt4-x11/Portfile 2009-02-04 22:11:31 UTC (rev 46430) +++ trunk/dports/x11/qt4-x11/Portfile 2009-02-04 22:15:24 UTC (rev 46431) @@ -5,7 +5,7 @@ name qt4-x11 version 4.4.3 -revision 1 +revision 2 categories x11 maintainers mcalhoun homepage http://www.trolltech.com/ @@ -66,7 +66,12 @@ # -I${prefix}/include should be set in ${configure.args}, but # we instead patch -isystem ${prefix}/include into the configure -# script to avoid conflicts with other ports (e.g. PCRE). +# script to avoid conflicts with other ports (e.g. iconv). +# See http://trac.macports.org/ticket/16862 +# +# -dbus-linked prevends qt4 from trying to dynamically load libdbus-1, +# which it is not able to find in ${prefix} +# -openssl-linked ensures that the MacPorts openssl is used configure.args \ -v \ -confirm-license \ @@ -75,6 +80,8 @@ -examplesdir ${prefix}/share/${name}/examples \ -demosdir ${prefix}/share/${name}/demos \ -system-sqlite \ + -openssl-linked \ + -dbus-linked \ -I${prefix}/include/mysql5/mysql \ -I${prefix}/include/postgresql83 \ -L${prefix}/lib \ @@ -103,17 +110,6 @@ depends_build-append port:cups-headers } -platform darwin 9 { - post-patch { - # See http://trac.macports.org/wiki/LeopardProblems - set dylibFile \ - /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib - reinplace -E \ - "s|^(QMAKE_LFLAGS\[ \t\]*=\[ \t\]*)|\\1 -Wl,-dylib_file,${dylibFile}:${dylibFile}|g" \ - ${worksrcpath}/mkspecs/darwin-g++/qmake.conf - } -} - post-patch { reinplace -E "s|^I_FLAGS=\$|I_FLAGS=-isystem${prefix}/include|" \ ${worksrcpath}/configure @@ -254,6 +250,8 @@ foreach bin [glob ${destroot}${prefix}/bin/*] { file rename ${bin} ${bin}-x11 } + # qtconfig is not installed by qt4-mac + file rename ${destroot}${prefix}/bin/qtconfig-x11 ${destroot}${prefix}/bin/qtconfig # Fix the .pc and .prl files by removing ${destroot} foreach fixfile [glob -nocomplain -directory ${destroot} ${qt_dir}/lib/pkgconfig/*.pc ${qt_dir}/lib/*.prl ${prefix}/share/${name}/demos/shared/*.prl] { @@ -262,10 +260,9 @@ ${fixfile} } - # move pkgconfig dir to another directory to avoid conflict with qt4-mac - # pkg-config should still find it, but qt4-mac will take precedence - xinstall -m 755 -d ${destroot}${prefix}/share/ - move ${destroot}${qt_dir}/lib/pkgconfig ${destroot}${prefix}/share/ + # install select file for qt4_select + xinstall -m 755 -d ${destroot}${prefix}/etc/select/qt4 + xinstall -m 644 ${filespath}/${name} ${destroot}${prefix}/etc/select/qt4/ } variant webkit description {Use WebKit as html rendering engine in Assistant} { Added: trunk/dports/x11/qt4-x11/files/qt4-x11 =================================================================== --- trunk/dports/x11/qt4-x11/files/qt4-x11 (rev 0) +++ trunk/dports/x11/qt4-x11/files/qt4-x11 2009-02-04 22:15:24 UTC (rev 46431) @@ -0,0 +1,42 @@ +libexec/qt4-x11/bin/assistant +libexec/qt4-x11/bin/assistant_adp +libexec/qt4-x11/bin/designer +libexec/qt4-x11/bin/linguist +libexec/qt4-x11/bin/lrelease +libexec/qt4-x11/bin/lupdate +libexec/qt4-x11/bin/moc +libexec/qt4-x11/bin/pixeltool +libexec/qt4-x11/bin/qcollectiongenerator +libexec/qt4-x11/bin/qdbus +libexec/qt4-x11/bin/qdbuscpp2xml +libexec/qt4-x11/bin/qdbusviewer +libexec/qt4-x11/bin/qdbusxml2cpp +libexec/qt4-x11/bin/qhelpconverter +libexec/qt4-x11/bin/qhelpgenerator +libexec/qt4-x11/bin/qmake +libexec/qt4-x11/bin/qt3to4 +libexec/qt4-x11/bin/qtdemo +libexec/qt4-x11/bin/rcc +libexec/qt4-x11/bin/uic +libexec/qt4-x11/bin/uic3 +libexec/qt4-x11/bin/xmlpatterns +libexec/qt4-x11/lib/pkgconfig/Qt3Support.pc +libexec/qt4-x11/lib/pkgconfig/QtAssistant.pc +libexec/qt4-x11/lib/pkgconfig/QtCLucene.pc +libexec/qt4-x11/lib/pkgconfig/QtCore.pc +libexec/qt4-x11/lib/pkgconfig/QtDBus.pc +libexec/qt4-x11/lib/pkgconfig/QtDesigner.pc +libexec/qt4-x11/lib/pkgconfig/QtDesignerComponents.pc +libexec/qt4-x11/lib/pkgconfig/QtGui.pc +libexec/qt4-x11/lib/pkgconfig/QtHelp.pc +libexec/qt4-x11/lib/pkgconfig/QtNetwork.pc +libexec/qt4-x11/lib/pkgconfig/QtOpenGL.pc +libexec/qt4-x11/lib/pkgconfig/QtScript.pc +libexec/qt4-x11/lib/pkgconfig/QtSql.pc +libexec/qt4-x11/lib/pkgconfig/QtSvg.pc +libexec/qt4-x11/lib/pkgconfig/QtTest.pc +libexec/qt4-x11/lib/pkgconfig/QtUiTools.pc +libexec/qt4-x11/lib/pkgconfig/QtWebKit.pc +libexec/qt4-x11/lib/pkgconfig/QtXml.pc +libexec/qt4-x11/lib/pkgconfig/QtXmlPatterns.pc +libexec/qt4-x11/lib/pkgconfig/phonon.pc -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Wed Feb 4 14:16:48 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Wed, 4 Feb 2009 14:16:48 -0800 (PST) Subject: [46432] trunk/dports/x11/qt4-x11/files Message-ID: <20090204221648.4E2C6E7091E@beta.macosforge.org> Revision: 46432 http://trac.macports.org/changeset/46432 Author: mcalhoun at macports.org Date: 2009-02-04 14:16:47 -0800 (Wed, 04 Feb 2009) Log Message: ----------- qt4-x11: Remove patch file which are no longer used. Removed Paths: ------------- trunk/dports/x11/qt4-x11/files/patch-configure.diff trunk/dports/x11/qt4-x11/files/patch-q3process_unix.cpp.diff trunk/dports/x11/qt4-x11/files/patch-qlibrary_unix.cpp.diff trunk/dports/x11/qt4-x11/files/patch-qprocess_unix.cpp.diff Deleted: trunk/dports/x11/qt4-x11/files/patch-configure.diff =================================================================== --- trunk/dports/x11/qt4-x11/files/patch-configure.diff 2009-02-04 22:15:24 UTC (rev 46431) +++ trunk/dports/x11/qt4-x11/files/patch-configure.diff 2009-02-04 22:16:47 UTC (rev 46432) @@ -1,10 +0,0 @@ ---- configure.old 2008-09-27 04:58:41.000000000 -0400 -+++ configure 2008-10-23 00:02:20.000000000 -0400 -@@ -3917,6 +3917,7 @@ - if [ '!' -z "$D_FLAGS" ]; then - for DEF in $D_FLAGS; do - EXTRA_CFLAGS="$EXTRA_CFLAGS \"-D${DEF}\"" -+ EXTRA_CXXFLAGS="$EXTRA_CFLAGS \"-D${DEF}\"" - done - fi - QMAKE_BIN_DIR="$QT_INSTALL_BINS" Deleted: trunk/dports/x11/qt4-x11/files/patch-q3process_unix.cpp.diff =================================================================== --- trunk/dports/x11/qt4-x11/files/patch-q3process_unix.cpp.diff 2009-02-04 22:15:24 UTC (rev 46431) +++ trunk/dports/x11/qt4-x11/files/patch-q3process_unix.cpp.diff 2009-02-04 22:16:47 UTC (rev 46432) @@ -1,29 +0,0 @@ ---- src/qt3support/other/q3process_unix.cpp.orig 2008-05-16 09:28:53.000000000 -0600 -+++ src/qt3support/other/q3process_unix.cpp 2008-05-16 09:30:10.000000000 -0600 -@@ -772,7 +772,7 @@ - #endif - i++; - } --#ifdef Q_OS_MACX -+#ifdef Q_WS_MAC - if(i) { - Q3CString arg_bundle = arglistQ[0]; - QFileInfo fi(QString::fromUtf8(arg_bundle.constData())); -@@ -869,7 +869,7 @@ - QStringList pathList = QStringList::split( QLatin1Char(':'), QString::fromLocal8Bit(getenv( "PATH" )) ); - for (QStringList::Iterator it = pathList.begin(); it != pathList.end(); ++it ) { - QString dir = *it; --#if defined(Q_OS_MACX) //look in a bundle -+#if defined(Q_WS_MAC) //look in a bundle - if(!QFile::exists(dir + QLatin1Char('/') + command) && QFile::exists(dir + QLatin1Char('/') + command + QLatin1String(".app"))) - dir += QLatin1Char('/') + command + QLatin1String(".app/Contents/MacOS"); - #endif -@@ -879,7 +879,7 @@ - QFileInfo fileInfo( dir + "/" + command ); - #endif - if ( fileInfo.isExecutable() ) { --#if defined(Q_OS_MACX) -+#if defined(Q_WS_MAC) - arglistQ[0] = fileInfo.absFilePath().local8Bit(); - #else - arglistQ[0] = fileInfo.filePath().local8Bit(); Deleted: trunk/dports/x11/qt4-x11/files/patch-qlibrary_unix.cpp.diff =================================================================== --- trunk/dports/x11/qt4-x11/files/patch-qlibrary_unix.cpp.diff 2009-02-04 22:15:24 UTC (rev 46431) +++ trunk/dports/x11/qt4-x11/files/patch-qlibrary_unix.cpp.diff 2009-02-04 22:16:47 UTC (rev 46432) @@ -1,49 +0,0 @@ ---- src/corelib/plugin/qlibrary_unix.cpp.orig 2008-05-12 07:19:29.000000000 -0600 -+++ src/corelib/plugin/qlibrary_unix.cpp 2008-05-12 07:22:48.000000000 -0600 -@@ -50,7 +50,7 @@ - - #ifndef QT_NO_LIBRARY - --#ifdef Q_OS_MAC -+#ifdef Q_WS_MAC - # include - #endif - -@@ -163,8 +163,9 @@ - if (!fullVersion.isEmpty()) { - suffixes << QString::fromLatin1(".%1.bundle").arg(fullVersion); - suffixes << QString::fromLatin1(".%1.dylib").arg(fullVersion); -+ suffixes << QString::fromLatin1(".%1.so").arg(fullVersion); - } else { -- suffixes << QLatin1String(".bundle") << QLatin1String(".dylib"); -+ suffixes << QLatin1String(".bundle") << QLatin1String(".dylib") << QLatin1String(".so"); - } - #endif - } -@@ -179,7 +180,7 @@ - } - #if !defined(Q_OS_CYGWIN) - else { --#if defined(Q_OS_MAC) -+#if defined(Q_WS_MAC) - if (QSysInfo::MacintoshVersion >= QSysInfo::MV_10_4) - #endif - dlFlags |= RTLD_LOCAL; -@@ -218,7 +219,7 @@ - } - } - --#ifdef Q_OS_MAC -+#ifdef Q_WS_MAC - if (!pHnd) { - if (CFBundleRef bundle = CFBundleGetBundleWithIdentifier(QCFString(fileName))) { - QCFType url = CFBundleCopyExecutableURL(bundle); -@@ -248,7 +249,7 @@ - return true; - } - --#ifdef Q_OS_MAC -+#ifdef Q_WS_MAC - Q_CORE_EXPORT void *qt_mac_resolve_sys(void *handle, const char *symbol) - { - return dlsym(handle, symbol); Deleted: trunk/dports/x11/qt4-x11/files/patch-qprocess_unix.cpp.diff =================================================================== --- trunk/dports/x11/qt4-x11/files/patch-qprocess_unix.cpp.diff 2009-02-04 22:15:24 UTC (rev 46431) +++ trunk/dports/x11/qt4-x11/files/patch-qprocess_unix.cpp.diff 2009-02-04 22:16:47 UTC (rev 46432) @@ -1,20 +0,0 @@ ---- src/corelib/io/qprocess_unix.cpp.orig 2008-05-12 04:40:17.000000000 -0600 -+++ src/corelib/io/qprocess_unix.cpp 2008-05-12 04:42:36.000000000 -0600 -@@ -87,7 +87,7 @@ - #include "qprocess.h" - #include "qprocess_p.h" - --#ifdef Q_OS_MAC -+#ifdef Q_WS_MAC - #include - #endif - -@@ -621,7 +621,7 @@ - - // Encode the program name. - QByteArray encodedProgramName = QFile::encodeName(program); --#ifdef Q_OS_MAC -+#ifdef Q_WS_MAC - // allow invoking of .app bundles on the Mac. - QFileInfo fileInfo(QString::fromUtf8(encodedProgramName.constData())); - if (encodedProgramName.endsWith(".app") && fileInfo.isDir()) { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 14:52:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 14:52:25 -0800 (PST) Subject: [46433] trunk/dports/PortIndex Message-ID: <20090204225227.A59DEE710BA@beta.macosforge.org> Revision: 46433 http://trac.macports.org/changeset/46433 Author: portindex at macports.org Date: 2009-02-04 14:52:25 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 22:16:47 UTC (rev 46432) +++ trunk/dports/PortIndex 2009-02-04 22:52:25 UTC (rev 46433) @@ -10496,8 +10496,8 @@ variants {extra html libsexy sourceview spell universal} variant_desc {universal {Build for multiple architectures}} portdir x11/php5-gtk description {PHP-GTK: Gtk+ bindings for PHP 5.} homepage http://gtk.php.net/ epoch 0 platforms {darwin freebsd} name php5-gtk depends_lib {port:glib2 port:gtk2 port:php5 port:libglade2} maintainers anant at kix.in long_description {PHP-GTK is a Gtk+ bindings for the PHP 5 scripting language, allowing you to build rich, cross-platform desktop applications using PHP.} version 2.0.1 categories {x11 lang php www} revision 0 qt3 672 variants {darwin_9 darwin_8 darwin_7 darwin_6 mysql odbc psql} variant_desc {darwin_9 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_6 {Platform variant, do not select manually}} portdir x11/qt3 description {Qt Tool Kit} homepage http://www.trolltech.com/products/qt/index.html epoch 0 platforms darwin name qt3 depends_lib {lib:libGL.1:mesa port:jpeg port:libpng path:bin/perl:perl5 port:Xft2 port:xrender port:zlib} maintainers nomaintainer long_description {Qt 3 is a multiplatform C++ application development framework.} version 3.3.8 categories x11 revision 4 -qt4-x11 493 -variants {darwin_7 darwin_9 webkit} variant_desc {darwin_7 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} webkit {Use WebKit as html rendering engine in Assistant}} portdir x11/qt4-x11 description {Qt Tool Kit} homepage http://www.trolltech.com/ epoch 0 platforms darwin name qt4-x11 maintainers mcalhoun long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications.} version 4.4.3 categories x11 revision 1 +qt4-x11 813 +variants {darwin_7 webkit} depends_build port:pkgconfig variant_desc {darwin_7 {Platform variant, do not select manually} webkit {Use WebKit as html rendering engine in Assistant}} portdir x11/qt4-x11 description {Qt Tool Kit} homepage http://www.trolltech.com/ epoch 0 platforms darwin name qt4-x11 depends_lib {port:zlib port:giflib port:tiff port:libpng port:libmng port:jpeg port:libiconv path:lib/pkgconfig/glib-2.0.pc:glib2 port:dbus port:unixODBC port:mysql5 port:postgresql83 port:openssl port:fontconfig port:gettext port:xrender port:xorg-libsm port:xorg-libXi port:xorg-libXrandr port:mesa port:gstreamer port:gst-plugins-base port:sqlite3} maintainers mcalhoun long_description {This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications.} categories x11 version 4.4.3 revision 2 ratpoison 954 variants universal variant_desc {universal {Build for multiple architectures}} portdir x11/ratpoison description {Ratpoison is a simple Window Manager} homepage http://www.nongnu.org/ratpoison/ epoch 0 platforms darwin name ratpoison depends_lib {port:xorg-libXinerama port:xorg-libXtst} maintainers pmq long_description {Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market. The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate. All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples Emacs and other quality pieces of software.} version 1.4.3 categories {x11 x11-wm} revision 1 rep-gtk 538 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 15:22:58 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 15:22:58 -0800 (PST) Subject: [46434] trunk/dports/textproc/libxml2/Portfile Message-ID: <20090204232258.A72D7E714BA@beta.macosforge.org> Revision: 46434 http://trac.macports.org/changeset/46434 Author: blb at macports.org Date: 2009-02-04 15:22:57 -0800 (Wed, 04 Feb 2009) Log Message: ----------- textproc/libxml2 - version update to 2.7.3, remove pre-MacPorts-1.7 workarounds; ticket #18360 Modified Paths: -------------- trunk/dports/textproc/libxml2/Portfile Modified: trunk/dports/textproc/libxml2/Portfile =================================================================== --- trunk/dports/textproc/libxml2/Portfile 2009-02-04 22:52:25 UTC (rev 46433) +++ trunk/dports/textproc/libxml2/Portfile 2009-02-04 23:22:57 UTC (rev 46434) @@ -3,8 +3,7 @@ PortSystem 1.0 name libxml2 -version 2.7.2 -revision 2 +version 2.7.3 categories textproc description gnome xml library platforms darwin @@ -18,9 +17,9 @@ ${homepage}sources/ \ ftp://xmlsoft.org/${name}/ -checksums md5 dc43ff7ae6aded45f578c87b7b0c8766 \ - sha1 750b2bcd4ee3bf8595baf97e1881f1a57b1ef363 \ - rmd160 2b14531007a705679c7814618dc15baed62bc574 +checksums md5 8f4fda3969237c2a33bdb1583b5d06b2 \ + sha1 fd4e427fb55c977876bc74c0e552ef7d3d794a07 \ + rmd160 14018347531fd135366cee9fd9d760a1988546e2 depends_lib port:libiconv port:zlib @@ -41,11 +40,6 @@ use_parallel_build yes destroot.keepdirs ${destroot}${prefix}/etc/xml -pre-destroot { - # Work around parallel build issue with MacPorts 1.6.0. - # Remove when MacPorts 1.7.0 is released. - xinstall -d ${destroot}${prefix}/include/libxml2/libxml -} post-destroot { xinstall -m 755 -d ${destroot}${prefix}/etc/xml } @@ -64,22 +58,6 @@ Though the library is written in C, a variety of language bindings make it \ available in other environments. -# These can be removed when MacPorts 1.7 is released -platform darwin 7 { - configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3 - build.env-append MACOSX_DEPLOYMENT_TARGET=10.3 -} - -platform darwin 8 { - configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 - build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 -} - -platform darwin 9 { - configure.env-append MACOSX_DEPLOYMENT_TARGET=10.5 - build.env-append MACOSX_DEPLOYMENT_TARGET=10.5 -} - livecheck.check regex livecheck.url ${homepage}news.html livecheck.regex {

(\d+(?:\.\d+)*): .*

} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 15:52:08 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 15:52:08 -0800 (PST) Subject: [46435] trunk/dports/PortIndex Message-ID: <20090204235209.E5814E71888@beta.macosforge.org> Revision: 46435 http://trac.macports.org/changeset/46435 Author: portindex at macports.org Date: 2009-02-04 15:52:08 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5525 Ports successfully parsed: 5525 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-04 23:22:57 UTC (rev 46434) +++ trunk/dports/PortIndex 2009-02-04 23:52:08 UTC (rev 46435) @@ -9676,8 +9676,8 @@ variants {with_doxygen universal} depends_build port:pkgconfig variant_desc {with_doxygen {Build documentation with doxygen} universal {Build for multiple architectures}} portdir textproc/libwpd description {A general purpose library for reading WordPerfect files.} homepage http://libwpd.sourceforge.net/ epoch 0 platforms darwin name libwpd depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libgsf port:libxml2} long_description {{A general purpose library for reading WordPerfect files.}} maintainers {devans openmaintainer} categories textproc version 0.8.14 revision 0 libxml 813 variants {darwin universal} depends_build port:libtool variant_desc {darwin {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir textproc/libxml description {XML parsing library} homepage http://xmlsoft.org/ epoch 0 platforms darwin name libxml depends_lib port:pkgconfig maintainers nomaintainer long_description {Libxml is the XML C library developed for the Gnome project. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra markup information enclosed between angle brackets. HTML is the most well-known markup language. Though the library is written in C a variety of language bindings make it available in other environments.} categories textproc version 1.8.17 revision 0 -libxml2 784 -variants {debug darwin_7 darwin_8 darwin_9 universal} variant_desc {debug {Enable debug build} darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir textproc/libxml2 description {gnome xml library} homepage http://xmlsoft.org/ epoch 0 platforms darwin name libxml2 depends_lib {port:libiconv port:zlib} long_description {Libxml is the XML C library developed for the Gnome project. XML itself is a metalanguage to design markup languages. Though the library is written in C, a variety of language bindings make it available in other environments.} maintainers cedric.luthi at gmail.com version 2.7.2 categories textproc revision 2 +libxml2 601 +variants {debug universal} variant_desc {debug {Enable debug build} universal {Build for multiple architectures}} portdir textproc/libxml2 description {gnome xml library} homepage http://xmlsoft.org/ epoch 0 platforms darwin name libxml2 depends_lib {port:libiconv port:zlib} long_description {Libxml is the XML C library developed for the Gnome project. XML itself is a metalanguage to design markup languages. Though the library is written in C, a variety of language bindings make it available in other environments.} maintainers cedric.luthi at gmail.com version 2.7.3 categories textproc revision 0 libxmldiff 510 variants universal variant_desc {universal {Build for multiple architectures}} portdir textproc/libxmldiff description {libxmldiff aims at providing efficient diff on XML files} homepage http://people.via.ecp.fr/~remi/soft/xml/libxmldiff/libxmldiff_en.php3 epoch 0 platforms darwin name libxmldiff depends_lib {port:libxml2 port:libxslt port:libiconv port:zlib} maintainers nomaintainer long_description {{libxmldiff aims at providing efficient diff on XML files}} version 0.2.5 categories textproc revision 0 libxmlxx 602 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:07:27 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:07:27 -0800 (PST) Subject: [46436] trunk/dports/perl/p5-crypt-openssl-rsa/Portfile Message-ID: <20090205000727.84150E71C39@beta.macosforge.org> Revision: 46436 http://trac.macports.org/changeset/46436 Author: blb at macports.org Date: 2009-02-04 16:07:27 -0800 (Wed, 04 Feb 2009) Log Message: ----------- perl/p5-crypt-openssl-rsa - whitespace changes (prep for ticket #18365) Modified Paths: -------------- trunk/dports/perl/p5-crypt-openssl-rsa/Portfile Modified: trunk/dports/perl/p5-crypt-openssl-rsa/Portfile =================================================================== --- trunk/dports/perl/p5-crypt-openssl-rsa/Portfile 2009-02-04 23:52:08 UTC (rev 46435) +++ trunk/dports/perl/p5-crypt-openssl-rsa/Portfile 2009-02-05 00:07:27 UTC (rev 46436) @@ -1,17 +1,17 @@ # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup Crypt-OpenSSL-RSA 0.25 -revision 1 -maintainers nomaintainer -description RSA encoding and decoding, using the openSSL libraries -long_description Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's \ - pseudo-random number generator. +perl5.setup Crypt-OpenSSL-RSA 0.25 +revision 1 +maintainers nomaintainer +description RSA encoding and decoding, using the openSSL libraries +long_description Crypt::OpenSSL::RSA provides for decryption, \ + signatures, and signature verification.a -platforms darwin -checksums md5 fdf19c9093f47cffb851ae937d053c14 +platforms darwin +checksums md5 fdf19c9093f47cffb851ae937d053c14 -depends_lib-append port:p5-crypt-openssl-random +depends_lib-append port:p5-crypt-openssl-random -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:08:52 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:08:52 -0800 (PST) Subject: [46437] trunk/dports/perl/p5-crypt-openssl-rsa/Portfile Message-ID: <20090205000852.68F21E71CB1@beta.macosforge.org> Revision: 46437 http://trac.macports.org/changeset/46437 Author: blb at macports.org Date: 2009-02-04 16:08:51 -0800 (Wed, 04 Feb 2009) Log Message: ----------- perl/p5-crypt-openssl-rsa - improve dependencies, new maintainer; ticket #18365 Modified Paths: -------------- trunk/dports/perl/p5-crypt-openssl-rsa/Portfile Modified: trunk/dports/perl/p5-crypt-openssl-rsa/Portfile =================================================================== --- trunk/dports/perl/p5-crypt-openssl-rsa/Portfile 2009-02-05 00:07:27 UTC (rev 46436) +++ trunk/dports/perl/p5-crypt-openssl-rsa/Portfile 2009-02-05 00:08:51 UTC (rev 46437) @@ -4,14 +4,18 @@ PortGroup perl5 1.0 perl5.setup Crypt-OpenSSL-RSA 0.25 -revision 1 -maintainers nomaintainer +categories-append security +revision 2 +maintainers yahoo.com:compconsultant description RSA encoding and decoding, using the openSSL libraries long_description Crypt::OpenSSL::RSA provides for decryption, \ signatures, and signature verification.a +homepage http://search.cpan.org/~iroberts/${distname} platforms darwin -checksums md5 fdf19c9093f47cffb851ae937d053c14 +checksums md5 fdf19c9093f47cffb851ae937d053c14 \ + sha1 41597bfc06aa8f816d9d4e4f0dc28405ebe9c407 \ + rmd160 c7df8425238fc8d62db217b68ef9441a430dbda1 -depends_lib-append port:p5-crypt-openssl-random - +depends_lib-append port:p5-crypt-openssl-random \ + port:p5-crypt-openssl-bignum -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:13:07 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:13:07 -0800 (PST) Subject: [46438] trunk/dports/perl Message-ID: <20090205001307.6D2ECE71DDA@beta.macosforge.org> Revision: 46438 http://trac.macports.org/changeset/46438 Author: blb at macports.org Date: 2009-02-04 16:13:07 -0800 (Wed, 04 Feb 2009) Log Message: ----------- New port - perl/p5-ip-country, Fast lookup of country codes from IP addresses; ticket #18366 Added Paths: ----------- trunk/dports/perl/p5-ip-country/ trunk/dports/perl/p5-ip-country/Portfile Added: trunk/dports/perl/p5-ip-country/Portfile =================================================================== --- trunk/dports/perl/p5-ip-country/Portfile (rev 0) +++ trunk/dports/perl/p5-ip-country/Portfile 2009-02-05 00:13:07 UTC (rev 46438) @@ -0,0 +1,18 @@ +#$Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup IP-Country 2.26 +categories-append net +maintainers yahoo.com:compconsultant +description Fast lookup of country codes from IP addresses +long_description This module comes with a database of countries where \ + various IP addresses have been assigned. + +homepage http://search.cpan.org/~nwetters/${distname} +platforms darwin + +checksums md5 1e73ba39325d197627e16de024afae82 \ + sha1 6c52ce967c7af5e882bc357d0c3ed489a7cae800 \ + rmd160 ce8948ced93a6e20a70d8b31379b36fbee43a81a Property changes on: trunk/dports/perl/p5-ip-country/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:24:24 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:24:24 -0800 (PST) Subject: [46439] trunk/dports/perl Message-ID: <20090205002425.0CEF4E71F72@beta.macosforge.org> Revision: 46439 http://trac.macports.org/changeset/46439 Author: blb at macports.org Date: 2009-02-04 16:24:24 -0800 (Wed, 04 Feb 2009) Log Message: ----------- New port - perl/p5-mail-dkim, Signs or verifies mail with DKIM, Domainkey signature Added Paths: ----------- trunk/dports/perl/p5-mail-dkim/ trunk/dports/perl/p5-mail-dkim/Portfile Added: trunk/dports/perl/p5-mail-dkim/Portfile =================================================================== --- trunk/dports/perl/p5-mail-dkim/Portfile (rev 0) +++ trunk/dports/perl/p5-mail-dkim/Portfile 2009-02-05 00:24:24 UTC (rev 46439) @@ -0,0 +1,23 @@ +#$Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Mail-DKIM 0.32 +categories-append mail +name p5-mail-dkim +maintainers yahoo.com:compconsultant +description Signs or verifies mail with DKIM, Domainkey signature +long_description Signs or verifies mail with DKIM, Domainkey signature + +homepage http://search.cpan.org/~jaslong/${distname} +platforms darwin + +checksums md5 05592f264e0fbc758b93a4aa37bd7fd5 \ + sha1 5c9220754823f4aa7ab219732073f2bcfbb884e8 \ + rmd160 4dfa393c3a1abfc212df112cb3aee21f3aaea43b + +depends_lib-append port:p5-crypt-openssl-rsa \ + port:p5-digest-sha \ + port:p5-net-dns \ + port:p5-mailtools Property changes on: trunk/dports/perl/p5-mail-dkim/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:29:43 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:29:43 -0800 (PST) Subject: [46440] trunk/dports/perl Message-ID: <20090205002943.27AE3E720E7@beta.macosforge.org> Revision: 46440 http://trac.macports.org/changeset/46440 Author: blb at macports.org Date: 2009-02-04 16:29:42 -0800 (Wed, 04 Feb 2009) Log Message: ----------- New port - perl/p5-netaddr-ip, Manages IPv4 and IPv6 addresses; ticket #18369 Added Paths: ----------- trunk/dports/perl/p5-netaddr-ip/ trunk/dports/perl/p5-netaddr-ip/Portfile Added: trunk/dports/perl/p5-netaddr-ip/Portfile =================================================================== --- trunk/dports/perl/p5-netaddr-ip/Portfile (rev 0) +++ trunk/dports/perl/p5-netaddr-ip/Portfile 2009-02-05 00:29:42 UTC (rev 46440) @@ -0,0 +1,19 @@ +#$Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup NetAddr-IP 4.024 +categories-append net +name p5-netaddr-ip +maintainers yahoo.com:compconsultant +description Manages IPv4 and IPv6 addresses +long_description Objecc oriented abstraction on top of IP addresses or \ + subnets that allows for easy manipulation. + +homepage http://search.cpan.org/~miker/${distname} +platforms darwin + +checksums md5 3a45f4f07f1ca0c7a2e787288e9314cc \ + sha1 cf48e58e776c752d66f0ede86cd70562543dc09b \ + rmd160 6af1e83d7c9dd29b8bf590c71fc3416c2c9c9594 Property changes on: trunk/dports/perl/p5-netaddr-ip/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:33:51 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:33:51 -0800 (PST) Subject: [46441] trunk/dports/perl Message-ID: <20090205003352.0CAF9E72260@beta.macosforge.org> Revision: 46441 http://trac.macports.org/changeset/46441 Author: blb at macports.org Date: 2009-02-04 16:33:51 -0800 (Wed, 04 Feb 2009) Log Message: ----------- New port - perl/p5-mail-spf, Object oriented implementation of SPF; ticket #18368 Added Paths: ----------- trunk/dports/perl/p5-mail-spf/ trunk/dports/perl/p5-mail-spf/Portfile trunk/dports/perl/p5-mail-spf/files/ trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff Added: trunk/dports/perl/p5-mail-spf/Portfile =================================================================== --- trunk/dports/perl/p5-mail-spf/Portfile (rev 0) +++ trunk/dports/perl/p5-mail-spf/Portfile 2009-02-05 00:33:51 UTC (rev 46441) @@ -0,0 +1,30 @@ +#$Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Mail-SPF v2.006 +categories-append mail +name p5-mail-spf +maintainers yahoo.com:compconsultant +description Object oriented implementation of SPF +long_description Mail-SPF provides an object oriented interface to \ + the Sender Policy Framework, also knows as SPF. + +homepage http://search.cpan.org/~jmehnle/${distname} +platforms darwin + +checksums md5 4da41591b612560627ddbc6026b047a3 \ + sha1 301b33f66d3a14a26c497fd80b91d6c7d5ce9faa \ + rmd160 5d7244a0dc21979159f6bbba11da1590b3f2c6ba + +patchfiles patch-Build.PL.diff +post-patch { + reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Build.PL +} + +depends_lib-append port:p5-net-dns \ + port:p5-version \ + port:p5-error \ + port:p5-netaddr-ip \ + port:p5-uri Property changes on: trunk/dports/perl/p5-mail-spf/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff =================================================================== --- trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff (rev 0) +++ trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff 2009-02-05 00:33:51 UTC (rev 46441) @@ -0,0 +1,11 @@ +--- Build.PL.orig 2009-01-29 03:50:27.000000000 -0600 ++++ Build.PL 2009-01-29 03:50:03.000000000 -0600 +@@ -69,7 +69,7 @@ + 'bin/spfquery' + ], + install_path => { +- 'sbin' => '/usr/sbin' ++ 'sbin' => '@@PREFIX@@/sbin' + }, + create_makefile_pl + => 'passthrough', -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:39:16 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:39:16 -0800 (PST) Subject: [46442] trunk/dports/perl/p5-razor-agents/Portfile Message-ID: <20090205003916.43D42E723E6@beta.macosforge.org> Revision: 46442 http://trac.macports.org/changeset/46442 Author: blb at macports.org Date: 2009-02-04 16:39:15 -0800 (Wed, 04 Feb 2009) Log Message: ----------- perl/p5-razor-agents - whitespace changes, in prep for #18370 Modified Paths: -------------- trunk/dports/perl/p5-razor-agents/Portfile Modified: trunk/dports/perl/p5-razor-agents/Portfile =================================================================== --- trunk/dports/perl/p5-razor-agents/Portfile 2009-02-05 00:33:51 UTC (rev 46441) +++ trunk/dports/perl/p5-razor-agents/Portfile 2009-02-05 00:39:15 UTC (rev 46442) @@ -1,34 +1,37 @@ # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 + perl5.setup razor-agents 2.36 revision 3 maintainers nomaintainer categories-append mail description a distributed, collaborative, spam detection and filter network long_description Vipul's Razor is a distributed, collaborative, spam \ - detection and filtering network. Through user \ - contribution, Razor establishes a distributed and \ - constantly updating catalogue of spam in propagation \ - that is consulted by email clients to filter out \ - known spam. Detection is done with statistical and \ - randomized signatures that efficiently spot mutating \ - spam content. User input is validated through \ - reputation assignments based on consensus on report \ - and revoke assertions which in turn is used for \ - computing confidence values associated with \ - individual signatures. + detection and filtering network. Through user \ + contribution, Razor establishes a distributed and \ + constantly updating catalogue of spam in propagation \ + that is consulted by email clients to filter out \ + known spam. Detection is done with statistical and \ + randomized signatures that efficiently spot mutating \ + spam content. User input is validated through \ + reputation assignments based on consensus on report \ + and revoke assertions which in turn is used for \ + computing confidence values associated with \ + individual signatures. + homepage http://razor.sourceforge.net/ -master_sites sourceforge:razor +master_sites sourceforge:razor checksums md5 5deaae3ea2300bf480b6904f8a69a7f1 + platforms darwin # Depends on these Perl modules -depends_lib-append port:p5-digest-nilsimsa \ - port:p5-digest-sha1 \ - port:p5-net-dns \ - port:p5-uri +depends_lib-append port:p5-digest-nilsimsa \ + port:p5-digest-sha1 \ + port:p5-net-dns \ + port:p5-uri patchfiles patch-razor2.spamassassin -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Wed Feb 4 16:42:08 2009 From: blb at macports.org (blb at macports.org) Date: Wed, 4 Feb 2009 16:42:08 -0800 (PST) Subject: [46443] trunk/dports/perl/p5-razor-agents Message-ID: <20090205004208.3B044E72529@beta.macosforge.org> Revision: 46443 http://trac.macports.org/changeset/46443 Author: blb at macports.org Date: 2009-02-04 16:42:07 -0800 (Wed, 04 Feb 2009) Log Message: ----------- perl/p5-razor-agents - version update to 2.84, new maintainer, add livecheck; ticket #18370 Modified Paths: -------------- trunk/dports/perl/p5-razor-agents/Portfile Removed Paths: ------------- trunk/dports/perl/p5-razor-agents/files/ Modified: trunk/dports/perl/p5-razor-agents/Portfile =================================================================== --- trunk/dports/perl/p5-razor-agents/Portfile 2009-02-05 00:39:15 UTC (rev 46442) +++ trunk/dports/perl/p5-razor-agents/Portfile 2009-02-05 00:42:07 UTC (rev 46443) @@ -3,11 +3,10 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup razor-agents 2.36 -revision 3 -maintainers nomaintainer +perl5.setup razor-agents 2.84 +maintainers yahoo.com:compconsultant categories-append mail -description a distributed, collaborative, spam detection and filter network +description A distributed, collaborative, spam detection and filter network long_description Vipul's Razor is a distributed, collaborative, spam \ detection and filtering network. Through user \ contribution, Razor establishes a distributed and \ @@ -23,22 +22,18 @@ homepage http://razor.sourceforge.net/ master_sites sourceforge:razor -checksums md5 5deaae3ea2300bf480b6904f8a69a7f1 +checksums md5 8b9a11a6ce020383c32c45d1530d77c2 \ + sha1 53bcf78beeea36d8e20441a506c285ff0ef4b75a \ + rmd160 204fc2b68ca6f01329676a62b36ca87be659565d platforms darwin # Depends on these Perl modules -depends_lib-append port:p5-digest-nilsimsa \ +depends_lib-append port:p5-net-dns \ port:p5-digest-sha1 \ - port:p5-net-dns \ port:p5-uri -patchfiles patch-razor2.spamassassin +use_bzip2 yes -post-destroot { - foreach script {razor-admin razor-check razor-report razor-revoke} { - ui_info "Creating link ${destroot}${prefix}/bin/${script}" - system "ln -fs razor-client ${destroot}${prefix}/bin/${script}" - } -} - +livecheck.url ${homepage} +livecheck.regex razor-agents-(\\d+(?:\\.\\d+)*) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 16:52:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 16:52:25 -0800 (PST) Subject: [46444] trunk/dports/PortIndex Message-ID: <20090205005226.4CC59E7274F@beta.macosforge.org> Revision: 46444 http://trac.macports.org/changeset/46444 Author: portindex at macports.org Date: 2009-02-04 16:52:24 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5529 Ports successfully parsed: 5529 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-05 00:42:07 UTC (rev 46443) +++ trunk/dports/PortIndex 2009-02-05 00:52:24 UTC (rev 46444) @@ -5782,8 +5782,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-crypt-openssl-bignum description {OpenSSL's multiprecision integer arithmetic} homepage http://search.cpan.org/dist/Crypt-OpenSSL-Bignum/ epoch 0 platforms darwin name p5-crypt-openssl-bignum depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{OpenSSL's multiprecision integer arithmetic}} version 0.04 categories perl revision 0 p5-crypt-openssl-random 529 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-crypt-openssl-random description {RSA encoding and decoding, using the openSSL libraries} homepage http://search.cpan.org/dist/Crypt-OpenSSL-Random/ epoch 0 platforms darwin name p5-crypt-openssl-random depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's pseudo-random number generator} version 0.04 categories perl revision 0 -p5-crypt-openssl-rsa 552 -variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-crypt-openssl-rsa description {RSA encoding and decoding, using the openSSL libraries} homepage http://search.cpan.org/dist/Crypt-OpenSSL-RSA/ epoch 0 platforms darwin name p5-crypt-openssl-rsa depends_lib {path:bin/perl:perl5 port:p5-crypt-openssl-random} maintainers nomaintainer long_description {Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's pseudo-random number generator.} version 0.25 categories perl revision 1 +p5-crypt-openssl-rsa 583 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-crypt-openssl-rsa description {RSA encoding and decoding, using the openSSL libraries} homepage http://search.cpan.org/~iroberts/Crypt-OpenSSL-RSA-0.25 epoch 0 platforms darwin name p5-crypt-openssl-rsa depends_lib {path:bin/perl:perl5 port:p5-crypt-openssl-random port:p5-crypt-openssl-bignum} maintainers yahoo.com:compconsultant long_description {Crypt::OpenSSL::RSA provides for decryption, signatures, and signature verification.a} version 0.25 categories {perl security} revision 2 p5-crypt-openssl-x509 430 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-crypt-openssl-x509 description {Perl extension to OpenSSL's X509 API.} homepage http://search.cpan.org/dist/Crypt-OpenSSL-X509/ epoch 0 platforms darwin name p5-crypt-openssl-x509 depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {{Perl extension to OpenSSL's X509 API.}} version 0.7 categories perl revision 0 p5-crypt-passwdmd5 613 @@ -6190,6 +6190,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-io-tty description {Provide an interface to TTYs and PTYs} homepage http://search.cpan.org/dist/IO-Tty/ epoch 0 platforms darwin name p5-io-tty depends_lib path:bin/perl:perl5 maintainers sal at email.arc.nasa.gov long_description {{Provide an interface to TTYs and PTYs}} version 1.07 categories perl revision 0 p5-io-zlib 651 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-io-zlib description {IO::-style interface to Compress::Zlib} homepage http://search.cpan.org/dist/IO-Zlib/ epoch 0 platforms darwin name p5-io-zlib depends_lib {path:bin/perl:perl5 port:p5-compress-zlib} maintainers {narf_tm openmaintainer} long_description {This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.} version 1.09 categories perl revision 0 +p5-ip-country 497 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-ip-country description {Fast lookup of country codes from IP addresses} homepage http://search.cpan.org/~nwetters/IP-Country-2.26 epoch 0 platforms darwin name p5-ip-country depends_lib path:bin/perl:perl5 maintainers yahoo.com:compconsultant long_description {This module comes with a database of countries where various IP addresses have been assigned.} version 2.26 categories {perl net} revision 0 p5-ipc-run 442 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-ipc-run description {system() and background procs w/ piping, redirs, ptys} homepage http://search.cpan.org/dist/IPC-Run/ epoch 0 platforms darwin name p5-ipc-run depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {{system() and background procs w/ piping, redirs, ptys}} version 0.82 categories perl revision 0 p5-ipc-run3 464 @@ -6274,6 +6276,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-box description {Mail::Box - manage a mailbox, a folder with messages} homepage http://search.cpan.org/dist/Mail-Box/ epoch 0 platforms darwin name p5-mail-box depends_lib {path:bin/perl:perl5 port:p5-io-stringy port:p5-mailtools port:p5-mime-types port:p5-scalar-list-utils port:p5-timedate port:p5-uri} maintainers pguyot at kallisys.net long_description {Large suite of mail related classes for perl, handling mail boxes and messages} version 2.070 categories perl revision 0 p5-mail-clamav 500 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-clamav description {Perl interface to the clamav virus scanner} homepage http://search.cpan.org/dist/Mail-ClamAV/ epoch 0 platforms darwin name p5-mail-clamav depends_lib {path:bin/perl:perl5 port:clamav port:p5-inline} maintainers ricci long_description {Clam AntiVirus is an anti-virus toolkit for UNIX. This module provide a simple interface to its C API.} version 0.22 categories perl revision 0 +p5-mail-dkim 542 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-dkim description {Signs or verifies mail with DKIM, Domainkey signature} homepage http://search.cpan.org/~jaslong/Mail-DKIM-0.32 epoch 0 platforms darwin name p5-mail-dkim depends_lib {path:bin/perl:perl5 port:p5-crypt-openssl-rsa port:p5-digest-sha port:p5-net-dns port:p5-mailtools} maintainers yahoo.com:compconsultant long_description {Signs or verifies mail with DKIM, Domainkey signature} version 0.32 categories {perl mail} revision 0 p5-mail-imapclient 505 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-imapclient description {Perl 5 module to talk to an IMAP server.} homepage http://search.cpan.org/dist/Mail-IMAPClient/ epoch 0 platforms darwin name p5-mail-imapclient depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {This module provides perl routines that simplify a sockets connection to and an IMAP conversation with an IMAP server.} version 2.2.9 categories perl revision 0 p5-mail-pop3client 637 @@ -6284,6 +6288,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-sendmail description {Simple platform independent e-mail from perl scripts.} homepage http://search.cpan.org/dist/Mail-Sendmail/ epoch 0 platforms darwin name p5-mail-sendmail depends_lib path:bin/perl:perl5 maintainers {jmr openmaintainer} long_description {Simple platform independent e-mail from your perl script. Only requires Perl 5 and a network connection. Mail::Sendmail contains mainly &sendmail, which takes a hash with the message to send and sends it. It is intended to be very easy to setup and use.} categories perl version 0.79 revision 0 p5-mail-spamassassin 756 variants {razor ssl universal} variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-spamassassin description {mail filter to identify spam} homepage http://spamassassin.apache.org/ epoch 0 platforms darwin name p5-mail-spamassassin depends_lib {path:bin/perl:perl5 port:p5-digest-sha1 port:p5-html-parser port:p5-mailtools port:p5-mail-audit port:p5-net-dns port:p5-net-ident port:p5-archive-tar port:p5-lwp-authen-wsse} maintainers {simon openmaintainer} long_description {SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.} version 3.2.5 categories {perl mail} revision 1 +p5-mail-spf 569 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-spf description {Object oriented implementation of SPF} homepage http://search.cpan.org/~jmehnle/Mail-SPF-v2.006 epoch 0 platforms darwin name p5-mail-spf depends_lib {path:bin/perl:perl5 port:p5-net-dns port:p5-version port:p5-error port:p5-netaddr-ip port:p5-uri} maintainers yahoo.com:compconsultant long_description {Mail-SPF provides an object oriented interface to the Sender Policy Framework, also knows as SPF.} version v2.006 categories {perl mail} revision 0 p5-mail-webmail-gmail 462 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-mail-webmail-gmail description {An interface to Google's webmail service} homepage http://search.cpan.org/dist/Mail-Webmail-Gmail/ epoch 0 platforms darwin name p5-mail-webmail-gmail depends_lib {path:bin/perl:perl5 port:p5-crypt-ssleay} maintainers cbellot at sky.fr long_description {{An interface to Google's webmail service}} version 1.09 categories perl revision 0 p5-mailtools 422 @@ -6430,6 +6436,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-net-z3950 description {Perl interface to the Z39.50 information retrieval protocol} homepage http://search.cpan.org/dist/Net-Z3950/ epoch 0 platforms darwin name p5-net-z3950 depends_lib {path:bin/perl:perl5 port:yaz2 port:p5-event} maintainers nomaintainer long_description {NOTE: This module is deprecated! Unless you specifically need p5-net-z3950 for backwards compatibility (i.e. you're building it because it's a prerequisite for an existing application) you should instead use the newer and better p5-net-z3950-zoom module. This module provides a Perl interface to the Z39.50 information retrieval protocol (aka. ISO 23950), a mature and powerful protocol used in application domains as diverse as bibliographic information, geo-spatial mapping, museums and other cultural heritage information, and structured vocabulary navigation.} categories perl version 0.51 revision 0 p5-net-z3950-zoom 611 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-net-z3950-zoom description {Perl implementation of the ZOOM API} homepage http://search.cpan.org/dist/Net-Z3950-ZOOM/ epoch 0 platforms darwin name p5-net-z3950-zoom depends_lib {path:bin/perl:perl5 port:yaz port:p5-marc-record} maintainers nomaintainer long_description {This module provides a nice, Perlish implementation of the ZOOM Abstract API for information retrieval, described and documented at http://zoom.z3950.org/api/. The older Net::Z3950 API is also included.} categories perl version 1.24 revision 0 +p5-netaddr-ip 484 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-netaddr-ip description {Manages IPv4 and IPv6 addresses} homepage http://search.cpan.org/~miker/NetAddr-IP-4.024 epoch 0 platforms darwin name p5-netaddr-ip depends_lib path:bin/perl:perl5 maintainers yahoo.com:compconsultant long_description {Objecc oriented abstraction on top of IP addresses or subnets that allows for easy manipulation.} version 4.024 categories {perl net} revision 0 p5-next 582 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-next description {Provide a pseudo-class NEXT (et al) that allows method redispatch} homepage http://search.cpan.org/dist/NEXT/ epoch 0 platforms darwin name p5-next depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls {$self-NEXT::m()>,} the call to m is redispatched as if the calling method had not originally been found.} version 0.60 categories perl revision 0 p5-nkf 436 @@ -6514,8 +6522,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-ppi description {Parse, Analyze and Manipulate Perl (without perl)} homepage http://search.cpan.org/dist/PPI/ epoch 0 platforms darwin name p5-ppi depends_lib {path:bin/perl:perl5 port:p5-file-remove port:p5-test-classapi port:p5-test-object port:p5-test-subcalls port:p5-clone port:p5-io-string port:p5-list-moreutils port:p5-scalar-list-utils port:p5-params-util port:p5-task-weaken} maintainers {narf_tm openmaintainer} long_description {{Parse, Analyze and Manipulate Perl (without perl)}} version 1.203 categories perl revision 0 p5-prefork 363 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-prefork description {Optimized module loading for forking or non-forking processes} homepage http://search.cpan.org/dist/prefork/ epoch 0 platforms darwin name p5-prefork depends_lib path:bin/perl:perl5 maintainers nomaintainer version 1.01 categories perl revision 0 -p5-razor-agents 1035 -variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-razor-agents description {a distributed, collaborative, spam detection and filter network} homepage http://razor.sourceforge.net/ epoch 0 platforms darwin name p5-razor-agents depends_lib {path:bin/perl:perl5 port:p5-digest-nilsimsa port:p5-digest-sha1 port:p5-net-dns port:p5-uri} maintainers nomaintainer long_description {Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures.} v ersion 2.36 categories {perl mail} revision 3 +p5-razor-agents 1023 +variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-razor-agents description {A distributed, collaborative, spam detection and filter network} homepage http://razor.sourceforge.net/ epoch 0 platforms darwin name p5-razor-agents depends_lib {path:bin/perl:perl5 port:p5-net-dns port:p5-digest-sha1 port:p5-uri} maintainers yahoo.com:compconsultant long_description {Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures.} version 2.84 categories {perl mail} revision 0 p5-readonly 504 variants universal variant_desc {universal {Build for multiple architectures}} portdir perl/p5-readonly description {Facility for creating read-only scalars, arrays, hashes.} homepage http://search.cpan.org/dist/Readonly/ epoch 0 platforms darwin name p5-readonly depends_lib path:bin/perl:perl5 maintainers {narf_tm openmaintainer} long_description {This is a facility for creating non-modifiable variables. This is useful for configuration files, headers, etc.} version 1.03 categories perl revision 0 p5-readonly-xs 533 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Feb 4 18:38:19 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Wed, 4 Feb 2009 18:38:19 -0800 (PST) Subject: [46445] trunk/dports/x11/mesa/Portfile Message-ID: <20090205023819.370ADE746FE@beta.macosforge.org> Revision: 46445 http://trac.macports.org/changeset/46445 Author: ryandesign at macports.org Date: 2009-02-04 18:38:18 -0800 (Wed, 04 Feb 2009) Log Message: ----------- mesa: improve error message in hw_render variant for Tiger and earlier Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-02-05 00:52:24 UTC (rev 46444) +++ trunk/dports/x11/mesa/Portfile 2009-02-05 02:38:18 UTC (rev 46445) @@ -82,8 +82,8 @@ variant hw_render conflicts system_x11 description {Install a libGL.dylib that} { if {${os.major} < 9} { - ui_error "+hw_render does not currently work on versions before OSX 10.5" - error "+hw_render does not currently work on versions before OSX 10.5" + ui_error "+hw_render requires Mac OS X 10.5 or greater" + error "+hw_render requires Mac OS X 10.5 or greater" } post-patch { -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Wed Feb 4 18:47:11 2009 From: toby at macports.org (toby at macports.org) Date: Wed, 4 Feb 2009 18:47:11 -0800 (PST) Subject: [46446] users/toby/objcports Message-ID: <20090205024711.B8473E749C3@beta.macosforge.org> Revision: 46446 http://trac.macports.org/changeset/46446 Author: toby at macports.org Date: 2009-02-04 18:47:11 -0800 (Wed, 04 Feb 2009) Log Message: ----------- defaults Modified Paths: -------------- users/toby/objcports/MPParser.m users/toby/objcports/MPPort.m users/toby/objcports/objcports.xcodeproj/project.pbxproj Modified: users/toby/objcports/MPParser.m =================================================================== --- users/toby/objcports/MPParser.m 2009-02-05 02:38:18 UTC (rev 46445) +++ users/toby/objcports/MPParser.m 2009-02-05 02:47:11 UTC (rev 46446) @@ -43,8 +43,6 @@ NSLog(@"Tcl_EvalFile(%@): %s", portfile, Tcl_GetStringResult(_interp)); } - //fprintf(stderr, "%s\n", Tcl_GetString(Tcl_SubstObj(_interp, Tcl_NewStringObj("$prefix/${extract.suffix}", -1), TCL_SUBST_ALL))); - Tcl_Release(_interp); } @catch (NSException *exception) { @@ -244,8 +242,8 @@ _default(ClientData clientData, Tcl_Interp *interp, const char *name1, const char *name2, int flags) { assert(flags == TCL_TRACE_READS); - assert(name2 == NULL); - Tcl_SetVar(interp, name1, [[(id)clientData default:[NSString stringWithUTF8String:name1]] UTF8String], 0); + /* Default values may contain references to other Tcl variables (or tcl command calls?), so perform the substitution. */ + Tcl_SetVar2Ex(interp, name1, name2, Tcl_SubstObj(interp, Tcl_NewStringObj([[(id)clientData default:[NSString stringWithUTF8String:name1]] UTF8String], -1), TCL_SUBST_ALL), 0); return NULL; } Modified: users/toby/objcports/MPPort.m =================================================================== --- users/toby/objcports/MPPort.m 2009-02-05 02:38:18 UTC (rev 46445) +++ users/toby/objcports/MPPort.m 2009-02-05 02:47:11 UTC (rev 46446) @@ -27,55 +27,167 @@ [_targets addObject:@"build"]; [_targets addObject:@"destroot"]; + [self addCommand:@"cvs"]; // portfetch.tcl + [self addCommand:@"svn"]; // portfetch.tcl + [self addCommand:@"extract"]; // portextract.tcl + [self addCommand:@"patch"]; // portpatch.tcl + [self addCommand:@"configure"]; // portconfigure.tcl + [self addCommand:@"autoreconf"]; // portconfigure.tcl + [self addCommand:@"automake"]; // portconfigure.tcl + [self addCommand:@"autoconf"]; // portconfigure.tcl + [self addCommand:@"xmkmf"]; // portconfigure.tcl + [self addCommand:@"build"]; // portbuild.tcl + [self addCommand:@"parallel_build"]; // portbuild.tcl + [self addCommand:@"test"]; // porttest.tcl + [self addCommand:@"destroot"]; // portdestroot.tcl + _options = [[NSMutableArray alloc] initWithCapacity:0]; - [self addCommand:@"autoconf"]; - [self addCommand:@"configure"]; - [self addCommand:@"extract"]; - [self addCommand:@"patch"]; - [self addCommand:@"fetch"]; - [self addCommand:@"build"]; - [self addCommand:@"destroot"]; - [_options addObject:@"name"]; - [_options addObject:@"version"]; - [_options addObject:@"revision"]; - [_options addObject:@"categories"]; - [_options addObject:@"maintainers"]; - [_options addObject:@"homepage"]; - [_options addObject:@"platforms"]; - [_options addObject:@"use_bzip2"]; + [_options addObject:@"prefix"]; // portmain.tcl + [_options addObject:@"name"]; // portmain.tcl + [_options addObject:@"version"]; // portmain.tcl + [_options addObject:@"revision"]; // portmain.tcl + [_options addObject:@"epoch"]; // portmain.tcl + [_options addObject:@"categories"]; // portmain.tcl + [_options addObject:@"maintainers"]; // portmain.tcl + [_options addObject:@"long_description"]; // portmain.tcl + [_options addObject:@"description"]; // portmain.tcl + [_options addObject:@"homepage"]; // portmain.tcl + [_options addObject:@"worksrcdir"]; // portmain.tcl + [_options addObject:@"filesdir"]; // portmain.tcl + [_options addObject:@"distname"]; // portmain.tcl + [_options addObject:@"portdbpath"]; // portmain.tcl + [_options addObject:@"libpath"]; // portmain.tcl + [_options addObject:@"distpath"]; // portmain.tcl + [_options addObject:@"sources_conf"]; // portmain.tcl + [_options addObject:@"os.platform"]; // portmain.tcl + [_options addObject:@"os.version"]; // portmain.tcl + [_options addObject:@"os.major"]; // portmain.tcl + [_options addObject:@"os.arch"]; // portmain.tcl + [_options addObject:@"os.endian"]; // portmain.tcl + [_options addObject:@"platforms"]; // portmain.tcl + [_options addObject:@"default_variants"]; // portmain.tcl + [_options addObject:@"install.user"]; // portmain.tcl + [_options addObject:@"install.group"]; // portmain.tcl + [_options addObject:@"macosx_deployment_target"]; // portmain.tcl + [_options addObject:@"universal_variant"]; // portmain.tcl + [_options addObject:@"os.universal_supported"]; // portmain.tcl + + [_options addObject:@"master_sites"]; // portfetch.tcl + [_options addObject:@"patch_sites"]; // portfetch.tcl + [_options addObject:@"extract.suffix"]; // portfetch.tcl + [_options addObject:@"distfiles"]; // portfetch.tcl + [_options addObject:@"patchfiles"]; // portfetch.tcl + [_options addObject:@"use_zip"]; // portfetch.tcl + [_options addObject:@"use_bzip2"]; // portfetch.tcl + [_options addObject:@"use_lzma"]; // portfetch.tcl + [_options addObject:@"use_dmg"]; // portfetch.tcl + [_options addObject:@"dist_subdir"]; // portfetch.tcl + [_options addObject:@"fetch.type"]; // portfetch.tcl + [_options addObject:@"fetch.user"]; // portfetch.tcl + [_options addObject:@"fetch.password"]; // portfetch.tcl + [_options addObject:@"fetch.use_epsv"]; // portfetch.tcl + [_options addObject:@"fetch.ignore_sslcert"]; // portfetch.tcl + [_options addObject:@"master_sites.mirror_subdir"]; // portfetch.tcl + [_options addObject:@"patch_sites.mirror_subdir"]; // portfetch.tcl + [_options addObject:@"portname"]; // portfetch.tcl + [_options addObject:@"cvs.module"]; // portfetch.tcl + [_options addObject:@"cvs.root"]; // portfetch.tcl + [_options addObject:@"cvs.password"]; // portfetch.tcl + [_options addObject:@"cvs.date"]; // portfetch.tcl + [_options addObject:@"cvs.tag"]; // portfetch.tcl + [_options addObject:@"cvs.method"]; // portfetch.tcl + [_options addObject:@"svn.url"]; // portfetch.tcl + [_options addObject:@"svn.tag"]; // portfetch.tcl + [_options addObject:@"svn.method"]; // portfetch.tcl + [_options addObject:@"git.url"]; // portfetch.tcl + [_options addObject:@"git.branch"]; // portfetch.tcl + [_options addObject:@"hg.url"]; // portfetch.tcl + [_options addObject:@"hg.tag"]; // portfetch.tcl + [_options addObject:@"build.target"]; // portbuild.tcl + [_options addObject:@"build.nice"]; // portbuild.tcl + [_options addObject:@"build.jobs"]; // portbuild.tcl [_options addObject:@"use_parallel_build"]; - [_options addObject:@"description"]; - [_options addObject:@"long_description"]; - [_options addObject:@"master_sites"]; [_options addObject:@"checksums"]; [_options addObject:@"patchfiles"]; [_options addObject:@"depends_run"]; [_options addObject:@"depends_build"]; [_options addObject:@"depends_lib"]; - [_options addObject:@"distname"]; - [_options addObject:@"extract.suffix"]; - [_options addObject:@"use_zip"]; [_options addObject:@"universal_variant"]; [_options addObject:@"build.target"]; - [_options addObject:@"test.run"]; - [_options addObject:@"test.target"]; [_options addObject:@"destroot.destdir"]; [_options addObject:@"livecheck.check"]; [_options addObject:@"livecheck.url"]; [_options addObject:@"livecheck.regex"]; [_options addObject:@"livecheck.distname"]; - [_options addObject:@"worksrcdir"]; + [_options addObject:@"test.run"]; // porttest.tcl + [_options addObject:@"test.target"]; // porttest.tcl // *some* overlap with options _defaults = [[NSMutableDictionary alloc] initWithCapacity:0]; - [_defaults setObject:@"/opt/local" forKey:@"prefix"]; - [_defaults setObject:@"" forKey:@"destroot"]; - [_defaults setObject:@"" forKey:@"distname"]; - [_defaults setObject:@"" forKey:@"os.arch"]; + [_defaults setObject:@"XXX" forKey:@"distpath"]; // portmain.tcl + [_defaults setObject:@"XXX" forKey:@"workpath"]; // portmain.tcl + [_defaults setObject:@"XXX" forKey:@"worksymlink"]; // portmain.tcl + [_defaults setObject:@"/opt/local" forKey:@"prefix"]; // portmain.tcl + [_defaults setObject:@"/usr/X11R6" forKey:@"x11prefix"]; // portmain.tcl + [_defaults setObject:@"/Applications/MacPorts" forKey:@"applications_dir"]; // portmain.tcl + [_defaults setObject:@"${prefix}/Library/Frameworks" forKey:@"frameworks_dir"]; // portmain.tcl + [_defaults setObject:@"destroot" forKey:@"destdir"]; // portmain.tcl + [_defaults setObject:@"${workpath}/${destdir}" forKey:@"destpath"]; // portmain.tcl + [_defaults setObject:@"${destpath}" forKey:@"destroot"]; // portmain.tcl + [_defaults setObject:@"files" forKey:@"filesdir"]; // portmain.tcl + [_defaults setObject:@"0" forKey:@"revision"]; // portmain.tcl + [_defaults setObject:@"0" forKey:@"epoch"]; // portmain.tcl + [_defaults setObject:@"${portname}-${portversion}" forKey:@"distname"]; // portmain.tcl + [_defaults setObject:@"${distname}" forKey:@"worksrcdir"]; // portmain.tcl + [_defaults setObject:@"[file join ${portpath} ${filesdir}]" forKey:@"filespath"]; // portmain.tcl + [_defaults setObject:@"[file join ${workpath} ${worksrcdir}]" forKey:@"worksrcpath"]; // portmain.tcl + + [_defaults setObject:@"XXX" forKey:@"os.arch"]; // portmain.tcl + [_defaults setObject:@"" forKey:@"configure.cflags"]; [_defaults setObject:@"" forKey:@"configure.ldflags"]; - [_defaults setObject:@".tar.gz" forKey:@"extract.suffix"]; + [_defaults setObject:@".tar.gz" forKey:@"extract.suffix"]; // portfetch.tcl + [_defaults setObject:@"standard" forKey:@"fetch.type"]; // portfetch.tcl + [_defaults setObject:@"XXX" forKey:@"svn.cmd"]; // portfetch.tcl + [_defaults setObject:@"${workpath}" forKey:@"svn.dir"]; // portfetch.tcl + [_defaults setObject:@"export" forKey:@"svn.method"]; // portfetch.tcl + [_defaults setObject:@"" forKey:@"svn.tag"]; // portfetch.tcl + [_defaults setObject:@"" forKey:@"svn.env"]; // portfetch.tcl + [_defaults setObject:@"--non-interactive" forKey:@"svn.pre_args"]; // portfetch.tcl + [_defaults setObject:@"" forKey:@"svn.args"]; // portfetch.tcl + [_defaults setObject:@"${svn.url}" forKey:@"svn.post_args"]; // portfetch.tcl + [_defaults setObject:@"${workpath}" forKey:@"git.dir"]; // portfetch.tcl + [_defaults setObject:@"" forKey:@"git.branch"]; // portfetch.tcl + [_defaults setObject:@"${workpath}" forKey:@"hg.dir"]; // portfetch.tcl + [_defaults setObject:@"tip" forKey:@"hg.tag"]; // portfetch.tcl + [_defaults setObject:@"[suffix ${distname}" forKey:@"distfiles"]; // portfetch.tcl + [_defaults setObject:@"${portname}" forKey:@"dist_subdir"]; // portfetch.tcl + [_defaults setObject:@"" forKey:@"fetch.user"]; // portfetch.tcl + [_defaults setObject:@"" forKey:@"fetch.password"]; // portfetch.tcl + [_defaults setObject:@"yes" forKey:@"fetch.use_epsv"]; // portfetch.tcl + [_defaults setObject:@"no" forKey:@"fetch.ignore_sslcert"]; // portfetch.tcl + [_defaults setObject:@"no" forKey:@"fetch.remote_time"]; // portfetch.tcl + [_defaults setObject:@"macports" forKey:@"fallback_mirror_site"]; // portfetch.tcl + [_defaults setObject:@"macports_distfiles" forKey:@"global_mirror_site"]; // portfetch.tcl + [_defaults setObject:@"mirror_sites.tcl" forKey:@"mirror_sites.listfile"]; // portfetch.tcl + [_defaults setObject:@"port1.0/fetch" forKey:@"mirror_sites.listpath"]; // portfetch.tcl + + [_defaults setObject:@"${workpath}/${worksrcdir}" forKey:@"build.dir"]; // portbuild.tcl + [_defaults setObject:@"XXX" forKey:@"build.cmd"]; // portbuild.tcl + [_defaults setObject:@"XXX" forKey:@"build.nice"]; // portbuild.tcl + [_defaults setObject:@"XXX" forKey:@"build.jobs"]; // portbuild.tcl + [_defaults setObject:@"${build.target}" forKey:@"build.pre_args"]; // portbuild.tcl + [_defaults setObject:@"all" forKey:@"build.target"]; // portbuild.tcl + + [_defaults setObject:@"${build.dir}" forKey:@"test.dir"]; // porttest.tcl + [_defaults setObject:@"${build.cmd}" forKey:@"test.cmd"]; // porttest.tcl + [_defaults setObject:@"${test.target}" forKey:@"test.pre_args"]; // porttest.tcl + [_defaults setObject:@"test" forKey:@"test.target"]; // porttest.tcl + + // XXX: option_proc setup? + // options_export? + _parser = [[MPParser alloc] initWithPort:self]; return self; Modified: users/toby/objcports/objcports.xcodeproj/project.pbxproj =================================================================== --- users/toby/objcports/objcports.xcodeproj/project.pbxproj 2009-02-05 02:38:18 UTC (rev 46445) +++ users/toby/objcports/objcports.xcodeproj/project.pbxproj 2009-02-05 02:47:11 UTC (rev 46446) @@ -30,7 +30,7 @@ /* Begin PBXFileReference section */ 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; - 8DD76FA10486AA7600D96B5E /* objcports */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = objcports; sourceTree = BUILT_PRODUCTS_DIR; }; + 8DD76FA10486AA7600D96B5E /* port */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = port; sourceTree = BUILT_PRODUCTS_DIR; }; DAD371680F0280EF0064AFF4 /* port.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = port.m; sourceTree = ""; }; DAD371690F0280EF0064AFF4 /* MPArrayAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPArrayAdditions.h; sourceTree = ""; }; DAD3716A0F0280EF0064AFF4 /* MPArrayAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPArrayAdditions.m; sourceTree = ""; }; @@ -95,7 +95,7 @@ 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8DD76FA10486AA7600D96B5E /* objcports */, + 8DD76FA10486AA7600D96B5E /* port */, ); name = Products; sourceTree = ""; @@ -125,7 +125,7 @@ name = port; productInstallPath = "$(HOME)/bin"; productName = objcports; - productReference = 8DD76FA10486AA7600D96B5E /* objcports */; + productReference = 8DD76FA10486AA7600D96B5E /* port */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -171,7 +171,7 @@ GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = objcports; + PRODUCT_NAME = port; }; name = Debug; }; -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Wed Feb 4 19:13:58 2009 From: devans at macports.org (devans at macports.org) Date: Wed, 4 Feb 2009 19:13:58 -0800 (PST) Subject: [46447] trunk/dports/tex/texlive_base/Portfile Message-ID: <20090205031358.A4F10E74CF7@beta.macosforge.org> Revision: 46447 http://trac.macports.org/changeset/46447 Author: devans at macports.org Date: 2009-02-04 19:13:57 -0800 (Wed, 04 Feb 2009) Log Message: ----------- texlive_base: add +no_x11 variant. Modified Paths: -------------- trunk/dports/tex/texlive_base/Portfile Modified: trunk/dports/tex/texlive_base/Portfile =================================================================== --- trunk/dports/tex/texlive_base/Portfile 2009-02-05 02:47:11 UTC (rev 46446) +++ trunk/dports/tex/texlive_base/Portfile 2009-02-05 03:13:57 UTC (rev 46447) @@ -57,6 +57,14 @@ ${destroot}${prefix}/share/texmf/web2c/texmf.cnf-dist reinplace "s/^TEXMFSYSCONFIG = .*/TEXMFSYSCONFIG = \$TEXMFMAIN/g" \ ${destroot}${prefix}/share/texmf/web2c/texmf.cnf +# +# if there is no graphics support (no_x11) then only mf is built +# not mf-nowin. if mf-nowin does not exist, make a link to mf named mf-nowin for scripts +# that expect to have it +# + if {![file exists ${destroot}${prefix}/bin/mf-nowin]} { + file link ${destroot}${prefix}/bin/mf-nowin ${destroot}${prefix}/bin/mf + } } post-activate { @@ -65,6 +73,11 @@ system "updmap-sys --syncwithtrees" } +variant no_x11 { + depends_lib-delete port:xorg-libs + configure.args-append --without-x --without-pdfopen +} + livecheck.check regex livecheck.url ${homepage}acquire.html livecheck.regex "TeX Live (\[0-9\]+) " -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Wed Feb 4 19:21:36 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Wed, 4 Feb 2009 19:21:36 -0800 (PST) Subject: [46448] trunk/dports/x11/mesa/Portfile Message-ID: <20090205032136.85C76E74E7D@beta.macosforge.org> Revision: 46448 http://trac.macports.org/changeset/46448 Author: jeremyhu at macports.org Date: 2009-02-04 19:21:35 -0800 (Wed, 04 Feb 2009) Log Message: ----------- mesa: Finish my train of thought about Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2009-02-05 03:13:57 UTC (rev 46447) +++ trunk/dports/x11/mesa/Portfile 2009-02-05 03:21:35 UTC (rev 46448) @@ -80,7 +80,7 @@ } } -variant hw_render conflicts system_x11 description {Install a libGL.dylib that} { +variant hw_render conflicts system_x11 description {Install a libGL.dylib that uses OpenGL.framework to allow rendering on your graphics hardware} { if {${os.major} < 9} { ui_error "+hw_render requires Mac OS X 10.5 or greater" error "+hw_render requires Mac OS X 10.5 or greater" -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Wed Feb 4 19:52:29 2009 From: portindex at macports.org (portindex at macports.org) Date: Wed, 4 Feb 2009 19:52:29 -0800 (PST) Subject: [46449] trunk/dports/PortIndex Message-ID: <20090205035229.E3AB9E7523A@beta.macosforge.org> Revision: 46449 http://trac.macports.org/changeset/46449 Author: portindex at macports.org Date: 2009-02-04 19:52:28 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Total number of ports parsed: 5529 Ports successfully parsed: 5529 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-02-05 03:21:35 UTC (rev 46448) +++ trunk/dports/PortIndex 2009-02-05 03:52:28 UTC (rev 46449) @@ -9432,8 +9432,8 @@ variants universal variant_desc {universal {Build for multiple architectures}} portdir tex/tex-utopia description {Utopia Type1 fonts.} homepage {} epoch 0 platforms darwin name tex-utopia depends_lib bin:mktexlsr:texlive maintainers nomaintainer long_description {{Utopia Type1 fonts.}} version 0 categories {tex print} revision 0 texlive 681 variants {letter doc} variant_desc {letter {Set paper format to letter} doc {Build docs}} portdir tex/texlive description {TeX Live is a TeX distribution} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive depends_lib port:texlive_base maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 6 -texlive_base 783 -depends_build path:bin/perl:perl5 portdir tex/texlive_base description {TeX Live Binaries.} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive_base depends_lib {port:freetype port:fontconfig port:ncurses port:zlib port:libpng port:texinfo port:texi2html port:ghostscript port:xorg-libs port:texlive_texmf-minimal port:texlive_texmf-full} maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 6 +texlive_base 847 +variants no_x11 depends_build path:bin/perl:perl5 variant_desc {no_x11 {Disable support for X11}} portdir tex/texlive_base description {TeX Live Binaries.} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive_base depends_lib {port:freetype port:fontconfig port:ncurses port:zlib port:libpng port:texinfo port:texi2html port:ghostscript port:xorg-libs port:texlive_texmf-minimal port:texlive_texmf-full} maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} categories tex version 2007 revision 6 texlive_texmf-docs 599 description {Docs for texlive} portdir tex/texlive_texmf-docs homepage http://www.tug.org/texlive/ epoch 0 depends_run port:texlive_base platforms darwin name texlive_texmf-docs maintainers {milosh openmaintainer} long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} version 2007 categories tex revision 0 texlive_texmf-full 580 @@ -10462,8 +10462,8 @@ variants {macosx universal} depends_build port:pkgconfig variant_desc {macosx {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir x11/luit description {X.org luit} homepage http://www.x.org epoch 0 platforms darwin name luit depends_lib {port:xorg-libX11 port:xorg-libfontenc} maintainers jeremyhu long_description {Convert terminal i/o from legacy encodings to UTF-8} categories x11 version 1.0.3 revision 1 makedepend 754 variants universal depends_build port:pkgconfig variant_desc {universal {Build for multiple architectures}} portdir x11/makedepend description {Create dependencies in makefiles} homepage http://www.x.org/ epoch 0 platforms darwin name makedepend maintainers {blb openmaintainer} long_description {The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well.} version 1.0.1 categories {x11 devel} revision 0 -mesa 695 -variants {universal hw_render system_x11} depends_build {port:xorg-glproto bin:makedepend:makedepend} variant_desc {universal {Build for multiple architectures} hw_render {Install a libGL.dylib that} system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts}} portdir x11/mesa description {Mesa 3D Graphics Library} homepage http://mesa3d.sourceforge.net/ epoch 0 platforms {macosx darwin} name mesa depends_lib port:xorg-libXext maintainers {jeremyhu andrea.damore openmaintainer} long_description {Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.} categories {x11 graphics} version 7.2 revision 2 +mesa 762 +variants {universal hw_render system_x11} depends_build {port:xorg-glproto bin:makedepend:makedepend} variant_desc {universal {Build for multiple architectures} hw_render {Install a libGL.dylib that uses OpenGL.framework to allow rendering on your graphics hardware} system_x11 {Install a stub package to use the system X11 libraries rather than MacPorts}} portdir x11/mesa description {Mesa 3D Graphics Library} homepage http://mesa3d.sourceforge.net/ epoch 0 platforms {macosx darwin} name mesa depends_lib port:xorg-libXext maintainers {jeremyhu andrea.damore openmaintainer} long_description {Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.} categories {x11 graphics} version 7.2 revision 2 mikachanfont 590 portdir x11/mikachanfont description {Mikachan-font is Japanese font written by Mikachan} name mikachanfont depends_lib bin:mkfontdir:mkfontdir version 8.9 categories {x11 fonts} homepage http://www001.upp.so-net.ne.jp/mikachan/ revision 0 epoch 0 maintainers pelopor at nifty.com long_description {Mikachan-font is Japanese font. It was written by Mikachan,and scaned and used font making software. It is possible to display Hiragana, Katakana, Numbers, Alphabets, symbols, Kanji for education, Usual kanji, Kanji of person's name, JIS kanji Level 1, JIS kanji Level 2, IBM expantion kanji.} mkfontdir 351 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Wed Feb 4 20:53:53 2009 From: devans at macports.org (devans at macports.org) Date: Wed, 4 Feb 2009 20:53:53 -0800 (PST) Subject: [46450] trunk/dports/python/py25-numarray/Portfile Message-ID: <20090205045353.5098EE7658A@beta.macosforge.org> Revision: 46450 http://trac.macports.org/changeset/46450 Author: devans at macports.org Date: 2009-02-04 20:53:52 -0800 (Wed, 04 Feb 2009) Log Message: ----------- py25-numarray: as suggested by ryandesign, elaborate on the meaning of the smp variant. Description is taken directly from the description of the configure arg in generate.py. Modified Paths: -------------- trunk/dports/python/py25-numarray/Portfile Modified: trunk/dports/python/py25-numarray/Portfile =================================================================== --- trunk/dports/python/py25-numarray/Portfile 2009-02-05 03:52:28 UTC (rev 46449) +++ trunk/dports/python/py25-numarray/Portfile 2009-02-05 04:53:52 UTC (rev 46450) @@ -34,7 +34,7 @@ build.env CC=/usr/bin/gcc-4.0 } -variant smp description {Enable smp} { +variant smp description {Specify this to try to exploit multiple processors. A work in progress ...} { build.args --smp destroot.args --smp } -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Wed Feb 4 21:12:23 2009 From: toby at macports.org (toby at macports.org) Date: Wed, 4 Feb 2009 21:12:23 -0800 (PST) Subject: [46451] trunk/base/src/port1.0/portconfigure.tcl Message-ID: <20090205051223.312C0E76A74@beta.macosforge.org> Revision: 46451 http://trac.macports.org/changeset/46451 Author: toby at macports.org Date: 2009-02-04 21:12:22 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Removing weird special casing. gcc -v clearly shows that this is wholly unnecessary. Modified Paths: -------------- trunk/base/src/port1.0/portconfigure.tcl Modified: trunk/base/src/port1.0/portconfigure.tcl =================================================================== --- trunk/base/src/port1.0/portconfigure.tcl 2009-02-05 04:53:52 UTC (rev 46450) +++ trunk/base/src/port1.0/portconfigure.tcl 2009-02-05 05:12:22 UTC (rev 46451) @@ -254,10 +254,6 @@ if {[info exists configure.universal_sysroot]} { set flags "-isysroot ${configure.universal_sysroot} ${flags}" } - # normally set in MACOSX_DEPLOYMENT_TARGET, add here too to make sure - if {${os.major} == "9"} { - set flags "${flags} -mmacosx-version-min=${configure.universal_target}" - } return $flags } @@ -270,10 +266,6 @@ if {${os.arch} == "powerpc"} { set flags "-Wl,-syslibroot,${configure.universal_sysroot} ${flags}" } - # normally set in MACOSX_DEPLOYMENT_TARGET, add here too to make sure - if {${os.major} == "9"} { - set flags "${flags} -mmacosx-version-min=${configure.universal_target}" - } return $flags } -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Wed Feb 4 21:24:20 2009 From: devans at macports.org (dev