From portindex at macports.org Sat Aug 1 00:53:21 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 00:53:21 -0700 (PDT) Subject: [54732] trunk/dports/PortIndex Message-ID: <20090801075323.34CE222845E8@beta.macosforge.org> Revision: 54732 http://trac.macports.org/changeset/54732 Author: portindex at macports.org Date: 2009-08-01 00:53:21 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5984 Ports successfully parsed: 5984 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 06:53:23 UTC (rev 54731) +++ trunk/dports/PortIndex 2009-08-01 07:53:21 UTC (rev 54732) @@ -1113,7 +1113,7 @@ darts 528 variants universal portdir devel/darts description {Double-ARray Trie System} homepage http://chasen.org/~taku/software/darts/ epoch 0 platforms darwin name darts depends_lib port:zlib long_description {Darts is a C++ Templeate library which can be used to make Double-Array. Reference: Aoe, J. An Efficient Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077} maintainers {takanori openmaintainer} categories devel version 0.32 revision 0 darwinbuild 768 -portdir devel/darwinbuild description {Darwinbuild is a set of tools that facilitate building the sources released by Apple.} depends_fetch port:subversion homepage http://darwinbuild.macosforge.org/ epoch 0 platforms darwin name darwinbuild maintainers wms long_description {The Darwin Build Scripts are a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's Mac OS X operating system. Apple publishes the sources of these projects in an archive format (.tar.gz). An archive is published for each project version on Apple's site. These tools will provide the proper build environment as well as help to resolve any necessary dependencies prior to building.} categories devel version 0.8.0 revision 525 +portdir devel/darwinbuild description {Darwinbuild is a set of tools that facilitate building the sources released by Apple.} depends_fetch port:subversion homepage http://darwinbuild.macosforge.org/ epoch 0 platforms darwin name darwinbuild maintainers wms long_description {The Darwin Build Scripts are a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's Mac OS X operating system. Apple publishes the sources of these projects in an archive format (.tar.gz). An archive is published for each project version on Apple's site. These tools will provide the proper build environment as well as help to resolve any necessary dependencies prior to building.} categories devel version 0.8.0 revision 540 dbow 475 portdir devel/dbow description {database compiler-compiler} homepage http://dbow.sourceforge.net/ epoch 0 platforms darwin name dbow depends_lib port:mysql4 maintainers nomaintainer long_description {DBOW is a database compiler-compiler or front-end. It takes table definitions in a meta language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.} categories {devel databases} version 0.7 revision 0 dbus 525 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Sat Aug 1 04:06:07 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Sat, 1 Aug 2009 04:06:07 -0700 (PDT) Subject: [54733] trunk/dports/devel/gmp/Portfile Message-ID: <20090801110608.64AC62285F4A@beta.macosforge.org> Revision: 54733 http://trac.macports.org/changeset/54733 Author: mcalhoun at macports.org Date: 2009-08-01 04:06:04 -0700 (Sat, 01 Aug 2009) Log Message: ----------- gmp: The default value of merger_arch_compiler changed in r53389. The old default value is required. No revision increase needed since gmp build correctly or not at all. Modified Paths: -------------- trunk/dports/devel/gmp/Portfile Modified: trunk/dports/devel/gmp/Portfile =================================================================== --- trunk/dports/devel/gmp/Portfile 2009-08-01 07:53:21 UTC (rev 54732) +++ trunk/dports/devel/gmp/Portfile 2009-08-01 11:06:04 UTC (rev 54733) @@ -46,6 +46,9 @@ } configure.pipe no +# Since CFLAGS and CXXFLAGS must be empty, append -arch ... to CC and CXX. +merger_arch_compiler yes + test.run yes test.cmd make test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcalhoun at macports.org Sat Aug 1 04:56:20 2009 From: mcalhoun at macports.org (mcalhoun at macports.org) Date: Sat, 1 Aug 2009 04:56:20 -0700 (PDT) Subject: [54734] trunk/dports/devel/gmp Message-ID: <20090801115620.7438922861DF@beta.macosforge.org> Revision: 54734 http://trac.macports.org/changeset/54734 Author: mcalhoun at macports.org Date: 2009-08-01 04:56:18 -0700 (Sat, 01 Aug 2009) Log Message: ----------- gmp: If -Wundef is used, a distracting warning can result. Fixes #20507. Modified Paths: -------------- trunk/dports/devel/gmp/Portfile trunk/dports/devel/gmp/files/patch-gmp-h.in.diff Modified: trunk/dports/devel/gmp/Portfile =================================================================== --- trunk/dports/devel/gmp/Portfile 2009-08-01 11:06:04 UTC (rev 54733) +++ trunk/dports/devel/gmp/Portfile 2009-08-01 11:56:18 UTC (rev 54734) @@ -6,6 +6,7 @@ name gmp version 4.3.1 +revision 1 categories devel math maintainers mcalhoun openmaintainer platforms darwin Modified: trunk/dports/devel/gmp/files/patch-gmp-h.in.diff =================================================================== --- trunk/dports/devel/gmp/files/patch-gmp-h.in.diff 2009-08-01 11:06:04 UTC (rev 54733) +++ trunk/dports/devel/gmp/files/patch-gmp-h.in.diff 2009-08-01 11:56:18 UTC (rev 54734) @@ -9,7 +9,7 @@ #define __GMP_EXTERN_INLINE extern __inline__ __attribute__ ((__gnu_inline__)) -#else +#define __GMP_INLINE_PROTOTYPES 1 -+#elif !(defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && __STDC_VERSION__ >= 199901L) ++#elif !(defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L) #define __GMP_EXTERN_INLINE extern __inline__ -#endif #define __GMP_INLINE_PROTOTYPES 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sat Aug 1 05:40:13 2009 From: mnick at macports.org (mnick at macports.org) Date: Sat, 1 Aug 2009 05:40:13 -0700 (PDT) Subject: [54735] trunk/dports/lang Message-ID: <20090801124013.C011222863A6@beta.macosforge.org> Revision: 54735 http://trac.macports.org/changeset/54735 Author: mnick at macports.org Date: 2009-08-01 05:40:11 -0700 (Sat, 01 Aug 2009) Log Message: ----------- new port: gccxml-devel (since there is no official release since 2004) Added Paths: ----------- trunk/dports/lang/gccxml-devel/ trunk/dports/lang/gccxml-devel/Portfile Added: trunk/dports/lang/gccxml-devel/Portfile =================================================================== --- trunk/dports/lang/gccxml-devel/Portfile (rev 0) +++ trunk/dports/lang/gccxml-devel/Portfile 2009-08-01 12:40:11 UTC (rev 54735) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 + +name gccxml-devel +version 20090713 +categories lang +platforms darwin +maintainers mnick openmaintainer +description generates XML description of C++ code +long_description generates an XML description of a C++ program from GCC's \ + internal representation + +homepage http://www.gccxml.org/ +fetch.type cvs +cvs.root :pserver:anoncvs at www.gccxml.org:/cvsroot/GCC_XML +cvs.date 2009-07-13 +cvs.module gccxml +worksrcdir gccxml + +depends_build port:cmake + +post-extract { + file mkdir ${workpath}/build +} + +configure { + system "cd ${workpath}/build \ + && cmake ${worksrcpath} -DCMAKE_INSTALL_PREFIX:PATH=${prefix}" +} + +build.dir ${workpath}/build +destroot.dir ${workpath}/build + Property changes on: trunk/dports/lang/gccxml-devel/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sat Aug 1 05:45:17 2009 From: mnick at macports.org (mnick at macports.org) Date: Sat, 1 Aug 2009 05:45:17 -0700 (PDT) Subject: [54736] trunk/dports/python Message-ID: <20090801124517.B9EEB2286424@beta.macosforge.org> Revision: 54736 http://trac.macports.org/changeset/54736 Author: mnick at macports.org Date: 2009-08-01 05:45:17 -0700 (Sat, 01 Aug 2009) Log Message: ----------- new port: python2.6 bindings for gccxml Added Paths: ----------- trunk/dports/python/py26-pygccxml/ trunk/dports/python/py26-pygccxml/Portfile Added: trunk/dports/python/py26-pygccxml/Portfile =================================================================== --- trunk/dports/python/py26-pygccxml/Portfile (rev 0) +++ trunk/dports/python/py26-pygccxml/Portfile 2009-08-01 12:45:17 UTC (rev 54736) @@ -0,0 +1,30 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pygccxml +version 1.0.0 +categories-append devel +maintainers mnick + +description pygccxml is a python interface to gcc-xml +long_description ${description} + +platforms darwin + +homepage http://www.language-binding.net/pygccxml/pygccxml.html +master_sites sourceforge:pygccxml +use_zip yes +distname pygccxml-${version} + +checksums md5 44badbf8c4bcd3095290a90f2f2a9234 \ + sha1 7158877faff2254e6c094bf18e6b4283cac19137 \ + rmd160 8ca0afd7dcc37f6b12892f7a2962afb514293a37 + +depends_lib port:gccxml-devel \ + port:py26-setuptools + +test.run yes +test.cmd python2.6 +test.target unittests/test_all.py Property changes on: trunk/dports/python/py26-pygccxml/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 05:53:21 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 05:53:21 -0700 (PDT) Subject: [54737] trunk/dports Message-ID: <20090801125322.DBF112286481@beta.macosforge.org> Revision: 54737 http://trac.macports.org/changeset/54737 Author: portindex at macports.org Date: 2009-08-01 05:53:21 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5986 Ports successfully parsed: 5986 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 12:45:17 UTC (rev 54736) +++ trunk/dports/PortIndex 2009-08-01 12:53:21 UTC (rev 54737) @@ -1241,7 +1241,7 @@ gmake 700 variants universal portdir devel/gmake description {GNU Make} homepage http://www.gnu.org/software/make/make.html epoch 0 platforms darwin name gmake depends_lib {port:gettext port:libiconv} long_description {Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.} maintainers waqar categories devel version 3.81 revision 0 gmp 830 -variants {universal powerpc} portdir devel/gmp description {GNU multiple precision arithmetic library} homepage http://gmplib.org/ epoch 0 platforms darwin name gmp maintainers {mcalhoun openmaintainer} long_description {GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).} categories {devel math} version 4.3.1 revision 0 +variants {universal powerpc} portdir devel/gmp description {GNU multiple precision arithmetic library} homepage http://gmplib.org/ epoch 0 platforms darwin name gmp maintainers {mcalhoun openmaintainer} long_description {GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).} categories {devel math} version 4.3.1 revision 1 gmp-cxx-wrappers 495 variants {darwin_i386 universal} portdir devel/gmp-cxx-wrappers description {C++ wrappers for the GNU multiple precision arithmetic library} homepage http://www.swox.com/gmp/ epoch 0 depends_run port:gmp platforms {darwin freebsd} name gmp-cxx-wrappers long_description {The C++ wrappers for gmp. To build them requires that gmp be installed, hence this portfile, which rebuilds gmp, but only installs the C++ wrappers.} maintainers nomaintainer categories {devel math} version 4.2.1 revision 2 gmsl 441 @@ -4086,6 +4086,8 @@ variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20090723 revision 0 gccxml 351 variants universal depends_build port:cmake portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers nomaintainer categories lang version 0.6.0 revision 0 +gccxml-devel 402 +variants universal depends_build port:cmake portdir lang/gccxml-devel description {generates XML description of C++ code} depends_fetch bin:cvs:cvs homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml-devel long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers {mnick openmaintainer} categories lang version 20090713 revision 0 gcj34 546 variants {darwin_8 universal} portdir lang/gcj34 description {GNU Java compiler} homepage http://www.gnu.org/software/gcc/java/ epoch 0 platforms darwin name gcj34 depends_lib {port:libiconv port:zlib} long_description {GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language. It can compile: Java source code directly to native machine code, Java source code to Java bytecode (class files), and Java bytecode to native machine code.} maintainers nomaintainer categories {lang devel java} version 3.4.6 revision 0 gcl 644 @@ -8880,6 +8882,8 @@ portdir python/py26-pyepl description {PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled)} homepage http://pyepl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libsndfile port:libsamplerate port:swig port:py26-numpy port:py26-pil port:py26-opengl port:py26-pyrex port:py26-ode port:py26-game port:py26-setuptools port:activewire} name py26-pyepl maintainers jameskyle long_description {{PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled).} It supports presentation of both visual and auditory stimuli, and supports both manual (keyboard/joystick) and sound (microphone) input as responses.} version 1.0.29 categories python revision 0 py26-pyflakes 534 portdir python/py26-pyflakes description {passive checker of Python programs} 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.} version 0.3.0 categories {python www} revision 0 +py26-pygccxml 410 +portdir python/py26-pygccxml description {pygccxml is a python interface to gcc-xml} homepage http://www.language-binding.net/pygccxml/pygccxml.html epoch 0 platforms darwin depends_lib {port:gccxml-devel port:py26-setuptools} name py26-pygccxml maintainers mnick long_description {{pygccxml is a python interface to gcc-xml}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0 py26-pygments 526 portdir python/py26-pygments description {Python syntax highlighter} homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pygments maintainers {openmaintainer erickt} 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.} version 1.0 categories {python devel} revision 0 py26-pygresql 525 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From enl at macports.org Sat Aug 1 06:15:11 2009 From: enl at macports.org (enl at macports.org) Date: Sat, 1 Aug 2009 06:15:11 -0700 (PDT) Subject: [54738] branches/gsoc09-logging/base/src/port1.0 Message-ID: <20090801131512.3D56F228659F@beta.macosforge.org> Revision: 54738 http://trac.macports.org/changeset/54738 Author: enl at macports.org Date: 2009-08-01 06:15:09 -0700 (Sat, 01 Aug 2009) Log Message: ----------- "copy_log_files" Portfile option added that let to specify files in worksrcpath that need to be copied in the logdir Modified Paths: -------------- branches/gsoc09-logging/base/src/port1.0/portmain.tcl branches/gsoc09-logging/base/src/port1.0/portutil.tcl Modified: branches/gsoc09-logging/base/src/port1.0/portmain.tcl =================================================================== --- branches/gsoc09-logging/base/src/port1.0/portmain.tcl 2009-08-01 12:53:21 UTC (rev 54737) +++ branches/gsoc09-logging/base/src/port1.0/portmain.tcl 2009-08-01 13:15:09 UTC (rev 54738) @@ -48,7 +48,7 @@ options long_description description homepage license provides conflicts options worksrcdir filesdir distname portdbpath libpath distpath sources_conf os.platform os.version os.major os.arch os.endian platforms default_variants install.user install.group macosx_deployment_target options universal_variant os.universal_supported - +options copy_log_files # Export options via PortInfo options_export name version revision epoch categories maintainers platforms description long_description homepage license provides conflicts Modified: branches/gsoc09-logging/base/src/port1.0/portutil.tcl =================================================================== --- branches/gsoc09-logging/base/src/port1.0/portutil.tcl 2009-08-01 12:53:21 UTC (rev 54737) +++ branches/gsoc09-logging/base/src/port1.0/portutil.tcl 2009-08-01 13:15:09 UTC (rev 54738) @@ -1207,7 +1207,7 @@ set ports_dry_last_skipped "" proc target_run {ditem} { - global target_state_fd workpath ports_trace PortInfo ports_dryrun ports_dry_last_skipped current_stage + global target_state_fd workpath ports_trace PortInfo ports_dryrun ports_dry_last_skipped current_stage worksrcpath set portname [option name] set result 0 set skipped 0 @@ -1367,6 +1367,18 @@ } } } + if {[exists copy_log_files]} { + set log_files [option copy_log_files] + set log_dir "/var/macports/logs/$portname" + file mkdir $log_dir + + foreach log_file $log_files { + set from "$worksrcpath/$log_file" + if {[file exists $from]} { + file copy -force $from $log_dir + } + } + } if {$result == 0} { # Only write to state file if: # - we indeed performed this step. -------------- next part -------------- An HTML attachment was scrubbed... URL: From enl at macports.org Sat Aug 1 06:23:38 2009 From: enl at macports.org (enl at macports.org) Date: Sat, 1 Aug 2009 06:23:38 -0700 (PDT) Subject: [54739] branches/gsoc09-logging/base/src/port1.0/portutil.tcl Message-ID: <20090801132338.4368122865E3@beta.macosforge.org> Revision: 54739 http://trac.macports.org/changeset/54739 Author: enl at macports.org Date: 2009-08-01 06:23:37 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Added prefix to the logdir Modified Paths: -------------- branches/gsoc09-logging/base/src/port1.0/portutil.tcl Modified: branches/gsoc09-logging/base/src/port1.0/portutil.tcl =================================================================== --- branches/gsoc09-logging/base/src/port1.0/portutil.tcl 2009-08-01 13:15:09 UTC (rev 54738) +++ branches/gsoc09-logging/base/src/port1.0/portutil.tcl 2009-08-01 13:23:37 UTC (rev 54739) @@ -1207,7 +1207,7 @@ set ports_dry_last_skipped "" proc target_run {ditem} { - global target_state_fd workpath ports_trace PortInfo ports_dryrun ports_dry_last_skipped current_stage worksrcpath + global target_state_fd workpath ports_trace PortInfo ports_dryrun ports_dry_last_skipped current_stage worksrcpath prefix set portname [option name] set result 0 set skipped 0 @@ -1369,7 +1369,7 @@ } if {[exists copy_log_files]} { set log_files [option copy_log_files] - set log_dir "/var/macports/logs/$portname" + set log_dir "$prefix/var/macports/logs/$portname" file mkdir $log_dir foreach log_file $log_files { -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sat Aug 1 06:49:34 2009 From: mnick at macports.org (mnick at macports.org) Date: Sat, 1 Aug 2009 06:49:34 -0700 (PDT) Subject: [54740] trunk/dports/python Message-ID: <20090801134935.4CC3122867AE@beta.macosforge.org> Revision: 54740 http://trac.macports.org/changeset/54740 Author: mnick at macports.org Date: 2009-08-01 06:49:33 -0700 (Sat, 01 Aug 2009) Log Message: ----------- new port: python2.6 version of Py++ Added Paths: ----------- trunk/dports/python/py26-pyplusplus/ trunk/dports/python/py26-pyplusplus/Portfile Added: trunk/dports/python/py26-pyplusplus/Portfile =================================================================== --- trunk/dports/python/py26-pyplusplus/Portfile (rev 0) +++ trunk/dports/python/py26-pyplusplus/Portfile 2009-08-01 13:49:33 UTC (rev 54740) @@ -0,0 +1,28 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pyplusplus +version 1.0.0 +categories-append devel +maintainers mnick + +description Py++ is an framework for creating a code generator for Boost.Python library and ctypes package +long_description ${description} + +platforms darwin + +homepage http://www.language-binding.net/pyplusplus/pyplusplus.html +master_sites sourceforge:pygccxml +use_zip yes +distname pyplusplus-${version} +worksrcdir Py++-${version} + +checksums md5 4997f61fa27a432e36fa0142dc3dc06c \ + sha1 35acbb96bde893b17d449e857e9b1009a41e8938 \ + rmd160 7a763d1ee504f2f07941bb85b3031903249dd6b3 + +depends_lib port:py26-pygccxml \ + port:py26-setuptools + Property changes on: trunk/dports/python/py26-pyplusplus/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 07:37:38 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 07:37:38 -0700 (PDT) Subject: [54741] trunk/dports/net/cclive/Portfile Message-ID: <20090801143738.4DC772286A0A@beta.macosforge.org> Revision: 54741 http://trac.macports.org/changeset/54741 Author: snc at macports.org Date: 2009-08-01 07:37:36 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated version Modified Paths: -------------- trunk/dports/net/cclive/Portfile Modified: trunk/dports/net/cclive/Portfile =================================================================== --- trunk/dports/net/cclive/Portfile 2009-08-01 13:49:33 UTC (rev 54740) +++ trunk/dports/net/cclive/Portfile 2009-08-01 14:37:36 UTC (rev 54741) @@ -4,7 +4,7 @@ PortSystem 1.0 name cclive -version 0.4.5 +version 0.4.6 categories net www maintainers openmaintainer snc description A command line video extraction utility. @@ -19,9 +19,9 @@ master_sites googlecode use_bzip2 yes -checksums md5 66d0327db5b041ddebbfaa1aed2a1aa5 \ - sha1 280566e594532b5be443baf12e718a1b386e194f \ - rmd160 2b8eceb6f1b55b99fdd530fd138b751db6f3b495 +checksums md5 d1cce0a433fc515f3682ba7ef4cbdc09 \ + sha1 bd1c4090206f036bcb7506187645e53183f35387 \ + rmd160 4a41656cc91ed9ed54918c29c1c2b1f1d9c03ca1 destroot { xinstall -m 0755 ${worksrcpath}/src/cclive ${destroot}${prefix}/bin -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 07:53:27 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 07:53:27 -0700 (PDT) Subject: [54742] trunk/dports Message-ID: <20090801145328.78DBC2286AED@beta.macosforge.org> Revision: 54742 http://trac.macports.org/changeset/54742 Author: portindex at macports.org Date: 2009-08-01 07:53:27 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5987 Ports successfully parsed: 5987 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 14:37:36 UTC (rev 54741) +++ trunk/dports/PortIndex 2009-08-01 14:53:27 UTC (rev 54742) @@ -5117,7 +5117,7 @@ canto 536 portdir net/canto description {flexible ncurses Atom/RSS newsreader for the console} homepage http://codezen.org/canto epoch 0 platforms darwin depends_lib {port:ncursesw port:py26-feedparser port:py26-chardet} name canto maintainers {jack at codezen.org brett} long_description {Canto is an Atom/RSS feed reader for the console that is meant to be quick, concise, and colorful. It provides a minimal, yet information packed interface with almost infinite customization and extensibility} version 0.6.13 categories {net python} revision 0 cclive 416 -variants universal depends_build port:pkgconfig portdir net/cclive description {A command line video extraction utility.} homepage http://code.google.com/p/cclive/ epoch 0 platforms darwin depends_lib port:curl name cclive long_description {cclive is a command line video extraction utility similar to clive but with lower requirements} maintainers {openmaintainer snc} categories {net www} version 0.4.5 revision 0 +variants universal depends_build port:pkgconfig portdir net/cclive description {A command line video extraction utility.} homepage http://code.google.com/p/cclive/ epoch 0 platforms darwin depends_lib port:curl name cclive long_description {cclive is a command line video extraction utility similar to clive but with lower requirements} maintainers {openmaintainer snc} categories {net www} version 0.4.6 revision 0 ccxstream 383 portdir net/ccxstream description {Stream media files to XBox Media Center via XBMSP} homepage http://www.xboxmediacenter.de/ epoch 0 platforms darwin name ccxstream maintainers gmail.com:yunzheng.hu long_description {Server to stream music and video files from your UNIX server to a XBox running XBox Media Player using the XBMSP protocol.} version 1.0.15 categories net revision 0 cdpd 325 @@ -8906,6 +8906,8 @@ portdir python/py26-pyobjc2 depends_fetch port:subversion description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-py2app-devel} name py26-pyobjc2 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.} version 2.0 categories {python devel} revision 1 py26-pyobjc2-cocoa 443 portdir python/py26-pyobjc2-cocoa depends_fetch port:subversion description {cocoa wrappers for py26-pyobjc2} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-pyobjc2} name py26-pyobjc2-cocoa maintainers {jmr openmaintainer} long_description {This port provides the CoreFoundation, Foundation and AppKit wrappers for use with py26-pyobjc2.} version 2.0 categories {python devel} revision 1 +py26-pyplusplus 525 +portdir python/py26-pyplusplus description {Py++ is an framework for creating a code generator for Boost.Python library and ctypes package} homepage http://www.language-binding.net/pyplusplus/pyplusplus.html epoch 0 platforms darwin depends_lib {port:py26-pygccxml port:py26-setuptools} name py26-pyplusplus maintainers mnick long_description {{Py++ is an framework for creating a code generator for Boost.Python library and ctypes package}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0 py26-pyprotocols 577 portdir python/py26-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py26-decoratortools name py26-pyprotocols maintainers nomaintainer long_description {PyProtocols extends the PEP 246 adapt() function with a new {declaration API} that lets you easily define your own interfaces and adapters, and declare what adapters should be used to adapt what types, objects, or interfaces.} depends_extract bin:unzip:unzip version 1.0a0dev-r2302 categories {python devel} revision 0 py26-pyqt4 587 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 08:04:51 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 08:04:51 -0700 (PDT) Subject: [54743] trunk/dports/www/ZendFramework/Portfile Message-ID: <20090801150451.6F6672286D60@beta.macosforge.org> Revision: 54743 http://trac.macports.org/changeset/54743 Author: snc at macports.org Date: 2009-08-01 08:04:49 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated version Modified Paths: -------------- trunk/dports/www/ZendFramework/Portfile Modified: trunk/dports/www/ZendFramework/Portfile =================================================================== --- trunk/dports/www/ZendFramework/Portfile 2009-08-01 14:53:27 UTC (rev 54742) +++ trunk/dports/www/ZendFramework/Portfile 2009-08-01 15:04:49 UTC (rev 54743) @@ -4,7 +4,7 @@ PortSystem 1.0 name ZendFramework -version 1.8.4PL1 +version 1.9.0 categories www lang maintainers snc openmaintainer description A framework for developing PHP web applications @@ -21,9 +21,9 @@ master_sites http://framework.zend.com/releases/${name}-${version}/ -checksums md5 d7374bf9b1741e2f925e8d2443475f9d \ - sha1 0bd6ac355959afc245b8166aea5108a98625c1a8 \ - rmd160 e3b60d490c116f5b66ded51be291921ede10cb2c +checksums md5 f3fea04a41b0e7d8492d50d7db577b85 \ + sha1 2bf4dd56e10d23a146a6a94dc026a09cf3373fb4 \ + rmd160 1399c135e98de6db63a868452a302006440d5cbf set zf_doc_dir ${prefix}/share/doc/${name} set zf_lib_dir ${prefix}/lib/${name} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 08:53:24 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 08:53:24 -0700 (PDT) Subject: [54744] trunk/dports Message-ID: <20090801155325.8F6D52287EF1@beta.macosforge.org> Revision: 54744 http://trac.macports.org/changeset/54744 Author: portindex at macports.org Date: 2009-08-01 08:53:21 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5987 Ports successfully parsed: 5987 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 15:04:49 UTC (rev 54743) +++ trunk/dports/PortIndex 2009-08-01 15:53:21 UTC (rev 54744) @@ -10832,8 +10832,8 @@ variants {inplace universal} portdir textproc/xmlstarlet description {xml command line utilities} homepage http://xmlstar.sourceforge.net epoch 0 name xmlstarlet depends_lib {port:libxml2 port:libxslt port:libiconv} long_description {XMLStarlet is a set of command line utilities (tools) to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for text files with UNIX grep, sed, awk, diff, patch, join, etc utilities.} maintainers gmail.com:cedric.luthi categories textproc version 1.0.1 revision 1 xmlto 657 variants universal portdir textproc/xmlto description {Convert an XML document to another format based on XSL or other tools} homepage http://cyberelk.net/tim/xmlto/ epoch 0 platforms darwin name xmlto depends_lib {port:libxslt port:libxml2 port:getopt port:docbook-xml port:docbook-xsl} long_description {The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary. This may involve two steps: 1. The application of an appropriate XSL stylesheet using an XSL-T processor. 2. Further processing with other tools. This step may not be necessary.} maintainers nomaintainer categories textproc version 0.0.22 revision 0 -ZendFramework 580 -portdir www/ZendFramework description {A framework for developing PHP web applications} homepage http://framework.zend.com/ epoch 0 depends_run path:bin/php:php5 platforms {darwin freebsd} name ZendFramework maintainers {snc openmaintainer} long_description {This is a port of the Zend Framework. The Zend Framework aims to provide an architecture for developing entire applications with no other library dependencies. This code will always be actively developed, tested, and supported by Zend and the PHP Collaboration Project.} categories {www lang} version 1.8.4PL1 revision 0 +ZendFramework 577 +portdir www/ZendFramework description {A framework for developing PHP web applications} homepage http://framework.zend.com/ epoch 0 depends_run path:bin/php:php5 platforms {darwin freebsd} name ZendFramework maintainers {snc openmaintainer} long_description {This is a port of the Zend Framework. The Zend Framework aims to provide an architecture for developing entire applications with no other library dependencies. This code will always be actively developed, tested, and supported by Zend and the PHP Collaboration Project.} categories {www lang} version 1.9.0 revision 0 ab2foaf 329 variants universal portdir www/ab2foaf description {address generate FOAF description from Address Book} homepage http://ab2foaf.sourceforge.net/ epoch 0 platforms darwin name ab2foaf long_description {generates a FOAF description from the Mac OS X Address Book.} maintainers nomaintainer categories www version 0.2.5 revision 0 abyss 438 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Aug 1 09:27:40 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 1 Aug 2009 09:27:40 -0700 (PDT) Subject: [54745] trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl Message-ID: <20090801162741.3E3712288179@beta.macosforge.org> Revision: 54745 http://trac.macports.org/changeset/54745 Author: jmr at macports.org Date: 2009-08-01 09:27:38 -0700 (Sat, 01 Aug 2009) Log Message: ----------- add aarnet distfiles mirror 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-08-01 15:53:21 UTC (rev 54744) +++ trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl 2009-08-01 16:27:38 UTC (rev 54745) @@ -219,6 +219,7 @@ set portfetch::mirror_sites::sites(macports_distfiles) { http://distfiles.macports.org/:mirror http://arn.se.distfiles.macports.org/:mirror + http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/:mirror } set portfetch::mirror_sites::sites(openbsd) { -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sat Aug 1 09:39:39 2009 From: noreply at macports.org (MacPorts) Date: Sat, 01 Aug 2009 16:39:39 -0000 Subject: [MacPorts] Mirrors modified Message-ID: <20090801163939.2B3DB6FC5DE0@mail-out4.apple.com> Changed page "Mirrors" by jmr at macports.org from 202.7.166.167* Page URL: Diff URL: Revision 12 Comment: match country, city ordering; grammar fix -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: Mirrors ========================================================================= --- Mirrors (version: 11) +++ Mirrors (version: 12) @@ -7,16 +7,16 @@ || USA, CA || rsync://rsync.macports.org/release/ports/ || admin at macosforge.org || || Norway, Trondheim || rsync://trd.no.rsync.macports.org/release/ports/ || somaen at pvv.ntnu.no || Temporarily offline || Sweden, Stockholm || rsync://arn.se.rsync.macports.org/release/ports/ || david at mojo.net || -|| Brisbane, Australia || rsync://aarnet.au.rsync.macports.org/pub/macports/ports/ || mirror at aarnet.edu.au || +|| Australia, Brisbane || rsync://aarnet.au.rsync.macports.org/pub/macports/ports/ || mirror at aarnet.edu.au || == Distfiles == -Distfiles are the archives containing the source code for port. They are usually retrieved from the project's site or of their mirrors. The MacPorts project further mirrors the distfiles in one location. The following mirrors are queried automatically by MacPorts. +Distfiles are the archives containing the source code for port. They are usually retrieved from the project's site or one of their mirrors. The MacPorts project further mirrors the distfiles in one location. The following mirrors are queried automatically by MacPorts. || '''Location''' || '''URL''' || '''Admin''' || '''Note''' || USA, CA || http://distfiles.macports.org || admin at macosforge.org || || Norway, Trondheim || http://trd.no.distfiles.macports.org || somaen at pvv.ntnu.no || Temporarily offline || Sweden, Stockholm || http://arn.se.distfiles.macports.org || david at mojo.net || -|| Brisbane, Australia || http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/ || mirror at aarnet.edu.au || +|| Australia, Brisbane || http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/ || mirror at aarnet.edu.au || == MacPorts Source == MacPorts is updated during {{{port selfupdate}}} by checking the version on the rsync server. You can point your installation at a closer mirror listed below by changing the two options, rsync_server and rsync_dir, in {{{${prefix}/etc/macports/macports.conf}}}. -------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 Mirrors. If it was not you, please report to . From jmr at macports.org Sat Aug 1 10:12:24 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 1 Aug 2009 10:12:24 -0700 (PDT) Subject: [54746] trunk/base/doc/portfile.7 Message-ID: <20090801171225.2B48222883C1@beta.macosforge.org> Revision: 54746 http://trac.macports.org/changeset/54746 Author: jmr at macports.org Date: 2009-08-01 10:12:22 -0700 (Sat, 01 Aug 2009) Log Message: ----------- document configure.optflags in portfile(7) Modified Paths: -------------- trunk/base/doc/portfile.7 Modified: trunk/base/doc/portfile.7 =================================================================== --- trunk/base/doc/portfile.7 2009-08-01 16:27:38 UTC (rev 54745) +++ trunk/base/doc/portfile.7 2009-08-01 17:12:22 UTC (rev 54746) @@ -883,6 +883,17 @@ .Sh CONFIGURE OPTIONS MacPorts provide special support for configure flags (CFLAGS, LDFLAGS, CPPFLAGS, CXXFLAGS, CC, CXX, CPP, FC, F77, F90). Please note that the previous way to alter these flags (using configure.env) may become deprecated at some point. The following options are defined: .Bl -tag -width lc +.It Ic configure.optflags +Flags to use for optimization. +.br +.Sy Type: +.Em optional +.br +.Sy Default: +.Em -O2 +.br +.Sy Example: +.Dl configure.optflags -O3 .It Ic configure.cflags Flags to put in the CFLAGS environment variable when invoking the configure script. .br @@ -890,7 +901,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .br .Sy Example: .Dl configure.cflags-append -DHAS_LRINTF @@ -909,7 +920,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.objcflags Flags to put in the OBJCFLAGS environment variable when invoking the configure script. .br @@ -917,7 +928,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.ldflags Flags to put in the LDFLAGS environment variable when invoking the configure script. .br @@ -933,7 +944,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.f90flags Flags to put in the F90FLAGS environment variable when invoking the configure script. .br @@ -941,7 +952,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.fcflags Flags to put in the FCFLAGS environment variable when invoking the configure script. .br @@ -949,7 +960,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.classpath Flags to put in the CLASSPATH environment variable when invoking the configure script. .br -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Aug 1 10:22:37 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 1 Aug 2009 10:22:37 -0700 (PDT) Subject: [54747] trunk/base/src/port1.0/portlint.tcl Message-ID: <20090801172238.04CF3228863C@beta.macosforge.org> Revision: 54747 http://trac.macports.org/changeset/54747 Author: jmr at macports.org Date: 2009-08-01 10:22:37 -0700 (Sat, 01 Aug 2009) Log Message: ----------- fix lint's port name regex Modified Paths: -------------- trunk/base/src/port1.0/portlint.tcl Modified: trunk/base/src/port1.0/portlint.tcl =================================================================== --- trunk/base/src/port1.0/portlint.tcl 2009-08-01 17:12:22 UTC (rev 54746) +++ trunk/base/src/port1.0/portlint.tcl 2009-08-01 17:22:37 UTC (rev 54747) @@ -330,7 +330,7 @@ } if {[info exists name]} { - if {[regexp {(![[:alnum:]_.-])*} $name]} { + if {[regexp {[^[:alnum:]_.-]} $name]} { ui_error "Port name '$name' contains unsafe characters. Names should only contain alphanumeric characters, underscores, dashes or dots." incr errors } -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Aug 1 10:33:47 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 1 Aug 2009 10:33:47 -0700 (PDT) Subject: [54748] trunk/doc-new/guide/xml/portfile-phase.xml Message-ID: <20090801173348.20F392288706@beta.macosforge.org> Revision: 54748 http://trac.macports.org/changeset/54748 Author: jmr at macports.org Date: 2009-08-01 10:33:46 -0700 (Sat, 01 Aug 2009) Log Message: ----------- guide: document configure.optflags Modified Paths: -------------- trunk/doc-new/guide/xml/portfile-phase.xml Modified: trunk/doc-new/guide/xml/portfile-phase.xml =================================================================== --- trunk/doc-new/guide/xml/portfile-phase.xml 2009-08-01 17:22:37 UTC (rev 54747) +++ trunk/doc-new/guide/xml/portfile-phase.xml 2009-08-01 17:33:46 UTC (rev 54748) @@ -1434,6 +1434,35 @@ + + configure.optflags + + configure.optflags-append + + configure.optflags-delete + + + Set optimization compiler flags; list modifiers add or delete items + from a previous Portfile configure.optflags keyword or the default set + by MacPorts base. + + + + Default: -O2 + + + + Example: + + configure.optflags -Os + + configure.optflags-append -finline-functions +configure.optflags-delete -O2 + + + + + configure.cflags @@ -1448,7 +1477,7 @@ - Default: -O2 + Default: ${configure.optflags} @@ -1535,7 +1564,7 @@ - Default: -O2 + Default: ${configure.optflags} @@ -1559,7 +1588,7 @@ - Default: -O2 + Default: ${configure.optflags} @@ -1635,7 +1664,7 @@ - Default: -O2 + Default: ${configure.optflags} @@ -1662,7 +1691,7 @@ - Default: -O2 + Default: ${configure.optflags} @@ -1689,7 +1718,7 @@ - Default: -O2 + Default: ${configure.optflags} -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Aug 1 11:15:45 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 1 Aug 2009 11:15:45 -0700 (PDT) Subject: [54749] trunk/base/src/port1.0/portutil.tcl Message-ID: <20090801181545.BD8E82288A05@beta.macosforge.org> Revision: 54749 http://trac.macports.org/changeset/54749 Author: jmr at macports.org Date: 2009-08-01 11:15:43 -0700 (Sat, 01 Aug 2009) Log Message: ----------- fix deleting workpath when portfile has changed Modified Paths: -------------- trunk/base/src/port1.0/portutil.tcl Modified: trunk/base/src/port1.0/portutil.tcl =================================================================== --- trunk/base/src/port1.0/portutil.tcl 2009-08-01 17:33:46 UTC (rev 54748) +++ trunk/base/src/port1.0/portutil.tcl 2009-08-01 18:15:43 UTC (rev 54749) @@ -1497,11 +1497,11 @@ # open file to store name of completed targets proc open_statefile {args} { global workpath worksymlink place_worksymlink name portpath ports_ignore_older - global usealtworkpath altprefix env applications_dir + global usealtworkpath altprefix env applications_dir portbuildpath if {![file isdirectory $workpath]} { file mkdir $workpath - chownAsRoot $workpath + chownAsRoot $portbuildpath } if { [getuid] != 0 } { @@ -1541,7 +1541,8 @@ if {!([info exists ports_ignore_older] && $ports_ignore_older == "yes") && [file mtime $statefile] < [file mtime ${portpath}/Portfile]} { if {!([info exists ports_dryrun] && $ports_dryrun == "yes")} { ui_msg "Portfile changed since last build; discarding previous state." - eval delete [glob -nocomplain -directory -- $workpath * .*] + delete $workpath + file mkdir $workpath } else { ui_msg "Portfile changed since last build but not discarding previous state (dry run)" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sat Aug 1 12:05:56 2009 From: ram at macports.org (ram at macports.org) Date: Sat, 1 Aug 2009 12:05:56 -0700 (PDT) Subject: [54750] trunk/dports/python/py25-httplib2/Portfile Message-ID: <20090801190556.812A52288D08@beta.macosforge.org> Revision: 54750 http://trac.macports.org/changeset/54750 Author: ram at macports.org Date: 2009-08-01 12:05:54 -0700 (Sat, 01 Aug 2009) Log Message: ----------- python/py25-httplib2: updated to 2-0.5.5, closes #20473 Modified Paths: -------------- trunk/dports/python/py25-httplib2/Portfile Modified: trunk/dports/python/py25-httplib2/Portfile =================================================================== --- trunk/dports/python/py25-httplib2/Portfile 2009-08-01 18:15:43 UTC (rev 54749) +++ trunk/dports/python/py25-httplib2/Portfile 2009-08-01 19:05:54 UTC (rev 54750) @@ -4,7 +4,7 @@ PortGroup python25 1.0 name py25-httplib2 -version 2-0.4.0 +version 2-0.5.0 categories python devel net platforms darwin maintainers akitada @@ -13,6 +13,6 @@ many features left out of other HTTP libraries. homepage http://code.google.com/p/httplib2/ master_sites http://httplib2.googlecode.com/files/ -checksums md5 022006c6c5fb75ea082b97d0fcc89d94 +checksums md5 c768ed1826cec3ddeefa7588048075f3 distname httplib${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Aug 1 12:16:08 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 1 Aug 2009 12:16:08 -0700 (PDT) Subject: [54751] trunk/dports/x11/wine-devel/Portfile Message-ID: <20090801191608.B32002288DCF@beta.macosforge.org> Revision: 54751 http://trac.macports.org/changeset/54751 Author: jeremyhu at macports.org Date: 2009-08-01 12:16:06 -0700 (Sat, 01 Aug 2009) Log Message: ----------- wine-devel: Partially fix SL build Modified Paths: -------------- trunk/dports/x11/wine-devel/Portfile Modified: trunk/dports/x11/wine-devel/Portfile =================================================================== --- trunk/dports/x11/wine-devel/Portfile 2009-08-01 19:05:54 UTC (rev 54750) +++ trunk/dports/x11/wine-devel/Portfile 2009-08-01 19:16:06 UTC (rev 54751) @@ -64,6 +64,14 @@ configure.args-append --disable-win16 } +platform darwin 10 { + # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." + configure.args-append --disable-win16 + + # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o + configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE +} + pre-fetch { if { [string compare ${os.endian} "little"] != 0 } { return -code error "${name} only runs on little-endian computers, such as an Intel Mac." -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Aug 1 12:16:35 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 1 Aug 2009 12:16:35 -0700 (PDT) Subject: [54752] trunk/dports/x11/wine/Portfile Message-ID: <20090801191635.7E3CD2288E26@beta.macosforge.org> Revision: 54752 http://trac.macports.org/changeset/54752 Author: jeremyhu at macports.org Date: 2009-08-01 12:16:35 -0700 (Sat, 01 Aug 2009) Log Message: ----------- wine: Partially fix SL build Modified Paths: -------------- trunk/dports/x11/wine/Portfile Modified: trunk/dports/x11/wine/Portfile =================================================================== --- trunk/dports/x11/wine/Portfile 2009-08-01 19:16:06 UTC (rev 54751) +++ trunk/dports/x11/wine/Portfile 2009-08-01 19:16:35 UTC (rev 54752) @@ -66,6 +66,11 @@ configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib +platform darwin 10 { + # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o + configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE +} + pre-fetch { if { [string compare ${os.endian} "little"] != 0 } { return -code error "${name} only runs on little-endian computers, such as an Intel Mac." -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Aug 1 12:16:59 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 1 Aug 2009 12:16:59 -0700 (PDT) Subject: [54753] trunk/dports/x11/wine-crossover-games/Portfile Message-ID: <20090801191659.824C92288E93@beta.macosforge.org> Revision: 54753 http://trac.macports.org/changeset/54753 Author: jeremyhu at macports.org Date: 2009-08-01 12:16:59 -0700 (Sat, 01 Aug 2009) Log Message: ----------- wine-crossover-games: Partially fix SL build Modified Paths: -------------- trunk/dports/x11/wine-crossover-games/Portfile Modified: trunk/dports/x11/wine-crossover-games/Portfile =================================================================== --- trunk/dports/x11/wine-crossover-games/Portfile 2009-08-01 19:16:35 UTC (rev 54752) +++ trunk/dports/x11/wine-crossover-games/Portfile 2009-08-01 19:16:59 UTC (rev 54753) @@ -57,6 +57,11 @@ configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib +platform darwin 10 { + # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o + configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE +} + pre-fetch { if { [string compare ${os.endian} "little"] != 0 } { return -code error "${name} only runs on little-endian computers, such as an Intel Mac." -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Aug 1 12:26:06 2009 From: jmr at macports.org (jmr at macports.org) Date: Sat, 1 Aug 2009 12:26:06 -0700 (PDT) Subject: [54754] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Message-ID: <20090801192607.2EE7A2288F02@beta.macosforge.org> Revision: 54754 http://trac.macports.org/changeset/54754 Author: jmr at macports.org Date: 2009-08-01 12:26:04 -0700 (Sat, 01 Aug 2009) Log Message: ----------- muniversal portgroup: workaround for #17865 (deleting all option contents also deletes the option) Modified Paths: -------------- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl =================================================================== --- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-08-01 19:16:59 UTC (rev 54753) +++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-08-01 19:26:04 UTC (rev 54754) @@ -105,6 +105,12 @@ configure.cxxflags-delete -arch ${arch} configure.ldflags-delete -arch ${arch} } + # workaround for #17865 (deleting all option contents also deletes the option) + foreach flags {universal_cflags universal_cxxflags universal_ldflags cflags cxxflags ldflags} { + if {![info exists configure.${flags}]} { + configure.${flags} + } + } eval configure.args-append ${configure.universal_args} eval configure.cflags-append ${configure.universal_cflags} -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 12:41:14 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 12:41:14 -0700 (PDT) Subject: [54755] trunk/dports/math/muparser/Portfile Message-ID: <20090801194114.CE2502288FC6@beta.macosforge.org> Revision: 54755 http://trac.macports.org/changeset/54755 Author: toby at macports.org Date: 2009-08-01 12:41:13 -0700 (Sat, 01 Aug 2009) Log Message: ----------- #20510 (muparser build error) Modified Paths: -------------- trunk/dports/math/muparser/Portfile Modified: trunk/dports/math/muparser/Portfile =================================================================== --- trunk/dports/math/muparser/Portfile 2009-08-01 19:26:04 UTC (rev 54754) +++ trunk/dports/math/muparser/Portfile 2009-08-01 19:41:13 UTC (rev 54755) @@ -21,3 +21,5 @@ worksrcdir ${name} livecheck.regex "muparser Version (.*) released.*" + +use_parallel_build no -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Aug 1 12:48:39 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 1 Aug 2009 12:48:39 -0700 Subject: propchange - r54724 svn:log Message-ID: <20090801194840.038B16FCAFC0@mail-out4.apple.com> Author: ryandesign at macports.org (original author: snc at macports.org) Revision: 54724 Property Name: svn:log @@ -1 +1 @@ -bumping port revisions listed in ticket 20465 +bumping port revisions listed in #20465 From portindex at macports.org Sat Aug 1 12:53:17 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 12:53:17 -0700 (PDT) Subject: [54756] trunk/dports Message-ID: <20090801195319.2E63522890DB@beta.macosforge.org> Revision: 54756 http://trac.macports.org/changeset/54756 Author: portindex at macports.org Date: 2009-08-01 12:53:17 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5987 Ports successfully parsed: 5987 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 19:41:13 UTC (rev 54755) +++ trunk/dports/PortIndex 2009-08-01 19:53:17 UTC (rev 54756) @@ -8285,7 +8285,7 @@ py25-htmltmpl 334 portdir python/py25-htmltmpl description {A Python templating engine} homepage http://htmltmpl.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-htmltmpl maintainers nomaintainer long_description {A Python based templating engine for separation of code and HTML.} version 1.22 categories python revision 0 py25-httplib2 397 -portdir python/py25-httplib2 description {A comprehensive HTTP client library in Python} homepage http://code.google.com/p/httplib2/ epoch 0 platforms darwin depends_lib port:python25 name py25-httplib2 maintainers akitada long_description {A comprehensive HTTP client library that supports many features left out of other HTTP libraries.} version 2-0.4.0 categories {python devel net} revision 0 +portdir python/py25-httplib2 description {A comprehensive HTTP client library in Python} homepage http://code.google.com/p/httplib2/ epoch 0 platforms darwin depends_lib port:python25 name py25-httplib2 maintainers akitada long_description {A comprehensive HTTP client library that supports many features left out of other HTTP libraries.} version 2-0.5.0 categories {python devel net} revision 0 py25-hypy 438 portdir python/py25-hypy description {Fulltext search interface for Python applications} homepage http://goonmill.org/hypy/ epoch 0 platforms darwin depends_lib {port:python25 port:hyperestraier} name py25-hypy maintainers {blb openmaintainer} long_description {Hypy is a fulltext search interface for Python applications. Use it to index and search your documents from Python code.} version 0.8.3 categories {python textproc} revision 0 py25-icalendar 639 @@ -11480,12 +11480,12 @@ depends_build bin:xmkmf:imake portdir x11/vtwm description {Twm with a virtual desktop and optional Motif-like features} homepage ftp://ftp.visi.com/users/hawkeyd/X/ epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libXt port:xorg-libsm port:xorg-libice port:xorg-libXext port:xpm port:xorg-libXmu} name vtwm maintainers mac.com:mdales long_description {{Twm with a virtual desktop and optional Motif-like features}} categories x11 version 5.4.6b revision 1 windowmaker 822 variants {candy darwin_i386} portdir x11/windowmaker description {Window Maker is a X11 window manager supporting GNUstep} homepage http://www.windowmaker.info/ epoch 0 platforms {darwin freebsd} name windowmaker depends_lib {port:xorg-libsm port:xorg-libXext port:Xft2 port:xpm port:libpng port:gettext path:include/gif_lib.h:giflib port:tiff} long_description {Window Maker is an X11 window manager originally designed to provide integration support for the GNUstep Desktop Environment. In every way possible, it reproduces the elegant look and feel of the {NEXTSTEP[tm]} user interface. It is fast, feature rich, easy to configure, and easy to use. It is also free software, with contributions being made by programmers from around the world.} maintainers nomaintainer categories {x11 x11-wm} version 0.92.0 revision 4 -wine 639 -depends_build {port:pkgconfig port:autoconf port:autoconf port:automake port:libtool} portdir x11/wine description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} maintainers {ryandesign jwa openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11.} categories x11 version 1.0.1 revision 3 -wine-crossover-games 719 -depends_build port:pkgconfig portdir x11/wine-crossover-games description {Wine Is Not an Emulator (1.1.12 with CodeWeavers Modifications)} homepage http://www.codeweavers.com/ epoch 0 platforms darwin name wine-crossover-games depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} maintainers {jeremyhu openmaintainer} long_description {Wine is an implementation of the Windows APIs on top of X11. This version contains the Codeweavers patches for Crossover Games} categories x11 version 7.2.0 revision 0 -wine-devel 613 -variants darwin_9 depends_build port:pkgconfig portdir x11/wine-devel description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine-devel depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} long_description {Wine is an implementation of the Windows APIs on top of X11.} maintainers {ryandesign jwa openmaintainer} categories x11 version 1.1.26 revision 0 +wine 658 +variants darwin_10 depends_build {port:pkgconfig port:autoconf port:autoconf port:automake port:libtool} portdir x11/wine description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} long_description {Wine is an implementation of the Windows APIs on top of X11.} maintainers {ryandesign jwa openmaintainer} categories x11 version 1.0.1 revision 3 +wine-crossover-games 738 +variants darwin_10 depends_build port:pkgconfig portdir x11/wine-crossover-games description {Wine Is Not an Emulator (1.1.12 with CodeWeavers Modifications)} homepage http://www.codeweavers.com/ epoch 0 platforms darwin name wine-crossover-games depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} long_description {Wine is an implementation of the Windows APIs on top of X11. This version contains the Codeweavers patches for Crossover Games} maintainers {jeremyhu openmaintainer} categories x11 version 7.2.0 revision 0 +wine-devel 625 +variants {darwin_9 darwin_10} depends_build port:pkgconfig portdir x11/wine-devel description {Wine Is Not an Emulator} homepage http://www.winehq.com/ epoch 0 platforms darwin name wine-devel depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libiconv port:libxml2 port:libxslt port:ncurses port:openssl port:zlib port:xorg-libsm port:xorg-libXcursor port:xorg-libXi port:xorg-libXinerama port:xorg-libXrandr port:xorg-libXxf86vm port:mesa} long_description {Wine is an implementation of the Windows APIs on top of X11.} maintainers {ryandesign jwa openmaintainer} categories x11 version 1.1.26 revision 0 winetricks 577 portdir x11/winetricks description {downloads and installs various redistributable runtime libraries} homepage http://code.google.com/p/winezeug/ epoch 0 depends_run {path:bin/xmessage:xmessage path:bin/wine:wine path:bin/cabextract:cabextract path:bin/openssl:openssl bin:curl:curl} platforms darwin name winetricks maintainers ryandesign long_description {winetricks can help you prepare your system for Windows applications that mistakenly assume all users' systems have all the needed redistributable runtime libraries or fonts.} categories x11 version 20090716 revision 0 wm-extra 338 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Sat Aug 1 13:22:44 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Sat, 1 Aug 2009 13:22:44 -0700 (PDT) Subject: [54757] trunk/dports/java/gant/ Message-ID: <20090801202245.2770A2289371@beta.macosforge.org> Revision: 54757 http://trac.macports.org/changeset/54757 Author: breskeby at macports.org Date: 2009-08-01 13:22:42 -0700 (Sat, 01 Aug 2009) Log Message: ----------- portfile for gant version 1.7.0 (#20514) Added Paths: ----------- trunk/dports/java/gant/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Sat Aug 1 13:22:58 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Sat, 1 Aug 2009 13:22:58 -0700 (PDT) Subject: [54758] trunk/dports/java/gant/Portfile Message-ID: <20090801202258.602BC22893B3@beta.macosforge.org> Revision: 54758 http://trac.macports.org/changeset/54758 Author: breskeby at macports.org Date: 2009-08-01 13:22:57 -0700 (Sat, 01 Aug 2009) Log Message: ----------- portfile for gant version 1.7.0 (#20514) Added Paths: ----------- trunk/dports/java/gant/Portfile Added: trunk/dports/java/gant/Portfile =================================================================== --- trunk/dports/java/gant/Portfile (rev 0) +++ trunk/dports/java/gant/Portfile 2009-08-01 20:22:57 UTC (rev 54758) @@ -0,0 +1,66 @@ +# $Id$ + +PortSystem 1.0 + +name gant +version 1.7.0 +categories java devel groovy +maintainers rene at breskeby.com +description Gant is a tool for scripting Ant tasks using Groovy instead of XML \ + to specify the logic. A Gant specification is a Groovy script and so \ + can bring all the power of Groovy to bear directly, something not \ + possible with Ant scripts. Whilst it might be seen as a competitor \ + to Ant, Gant uses Ant tasks for many of the actions, so Gant is really \ + an alternative way of doing things using Ant, but using a \ + programming language rather than XML to specify the rules. + +homepage http://gant.codehaus.org/ +platforms darwin +distname ${name}-${version}_groovy-1.6.4 +depends_run port:groovy +master_sites http://dist.codehaus.org/gant/distributions +checksums md5 1864f5434d7283b7122e28a522df5316 \ + sha1 a086d8071c19830ded7284e2686b40f3030f6a1c \ + rmd160 1de0905a4d86a2ffcab917b271f50ccd675ab7e8 + +worksrcdir ${name}-${version} +set workTarget "" + +use_zip yes +use_bzip2 no +use_configure no + +build.cmd true + +platform darwin { + extract.post_args | gnutar -x + build.env JAVA_HOME=/Library/Java/Home +} + +pre-destroot { + # Remove extraneous bat files + foreach f [glob -directory ${worksrcpath}${workTarget}/bin *.bat] { + file delete $f + } +} + +destroot { + # Create the target java directory + xinstall -m 755 -d ${destroot}${prefix}/share/java/${name} + + # Copy over the needed elements of our directory tree + file copy ${worksrcpath}/bin \ + ${worksrcpath}/lib \ + ${worksrcpath}/conf \ + ${destroot}${prefix}/share/java/${name} + + # Symlink gant into the bin directory + system "cd ${destroot}${prefix}/bin && ln -s ${prefix}/share/java/${name}/bin/gant" +} + +post-activate { + ui_msg "****************************************************************************" + ui_msg "* Remember to set the environment variable GANT_HOME to the path to" + ui_msg "* the gant distribution: ${prefix}/share/java/${name}" + ui_msg "****************************************************************************" + } -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Sat Aug 1 13:33:10 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Sat, 1 Aug 2009 13:33:10 -0700 (PDT) Subject: [54759] trunk/dports/java/gant/Portfile Message-ID: <20090801203310.7B1652289473@beta.macosforge.org> Revision: 54759 http://trac.macports.org/changeset/54759 Author: breskeby at macports.org Date: 2009-08-01 13:33:08 -0700 (Sat, 01 Aug 2009) Log Message: ----------- added long description and description Modified Paths: -------------- trunk/dports/java/gant/Portfile Modified: trunk/dports/java/gant/Portfile =================================================================== --- trunk/dports/java/gant/Portfile 2009-08-01 20:22:57 UTC (rev 54758) +++ trunk/dports/java/gant/Portfile 2009-08-01 20:33:08 UTC (rev 54759) @@ -6,7 +6,8 @@ version 1.7.0 categories java devel groovy maintainers rene at breskeby.com -description Gant is a tool for scripting Ant tasks using Groovy instead of XML \ +description A groovy based tool for scripting ant +long_description Gant is a tool for scripting Ant tasks using Groovy instead of XML \ to specify the logic. A Gant specification is a Groovy script and so \ can bring all the power of Groovy to bear directly, something not \ possible with Ant scripts. Whilst it might be seen as a competitor \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From breskeby at macports.org Sat Aug 1 13:38:31 2009 From: breskeby at macports.org (breskeby at macports.org) Date: Sat, 1 Aug 2009 13:38:31 -0700 (PDT) Subject: [54760] trunk/dports/java/gant/Portfile Message-ID: <20090801203831.4C92522894F0@beta.macosforge.org> Revision: 54760 http://trac.macports.org/changeset/54760 Author: breskeby at macports.org Date: 2009-08-01 13:38:30 -0700 (Sat, 01 Aug 2009) Log Message: ----------- change maintainer to macport alias Modified Paths: -------------- trunk/dports/java/gant/Portfile Modified: trunk/dports/java/gant/Portfile =================================================================== --- trunk/dports/java/gant/Portfile 2009-08-01 20:33:08 UTC (rev 54759) +++ trunk/dports/java/gant/Portfile 2009-08-01 20:38:30 UTC (rev 54760) @@ -5,7 +5,7 @@ name gant version 1.7.0 categories java devel groovy -maintainers rene at breskeby.com +maintainers breskeby description A groovy based tool for scripting ant long_description Gant is a tool for scripting Ant tasks using Groovy instead of XML \ to specify the logic. A Gant specification is a Groovy script and so \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Sat Aug 1 13:39:53 2009 From: noreply at macports.org (MacPorts) Date: Sat, 01 Aug 2009 20:39:53 -0000 Subject: [MacPorts] breskeby modified Message-ID: <20090801203953.B00CF6C34CFD@mail-out3.apple.com> Changed page "breskeby" by breskeby at macports.org from 85.216.18.164* Page URL: Diff URL: Revision 3 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: breskeby ========================================================================= --- breskeby (version: 2) +++ breskeby (version: 3) @@ -10,7 +10,7 @@ * [source:trunk/dports/java/groovy java/groovy][[BR]] * [source:trunk/dports/devel/grails devel/grails][[BR]] * [source:trunk/dports/devel/gradle devel/gradle][[BR]] -* [source:trunk/dports/devel/gant devel/gant][[BR]] +* [source:trunk/dports/java/gant java/gant][[BR]] == Tickets == === [query:status=assigned|new|reopened&owner=breskeby at macports.org Assigned Tickets] === -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on breskeby. If it was not you, please report to . From portindex at macports.org Sat Aug 1 13:53:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 13:53:20 -0700 (PDT) Subject: [54761] trunk/dports Message-ID: <20090801205321.2F402228959A@beta.macosforge.org> Revision: 54761 http://trac.macports.org/changeset/54761 Author: portindex at macports.org Date: 2009-08-01 13:53:19 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5988 Ports successfully parsed: 5988 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 20:38:30 UTC (rev 54760) +++ trunk/dports/PortIndex 2009-08-01 20:53:19 UTC (rev 54761) @@ -3476,6 +3476,8 @@ depends_build bin:ant:apache-ant portdir java/ehcache description {Ehcache is a pure Java, in-process object cache.} depends_fetch bin:cvs:cvs homepage http://ehcache.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name ehcache long_description {Ehcache is a pure Java, in-process cache with the following features: 1. Fast 2. Simple 3. Acts as a pluggable cache for Hibernate 4. Small foot print. Both in terms of size and memory requirements. 5. Minimal dependencies. 6. Fully documented. See the online Documentation, FAQ and the online JavaDoc. 7. Comprehensively Test Coverage. See the clover test report. 8. Scalable to hundreds of caches and large multi-cpu servers. 9. Provides LRU, LFU and FIFO cache eviction policies. 10. Available under the Apache 1.1 license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects. 11. Production tested. All final versions o f ehcache are production tested for several weeks on a large and very busy eCommerce site before release.} maintainers {jberry openmaintainer} categories java version 1.1 revision 0 fast-md5 331 depends_build bin:ant:apache-ant portdir java/fast-md5 description {Fast MD5 Implementation in Java} homepage http://fast-md5.sourceforge.net/ epoch 0 platforms darwin name fast-md5 maintainers nomaintainer long_description {{Fast MD5 Implementation in Java}} depends_extract bin:unzip:unzip categories java version 2.6 revision 0 +gant 765 +variants darwin portdir java/gant description {A groovy based tool for scripting ant} homepage http://gant.codehaus.org/ epoch 0 depends_run port:groovy platforms darwin name gant long_description {Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify the logic. A Gant specification is a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant uses Ant tasks for many of the actions, so Gant is really an alternative way of doing things using Ant, but using a programming language rather than XML to specify the rules.} maintainers breskeby depends_extract bin:unzip:unzip categories {java devel groovy} version 1.7.0 revision 0 gjdb 829 variants universal portdir java/gjdb description {GJDB is a modification of JDB, a debugger that comes with the public JDK (Java Development Kit) from Sun.} homepage http://www.cs.berkeley.edu/~hilfingr/gjdb.html epoch 0 platforms darwin name gjdb long_description {GJDB is a modification of JDB, a debugger that comes with the public JDK (Java Development Kit) from Sun. Unlike Sun's version, it also allows you to debug programs that take input from the terminal. The expression language has been extended to include much more of the language (including numerous features missing from jdb, such as array allocation, initialized array allocation, the .super operator, less fussy overload resolution, and numerous binary numeric and logical operations).} maintainers nomaintainer categories {java devel} version 6.1.2 revision 0 gnu-classpath 498 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 15:35:20 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 15:35:20 -0700 (PDT) Subject: [54762] trunk/dports/java/tomcat6/Portfile Message-ID: <20090801223520.A936622899D0@beta.macosforge.org> Revision: 54762 http://trac.macports.org/changeset/54762 Author: snc at macports.org Date: 2009-08-01 15:35:18 -0700 (Sat, 01 Aug 2009) Log Message: ----------- finish changes from ticket #20224 Modified Paths: -------------- trunk/dports/java/tomcat6/Portfile Modified: trunk/dports/java/tomcat6/Portfile =================================================================== --- trunk/dports/java/tomcat6/Portfile 2009-08-01 20:53:19 UTC (rev 54761) +++ trunk/dports/java/tomcat6/Portfile 2009-08-01 22:35:18 UTC (rev 54762) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -60,6 +61,8 @@ build.cmd ant build.target download set antArgs [join " + -Dversion=${version} + -Dversion.build=[lindex [split ${version} .] 2] -Dbase.path=${worksrcpath}/Repository -Dnsis.exe=${worksrcpath}/.bogus -Dcommons-beanutils.jar=${javaLibs}/commons-beanutils.jar -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 15:39:17 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 15:39:17 -0700 (PDT) Subject: [54763] trunk/dports/python/py25-psychopy/Portfile Message-ID: <20090801223917.604082289A23@beta.macosforge.org> Revision: 54763 http://trac.macports.org/changeset/54763 Author: snc at macports.org Date: 2009-08-01 15:39:16 -0700 (Sat, 01 Aug 2009) Log Message: ----------- apply changes from ticket #20277, also fix lint. Modified Paths: -------------- trunk/dports/python/py25-psychopy/Portfile Modified: trunk/dports/python/py25-psychopy/Portfile =================================================================== --- trunk/dports/python/py25-psychopy/Portfile 2009-08-01 22:35:18 UTC (rev 54762) +++ trunk/dports/python/py25-psychopy/Portfile 2009-08-01 22:39:16 UTC (rev 54763) @@ -12,11 +12,11 @@ set gproject PsychoPy -description ${gproject} is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). +description ${gproject} is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). long_description ${description}. PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package. homepage http://www.psychopy.org -master_sites googlecode:${gproject} +master_sites googlecode:psychopy depends_lib port:py25-setuptools \ @@ -32,4 +32,5 @@ rmd160 8ff3eb1bc4eb2c11baa72b4ef41f60eecdf52dc5 -livecheck.regex {([0-9.]+).zip} +livecheck.regex ${gproject}-(\[0-9.\]+)\\.zip + -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 15:45:59 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 15:45:59 -0700 (PDT) Subject: [54764] trunk/dports/sysutils/dpkg/Portfile Message-ID: <20090801224559.D71A92289ADB@beta.macosforge.org> Revision: 54764 http://trac.macports.org/changeset/54764 Author: snc at macports.org Date: 2009-08-01 15:45:59 -0700 (Sat, 01 Aug 2009) Log Message: ----------- added livecheck Modified Paths: -------------- trunk/dports/sysutils/dpkg/Portfile Modified: trunk/dports/sysutils/dpkg/Portfile =================================================================== --- trunk/dports/sysutils/dpkg/Portfile 2009-08-01 22:39:16 UTC (rev 54763) +++ trunk/dports/sysutils/dpkg/Portfile 2009-08-01 22:45:59 UTC (rev 54764) @@ -75,3 +75,7 @@ depends_build-append bin:gmake:gmake patchfiles-append patch-utils_start-stop-daemon.c bsd/patch-main_help.c } + +livecheck.check regex +livecheck.url http://ftp.debian.org/debian/pool/main/d/dpkg/ +livecheck.regex "${name}_(\\d+\\.\\d+(\\.\\d+)?)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 15:47:16 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 15:47:16 -0700 (PDT) Subject: [54765] trunk/dports/sysutils/dpkg/Portfile Message-ID: <20090801224716.3A9602289B66@beta.macosforge.org> Revision: 54765 http://trac.macports.org/changeset/54765 Author: snc at macports.org Date: 2009-08-01 15:47:15 -0700 (Sat, 01 Aug 2009) Log Message: ----------- update livecheck Modified Paths: -------------- trunk/dports/sysutils/dpkg/Portfile Modified: trunk/dports/sysutils/dpkg/Portfile =================================================================== --- trunk/dports/sysutils/dpkg/Portfile 2009-08-01 22:45:59 UTC (rev 54764) +++ trunk/dports/sysutils/dpkg/Portfile 2009-08-01 22:47:15 UTC (rev 54765) @@ -2,8 +2,7 @@ PortSystem 1.0 name dpkg -version 1.10.28 -revision 1 +version 1.15.3 platforms darwin freebsd categories sysutils archivers maintainers landonf @@ -78,4 +77,4 @@ livecheck.check regex livecheck.url http://ftp.debian.org/debian/pool/main/d/dpkg/ -livecheck.regex "${name}_(\\d+\\.\\d+(\\.\\d+)?)" +livecheck.regex "${name}_(\\d+\\.\\d+(\\.\\d+)*)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 16:09:53 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 16:09:53 -0700 (PDT) Subject: [54766] trunk/dports/sysutils/dpkg/Portfile Message-ID: <20090801230953.A8DF62289CF9@beta.macosforge.org> Revision: 54766 http://trac.macports.org/changeset/54766 Author: snc at macports.org Date: 2009-08-01 16:09:50 -0700 (Sat, 01 Aug 2009) Log Message: ----------- remove accidental version bump, if made in time for portindex Modified Paths: -------------- trunk/dports/sysutils/dpkg/Portfile Modified: trunk/dports/sysutils/dpkg/Portfile =================================================================== --- trunk/dports/sysutils/dpkg/Portfile 2009-08-01 22:47:15 UTC (rev 54765) +++ trunk/dports/sysutils/dpkg/Portfile 2009-08-01 23:09:50 UTC (rev 54766) @@ -2,7 +2,8 @@ PortSystem 1.0 name dpkg -version 1.15.3 +version 1.10.28 +revision 1 platforms darwin freebsd categories sysutils archivers maintainers landonf -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 16:41:16 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 16:41:16 -0700 (PDT) Subject: [54767] trunk/dports/news/hellanzb/Portfile Message-ID: <20090801234117.278992289E62@beta.macosforge.org> Revision: 54767 http://trac.macports.org/changeset/54767 Author: snc at macports.org Date: 2009-08-01 16:41:14 -0700 (Sat, 01 Aug 2009) Log Message: ----------- move off python24, ticket #20475. maintainer timeout. Modified Paths: -------------- trunk/dports/news/hellanzb/Portfile Modified: trunk/dports/news/hellanzb/Portfile =================================================================== --- trunk/dports/news/hellanzb/Portfile 2009-08-01 23:09:50 UTC (rev 54766) +++ trunk/dports/news/hellanzb/Portfile 2009-08-01 23:41:14 UTC (rev 54767) @@ -1,7 +1,8 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python25 1.0 name hellanzb version 0.13 @@ -25,10 +26,10 @@ bin:unrar:unrar \ bin:flac:flac \ bin:shorten:shorten \ - port:py-twisted + port:py25-twisted variant ssl { - depends_run-append port:py-openssl + depends_run-append port:py25-openssl } post-activate { -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 16:48:58 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 16:48:58 -0700 (PDT) Subject: [54768] trunk/dports/python/py-nltk/Portfile Message-ID: <20090801234858.281002289F27@beta.macosforge.org> Revision: 54768 http://trac.macports.org/changeset/54768 Author: snc at macports.org Date: 2009-08-01 16:48:57 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated dependecies, version. ticket #20368 Modified Paths: -------------- trunk/dports/python/py-nltk/Portfile Modified: trunk/dports/python/py-nltk/Portfile =================================================================== --- trunk/dports/python/py-nltk/Portfile 2009-08-01 23:41:14 UTC (rev 54767) +++ trunk/dports/python/py-nltk/Portfile 2009-08-01 23:48:57 UTC (rev 54768) @@ -5,7 +5,7 @@ PortGroup python24 1.0 name py-nltk -version 0.9.9 +version 2.0b5 epoch 1 categories python textproc platforms darwin @@ -16,12 +16,13 @@ master_sites googlecode:nltk distname nltk-${version} -checksums md5 648e25648f66e7e52db28983f39da50f \ - sha1 a46d991c781247181f1618df4215b9eeb52baf4e \ - rmd160 98fbc168315c495e1ddd13bad17412ab211b816a +checksums md5 a2af58d77942e3e484494783e3bd77f2 \ + sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \ + rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610 depends_lib port:py-numpy \ - port:py-matplotlib + port:py-matplotlib \ + port:py-yaml post-destroot { set docdir ${destroot}${prefix}/share/doc/${name}-${version} @@ -29,5 +30,6 @@ xinstall -m 644 -W ${worksrcpath} \ LICENSE.txt \ README.txt \ + INSTALL.txt \ ${docdir} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 16:50:08 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 16:50:08 -0700 (PDT) Subject: [54769] trunk/dports/python/py25-nltk/Portfile Message-ID: <20090801235008.56BD42289F82@beta.macosforge.org> Revision: 54769 http://trac.macports.org/changeset/54769 Author: snc at macports.org Date: 2009-08-01 16:50:07 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated dependencies, version. ticket #20368 Modified Paths: -------------- trunk/dports/python/py25-nltk/Portfile Modified: trunk/dports/python/py25-nltk/Portfile =================================================================== --- trunk/dports/python/py25-nltk/Portfile 2009-08-01 23:48:57 UTC (rev 54768) +++ trunk/dports/python/py25-nltk/Portfile 2009-08-01 23:50:07 UTC (rev 54769) @@ -5,7 +5,7 @@ PortGroup python25 1.0 name py25-nltk -version 0.9.9 +version 2.0b5 categories python textproc platforms darwin maintainers gmail.com:stevenbird1 @@ -15,12 +15,13 @@ master_sites googlecode:nltk distname nltk-${version} -checksums md5 648e25648f66e7e52db28983f39da50f \ - sha1 a46d991c781247181f1618df4215b9eeb52baf4e \ - rmd160 98fbc168315c495e1ddd13bad17412ab211b816a +checksums md5 a2af58d77942e3e484494783e3bd77f2 \ + sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \ + rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610 depends_lib port:py25-numpy \ - port:py25-matplotlib + port:py25-matplotlib \ + port:py25-yaml post-destroot { set docdir ${destroot}${prefix}/share/doc/${name}-${version} @@ -28,5 +29,6 @@ xinstall -m 644 -W ${worksrcpath} \ LICENSE.txt \ README.txt \ + INSTALL.txt \ ${docdir} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 16:51:09 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 16:51:09 -0700 (PDT) Subject: [54770] trunk/dports/python Message-ID: <20090801235109.3ECAF2289FD1@beta.macosforge.org> Revision: 54770 http://trac.macports.org/changeset/54770 Author: snc at macports.org Date: 2009-08-01 16:51:08 -0700 (Sat, 01 Aug 2009) Log Message: ----------- created py26-nltk, ticket #20368 Added Paths: ----------- trunk/dports/python/py26-nltk/ trunk/dports/python/py26-nltk/Portfile Added: trunk/dports/python/py26-nltk/Portfile =================================================================== --- trunk/dports/python/py26-nltk/Portfile (rev 0) +++ trunk/dports/python/py26-nltk/Portfile 2009-08-01 23:51:08 UTC (rev 54770) @@ -0,0 +1,34 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-nltk +version 2.0b5 +categories python textproc +platforms darwin +maintainers gmail.com:stevenbird1 +description Natural Language Toolkit +long_description NLTK is Python modules for research and development in natural language processing +homepage http://www.nltk.org/ +master_sites googlecode:nltk +distname nltk-${version} + +checksums md5 a2af58d77942e3e484494783e3bd77f2 \ + sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \ + rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610 + +depends_lib port:py26-numpy \ + port:py26-matplotlib \ + port:py26-yaml + +post-destroot { + set docdir ${destroot}${prefix}/share/doc/${name}-${version} + xinstall -d ${docdir} + xinstall -m 644 -W ${worksrcpath} \ + LICENSE.txt \ + README.txt \ + INSTALL.txt \ + ${docdir} +} Property changes on: trunk/dports/python/py26-nltk/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 16:53:23 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 16:53:23 -0700 (PDT) Subject: [54771] trunk/dports Message-ID: <20090801235324.3A5252289FF2@beta.macosforge.org> Revision: 54771 http://trac.macports.org/changeset/54771 Author: portindex at macports.org Date: 2009-08-01 16:53:23 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5988 Ports successfully parsed: 5988 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-01 23:51:08 UTC (rev 54770) +++ trunk/dports/PortIndex 2009-08-01 23:53:23 UTC (rev 54771) @@ -5790,8 +5790,8 @@ variants universal portdir news/PlopFolio description {PlopFolio is a free KlipFolio clone that supports Klips} homepage http://www.collaboration-world.com/plopfolio/ epoch 0 platforms macosx name PlopFolio long_description {PlopFolio is a free clone of Serences KlipFolio application. PlopFolio supports Klips available from KlipFarm (http://www.klipfarm.com/).} maintainers nomaintainer version 0.1.0 categories {news aqua} revision 0 cleanscore 536 portdir news/cleanscore description {removes obsolete entries from slrn's score file} homepage http://www.slrn.org/cleanscore/ epoch 0 platforms darwin name cleanscore maintainers foellinger.de:olaf long_description {If you heavily use slrn's scoring capabilities, your scorefile will soon become large and confusing, so you will want to remove expired entries on a regular basis. This perl script can be used to purge expired entries automatically, e.g. by calling it from cron.daily.} version 0.9.8.1 categories {news net} revision 0 -hellanzb 713 -variants ssl portdir news/hellanzb description {Nzb downloader and post processor} homepage http://www.hellanzb.com depends_run {bin:par2:par2 bin:unrar:unrar bin:flac:flac bin:shorten:shorten port:py-twisted} epoch 0 platforms darwin depends_lib port:python24 name hellanzb long_description {hellanzb is an easy to use app designed to retrieve nzb files and fully process them. The goal being to make getting files from Usenet as hands-free as possible. Once fully installed, all that's required is moving an nzb file to the queue directory. The rest: downloading, par-checking, un-raring, etc. is done automatically by hellanzb.} maintainers groovie.org:pjenvey version 0.13 categories {news python} revision 0 +hellanzb 715 +variants ssl portdir news/hellanzb description {Nzb downloader and post processor} homepage http://www.hellanzb.com depends_run {bin:par2:par2 bin:unrar:unrar bin:flac:flac bin:shorten:shorten port:py25-twisted} epoch 0 platforms darwin depends_lib port:python25 name hellanzb long_description {hellanzb is an easy to use app designed to retrieve nzb files and fully process them. The goal being to make getting files from Usenet as hands-free as possible. Once fully installed, all that's required is moving an nzb file to the queue directory. The rest: downloading, par-checking, un-raring, etc. is done automatically by hellanzb.} maintainers groovie.org:pjenvey version 0.13 categories {news python} revision 0 klibido 367 variants {darwin_9 universal} portdir news/klibido description {KDE Linux Binaries Downloader} homepage http://klibido.sourceforge.net/ epoch 0 platforms darwin name klibido depends_lib {port:kdelibs3 port:uudeview port:db46} long_description {KLibido is a KDE usenet news grabber for Linux.} maintainers {nox openmaintainer} categories news version 0.2.5 revision 0 leafnode 743 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 17:23:26 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 17:23:26 -0700 (PDT) Subject: [54772] trunk/dports/sysutils/file Message-ID: <20090802002327.69D24228B237@beta.macosforge.org> Revision: 54772 http://trac.macports.org/changeset/54772 Author: snc at macports.org Date: 2009-08-01 17:23:24 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated file, removing invalid patches. ticket #20135. timeout. Modified Paths: -------------- trunk/dports/sysutils/file/Portfile Removed Paths: ------------- trunk/dports/sysutils/file/files/patch-lzma.diff trunk/dports/sysutils/file/files/patch-src-file.h.diff Modified: trunk/dports/sysutils/file/Portfile =================================================================== --- trunk/dports/sysutils/file/Portfile 2009-08-01 23:53:23 UTC (rev 54771) +++ trunk/dports/sysutils/file/Portfile 2009-08-02 00:23:24 UTC (rev 54772) @@ -4,8 +4,7 @@ PortSystem 1.0 name file -version 4.26 -revision 1 +version 5.03 categories sysutils maintainers jay.fm:jay-macports \ openmaintainer @@ -14,32 +13,28 @@ File tests each argument in an attempt to classify it. There are three \ sets of tests, performed in this order: filesystem tests, magic number \ tests, and language tests. The first test that succeeds causes the file \ - type to be printed. + type to be printed. \ + Information on Mach-O binaries, it is suggested that one uses the command \ + `otool -fv`. \ -homepage ftp://ftp.astron.com/pub/${name}/ + +homepage http://www.darwinsys.com/file/ platforms darwin master_sites ftp://ftp.fu-berlin.de/unix/tools/${name}/ \ ftp://ftp.astron.com/pub/${name}/ \ ftp://ftp.gw.com/mirrors/pub/unix/${name}/ -checksums md5 74cd5466416136da30a4e69f74dbc7a0 \ - sha1 412cdac5cd778d867e2d91a01b09858be1998ec3 \ - rmd160 e8b84e01d1f43faedfe676afc92c2cba4a01ecdf +checksums md5 d05f08a53e5c2f51f8ee6a4758c0cc53 \ + sha1 f659a4e1fa96fbdc99c924ea8e2dc07319f046c1 \ + rmd160 bf9fcf85e40dc4ec9cdcdc806107dc88207c6e5b -patchfiles patch-lzma.diff \ - patch-src-file.h.diff \ - patch-magic-Magdir-msdos.diff +patchfiles patch-magic-Magdir-msdos.diff configure.args --mandir=${prefix}/share/man \ - --enable-fsect-man5 \ - --program-prefix=g + --enable-fsect-man5 depends_lib port:zlib universal_variant no -variant with_default_names description {don't prefix names with a 'g'} { - configure.args-delete --program-prefix=g -} - variant with_text_magic_file description (also install the plain-text magic file} { patchfiles-append patch-magic-Makefile.in.diff } Deleted: trunk/dports/sysutils/file/files/patch-lzma.diff =================================================================== --- trunk/dports/sysutils/file/files/patch-lzma.diff 2009-08-01 23:53:23 UTC (rev 54771) +++ trunk/dports/sysutils/file/files/patch-lzma.diff 2009-08-02 00:23:24 UTC (rev 54772) @@ -1,39 +0,0 @@ -# adapted from lzma-4.42.0alphaX/extra/tar/file-4.21.patch -# 2008-10-05 lzma doesn't write this new format yet (as of -# lzma 4.43 revision 2), but when it does, file will be ready -# See discussion at -# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364260 -# ---- magic/Magdir/compress.orig 2008-10-05 08:59:54.000000000 -0400 -+++ magic/Magdir/compress 2008-10-05 09:08:57.000000000 -0400 -@@ -189,6 +189,19 @@ - # bug #364260) - #0 string ]\000\000\200\000 LZMA compressed data - -+# LZMA (Lempel-Ziv-Markov chain-Algorithm) file format supported by: -+# - 7-Zip -+# - LZMA SDK -+# - LZMA Utils -+# -+# Note that this is different format than the original format created -+# by LZMA_Alone from older versions of LZMA SDK. These files are -+# non-trivial to detect, because they have no magic bytes. -+# -+0 ustring \xFFLZMA\x00 lzma compressed data, -+>6 ubyte&0x10 0x00 single-block stream -+>6 ubyte&0x10 0x10 multi-block stream -+ - # AFX compressed files (Wolfram Kleff) - 2 string -afx- AFX compressed file data - - ---- src/compress.c.orig 2007-03-05 03:41:29.000000000 +0100 -+++ src/compress.c 2007-09-12 21:40:54.000000000 -0000 -@@ -76,6 +76,7 @@ - { "PK\3\4", 4, { "gzip", "-cdq", NULL }, 1 }, /* pkzipped, */ - /* ...only first file examined */ - { "BZh", 3, { "bzip2", "-cd", NULL }, 1 }, /* bzip2-ed */ -+ { "\xFFLZMA\x00", 6, { "lzma", "-cd", NULL }, 1 }, /* new LZMA */ - }; - - private size_t ncompr = sizeof(compr) / sizeof(compr[0]); Deleted: trunk/dports/sysutils/file/files/patch-src-file.h.diff =================================================================== --- trunk/dports/sysutils/file/files/patch-src-file.h.diff 2009-08-01 23:53:23 UTC (rev 54771) +++ trunk/dports/sysutils/file/files/patch-src-file.h.diff 2009-08-02 00:23:24 UTC (rev 54772) @@ -1,21 +0,0 @@ -Prereq: 1.108 ---- src/file.h.orig 16 Jul 2008 18:00:57 -0000 1.108 -+++ src/file.h 2 Sep 2008 07:11:30 -0000 1.109 -@@ -27,7 +27,7 @@ - */ - /* - * file.h - definitions for file(1) program -- * @(#)$File: file.h,v 1.108 2008/07/16 18:00:57 christos Exp $ -+ * @(#)$File: file.h,v 1.109 2008/09/02 07:11:30 christos Exp $ - */ - - #ifndef __file_h__ -@@ -302,7 +302,7 @@ - int last_match; - int last_cond; /* used for error checking by parse() */ - #endif --} *li; -+}; - struct magic_set { - struct mlist *mlist; - struct cont { -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Sat Aug 1 17:30:59 2009 From: raimue at macports.org (raimue at macports.org) Date: Sat, 1 Aug 2009 17:30:59 -0700 (PDT) Subject: [54773] trunk/dports/textproc/less/Portfile Message-ID: <20090802003059.216D1228B319@beta.macosforge.org> Revision: 54773 http://trac.macports.org/changeset/54773 Author: raimue at macports.org Date: 2009-08-01 17:30:58 -0700 (Sat, 01 Aug 2009) Log Message: ----------- textproc/less: Update to version 436 Modified Paths: -------------- trunk/dports/textproc/less/Portfile Modified: trunk/dports/textproc/less/Portfile =================================================================== --- trunk/dports/textproc/less/Portfile 2009-08-02 00:23:24 UTC (rev 54772) +++ trunk/dports/textproc/less/Portfile 2009-08-02 00:30:58 UTC (rev 54773) @@ -3,7 +3,7 @@ PortSystem 1.0 name less -version 429 +version 436 categories textproc maintainers raimue openmaintainer description Less is a program similar to more, which allows backward movement. @@ -19,9 +19,9 @@ platforms darwin master_sites ${homepage} -checksums md5 206f2f13b9b0a35e45df660fcb6af31d \ - sha1 78a2fd4777918d0f551236bd7872d84b9129a7d1 \ - rmd160 4f476154f463d3e5a003ff12c9784f303365d04a +checksums md5 817bf051953ad2dea825a1cdf460caa4 \ + sha1 f78998a1a79a7e1962c901dd41bdc3d1c2005471 \ + rmd160 b186b76fcdbf38056b32fbc1b54877dccf64a8ec depends_build bin:grep:grep depends_lib port:ncurses \ @@ -37,4 +37,3 @@ livecheck.check regex livecheck.url ${homepage} livecheck.regex "The current released version is ${name}-(\\d+)\\." - -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 17:44:25 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 17:44:25 -0700 (PDT) Subject: [54774] trunk/dports/python/py25-sphinx/Portfile Message-ID: <20090802004425.A3241228B40C@beta.macosforge.org> Revision: 54774 http://trac.macports.org/changeset/54774 Author: snc at macports.org Date: 2009-08-01 17:44:24 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated version, ticket #20101. maintainer timeout. Modified Paths: -------------- trunk/dports/python/py25-sphinx/Portfile Modified: trunk/dports/python/py25-sphinx/Portfile =================================================================== --- trunk/dports/python/py25-sphinx/Portfile 2009-08-02 00:30:58 UTC (rev 54773) +++ trunk/dports/python/py25-sphinx/Portfile 2009-08-02 00:44:24 UTC (rev 54774) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -4,7 +5,7 @@ PortGroup python25 1.0 name py25-sphinx -version 0.5 +version 0.6.2 categories-append devel maintainers gmail.com:michel.sylvan description Python documentation generator @@ -21,11 +22,12 @@ master_sites http://pypi.python.org/packages/source/S/Sphinx/ distname Sphinx-${version} -checksums md5 55a33cc13b5096c8763cd4a933b30ddc \ - sha1 504b36a4429e2fe701cd449cad51d65d0c179225 \ - rmd160 b477ac3c3a439b8058a05365364fd88783f12671 +checksums md5 c8f79e171addc73342cc2e775dc78880 \ + sha1 d4da9d09f2df184dc010f9d78faaa76af90f748d \ + rmd160 fc893d0cfcc4c006952c706165246268da3c51d4 depends_lib port:py25-docutils depends_run port:py25-pygments \ - port:py25-jinja \ + port:py25-jinja2 \ port:py25-setuptools + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 17:53:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 17:53:20 -0700 (PDT) Subject: [54775] trunk/dports Message-ID: <20090802005321.3D3A3228B487@beta.macosforge.org> Revision: 54775 http://trac.macports.org/changeset/54775 Author: portindex at macports.org Date: 2009-08-01 17:53:19 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5989 Ports successfully parsed: 5989 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 00:44:24 UTC (rev 54774) +++ trunk/dports/PortIndex 2009-08-02 00:53:19 UTC (rev 54775) @@ -7736,8 +7736,8 @@ portdir python/py-netdevicelib description {python module for interacting with network devices like routers} homepage http://netdevicelib.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-netdevicelib maintainers nomaintainer long_description {netdevicelib is a Python library for interacting with network devices, such as routers, switches, and firewalls. It is similar in concept (but more ambitious in scope) to the Net-Telnet-Cisco module for Perl.} version 0.1 categories {python net} revision 1 py-nevow 606 portdir python/py-nevow description {A Web Application Construction Kit} homepage http://divmod.org/trac/wiki/DivmodNevow epoch 0 platforms darwin depends_lib {port:python24 port:py-twisted} name py-nevow maintainers {openmaintainer stechert} long_description {Nevow is a next-generation web application templating system, based on the ideas developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible.} version 0.9.18 categories python revision 0 -py-nltk 367 -portdir python/py-nltk description {Natural Language Toolkit} homepage http://www.nltk.org/ epoch 1 platforms darwin depends_lib {port:py-numpy port:py-matplotlib} name py-nltk maintainers gmail.com:stevenbird1 long_description {NLTK is Python modules for research and development in natural language processing} version 0.9.9 categories {python textproc} revision 0 +py-nltk 380 +portdir python/py-nltk description {Natural Language Toolkit} homepage http://www.nltk.org/ epoch 1 platforms darwin depends_lib {port:py-numpy port:py-matplotlib port:py-yaml} name py-nltk maintainers gmail.com:stevenbird1 long_description {NLTK is Python modules for research and development in natural language processing} version 2.0b5 categories {python textproc} revision 0 py-nose 611 portdir python/py-nose description {A Python unittest extension.} homepage http://somethingaboutorange.com/mrl/projects/nose/ epoch 0 platforms darwin depends_lib port:py-setuptools name py-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.} version 0.10.4 categories {python www} revision 0 py-numarray 618 @@ -8390,8 +8390,8 @@ portdir python/py25-networkx description {NetworkX in a Python package for graph manpulation.} homepage http://networkx.lanl.gov/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-networkx maintainers nomaintainer long_description {NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.} version 0.99 categories {python science} revision 0 py25-nevow 612 portdir python/py25-nevow description {A Web Application Construction Kit} homepage http://divmod.org/trac/wiki/DivmodNevow epoch 0 platforms darwin depends_lib {port:python25 port:py25-twisted} name py25-nevow maintainers {openmaintainer stechert} long_description {Nevow is a next-generation web application templating system, based on the ideas developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible.} version 0.9.18 categories python revision 0 -py25-nltk 375 -portdir python/py25-nltk description {Natural Language Toolkit} homepage http://www.nltk.org/ epoch 0 platforms darwin depends_lib {port:py25-numpy port:py25-matplotlib} name py25-nltk maintainers gmail.com:stevenbird1 long_description {NLTK is Python modules for research and development in natural language processing} version 0.9.9 categories {python textproc} revision 0 +py25-nltk 390 +portdir python/py25-nltk description {Natural Language Toolkit} homepage http://www.nltk.org/ epoch 0 platforms darwin depends_lib {port:py25-numpy port:py25-matplotlib port:py25-yaml} name py25-nltk maintainers gmail.com:stevenbird1 long_description {NLTK is Python modules for research and development in natural language processing} version 2.0b5 categories {python textproc} revision 0 py25-nose 617 portdir python/py25-nose description {A Python unittest extension.} 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.} version 0.10.4 categories {python www} revision 0 py25-numarray 622 @@ -8560,8 +8560,8 @@ portdir python/py25-soaplib description {A simple library for writing soap web services.} homepage http://trac.optio.webfactional.com/ epoch 0 platforms darwin depends_lib {port:py25-celementtree port:py25-tz port:py25-setuptools} name py25-soaplib maintainers gmail.com:cfedermann long_description {This is a simple, easily extendible soap library that provides several useful tools for creating and publishing soap web services in python. This package features on-demand WSDL generation for the published services, a WSGI-compliant web application, support for complex class structures, binary attachments, simple framework for creating additional serialization mechanisms and a client library.} version 0.7.2 categories {python www} revision 0 py25-socket-ssl 378 portdir python/py25-socket-ssl description {This is a stub. socket-ssl is now build with python25} homepage http://www.python.org/doc/current/lib/ssl-objects.html epoch 0 platforms darwin depends_lib port:python25 name py25-socket-ssl maintainers nomaintainer long_description {{This is a stub. socket-ssl is now build with python25}} version 2.5.4 categories python revision 1 -py25-sphinx 710 -portdir python/py25-sphinx description {Python documentation generator} homepage http://sphinx.pocoo.org/ depends_run {port:py25-pygments port:py25-jinja port:py25-setuptools} epoch 0 platforms darwin depends_lib port:py25-docutils name py25-sphinx maintainers gmail.com:michel.sylvan long_description {Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.} version 0.5 categories {python devel} revision 0 +py25-sphinx 713 +portdir python/py25-sphinx description {Python documentation generator} homepage http://sphinx.pocoo.org/ depends_run {port:py25-pygments port:py25-jinja2 port:py25-setuptools} epoch 0 platforms darwin depends_lib port:py25-docutils name py25-sphinx maintainers gmail.com:michel.sylvan long_description {Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.} version 0.6.2 categories {python devel} revision 0 py25-sqlalchemy 421 portdir python/py25-sqlalchemy description {Python SQL ORM} homepage http://www.sqlalchemy.org epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-sqlalchemy maintainers {stechert 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.} version 0.5.2 categories python revision 0 py25-sqlalchemy-migrate 667 @@ -8826,6 +8826,8 @@ portdir python/py26-mx-base description {eGenix.com mx Extensions for Python - base package} homepage http://www.egenix.com/products/python/mxBase/ epoch 0 platforms darwin depends_lib port:python26 name py26-mx-base maintainers {blb openmaintainer} long_description {Collection of Python software tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text processing, date/time processing and web site programming.} version 3.1.2 categories python revision 0 py26-mysql 461 variants {mysql3 mysql4 mysql5} portdir python/py26-mysql description {Python interface to mysql} homepage http://sourceforge.net/projects/mysql-python/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools path:bin/mysql_config5:mysql5} name py26-mysql long_description {A package containing a Python module that allows you to connect to MySQL databases} maintainers nomaintainer version 1.2.2 categories {python devel databases} revision 0 +py26-nltk 390 +portdir python/py26-nltk description {Natural Language Toolkit} homepage http://www.nltk.org/ epoch 0 platforms darwin depends_lib {port:py26-numpy port:py26-matplotlib port:py26-yaml} name py26-nltk maintainers gmail.com:stevenbird1 long_description {NLTK is Python modules for research and development in natural language processing} version 2.0b5 categories {python textproc} revision 0 py26-nose 609 portdir python/py26-nose description {A Python unittest extension.} homepage http://somethingaboutorange.com/mrl/projects/nose/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-nose maintainers {mcalhoun openmaintainer} long_description {A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.} version 0.10.4 categories {python www} revision 0 py26-numeric 412 @@ -9990,8 +9992,8 @@ portdir sysutils/fdupes description {identify and/or delete duplicate files} homepage http://premium.caribe.net/~adrian2/fdupes.html epoch 0 platforms darwin name fdupes maintainers nomaintainer long_description {fdupes identifies and/or deletes duplicate files in specified directories.} version 1.40 categories sysutils revision 0 fhist 639 variants universal portdir sysutils/fhist description {FHist: file history, comparison and merging tools} homepage http://fhist.sourceforge.net/ epoch 0 platforms darwin name fhist depends_lib {port:bison port:gettext port:cook} long_description {The FHist package contains 3 utilities, fhist (a file history tool that works on binary inputs), fcomp (a file comparison tool that can compare binary files byte-for-byte), and fmerge (a file merging tool). All three are bundled together because they use the same minimal-difference algorithm.} maintainers {boeyms openmaintainer} categories {sysutils textproc devel} version 1.16 revision 0 -file 557 -variants {with_default_names with_text_magic_file} portdir sysutils/file description {File - determine file type} homepage ftp://ftp.astron.com/pub/file/ epoch 0 platforms darwin name file depends_lib port:zlib long_description {File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed.} maintainers {jay.fm:jay-macports openmaintainer} categories sysutils version 4.26 revision 1 +file 623 +variants with_text_magic_file portdir sysutils/file description {File - determine file type} homepage http://www.darwinsys.com/file/ epoch 0 platforms darwin name file depends_lib port:zlib long_description {File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Information on Mach-O binaries, it is suggested that one uses the command `otool -fv`.} maintainers {jay.fm:jay-macports openmaintainer} categories sysutils version 5.03 revision 0 findutils 403 variants {with_default_names universal} portdir sysutils/findutils description {findutils contains GNU find, xargs, and locate} homepage http://www.gnu.org/software/findutils/ epoch 0 platforms darwin name findutils depends_lib {port:gettext port:libiconv} long_description {{findutils contains GNU find, xargs, and locate}} maintainers {nox openmaintainer} categories sysutils version 4.4.2 revision 0 foremost 618 @@ -10551,7 +10553,7 @@ latex2man 557 variants universal portdir textproc/latex2man description {Translator program intended to translate a LaTeX document into man} homepage http://www.informatik-vollmer.de/software/latex2man.php epoch 0 depends_run {bin:tex:texlive path:bin/perl:perl5} platforms darwin name latex2man long_description {Latex2man is a tool to translate UNIX manual pages written with LaTeX into a format understood by the UNIX man(1)-command. Alternatively HTML, TexInfo, or LaTeX code can be produced too.} maintainers nomaintainer categories textproc version 1.23 revision 0 less 771 -variants universal depends_build bin:grep:grep portdir textproc/less description {Less is a program similar to more, which allows backward movement.} homepage http://www.greenwoodsoftware.com/less/ epoch 0 platforms darwin depends_lib {port:ncurses port:gettext} name less long_description {Less is a program similar to more, but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi. Less uses termcap (or terminfo on some systems), so it can run on a variety of terminals. There is even limited support for hardcopy terminals.} maintainers {raimue openmaintainer} categories textproc version 429 revision 0 +variants universal depends_build bin:grep:grep portdir textproc/less description {Less is a program similar to more, which allows backward movement.} homepage http://www.greenwoodsoftware.com/less/ epoch 0 platforms darwin depends_lib {port:ncurses port:gettext} name less long_description {Less is a program similar to more, but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi. Less uses termcap (or terminfo on some systems), so it can run on a variety of terminals. There is even limited support for hardcopy terminals.} maintainers {raimue openmaintainer} categories textproc version 436 revision 0 lesspipe 677 variants universal portdir textproc/lesspipe description {lesspipe is an input filter for the pager less.} homepage http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html epoch 0 platforms darwin name lesspipe long_description {lesspipe.sh is an input filter for the pager less as described in its man page. The script runs under a ksh compliant shell (ksh, bash, zsh) and allows to view files with binary content, compressed files, archives and files contained in archives. A large and growing number of formats are supported both as plain and compressed files using compress, gzip, bzip2 or zip.} maintainers gmail.com:ingmarstein categories textproc version 1.53 revision 0 lhs2tex 391 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 18:41:55 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 18:41:55 -0700 (PDT) Subject: [54776] trunk/dports/python/py25-hgsvn/Portfile Message-ID: <20090802014155.45B7B228B713@beta.macosforge.org> Revision: 54776 http://trac.macports.org/changeset/54776 Author: snc at macports.org Date: 2009-08-01 18:41:54 -0700 (Sat, 01 Aug 2009) Log Message: ----------- update version, ticket #20384. maintainer timeout. Modified Paths: -------------- trunk/dports/python/py25-hgsvn/Portfile Modified: trunk/dports/python/py25-hgsvn/Portfile =================================================================== --- trunk/dports/python/py25-hgsvn/Portfile 2009-08-02 00:53:19 UTC (rev 54775) +++ trunk/dports/python/py25-hgsvn/Portfile 2009-08-02 01:41:54 UTC (rev 54776) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -4,9 +5,8 @@ PortGroup python25 1.0 name py25-hgsvn -version 0.1.6 -revision 1 -categories python devel +version 0.1.7 +categories-append devel platforms darwin maintainers saispo homepage http://pypi.python.org/pypi/hgsvn @@ -17,10 +17,11 @@ master_sites http://pypi.python.org/packages/source/h/hgsvn distname hgsvn-${version} -checksums md5 717f21210fb84e7538d76a95a582a647 \ - sha1 77940867972b752757e707cb185ea5a91aa3f62a \ - rmd160 bade2e485af23846e529b9a4fc9ff3138c839e2c +checksums md5 aaa4ef4124ac388832cddc85c1866236 \ + sha1 e53a631786a011569d7cfd6677d0bb7f681a9b15 \ + rmd160 840f3c14461dbddf4ecbe4ac27053c18e2a56579 + depends_lib-append port:py25-setuptools post-destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 18:53:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 18:53:20 -0700 (PDT) Subject: [54777] trunk/dports/PortIndex Message-ID: <20090802015321.18ABE228B79B@beta.macosforge.org> Revision: 54777 http://trac.macports.org/changeset/54777 Author: portindex at macports.org Date: 2009-08-01 18:53:19 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5989 Ports successfully parsed: 5989 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 01:41:54 UTC (rev 54776) +++ trunk/dports/PortIndex 2009-08-02 01:53:19 UTC (rev 54777) @@ -8279,7 +8279,7 @@ py25-hcluster 588 portdir python/py25-hcluster description {This library provides Python functions for agglomerative clustering.} homepage http://code.google.com/p/scipy-cluster/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy} name py25-hcluster maintainers jameskyle long_description {This library provides Python functions for agglomerative clustering. The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/Numpy. The core implementation of this library is in C for efficiency.} version 0.2.0 categories python revision 0 py25-hgsvn 447 -portdir python/py25-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-hgsvn maintainers saispo long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.6 categories {python devel} revision 1 +portdir python/py25-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-hgsvn maintainers saispo long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.7 categories {python devel} revision 0 py25-htmlcalendar 501 portdir python/py25-htmlcalendar description {python module for creating calendars in HTML format} homepage http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html epoch 0 platforms darwin depends_lib {port:python25 port:py25-htmltemplate} name py25-htmlcalendar maintainers nomaintainer long_description {python module for creating calendars in HTML format. HTMLCalendar generates one- and twelve-month calendars in HTML format with optional links.} version 1.1.1 categories python revision 0 py25-htmltemplate 467 -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 18:57:28 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 18:57:28 -0700 (PDT) Subject: [54778] trunk/dports/python Message-ID: <20090802015728.BF38E228B7F5@beta.macosforge.org> Revision: 54778 http://trac.macports.org/changeset/54778 Author: snc at macports.org Date: 2009-08-01 18:57:28 -0700 (Sat, 01 Aug 2009) Log Message: ----------- created py26-hgsvn, ticket #20384. took over as open maintainer. Added Paths: ----------- trunk/dports/python/py26-hgsvn/ trunk/dports/python/py26-hgsvn/Portfile Added: trunk/dports/python/py26-hgsvn/Portfile =================================================================== --- trunk/dports/python/py26-hgsvn/Portfile (rev 0) +++ trunk/dports/python/py26-hgsvn/Portfile 2009-08-02 01:57:28 UTC (rev 54778) @@ -0,0 +1,32 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-hgsvn +version 0.1.7 +categories python devel +platforms darwin +maintainers snc openmaintainer +homepage http://pypi.python.org/pypi/hgsvn +description hgsvn is a set of scripts for Subversion and Mercurial +long_description This set of scripts allows to work locally on \ + Subversion-managed projects using the Mercurial \ + distributed version control system. + +master_sites http://pypi.python.org/packages/source/h/hgsvn +distname hgsvn-${version} +checksums md5 aaa4ef4124ac388832cddc85c1866236 \ + sha1 e53a631786a011569d7cfd6677d0bb7f681a9b15 \ + rmd160 840f3c14461dbddf4ecbe4ac27053c18e2a56579 + +depends_lib-append port:py26-setuptools + +post-destroot { + xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt \ + ${destroot}${prefix}/share/doc/${name} + foreach bin [glob -tails -directory ${destroot}${python.prefix}/bin *] { + ln -s ${python.prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin} + } +} + Property changes on: trunk/dports/python/py26-hgsvn/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 19:01:59 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 19:01:59 -0700 (PDT) Subject: [54779] trunk/base/src/programs/daemondo/Makefile.in Message-ID: <20090802020159.8752A228B88F@beta.macosforge.org> Revision: 54779 http://trac.macports.org/changeset/54779 Author: toby at macports.org Date: 2009-08-01 19:01:59 -0700 (Sat, 01 Aug 2009) Log Message: ----------- make "./configure && sudo make install" work properly Modified Paths: -------------- trunk/base/src/programs/daemondo/Makefile.in Modified: trunk/base/src/programs/daemondo/Makefile.in =================================================================== --- trunk/base/src/programs/daemondo/Makefile.in 2009-08-02 01:57:28 UTC (rev 54778) +++ trunk/base/src/programs/daemondo/Makefile.in 2009-08-02 02:01:59 UTC (rev 54779) @@ -32,7 +32,7 @@ distclean: clean rm -f Makefile -install: +install: daemondo ${INSTALL} -o ${DSTUSR} -g ${DSTGRP} -m 555 ${PROGRAM} ${DESTDIR}${bindir} test: -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Sat Aug 1 19:05:26 2009 From: snc at macports.org (snc at macports.org) Date: Sat, 1 Aug 2009 19:05:26 -0700 (PDT) Subject: [54780] trunk/dports/python/py-hgsvn/Portfile Message-ID: <20090802020526.77172228B8C1@beta.macosforge.org> Revision: 54780 http://trac.macports.org/changeset/54780 Author: snc at macports.org Date: 2009-08-01 19:05:25 -0700 (Sat, 01 Aug 2009) Log Message: ----------- updated version, added dependency. ticket #20384, maintainer timeout. Modified Paths: -------------- trunk/dports/python/py-hgsvn/Portfile Modified: trunk/dports/python/py-hgsvn/Portfile =================================================================== --- trunk/dports/python/py-hgsvn/Portfile 2009-08-02 02:01:59 UTC (rev 54779) +++ trunk/dports/python/py-hgsvn/Portfile 2009-08-02 02:05:25 UTC (rev 54780) @@ -17,11 +17,12 @@ master_sites http://pypi.python.org/packages/source/h/hgsvn distname hgsvn-${version} -checksums md5 717f21210fb84e7538d76a95a582a647 \ - sha1 77940867972b752757e707cb185ea5a91aa3f62a \ - rmd160 bade2e485af23846e529b9a4fc9ff3138c839e2c +checksums md5 aaa4ef4124ac388832cddc85c1866236 \ + sha1 e53a631786a011569d7cfd6677d0bb7f681a9b15 \ + rmd160 840f3c14461dbddf4ecbe4ac27053c18e2a56579 depends_lib-append port:py-setuptools +depends_run-append port:py-elementtree post-destroot { xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 19:09:40 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 19:09:40 -0700 (PDT) Subject: [54781] trunk/base/Mk/macports.tea.mk Message-ID: <20090802020940.39390228B91C@beta.macosforge.org> Revision: 54781 http://trac.macports.org/changeset/54781 Author: toby at macports.org Date: 2009-08-01 19:09:37 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Fix parallel build (#20378). Problem was that pkg_mkIndex was getting run before the dylibs were built. Modified Paths: -------------- trunk/base/Mk/macports.tea.mk Modified: trunk/base/Mk/macports.tea.mk =================================================================== --- trunk/base/Mk/macports.tea.mk 2009-08-02 02:05:25 UTC (rev 54780) +++ trunk/base/Mk/macports.tea.mk 2009-08-02 02:09:37 UTC (rev 54781) @@ -13,7 +13,7 @@ $(SHLIB_NAME):: ${OBJS} ${SHLIB_LD} ${OBJS} -o ${SHLIB_NAME} ${TCL_STUB_LIB_SPEC} ${SHLIB_LDFLAGS} ${LIBS} -pkgIndex.tcl: +pkgIndex.tcl: $(SHLIB_NAME) $(SILENT) ../pkg_mkindex.sh . clean:: -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sat Aug 1 19:19:02 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sat, 1 Aug 2009 19:19:02 -0700 (PDT) Subject: [54782] trunk/dports/x11/xorg-xtrans/Portfile Message-ID: <20090802021902.D7D2A228B9D7@beta.macosforge.org> Revision: 54782 http://trac.macports.org/changeset/54782 Author: jeremyhu at macports.org Date: 2009-08-01 19:19:02 -0700 (Sat, 01 Aug 2009) Log Message: ----------- xorg-xtrans: Bump to 1.2.4 Modified Paths: -------------- trunk/dports/x11/xorg-xtrans/Portfile Modified: trunk/dports/x11/xorg-xtrans/Portfile =================================================================== --- trunk/dports/x11/xorg-xtrans/Portfile 2009-08-02 02:09:37 UTC (rev 54781) +++ trunk/dports/x11/xorg-xtrans/Portfile 2009-08-02 02:19:02 UTC (rev 54782) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-xtrans -version 1.2.3 +version 1.2.4 categories x11 devel maintainers jeremyhu openmaintainer description X.org xtrans @@ -15,9 +15,9 @@ universal_variant no distname xtrans-${version} -checksums md5 f9cf791dfad59cf044e276aab3a71e1d \ - sha1 ae6dbeddfbd1a2fca8b783dbcea20fd53b425ffa \ - rmd160 aafebaadc7c253bc8e0e424ac6879941ca1977b5 +checksums md5 b3b57e78dc06885e79f8393a83619715 \ + sha1 093221433efb5539661a2fb4e2afa4b073b1fe27 \ + rmd160 ad78e5c1690db08bcc250f67753aa128f7e54368 use_bzip2 yes livecheck.check regex -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 19:49:36 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 19:49:36 -0700 (PDT) Subject: [54783] trunk/dports/textproc/tesseract/Portfile Message-ID: <20090802024937.1F2FB228BB5F@beta.macosforge.org> Revision: 54783 http://trac.macports.org/changeset/54783 Author: toby at macports.org Date: 2009-08-01 19:49:36 -0700 (Sat, 01 Aug 2009) Log Message: ----------- #20508 (tesseract update to 2.04) Modified Paths: -------------- trunk/dports/textproc/tesseract/Portfile Modified: trunk/dports/textproc/tesseract/Portfile =================================================================== --- trunk/dports/textproc/tesseract/Portfile 2009-08-02 02:19:02 UTC (rev 54782) +++ trunk/dports/textproc/tesseract/Portfile 2009-08-02 02:49:36 UTC (rev 54783) @@ -3,7 +3,7 @@ PortSystem 1.0 name tesseract -version 2.03 +version 2.04 categories textproc graphics pdf maintainers emer.net:emer description Open source OCR engine @@ -29,9 +29,9 @@ checksums\ ${distname}${extract.suffix} \ - md5 5777b70b11df16c1ac9aa155d7cfc553 \ - sha1 b7859278ff98a8b64bf98b5a519688e1559cec57 \ - rmd160 7519e7f4d876444bd3264d599dbf423e22443311 \ + md5 b44eba1a9f4892ac62e484c807fe0533 \ + sha1 850c42c92a4471c5f41d4384c57045e812fde26a \ + rmd160 826718ddf491c8b925b02c343d4a4992fd4631d8 \ ${lang_data} \ md5 b8291d6b3a63ce7879d688e845e341a9 \ sha1 40292c8d206090c4ab342f6b7814ea41c075abce \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 19:53:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 19:53:25 -0700 (PDT) Subject: [54784] trunk/dports Message-ID: <20090802025326.4AACE228BB94@beta.macosforge.org> Revision: 54784 http://trac.macports.org/changeset/54784 Author: portindex at macports.org Date: 2009-08-01 19:53:25 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 5990 Ports successfully parsed: 5990 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 02:49:36 UTC (rev 54783) +++ trunk/dports/PortIndex 2009-08-02 02:53:25 UTC (rev 54784) @@ -7594,8 +7594,8 @@ portdir python/py-gtkmvc description {Model-View-Controller for PyGTK2} homepage http://pygtkmvc.sourceforge.net/ epoch 0 depends_lib {port:python24 port:py-gtk2} name py-gtkmvc maintainers nomaintainer long_description {This is an implementation of the Model-View-Controller and Observer patterns for the Pygtk2 toolkit. MVC is a pattern that can be successfully used to design and develop well structured GUI applications. The MVC pattern basically helps in separating sematics and data of the application, from their representation. The Observer pattern is also embedded here. This pattern allows making separated parts independent, but still connected each other.} categories {python x11} version 0.9.2 revision 0 py-harvestman 452 portdir python/py-harvestman description {Web crawler} homepage http://harvestman.freezope.org/ epoch 0 platforms darwin depends_lib {port:python24 port:py-sgmlop} name py-harvestman maintainers nomaintainer long_description {HARVESTMan is an internet offline crawler (robot) program written in python. It helps you to grab pages from the internet and store it in a local directory for offline browsing.} version 1.4 categories {python www} revision 1 -py-hgsvn 441 -portdir python/py-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-hgsvn maintainers saispo long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.6 categories {python devel} revision 2 +py-hgsvn 473 +portdir python/py-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn depends_run port:py-elementtree epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-hgsvn maintainers saispo long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.6 categories {python devel} revision 2 py-htmlcalendar 495 portdir python/py-htmlcalendar description {python module for creating calendars in HTML format} homepage http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html epoch 0 platforms darwin depends_lib {port:python24 port:py-htmltemplate} name py-htmlcalendar maintainers nomaintainer long_description {python module for creating calendars in HTML format. HTMLCalendar generates one- and twelve-month calendars in HTML format with optional links.} version 1.1.1 categories python revision 0 py-htmlgen 1007 @@ -8750,6 +8750,8 @@ variants {darwin_9 universal} portdir python/py26-gtk description {PyGTK is the Python binding to GTK+ 2.x} homepage http://www.pygtk.org/ epoch 0 platforms darwin name py26-gtk depends_lib {port:python26 port:atk port:cairo {path:\${prefix}/lib/pkgconfig/pango.pc:pango} port:gtk2 port:libglade2 port:py26-cairo port:py26-gobject} long_description {PyGTK contains modules that allow you to use gtk in Python programs. At present, it is a fairly complete set of bindings.} maintainers {mcalhoun openmaintainer} categories {python x11} version 2.12.1 revision 0 py26-hcluster 599 portdir python/py26-hcluster description {This library provides Python functions for agglomerative clustering.} homepage http://code.google.com/p/scipy-cluster/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-hcluster maintainers ucla.edu:jameskyle long_description {{This library provides Python functions for agglomerative clustering.} The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/Numpy. The core implementation of this library is in C for efficiency.} version 0.2.0 categories python revision 0 +py26-hgsvn 461 +portdir python/py26-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-hgsvn maintainers {snc openmaintainer} long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.7 categories {python devel} revision 0 py26-htmlcalendar 501 portdir python/py26-htmlcalendar description {python module for creating calendars in HTML format} homepage http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html epoch 0 platforms darwin depends_lib {port:python26 port:py26-htmltemplate} name py26-htmlcalendar maintainers nomaintainer long_description {python module for creating calendars in HTML format. HTMLCalendar generates one- and twelve-month calendars in HTML format with optional links.} version 1.1.1 categories python revision 0 py26-htmltemplate 467 @@ -11785,7 +11787,7 @@ xorg-xproxymanagementprotocol 317 portdir x11/xorg-xproxymanagementprotocol description {X.org xproxymanagementprotocol} homepage http://www.x.org epoch 0 platforms darwin name xorg-xproxymanagementprotocol maintainers {jeremyhu openmaintainer} long_description {Prototype headers for xproxymanagement} version 1.0.2 categories {x11 devel} revision 0 xorg-xtrans 271 -portdir x11/xorg-xtrans description {X.org xtrans} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-xtrans maintainers {jeremyhu openmaintainer} long_description {X Network Transport layer shared code} version 1.2.3 categories {x11 devel} revision 0 +portdir x11/xorg-xtrans description {X.org xtrans} homepage http://www.x.org epoch 0 platforms {darwin macosx} name xorg-xtrans maintainers {jeremyhu openmaintainer} long_description {X Network Transport layer shared code} version 1.2.4 categories {x11 devel} revision 0 xping 236 portdir x11/xping description {'ping' an Xserver} epoch 0 name xping depends_lib port:xorg-libX11 maintainers nomaintainer long_description {A simple tool to determine if an X11 server is running.} version 1.9 categories x11 revision 2 xplanet 674 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Sat Aug 1 20:33:41 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Sat, 1 Aug 2009 20:33:41 -0700 (PDT) Subject: [54785] trunk/dports/ruby Message-ID: <20090802033342.74C51228BF1E@beta.macosforge.org> Revision: 54785 http://trac.macports.org/changeset/54785 Author: kimuraw at macports.org Date: 2009-08-01 20:33:39 -0700 (Sat, 01 Aug 2009) Log Message: ----------- ruby/rb-gnome: split rb-gnome (Ruby-GNOME2) into the following libraries. rb-glib2, rb-atk, rb-pango, rb-gtk2, rb-gconf, rb-libgnome, rb-gnomecanvas, rb-gnomeprint, rb-gnomeprintui, rb-gnomevfs, rb-gtkhtml, rb-gtkglext, rb-libart, rb-libglade2, rb-rsvg, rb-poppler, rb-gstreamer, rb-gtksourceview2, rb-gnome-panel Modified Paths: -------------- trunk/dports/ruby/rb-gnome/Portfile Added Paths: ----------- trunk/dports/ruby/rb-atk/ trunk/dports/ruby/rb-atk/Portfile trunk/dports/ruby/rb-gconf/ trunk/dports/ruby/rb-gconf/Portfile trunk/dports/ruby/rb-glib2/ trunk/dports/ruby/rb-glib2/Portfile trunk/dports/ruby/rb-gnomecanvas/ trunk/dports/ruby/rb-gnomecanvas/Portfile trunk/dports/ruby/rb-gnomeprint/ trunk/dports/ruby/rb-gnomeprint/Portfile trunk/dports/ruby/rb-gnomeprintui/ trunk/dports/ruby/rb-gnomeprintui/Portfile trunk/dports/ruby/rb-gnomevfs/ trunk/dports/ruby/rb-gnomevfs/Portfile trunk/dports/ruby/rb-gstreamer/ trunk/dports/ruby/rb-gstreamer/Portfile trunk/dports/ruby/rb-gtk2/ trunk/dports/ruby/rb-gtk2/Portfile trunk/dports/ruby/rb-gtk2/files/ trunk/dports/ruby/rb-gtk2/files/patch-gtk-test-run-test.rb.diff trunk/dports/ruby/rb-gtkglext/ trunk/dports/ruby/rb-gtkglext/Portfile trunk/dports/ruby/rb-gtkhtml/ trunk/dports/ruby/rb-gtkhtml/Portfile trunk/dports/ruby/rb-gtksourceview2/ trunk/dports/ruby/rb-gtksourceview2/Portfile trunk/dports/ruby/rb-gtksourceview2/files/ trunk/dports/ruby/rb-gtksourceview2/files/patch-gtksourceview2-test-run-test.rb.diff trunk/dports/ruby/rb-libart/ trunk/dports/ruby/rb-libart/Portfile trunk/dports/ruby/rb-libglade2/ trunk/dports/ruby/rb-libglade2/Portfile trunk/dports/ruby/rb-libgnome/ trunk/dports/ruby/rb-libgnome/Portfile trunk/dports/ruby/rb-pango/ trunk/dports/ruby/rb-pango/Portfile trunk/dports/ruby/rb-poppler/ trunk/dports/ruby/rb-poppler/Portfile trunk/dports/ruby/rb-rsvg/ trunk/dports/ruby/rb-rsvg/Portfile trunk/dports/ruby/rb-vte/ trunk/dports/ruby/rb-vte/Portfile Removed Paths: ------------- trunk/dports/ruby/rb-gnome/files/patch-extconf.rb Added: trunk/dports/ruby/rb-atk/Portfile =================================================================== --- trunk/dports/ruby/rb-atk/Portfile (rev 0) +++ trunk/dports/ruby/rb-atk/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,25 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {atk ruby-gnome2} 0.19.1 extconf.rb \ + { atk/README } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/ATK is a Ruby binding of ATK-1.0.x or later. +long_description Ruby/ATK is a Ruby binding of ATK-1.0.x or later. +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict atk +depends_lib-append port:atk port:rb-glib2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-atk/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gconf/Portfile =================================================================== --- trunk/dports/ruby/rb-gconf/Portfile (rev 0) +++ trunk/dports/ruby/rb-gconf/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,31 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gconf ruby-gnome2} 0.19.1 extconf.rb \ + { gconf/README gconf/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Gconf libraries for ruby (a part of Ruby-Gnome2) +long_description Gconf libraries for ruby (a part of Ruby-Gnome2) +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gconf +depends_lib-append port:gconf +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +# for developer only, this test requires rb-gtk2 +#test.run yes +test.cmd ${ruby.bin} +test.target -Igconf/src -Igconf/src/lib gconf/tests/unittest.rb + Property changes on: trunk/dports/ruby/rb-gconf/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-glib2/Portfile =================================================================== --- trunk/dports/ruby/rb-glib2/Portfile (rev 0) +++ trunk/dports/ruby/rb-glib2/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,31 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {glib2 ruby-gnome2} 0.19.1 extconf.rb \ + { glib/README glib/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GLib2 is a Ruby binding of GLib-2.x. +long_description Ruby/GLib2 is a Ruby binding of GLib-2.x. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict glib +depends_lib-append port:glib2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +# NOTE: for developer only. this test launches X11.app. +#test.run yes +test.cmd ${ruby.bin} +test.target glib/test/run-test.rb + Property changes on: trunk/dports/ruby/rb-glib2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Modified: trunk/dports/ruby/rb-gnome/Portfile =================================================================== --- trunk/dports/ruby/rb-gnome/Portfile 2009-08-02 02:53:25 UTC (rev 54784) +++ trunk/dports/ruby/rb-gnome/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -3,41 +3,30 @@ PortSystem 1.0 PortGroup ruby 1.0 -ruby.setup {gnome ruby-gnome2-all} 0.18.1 extconf.rb \ - { README gdkpixbuf/sample glib/sample gnome/sample \ - gnomecanvas/sample gstreamer/sample gtk/sample \ - gtkglext/sample gtkhtml2/sample libart/sample \ - libglade/sample pango/sample } \ +ruby.setup {gnome ruby-gnome2} 0.19.1 fetch \ + { README NEWS } \ sourceforge:ruby-gnome2 -maintainers nomaintainer -description Gnome2 libraries for ruby -long_description Gnome2 libraries for ruby including gtk2, gstreamer, \ - gconf, gnomevfs and more. -categories-append gnome -checksums md5 7b312986a9098cbfa180b3ae46cee063 \ - sha1 3d5b3666d1fe2b717c98f68019722a4a144bbc0d \ - rmd160 cd85a0ffcedcd7ca857631f8ff7aba08c98c90e6 + +maintainers kimuraw platforms darwin +description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby \ + language bindings for the GNOME 2.0 development environment. +long_description Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby \ + language bindings for the GNOME 2.0 development environment. +categories-append gnome +depends_lib-append port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2 \ + port:rb-gconf port:rb-libgnome port:rb-gnomecanvas \ + port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs \ + port:rb-gtkhtml port:rb-gtkglext port:rb-gtksourceview2 \ + port:rb-libart port:rb-libglade2 port:rb-rsvg port:rb-poppler + # rb-vte requires X11 -depends_lib-append port:gnome-session \ - port:gtkglext \ - port:libgtkhtml \ - path:lib/pkgconfig/glib-2.0.pc:glib2 \ - path:lib/pkgconfig/pango.pc:pango \ - port:gtk2 \ - port:gconf \ - port:libgnomecanvas \ - port:gnome-vfs \ - port:libart_lgpl \ - port:libglade2 \ - port:libgnomeprintui \ - port:librsvg +distname ${ruby.project}-all-${version} +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde -patchfiles patch-extconf.rb +# install only some documents +use_configure no +destroot { } -post-build { - reinplace "s|^#!.*ruby|#!${ruby.bin}|" \ - ${worksrcpath}/libglade/bin/ruby-glade-create-template -} - -livecheck.regex "ruby\-gnome2 ruby\-gnome2-(\\d+(?:\\.\\d+)*) released.*" Deleted: trunk/dports/ruby/rb-gnome/files/patch-extconf.rb =================================================================== --- trunk/dports/ruby/rb-gnome/files/patch-extconf.rb 2009-08-02 02:53:25 UTC (rev 54784) +++ trunk/dports/ruby/rb-gnome/files/patch-extconf.rb 2009-08-02 03:33:39 UTC (rev 54785) @@ -1,11 +0,0 @@ ---- extconf.rb.orig 2008-10-23 07:24:04.000000000 -0600 -+++ extconf.rb 2008-11-03 22:26:51.000000000 -0700 -@@ -67,7 +67,7 @@ - dir = $topsrcdir - dir = File.join(topdir, dir) unless Pathname.new(dir).absolute? - srcdir = File.join(dir, subdir) -- args = ruby_args + ["-C", subdir, File.join(srcdir, "extconf.rb"), -+ args = ruby_args + ["-rvendor-specific", "-C", subdir, File.join(srcdir, "extconf.rb"), - "--topsrcdir=#{dir}", "--topdir=#{topdir}", - "--srcdir=#{srcdir}", *extra_args] - ret = system(ruby, *args) Added: trunk/dports/ruby/rb-gnomecanvas/Portfile =================================================================== --- trunk/dports/ruby/rb-gnomecanvas/Portfile (rev 0) +++ trunk/dports/ruby/rb-gnomecanvas/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gnomecanvas ruby-gnome2} 0.19.1 extconf.rb \ + { gnomecanvas/README gnomecanvas/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x. +long_description Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gnomecanvas +depends_lib-append port:libgnomecanvas port:rb-glib2 port:rb-gtk2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-gnomecanvas/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gnomeprint/Portfile =================================================================== --- trunk/dports/ruby/rb-gnomeprint/Portfile (rev 0) +++ trunk/dports/ruby/rb-gnomeprint/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,31 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gnomeprint ruby-gnome2} 0.19.1 extconf.rb \ + { gnomeprint/README gnomeprint/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GnomePrint is a Ruby binding of libgnomeprint. +long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gnomeprint +depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango \ + port:rb-libart +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +#test.run yes +test.cmd ${ruby.bin} +test.target -C gnomeprint test/run-test.rb + Property changes on: trunk/dports/ruby/rb-gnomeprint/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gnomeprintui/Portfile =================================================================== --- trunk/dports/ruby/rb-gnomeprintui/Portfile (rev 0) +++ trunk/dports/ruby/rb-gnomeprintui/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,30 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gnomeprintui ruby-gnome2} 0.19.1 extconf.rb \ + { gnomeprintui/README gnomeprintui/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui. +long_description Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +# generate gnomeprint/src/rbgp.h +pre-configure { + system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict gnomeprint" +} +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gnomeprintui +depends_lib-append port:libgnomeprintui port:rb-gtk2 port:rb-gnomeprint +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-gnomeprintui/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gnomevfs/Portfile =================================================================== --- trunk/dports/ruby/rb-gnomevfs/Portfile (rev 0) +++ trunk/dports/ruby/rb-gnomevfs/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gnomevfs ruby-gnome2} 0.19.1 extconf.rb \ + { gnomevfs/README } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x. +categories-append gnome +long_description Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x. +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gnomevfs +depends_lib-append port:gnome-vfs +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-gnomevfs/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gstreamer/Portfile =================================================================== --- trunk/dports/ruby/rb-gstreamer/Portfile (rev 0) +++ trunk/dports/ruby/rb-gstreamer/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gstreamer ruby-gnome2} 0.19.1 extconf.rb \ + { gstreamer/README gstreamer/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GStreamer is a Ruby binding for GStreamer. +long_description Ruby/GStreamer is a Ruby binding for GStreamer. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +# generate glib-enum-types.h at glib/src (for test) +pre-configure { + system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib" +} +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gstreamer +depends_lib-append port:gstreamer port:gst-plugins-base +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +#test.run yes +test.cmd ${ruby.bin} +test.target -C gstreamer test/run-test.rb + Property changes on: trunk/dports/ruby/rb-gstreamer/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gtk2/Portfile =================================================================== --- trunk/dports/ruby/rb-gtk2/Portfile (rev 0) +++ trunk/dports/ruby/rb-gtk2/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,39 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gtk2 ruby-gnome2} 0.19.1 extconf.rb \ + { gtk/README gtk/sample gdkpixbuf/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x. \ + Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x. +long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x. \ + Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x. +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +# generate glib-enum-types.h at glib/src and glib/pango +pre-configure { + system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango" +} +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gtk gdkpixbuf +depends_lib-append port:gtk2 port:rb-pango port:rb-rcairo port:rb-glib2 \ + port:rb-atk +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +# patch-gtk-test-run-test.rb.diff: do not build dependent libraries at testing +patchfiles patch-gtk-test-run-test.rb.diff +# Run Test for developer only, the test launches X11.app +#test.run yes +test.cmd ${ruby.bin} +test.target -C gtk test/run-test.rb + Property changes on: trunk/dports/ruby/rb-gtk2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gtk2/files/patch-gtk-test-run-test.rb.diff =================================================================== --- trunk/dports/ruby/rb-gtk2/files/patch-gtk-test-run-test.rb.diff (rev 0) +++ trunk/dports/ruby/rb-gtk2/files/patch-gtk-test-run-test.rb.diff 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,15 @@ +--- gtk/test/run-test.rb.orig 2008-06-14 20:36:00.000000000 +0900 ++++ gtk/test/run-test.rb 2008-09-07 21:33:23.000000000 +0900 +@@ -13,9 +13,9 @@ + require 'test/glib-test-init' + + [glib_base, atk_base, pango_base, gdk_pixbuf_base, gtk_base].each do |target| +- if system("which make > /dev/null") +- `make -C #{target.dump} > /dev/null` or exit(1) +- end ++# if system("which make > /dev/null") ++# `make -C #{target.dump} > /dev/null` or exit(1) ++# end + $LOAD_PATH.unshift(File.join(target, "src")) + $LOAD_PATH.unshift(File.join(target, "src", "lib")) + $LOAD_PATH.unshift(File.join(target)) Added: trunk/dports/ruby/rb-gtkglext/Portfile =================================================================== --- trunk/dports/ruby/rb-gtkglext/Portfile (rev 0) +++ trunk/dports/ruby/rb-gtkglext/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,28 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gtkglext ruby-gnome2} 0.19.1 extconf.rb \ + { gtkglext/README gtkglext/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GtkGLExt is a Ruby binding of GtkGLExt. +long_description \ + Ruby/GtkGLExt is a Ruby binding of GtkGLExt. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gtkglext +depends_lib-append port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2 \ + port:rb-opengl +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-gtkglext/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gtkhtml/Portfile =================================================================== --- trunk/dports/ruby/rb-gtkhtml/Portfile (rev 0) +++ trunk/dports/ruby/rb-gtkhtml/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gtkhtml ruby-gnome2} 0.19.1 extconf.rb \ + { gtkhtml2/README gtkhtml2/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2 +long_description Ruby/GtkHtml2 is a Ruby binding of GtkHtml2 +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gtkhtml2 +depends_lib-append port:libgtkhtml port:rb-gtk2 port:rb-glib2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-gtkhtml/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gtksourceview2/Portfile =================================================================== --- trunk/dports/ruby/rb-gtksourceview2/Portfile (rev 0) +++ trunk/dports/ruby/rb-gtksourceview2/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {gtksourceview2 ruby-gnome2} 0.19.1 extconf.rb \ + { gtksourceview2/README gtksourceview2/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.\ + (a part of Ruby-Gnome2) +long_description Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.\ + (a part of Ruby-Gnome2) +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +patchfiles patch-gtksourceview2-test-run-test.rb.diff +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gtksourceview2 +depends_lib-append port:rb-gtk2 port:gtksourceview2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +# for developer only, this test may launch X11.app +#test.run yes +test.cmd ${ruby.bin} +test.target -Cgtksourceview2/test run-test.rb + Property changes on: trunk/dports/ruby/rb-gtksourceview2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-gtksourceview2/files/patch-gtksourceview2-test-run-test.rb.diff =================================================================== --- trunk/dports/ruby/rb-gtksourceview2/files/patch-gtksourceview2-test-run-test.rb.diff (rev 0) +++ trunk/dports/ruby/rb-gtksourceview2/files/patch-gtksourceview2-test-run-test.rb.diff 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,15 @@ +--- gtksourceview2/test/run-test.rb.orig 2009-05-18 21:47:03.000000000 +0900 ++++ gtksourceview2/test/run-test.rb 2009-07-24 09:51:41.000000000 +0900 +@@ -15,9 +15,9 @@ + + [glib_base, atk_base, pango_base, gdk_pixbuf_base, gtk_base, + gtk_source_view2_base].each do |target| +- if system("which make > /dev/null") +- `make -C #{target.dump} > /dev/null` or exit(1) +- end ++# if system("which make > /dev/null") ++# `make -C #{target.dump} > /dev/null` or exit(1) ++# end + $LOAD_PATH.unshift(File.join(target, "src")) + $LOAD_PATH.unshift(File.join(target, "src", "lib")) + $LOAD_PATH.unshift(File.join(target)) Added: trunk/dports/ruby/rb-libart/Portfile =================================================================== --- trunk/dports/ruby/rb-libart/Portfile (rev 0) +++ trunk/dports/ruby/rb-libart/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,25 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {libart ruby-gnome2} 0.19.1 extconf.rb \ + { libart/README libart/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/Libart2 is a Ruby binding of Libart_lgpl. +long_description Ruby/Libart2 is a Ruby binding of Libart_lgpl. +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict libart +depends_lib-append port:libart_lgpl port:libpng port:jpeg port:rb-glib2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-libart/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-libglade2/Portfile =================================================================== --- trunk/dports/ruby/rb-libglade2/Portfile (rev 0) +++ trunk/dports/ruby/rb-libglade2/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,28 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {libglade2 ruby-gnome2} 0.19.1 extconf.rb \ + { libglade/README libglade/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/Libglade2 is a Ruby bindings of Libglade2. +long_description \ + Ruby/Libglade2 is a Ruby bindings of Libglade2. \ + This provides a very simple interface to the libglade library, \ + to load interfaces dynamically from a glade file. +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict libglade +depends_lib-append port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-libglade2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-libgnome/Portfile =================================================================== --- trunk/dports/ruby/rb-libgnome/Portfile (rev 0) +++ trunk/dports/ruby/rb-libgnome/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {libgnome ruby-gnome2} 0.19.1 extconf.rb \ + { gnome/README gnome/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x. +long_description Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict gnome +depends_lib-append port:libgnome port:libgnomeui port:libgnomecanvas \ + port:rb-glib2 port:rb-gtk2 port:rb-gnomecanvas +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} Property changes on: trunk/dports/ruby/rb-libgnome/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-pango/Portfile =================================================================== --- trunk/dports/ruby/rb-pango/Portfile (rev 0) +++ trunk/dports/ruby/rb-pango/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {pango ruby-gnome2} 0.19.1 extconf.rb \ + { pango/README pango/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/Pango is a Ruby binding of pango-1.x. +long_description Ruby/Pango is a Ruby binding of pango-1.x. +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict pango +depends_lib-append port:pango port:rb-glib2 port:rb-rcairo +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +# NOTE: for developer only +#test.run yes +test.cmd ${ruby.bin} +test.target -C pango test/run-test.rb Property changes on: trunk/dports/ruby/rb-pango/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-poppler/Portfile =================================================================== --- trunk/dports/ruby/rb-poppler/Portfile (rev 0) +++ trunk/dports/ruby/rb-poppler/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,32 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {poppler ruby-gnome2} 0.19.1 extconf.rb \ + { poppler/README poppler/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/Poppler is a Ruby binding of poppler-glib. +long_description Ruby/Poppler is a Ruby binding of poppler-glib. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict poppler +depends_lib-append port:poppler port:rb-glib2 port:rb-gtk2 \ + port:rb-rcairo +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + +# for developer, this test launched X11.app +#test.run yes +test.cmd ${ruby.bin} +test.target -C poppler test/run-test.rb + Property changes on: trunk/dports/ruby/rb-poppler/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-rsvg/Portfile =================================================================== --- trunk/dports/ruby/rb-rsvg/Portfile (rev 0) +++ trunk/dports/ruby/rb-rsvg/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {rsvg ruby-gnome2} 0.19.1 extconf.rb \ + { rsvg/README rsvg/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/RSVG is a Ruby binding of librsvg. +long_description Ruby/RSVG is a Ruby binding of librsvg. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict rsvg +depends_lib-append port:librsvg port:rb-glib2 port:rb-gtk2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-rsvg/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/ruby/rb-vte/Portfile =================================================================== --- trunk/dports/ruby/rb-vte/Portfile (rev 0) +++ trunk/dports/ruby/rb-vte/Portfile 2009-08-02 03:33:39 UTC (rev 54785) @@ -0,0 +1,27 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup {vte ruby-gnome2} 0.19.1 extconf.rb \ + { vte/README vte/sample } \ + sourceforge:ruby-gnome2 +revision 0 +maintainers kimuraw +platforms darwin +description Ruby/VTE is a Ruby bindings of VTE +long_description \ + Ruby/VTE is a Ruby binding of VTE. +categories-append gnome +checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ + rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ + sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde +configure.env RUBYOPT=-rvendor-specific +configure.args --strict vte +depends_lib-append port:vte port:rb-gtk2 +distname ${ruby.project}-all-${version} + +pre-destroot { + xinstall -d ${destroot}${prefix}/lib/pkgconfig +} + Property changes on: trunk/dports/ruby/rb-vte/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Sat Aug 1 20:41:29 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Sat, 1 Aug 2009 20:41:29 -0700 (PDT) Subject: [54786] trunk/dports/python/py25-suds/Portfile Message-ID: <20090802034130.053EE228C6D3@beta.macosforge.org> Revision: 54786 http://trac.macports.org/changeset/54786 Author: macsforever2000 at macports.org Date: 2009-08-01 20:41:29 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Added py25-setuptools build dependency. (#20509) Modified Paths: -------------- trunk/dports/python/py25-suds/Portfile Modified: trunk/dports/python/py25-suds/Portfile =================================================================== --- trunk/dports/python/py25-suds/Portfile 2009-08-02 03:33:39 UTC (rev 54785) +++ trunk/dports/python/py25-suds/Portfile 2009-08-02 03:41:29 UTC (rev 54786) @@ -17,6 +17,9 @@ sha1 bfe62a2e317b0c142ef46e6de97249e86cbdc66c \ rmd160 ddeb814fb489d7d47ed04f71d08f99971d6985f2 distname python-${realname}-${version} + +depends_build-append port:py25-setuptools + livecheck.check regex livecheck.url ${master_sites} livecheck.regex python-suds-(\[0-9.\]+).tar.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 20:53:24 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 20:53:24 -0700 (PDT) Subject: [54787] trunk/dports Message-ID: <20090802035325.72904228C821@beta.macosforge.org> Revision: 54787 http://trac.macports.org/changeset/54787 Author: portindex at macports.org Date: 2009-08-01 20:53:24 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 6009 Ports successfully parsed: 6009 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 03:41:29 UTC (rev 54786) +++ trunk/dports/PortIndex 2009-08-02 03:53:24 UTC (rev 54787) @@ -8574,8 +8574,8 @@ portdir python/py25-stomper description {A transport neutral client implementation of the STOMP protocol} homepage http://code.google.com/p/stomper/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-uuid} name py25-stomper maintainers alakazam long_description {This is a python client implementation of the STOMP protocol. The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving.} version 0.2.2 categories python revision 0 py25-subvertpy 450 portdir python/py25-subvertpy description {Alternative Python bindings for Subversion} homepage https://launchpad.net/subvertpy/ epoch 0 platforms darwin depends_lib {port:python25 port:subversion} name py25-subvertpy maintainers nomaintainer long_description {Alternative Python bindings for Subversion, split out from bzr-svn. The goal is to have complete, portable and Pythonic Python bindings.} version 0.6.8 categories {python devel} revision 0 -py25-suds 394 -portdir python/py25-suds description {Suds is a lightweight SOAP python client for consuming Web Services.} homepage https://fedorahosted.org/suds/ epoch 0 platforms darwin depends_lib port:python25 name py25-suds maintainers {mmoll openmaintainer} long_description {{Suds is a lightweight SOAP python client for consuming Web Services.}} version 0.3.6 categories {python devel net} revision 0 +py25-suds 429 +depends_build port:py25-setuptools portdir python/py25-suds description {Suds is a lightweight SOAP python client for consuming Web Services.} homepage https://fedorahosted.org/suds/ epoch 0 platforms darwin depends_lib port:python25 name py25-suds maintainers {mmoll openmaintainer} long_description {{Suds is a lightweight SOAP python client for consuming Web Services.}} version 0.3.6 categories {python devel net} revision 0 py25-symeig 405 portdir python/py25-symeig description {Symeig - Symmetrical eigenvalue routines for NumPy.} homepage http://mdp-toolkit.sourceforge.net/symeig.html epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy port:py25-setuptools} name py25-symeig maintainers nomaintainer long_description {{Symeig - Symmetrical eigenvalue routines for NumPy.}} version 1.4 categories {python science} revision 0 py25-sympy 577 @@ -9034,6 +9034,8 @@ portdir ruby/rb-arrayfields description {Ruby module for keyword access to arrays} homepage http://www.codeforpeople.com/lib/ruby/arrayfields/ epoch 0 platforms darwin name rb-arrayfields depends_lib port:ruby maintainers nomaintainer long_description {{Ruby module for keyword access to arrays}} categories ruby version 3.4.0 revision 0 rb-aspectr 585 portdir ruby/rb-aspectr description {Simple aspect-oriented programming in Ruby} homepage http://sourceforge.net/projects/aspectr epoch 0 platforms darwin name rb-aspectr depends_lib port:ruby maintainers nomaintainer long_description {Aspect-oriented programming concepts to Ruby. Essentially it allows you to wrap code around existing methods in your classes. This can be a good thing (and even affect how you design your code) since it separates different concerns into different parts of the code. It is somewhat similar to Aspect} categories {ruby devel} version 0.3.5 revision 1 +rb-atk 371 +variants universal portdir ruby/rb-atk description {Ruby/ATK is a Ruby binding of ATK-1.0.x or later.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-atk depends_lib {port:ruby port:atk port:rb-glib2} long_description {Ruby/ATK is a Ruby binding of ATK-1.0.x or later.} maintainers kimuraw categories ruby version 0.19.1 revision 0 rb-audiofile 450 variants universal portdir ruby/rb-audiofile description {A binding to the audofile library} homepage http://ruby-audiofile.sourceforge.net/ epoch 0 platforms darwin name rb-audiofile depends_lib {port:ruby port:audiofile} long_description {Reads and writes audio (wav, au, aiff, NeXT snd, etc but not ogg or mp3) and can divine information such as length, sample rate, etc.} maintainers nomaintainer categories {ruby audio} version 0.2.4 revision 0 rb-bdb 612 @@ -9114,6 +9116,8 @@ portdir ruby/rb-flickr description {An insanely easy interface to the Flickr photo-sharing service. By Scott Raymond.} homepage http://redgreenblu.com/flickr/ epoch 0 name rb-flickr depends_lib {port:ruby port:rb-rubygems port:rb-xml-simple} maintainers nomaintainer long_description {{An insanely easy interface to the Flickr photo-sharing service. By Scott Raymond.}} version 1.0.0 categories ruby revision 0 rb-fxruby 402 variants universal portdir ruby/rb-fxruby description {Ruby bindings for the FOX GUI Toolkit.} homepage http://www.fxruby.org epoch 0 platforms darwin name rb-fxruby depends_lib {port:ruby port:fox port:fxscintilla} long_description {FXRuby is a Ruby extention module that provides an interface to the FOX GUI library.} maintainers lylejohnson.name:lyle categories {ruby x11} version 1.6.18 revision 0 +rb-gconf 369 +variants universal portdir ruby/rb-gconf description {Gconf libraries for ruby (a part of Ruby-Gnome2)} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gconf depends_lib {port:ruby port:gconf} long_description {Gconf libraries for ruby (a part of Ruby-Gnome2)} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-gd 414 variants universal portdir ruby/rb-gd description {GD library for ruby} homepage http://tam.0xfa.com/ epoch 0 platforms darwin name rb-gd depends_lib port:gd2 long_description {An extension library to use Thomas Boutell's gd graphics library from Ruby. You can create PNG or JPEG images with your Ruby script. gconf, gnomevfs and more.} maintainers nomaintainer categories {ruby graphics} version 0.7.4 revision 0 rb-gd2 383 @@ -9124,14 +9128,34 @@ portdir ruby/rb-getopt-declare description {Declaratively Expressed Command-Line Arguments via RegExp} homepage http://rubyforge.org/projects/getoptdeclare epoch 0 platforms darwin name rb-getopt-declare depends_lib port:ruby maintainers nomaintainer long_description {Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. It supports many options not supported by optparser or getoptlong as well as it has a simpler syntax.} depends_extract bin:unzip:unzip categories ruby version 1.09.7 revision 1 rb-gettext 581 portdir ruby/rb-gettext description {a Localization library and tools which modeled GNU gettext.} homepage http://gettext.rubyforge.org/ epoch 0 platforms darwin name rb-gettext depends_lib {port:ruby port:rb-rubygems} maintainers kimuraw long_description {This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.} categories {ruby devel} version 2.0.4 revision 0 -rb-gnome 612 -variants universal portdir ruby/rb-gnome description {Gnome2 libraries for ruby} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gnome depends_lib {port:ruby port:gnome-session port:gtkglext port:libgtkhtml path:lib/pkgconfig/glib-2.0.pc:glib2 path:lib/pkgconfig/pango.pc:pango port:gtk2 port:gconf port:libgnomecanvas port:gnome-vfs port:libart_lgpl port:libglade2 port:libgnomeprintui port:librsvg} long_description {Gnome2 libraries for ruby including gtk2, gstreamer, gconf, gnomevfs and more.} maintainers nomaintainer categories {ruby gnome} version 0.18.1 revision 0 +rb-glib2 355 +variants universal portdir ruby/rb-glib2 description {Ruby/GLib2 is a Ruby binding of GLib-2.x.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-glib2 depends_lib {port:ruby port:glib2} long_description {Ruby/GLib2 is a Ruby binding of GLib-2.x.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gnome 746 +portdir ruby/rb-gnome description {Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development environment.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gnome depends_lib {port:ruby port:rb-glib2 port:rb-atk port:rb-pango port:rb-gtk2 port:rb-gconf port:rb-libgnome port:rb-gnomecanvas port:rb-gnomeprint port:rb-gnomeprintui port:rb-gnomevfs port:rb-gtkhtml port:rb-gtkglext port:rb-gtksourceview2 port:rb-libart port:rb-libglade2 port:rb-rsvg port:rb-poppler} maintainers kimuraw long_description {Ruby-GNOME2 meta port. Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development environment.} categories {ruby gnome} version 0.19.1 revision 0 +rb-gnomecanvas 431 +variants universal portdir ruby/rb-gnomecanvas description {Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gnomecanvas depends_lib {port:ruby port:libgnomecanvas port:rb-glib2 port:rb-gtk2} long_description {Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gnomeprint 436 +variants universal portdir ruby/rb-gnomeprint description {Ruby/GnomePrint is a Ruby binding of libgnomeprint.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gnomeprint depends_lib {port:ruby port:libgnomeprint port:rb-glib2 port:rb-pango port:rb-libart} long_description {Ruby/GnomePrint is a Ruby binding of libgnomeprint.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gnomeprintui 439 +variants universal portdir ruby/rb-gnomeprintui description {Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gnomeprintui depends_lib {port:ruby port:libgnomeprintui port:rb-gtk2 port:rb-gnomeprint} long_description {Ruby/GnomePrintUI is a Ruby binding of libgnomeprintui.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gnomevfs 383 +variants universal portdir ruby/rb-gnomevfs description {Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gnomevfs depends_lib {port:ruby port:gnome-vfs} long_description {Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-google 559 variants universal portdir ruby/rb-google description {Ruby interface to Google's SOAP-driven Web API} homepage http://www.caliban.org/ruby/ruby-google.shtml epoch 0 platforms darwin name rb-google depends_lib {port:ruby port:rb-uconv port:rb-http-access2} long_description {Ruby/Google offers a higher-level abstraction of Google's SOAP-driven Web API. It allows the user to programmatically query the Google serach-engine from the convert of his or her favorite programming language.} maintainers nomaintainer categories {ruby www} version 0.5.1 revision 0 rb-gpgme 376 variants universal 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} long_description {Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).} maintainers nomaintainer categories {ruby security} version 1.0.0 revision 0 rb-gsl 397 variants {narray universal} 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} long_description {RubyGSL is a ruby interface to the GSL (GNU Scientific Library), for numerical computing with Ruby.} maintainers nomaintainer categories {ruby math} version 1.10.3 revision 0 +rb-gstreamer 401 +variants universal portdir ruby/rb-gstreamer description {Ruby/GStreamer is a Ruby binding for GStreamer.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gstreamer depends_lib {port:ruby port:gstreamer port:gst-plugins-base} long_description {Ruby/GStreamer is a Ruby binding for GStreamer.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gtk2 505 +variants universal portdir ruby/rb-gtk2 description {Ruby/GTK2 is a Ruby binding of GTK+-2.0.x. Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gtk2 depends_lib {port:ruby port:gtk2 port:rb-pango port:rb-rcairo port:rb-glib2 port:rb-atk} long_description {Ruby/GTK2 is a Ruby binding of GTK+-2.0.x. Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.} maintainers kimuraw categories ruby version 0.19.1 revision 0 +rb-gtkglext 422 +variants universal portdir ruby/rb-gtkglext description {Ruby/GtkGLExt is a Ruby binding of GtkGLExt.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gtkglext depends_lib {port:ruby port:gtk2 port:gtkglext port:rb-glib2 port:rb-gtk2 port:rb-opengl} long_description {Ruby/GtkGLExt is a Ruby binding of GtkGLExt.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gtkhtml 395 +variants universal portdir ruby/rb-gtkhtml description {Ruby/GtkHtml2 is a Ruby binding of GtkHtml2} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gtkhtml depends_lib {port:ruby port:libgtkhtml port:rb-gtk2 port:rb-glib2} long_description {Ruby/GtkHtml2 is a Ruby binding of GtkHtml2} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 +rb-gtksourceview2 479 +variants universal portdir ruby/rb-gtksourceview2 description {Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x. (a part of Ruby-Gnome2)} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-gtksourceview2 depends_lib {port:ruby port:rb-gtk2 port:gtksourceview2} long_description {Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x. (a part of Ruby-Gnome2)} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-highline 548 portdir ruby/rb-highline description {A high-level IO library.} homepage http://highline.rubyforge.org/ epoch 0 platforms darwin name rb-highline depends_lib {port:ruby port:rb-rubygems} maintainers {kallisys.net:pguyot 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.} categories ruby version 1.5.1 revision 0 rb-hikidoc 514 @@ -9172,6 +9196,12 @@ portdir ruby/rb-lazylist description {Implementation of lazy lists for ruby} homepage http://www.ping.de/~flori/flott/exe/session/view/ruby epoch 0 platforms darwin name rb-lazylist depends_lib port:ruby maintainers nomaintainer long_description {This class implements lazy lists (or streams) for Ruby. Such lists avoid the computation of values which arent needed for some computation. So its possible to define infinite lists with a limited amount of memory. A value that hasnt been used yet is calculated on the fly and saved into the list. A value which is used for a second time is computed only once and just read out of memory for the second usage.} categories ruby version 0.1.2 revision 0 rb-ldap 414 variants universal portdir ruby/rb-ldap description {An extension library for accessing the LDAP API.} homepage http://ruby-ldap.sourceforge.net/ epoch 0 platforms darwin name rb-ldap depends_lib port:ruby long_description {This module provides the interface to LDAP libraries such as Netscape Directory SDK, OpenLDAP and wldap32.dll.} maintainers nomaintainer categories {ruby databases} version 0.9.1 revision 0 +rb-libart 401 +variants universal portdir ruby/rb-libart description {Ruby/Libart2 is a Ruby binding of Libart_lgpl.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-libart depends_lib {port:ruby port:libart_lgpl port:libpng port:jpeg port:rb-glib2} long_description {Ruby/Libart2 is a Ruby binding of Libart_lgpl.} maintainers kimuraw categories ruby version 0.19.1 revision 0 +rb-libglade2 525 +variants universal portdir ruby/rb-libglade2 description {Ruby/Libglade2 is a Ruby bindings of Libglade2.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-libglade2 depends_lib {port:ruby port:libglade2 port:gtk2 port:rb-glib2 port:rb-libgnome} long_description {Ruby/Libglade2 is a Ruby bindings of Libglade2. This provides a very simple interface to the libglade library, to load interfaces dynamically from a glade file.} maintainers kimuraw categories ruby version 0.19.1 revision 0 +rb-libgnome 479 +variants universal portdir ruby/rb-libgnome description {Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-libgnome depends_lib {port:ruby port:libgnome port:libgnomeui port:libgnomecanvas port:rb-glib2 port:rb-gtk2 port:rb-gnomecanvas} long_description {Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-libxml2 489 variants universal portdir ruby/rb-libxml2 description {Ruby bindings for libxml2} homepage http://libxml.rubyforge.org/ epoch 0 platforms darwin name rb-libxml2 depends_lib {port:ruby port:libxml2 port:zlib port:libiconv} long_description {C-language Ruby binding to the Gnome libxml2 library, supporting a wide range of XML technologies and offering very competitive performance across the board.} maintainers comcast.net:lharple categories {ruby ruby textproc} version 1.1.3 revision 0 rb-locale 390 @@ -9238,6 +9268,8 @@ portdir ruby/rb-og description {Og provides transparent serialization of object graphs to a RDBMS backend} homepage http://www.navel.gr/nitro/ epoch 0 platforms darwin name rb-og depends_lib port:ruby maintainers nomaintainer long_description {Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or for custom queries), suports deserialization to Ruby objects or tuples, automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common Entities.} categories {ruby databases} version 0.9.5 revision 0 rb-opengl 307 variants universal portdir ruby/rb-opengl description {OpenGL bindings for Ruby} homepage http://www2.giganet.net/~yoshi/ epoch 0 platforms darwin name rb-opengl depends_lib port:ruby long_description {{OpenGL bindings for Ruby}} maintainers nomaintainer categories {ruby graphics} version 0.32g revision 0 +rb-pango 378 +variants universal portdir ruby/rb-pango description {Ruby/Pango is a Ruby binding of pango-1.x.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-pango depends_lib {port:ruby port:pango port:rb-glib2 port:rb-rcairo} long_description {Ruby/Pango is a Ruby binding of pango-1.x.} maintainers kimuraw categories ruby version 0.19.1 revision 0 rb-parsetree 575 portdir ruby/rb-parsetree description {Extract and enumerate ruby parse trees.} homepage http://www.zenspider.com/ZSS/Products/ParseTree/ epoch 0 platforms darwin name rb-parsetree depends_lib {port:ruby port:rb-rubygems port:rb-hoe port:rb-rubyinline} maintainers {kallisys.net:pguyot openmaintainer} long_description {ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers.} categories ruby version 2.2.0 revision 0 rb-password 672 @@ -9252,6 +9284,8 @@ variants {safe_level0 universal} portdir ruby/rb-plruby description {PL/Ruby for PostgreSQL} homepage http://moulon.inra.fr/ruby/plruby.html epoch 0 name rb-plruby depends_lib {port:ruby port:ruby port:postgresql83} long_description {The procedural language PL/Ruby allows you to write stored procedures for PostgreSQL in Ruby} maintainers gmail.com:sixtus categories {ruby databases} version 0.5.2 revision 0 rb-pluginfactory 731 portdir ruby/rb-pluginfactory description {Mixin for making dynamically-loadable plugin classes} homepage http://www.deveiate.org/code/PluginFactory.html epoch 0 platforms darwin name rb-pluginfactory depends_lib port:ruby maintainers nomaintainer long_description {This module contains the PluginFactory mixin. Including PluginFactory in your class turns it into a factory for its derivatives, capable of searching for and loading them by name. This is useful when you have an abstract base class which defines an interface and basic functionality for a part of a larger system, and a collection of subclasses which implement the interface for different underlying functionality.} categories {ruby devel} version 1.0.0 revision 0 +rb-poppler 415 +variants universal portdir ruby/rb-poppler description {Ruby/Poppler is a Ruby binding of poppler-glib.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-poppler depends_lib {port:ruby port:poppler port:rb-glib2 port:rb-gtk2 port:rb-rcairo} long_description {Ruby/Poppler is a Ruby binding of poppler-glib.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-postgres 482 variants {postgresql83 postgresql82 postgresql81 postgresql80 universal} portdir ruby/rb-postgres description {Ruby API for the PostgreSQL database} homepage http://ruby.scripting.ca/postgres/ epoch 0 platforms darwin name rb-postgres depends_lib {port:ruby port:postgresql83} long_description {This is the Ruby library for accessing PostgreSQL databases from within Ruby. It works with PostgreSQL 8.0.} maintainers nomaintainer categories {ruby databases} version 0.7.1 revision 5 rb-preferences 759 @@ -9306,6 +9340,8 @@ portdir ruby/rb-rspec-rails description {Behaviour Driven Development framework for Ruby on Rails} homepage http://rspec.info/ depends_run {port:rb-rspec port:rb-rails} epoch 0 platforms darwin name rb-rspec-rails depends_lib {port:ruby port:rb-rubygems} maintainers {kallisys.net:pguyot openmaintainer} long_description {{Behaviour Driven Development framework for Ruby on Rails}} categories ruby version 1.1.11 revision 0 rb-rss 508 variants universal 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 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.} maintainers lathi.net:doug categories ruby version 0.1.3 revision 0 +rb-rsvg 378 +variants universal portdir ruby/rb-rsvg description {Ruby/RSVG is a Ruby binding of librsvg.} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-rsvg depends_lib {port:ruby port:librsvg port:rb-glib2 port:rb-gtk2} long_description {Ruby/RSVG is a Ruby binding of librsvg.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-rttool 424 variants universal 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 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.} maintainers kimuraw categories {ruby textproc} version 1.0.3 revision 0 rb-ruby-debug 342 @@ -9374,6 +9410,8 @@ portdir ruby/rb-uuidtools description {Generate UUIDs (or GUIDs) with Ruby.} homepage http://rubyforge.org/projects/uuidtools epoch 0 platforms darwin name rb-uuidtools depends_lib {port:ruby port:rb-rubygems} maintainers {devclue.com:blair openmaintainer} long_description {UUIDTools was designed to be a simple library for generating any of the various types of UUIDs (or GUIDs if you prefer to call them that). It conforms to RFC 4122 whenever possible.} categories ruby version 1.0.4 revision 0 rb-vorbisfile 381 variants universal portdir ruby/rb-vorbisfile description {Ruby extension wrapper for libvorbisfile} homepage http://rikkus.info/ruby_vorbisfile.html epoch 0 platforms darwin name rb-vorbisfile depends_lib {port:ruby port:libvorbis} long_description {Ruby extension for getting information on a vorbis file.} maintainers nomaintainer categories {ruby audio} version 0.2 revision 0 +rb-vte 348 +variants universal portdir ruby/rb-vte description {Ruby/VTE is a Ruby bindings of VTE} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-vte depends_lib {port:ruby port:vte port:rb-gtk2} long_description {Ruby/VTE is a Ruby binding of VTE.} maintainers kimuraw categories {ruby gnome} version 0.19.1 revision 0 rb-webfetcher 524 portdir ruby/rb-webfetcher description {Ruby library for fetching documents and images from the web} homepage http://www.acc.umu.se/~r2d2/programming/ruby/webfetcher/ epoch 0 platforms darwin name rb-webfetcher depends_lib port:ruby maintainers otierney.net:darwin long_description {WebFetcher is a module designed to facilitate fetching large amounts of documents and images from the web. With WebFetcher it is easy to do such things as downloading all the images on a page.} categories {ruby www} version 0.5.5 revision 0 rb-webgen 450 @@ -10767,7 +10805,7 @@ tcl-dox 401 depends_build bin:flex:flex portdir textproc/tcl-dox description {Tcl-Dox is a filter that you can use with Doxygen for documenting Tcl source code.} homepage http://therowes.net/~greg/software/ epoch 0 platforms darwin name tcl-dox maintainers raimue long_description {{Tcl-Dox is a filter that you can use with Doxygen for documenting Tcl source code.}} categories textproc version 0.8.3 revision 0 tesseract 707 -variants universal portdir textproc/tesseract description {Open source OCR engine} homepage http://code.google.com/p/tesseract-ocr/ epoch 0 platforms darwin name tesseract depends_lib port:tiff long_description {The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but it is probably one of the most accurate open source OCR engines available. The source code will read a binary, grey or color image and output text. A tiff reader is built in that will read uncompressed TIFF images, or libtiff can be added to read compressed images.} maintainers emer.net:emer categories {textproc graphics pdf} version 2.03 revision 0 +variants universal portdir textproc/tesseract description {Open source OCR engine} homepage http://code.google.com/p/tesseract-ocr/ epoch 0 platforms darwin name tesseract depends_lib port:tiff long_description {The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but it is probably one of the most accurate open source OCR engines available. The source code will read a binary, grey or color image and output text. A tiff reader is built in that will read uncompressed TIFF images, or libtiff can be added to read compressed images.} maintainers emer.net:emer categories {textproc graphics pdf} version 2.04 revision 0 texi2html 374 portdir textproc/texi2html description {A Perl script which converts Texinfo source files to HTML output.} homepage http://www.nongnu.org/texi2html epoch 0 platforms darwin name texi2html depends_lib path:bin/perl:perl5 maintainers nomaintainer long_description {A Perl script which converts Texinfo source files to HTML output.} categories textproc version 1.82 revision 0 texinfo 748 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Sat Aug 1 20:54:30 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Sat, 1 Aug 2009 20:54:30 -0700 (PDT) Subject: [54788] trunk/dports/python/py26-suds/Portfile Message-ID: <20090802035430.26BF0228C86B@beta.macosforge.org> Revision: 54788 http://trac.macports.org/changeset/54788 Author: macsforever2000 at macports.org Date: 2009-08-01 20:54:29 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Added py26-setuptools build dependency. (#20509) Modified Paths: -------------- trunk/dports/python/py26-suds/Portfile Modified: trunk/dports/python/py26-suds/Portfile =================================================================== --- trunk/dports/python/py26-suds/Portfile 2009-08-02 03:53:24 UTC (rev 54787) +++ trunk/dports/python/py26-suds/Portfile 2009-08-02 03:54:29 UTC (rev 54788) @@ -17,6 +17,9 @@ sha1 bfe62a2e317b0c142ef46e6de97249e86cbdc66c \ rmd160 ddeb814fb489d7d47ed04f71d08f99971d6985f2 distname python-${realname}-${version} + +depends_build-append port:py26-setuptools + livecheck.check regex livecheck.url ${master_sites} livecheck.regex python-suds-(\[0-9.\]+).tar.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Sat Aug 1 21:03:33 2009 From: raimue at macports.org (raimue at macports.org) Date: Sat, 1 Aug 2009 21:03:33 -0700 (PDT) Subject: [54789] contrib/mpvim/syntax/portfile.vim Message-ID: <20090802040333.65BA9228C914@beta.macosforge.org> Revision: 54789 http://trac.macports.org/changeset/54789 Author: raimue at macports.org Date: 2009-08-01 21:03:30 -0700 (Sat, 01 Aug 2009) Log Message: ----------- mpvim: Fix typo Modified Paths: -------------- contrib/mpvim/syntax/portfile.vim Modified: contrib/mpvim/syntax/portfile.vim =================================================================== --- contrib/mpvim/syntax/portfile.vim 2009-08-02 03:54:29 UTC (rev 54788) +++ contrib/mpvim/syntax/portfile.vim 2009-08-02 04:03:30 UTC (rev 54789) @@ -32,7 +32,7 @@ syn keyword PortfileOptional PortGroup epoch revision worksrcdir distname platform syn keyword PortfileOptional use_automake use_autoconf use_configure -syn keyword PortifleOptional patch_sites distfiles dist_subdir +syn keyword PortfileOptional patch_sites distfiles dist_subdir syn keyword PortfileOptional checksums nextgroup=PortfileChecksums skipwhite syn region PortfileChecksums matchgroup=Normal start="" skip="\\$" end="$" contained contains=PortfileChecksumsType -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Sat Aug 1 21:14:10 2009 From: raimue at macports.org (raimue at macports.org) Date: Sat, 1 Aug 2009 21:14:10 -0700 (PDT) Subject: [54790] contrib/mpvim/syntax/portfile.vim Message-ID: <20090802041411.025D3228CA07@beta.macosforge.org> Revision: 54790 http://trac.macports.org/changeset/54790 Author: raimue at macports.org Date: 2009-08-01 21:14:08 -0700 (Sat, 01 Aug 2009) Log Message: ----------- mpvim: Add notes (new feature on trunk) Modified Paths: -------------- contrib/mpvim/syntax/portfile.vim Modified: contrib/mpvim/syntax/portfile.vim =================================================================== --- contrib/mpvim/syntax/portfile.vim 2009-08-02 04:03:30 UTC (rev 54789) +++ contrib/mpvim/syntax/portfile.vim 2009-08-02 04:14:08 UTC (rev 54790) @@ -106,6 +106,9 @@ syn match PortfileOptional "livecheck\.\(check\|name\|distname\|version\|url\|regex\|md5\)" syn keyword PortfileOptional distcheck.check +" Notes +syn keyword PortfilePhases notes + " Port Groups " Gnustep syn match PortfileGroups "gnustep\.\(post_flags\|cc\)" -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Sat Aug 1 21:16:19 2009 From: raimue at macports.org (raimue at macports.org) Date: Sat, 1 Aug 2009 21:16:19 -0700 (PDT) Subject: [54791] contrib/mpvim/Makefile Message-ID: <20090802041619.237BB228CA27@beta.macosforge.org> Revision: 54791 http://trac.macports.org/changeset/54791 Author: raimue at macports.org Date: 2009-08-01 21:16:18 -0700 (Sat, 01 Aug 2009) Log Message: ----------- mpvim: Small stub Makefile for easier installation Added Paths: ----------- contrib/mpvim/Makefile Added: contrib/mpvim/Makefile =================================================================== --- contrib/mpvim/Makefile (rev 0) +++ contrib/mpvim/Makefile 2009-08-02 04:16:18 UTC (rev 54791) @@ -0,0 +1,8 @@ +.PHONY: all install + +all: + +install: + @for dir in compiler ftdetect ftplugin snippets syntax; do \ + cp -rv $$dir/* ~/.vim/$$dir/ ; \ + done Property changes on: contrib/mpvim/Makefile ___________________________________________________________________ Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 21:53:18 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 21:53:18 -0700 (PDT) Subject: [54792] trunk/dports Message-ID: <20090802045319.24E86228CB61@beta.macosforge.org> Revision: 54792 http://trac.macports.org/changeset/54792 Author: portindex at macports.org Date: 2009-08-01 21:53:16 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 6009 Ports successfully parsed: 6009 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 04:16:18 UTC (rev 54791) +++ trunk/dports/PortIndex 2009-08-02 04:53:16 UTC (rev 54792) @@ -8962,8 +8962,8 @@ portdir python/py26-sqlalchemy-migrate description {Database schema migration for SQLAlchemy} 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.} version 0.4.5 categories python revision 0 py26-subvertpy 450 portdir python/py26-subvertpy description {Alternative Python bindings for Subversion} homepage https://launchpad.net/subvertpy/ epoch 0 platforms darwin depends_lib {port:python26 port:subversion} name py26-subvertpy maintainers nomaintainer long_description {Alternative Python bindings for Subversion, split out from bzr-svn. The goal is to have complete, portable and Pythonic Python bindings.} version 0.6.8 categories {python devel} revision 0 -py26-suds 394 -portdir python/py26-suds description {Suds is a lightweight SOAP python client for consuming Web Services.} homepage https://fedorahosted.org/suds/ epoch 0 platforms darwin depends_lib port:python26 name py26-suds maintainers {mmoll openmaintainer} long_description {{Suds is a lightweight SOAP python client for consuming Web Services.}} version 0.3.6 categories {python devel net} revision 0 +py26-suds 429 +depends_build port:py26-setuptools portdir python/py26-suds description {Suds is a lightweight SOAP python client for consuming Web Services.} homepage https://fedorahosted.org/suds/ epoch 0 platforms darwin depends_lib port:python26 name py26-suds maintainers {mmoll openmaintainer} long_description {{Suds is a lightweight SOAP python client for consuming Web Services.}} version 0.3.6 categories {python devel net} revision 0 py26-tables 503 variants lzo portdir python/py26-tables description {Python package for HDF5 file access.} homepage http://www.pytables.org/ epoch 0 platforms darwin depends_lib {port:python26 port:hdf5-18 port:py26-numpy port:zlib port:bzip2 port:py26-scientific} name py26-tables long_description {PyTables is a python package used to access HDF5 files, and can efficiently manage extremely large hierarchical data sets.} maintainers {mmoll openmaintainer} version 2.1.1 categories {python python science} revision 0 py26-tc 339 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Aug 1 22:00:38 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 1 Aug 2009 22:00:38 -0700 (PDT) Subject: [54793] trunk/dports/python/py-hgsvn/Portfile Message-ID: <20090802050038.8E597228CBBF@beta.macosforge.org> Revision: 54793 http://trac.macports.org/changeset/54793 Author: ryandesign at macports.org Date: 2009-08-01 22:00:35 -0700 (Sat, 01 Aug 2009) Log Message: ----------- py-hgsvn: update version to go with updated checksums from r54780; see #20384 Modified Paths: -------------- trunk/dports/python/py-hgsvn/Portfile Modified: trunk/dports/python/py-hgsvn/Portfile =================================================================== --- trunk/dports/python/py-hgsvn/Portfile 2009-08-02 04:53:16 UTC (rev 54792) +++ trunk/dports/python/py-hgsvn/Portfile 2009-08-02 05:00:35 UTC (rev 54793) @@ -4,8 +4,7 @@ PortGroup python24 1.0 name py-hgsvn -version 0.1.6 -revision 2 +version 0.1.7 categories python devel platforms darwin maintainers saispo -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 22:17:06 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 22:17:06 -0700 (PDT) Subject: [54794] trunk/base/src/programs/daemondo Message-ID: <20090802051706.60CB3228CC64@beta.macosforge.org> Revision: 54794 http://trac.macports.org/changeset/54794 Author: toby at macports.org Date: 2009-08-01 22:17:03 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Properly mark various arguments as unused. Modified Paths: -------------- trunk/base/src/programs/daemondo/Makefile.in trunk/base/src/programs/daemondo/main.c Modified: trunk/base/src/programs/daemondo/Makefile.in =================================================================== --- trunk/base/src/programs/daemondo/Makefile.in 2009-08-02 05:00:35 UTC (rev 54793) +++ trunk/base/src/programs/daemondo/Makefile.in 2009-08-02 05:17:03 UTC (rev 54794) @@ -8,7 +8,8 @@ mandir= @mandir@ mandircat8= ${mandir}/cat8 -CFLAGS_QUICHEEATERS = -W -Wall -Wno-unused-parameter +CFLAGS_QUICHEEATERS = -W -Wall +CPPFLAGS += -I../.. SRCS = main.c OBJS = main.o LIBS = -framework CoreFoundation \ Modified: trunk/base/src/programs/daemondo/main.c =================================================================== --- trunk/base/src/programs/daemondo/main.c 2009-08-02 05:00:35 UTC (rev 54793) +++ trunk/base/src/programs/daemondo/main.c 2009-08-02 05:17:03 UTC (rev 54794) @@ -47,7 +47,11 @@ com.apple.system.config.network_change */ - + +#if HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -707,7 +711,7 @@ void -ScheduledRestartCallback(CFRunLoopTimerRef timer, void *info) +ScheduledRestartCallback(CFRunLoopTimerRef timer UNUSED, void *info UNUSED) { if (verbosity >= 3) LogMessage("Scheduled restart time has arrived.\n"); @@ -759,9 +763,9 @@ void DynamicStoreChanged( - SCDynamicStoreRef store, + SCDynamicStoreRef store UNUSED, CFArrayRef changedKeys, - void *info + void *info UNUSED ) { if (verbosity >= 3) @@ -789,7 +793,7 @@ void -PowerCallBack(void *x, io_service_t y, natural_t messageType, void *messageArgument) +PowerCallBack(void *x UNUSED, io_service_t y UNUSED, natural_t messageType, void *messageArgument) { switch (messageType) { @@ -814,11 +818,11 @@ void NotificationCenterCallback( - CFNotificationCenterRef center, - void *observer, - CFStringRef name, - const void *object, - CFDictionaryRef userInfo) + CFNotificationCenterRef center UNUSED, + void *observer UNUSED, + CFStringRef name, + const void *object UNUSED, + CFDictionaryRef userInfo UNUSED) { if (verbosity >= 3) { @@ -832,7 +836,7 @@ void -SignalCallback(CFMachPortRef port, void *msg, CFIndex size, void *info) +SignalCallback(CFMachPortRef port UNUSED, void *msg, CFIndex size UNUSED, void *info UNUSED) { mach_msg_header_t* hdr = (mach_msg_header_t*)msg; switch (hdr->msgh_id) @@ -865,8 +869,8 @@ } -void KQueueCallBack (CFSocketRef socketRef, CFSocketCallBackType type, - CFDataRef address, const void *data, void *context) +void KQueueCallBack (CFSocketRef socketRef, CFSocketCallBackType type UNUSED, + CFDataRef address UNUSED, const void *data UNUSED, void *context UNUSED) { int fd = CFSocketGetNative(socketRef); -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 22:19:57 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 22:19:57 -0700 (PDT) Subject: [54795] trunk/base Message-ID: <20090802051957.9A076228CD1B@beta.macosforge.org> Revision: 54795 http://trac.macports.org/changeset/54795 Author: toby at macports.org Date: 2009-08-01 22:19:57 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Stop including CPPFLAGS in CFLAGS, as some components were being built with redundant flags. Add CPPFLAGS to build rules where necessary. Modified Paths: -------------- trunk/base/Mk/macports.autoconf.mk.in trunk/base/Mk/macports.tea.mk trunk/base/src/cregistry/Makefile Modified: trunk/base/Mk/macports.autoconf.mk.in =================================================================== --- trunk/base/Mk/macports.autoconf.mk.in 2009-08-02 05:17:03 UTC (rev 54794) +++ trunk/base/Mk/macports.autoconf.mk.in 2009-08-02 05:19:57 UTC (rev 54795) @@ -7,8 +7,8 @@ VPATH = @srcdir@ CC = @CC@ -CFLAGS = @CFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) $(CPPFLAGS) -OBJCFLAGS = @OBJCFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) $(CPPFLAGS) +CFLAGS = @CFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) +OBJCFLAGS = @OBJCFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) CPPFLAGS = @CPPFLAGS@ @DEFS@ @INCLUDES@ @TCL_INCLUDES@ TCL_DEFS = @TCL_DEFS@ SHLIB_CFLAGS = @SHLIB_CFLAGS@ Modified: trunk/base/Mk/macports.tea.mk =================================================================== --- trunk/base/Mk/macports.tea.mk 2009-08-02 05:17:03 UTC (rev 54794) +++ trunk/base/Mk/macports.tea.mk 2009-08-02 05:19:57 UTC (rev 54795) @@ -3,10 +3,10 @@ .SUFFIXES: .m .m.o: - ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${OBJCFLAGS} ${SHLIB_CFLAGS} $< -o $@ + ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${OBJCFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ .c.o: - ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CFLAGS} ${SHLIB_CFLAGS} $< -o $@ + ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ all:: ${SHLIB_NAME} pkgIndex.tcl Modified: trunk/base/src/cregistry/Makefile =================================================================== --- trunk/base/src/cregistry/Makefile 2009-08-02 05:17:03 UTC (rev 54794) +++ trunk/base/src/cregistry/Makefile 2009-08-02 05:19:57 UTC (rev 54795) @@ -11,7 +11,7 @@ all:: ${STLIB_NAME} .c.o: - ${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${SHLIB_CFLAGS} $< -o $@ + ${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ ${STLIB_NAME}:: ${OBJS} ${STLIB_LD} ${STLIB_NAME} ${OBJS} -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Aug 1 22:32:13 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sat, 1 Aug 2009 22:32:13 -0700 (PDT) Subject: [54796] trunk/dports/net/nzbget Message-ID: <20090802053213.B3270228CDBD@beta.macosforge.org> Revision: 54796 http://trac.macports.org/changeset/54796 Author: ryandesign at macports.org Date: 2009-08-01 22:32:12 -0700 (Sat, 01 Aug 2009) Log Message: ----------- nzbget: update to 0.6.0; see #20381 Modified Paths: -------------- trunk/dports/net/nzbget/Portfile Removed Paths: ------------- trunk/dports/net/nzbget/files/ Modified: trunk/dports/net/nzbget/Portfile =================================================================== --- trunk/dports/net/nzbget/Portfile 2009-08-02 05:19:57 UTC (rev 54795) +++ trunk/dports/net/nzbget/Portfile 2009-08-02 05:32:12 UTC (rev 54796) @@ -1,34 +1,48 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 -name nzbget -version 0.2.3 -categories net -maintainers nomaintainer -description binary newsgrabber + +name nzbget +version 0.6.0 +categories net +maintainers nomaintainer + +description binary newsgrabber long_description \ - A command-line based binary newsgrabber for Linux, Unix \ + A command-line based binary newsgrabber for Linux, Unix, \ and Mac OS X supporting nzb-files. -homepage http://sourceforge.net/projects/nzbget/ -platforms darwin -master_sites sourceforge -patchfiles patch-Coordinator.cpp patch-NZBQueue.h patch-NCursesFrontend.cpp \ - patch-NZBQueue.cpp patch-NZBQueueCoordinator.cpp patch-nzbget.cpp -checksums md5 25554537c7641bd36f573a5f7c89b449 -depends_lib port:libxml2 +homepage http://sourceforge.net/projects/nzbget/ +platforms darwin +master_sites sourceforge -configure.args --with-libxml2-includes=${prefix}/include/libxml2 +checksums md5 eb95b3930abffb570e37af8d284c1f9d \ + sha1 c01b455e221c6075f7543de7d953966a527a6b6e \ + rmd160 7dacc0a24efb66019de99fd6b143c97a559883ba -platform darwin 9 { - configure.cppflags-append -D__DARWIN_UNIX03 +depends_build port:pkgconfig +depends_lib port:libsigcxx2 \ + port:openssl \ + port:libpar2 \ + port:libxml2 + +configure.args LIBS=-lcrypto \ + --with-tlslib=OpenSSL \ + --with-openssl-includes=${prefix}/include/openssl \ + --with-openssl-libraries=${prefix}/lib \ + --mandir=${prefix}/share/man + +post-destroot { + set docdir ${prefix}/share/doc/${name}-${version} + xinstall -d ${destroot}${docdir} + xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING INSTALL NEWS README \ + nzbget.conf.example ${destroot}${docdir} } -destroot { - xinstall ${worksrcpath}/nzbget ${destroot}${prefix}/bin/nzbget +post-activate { + ui_msg "An example configuration file has been installed at\ + ${prefix}/share/doc/${name}-${version}/nzbget.conf.example" +} - file mkdir ${destroot}${prefix}/share/doc/nzbget - foreach file {CHANGELOG COPYING README TODO nzbget.cfg.example} { - xinstall ${worksrcpath}/${file} ${destroot}${prefix}/share/doc/nzbget - } -} +livecheck.distname nzbget-stable -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sat Aug 1 22:53:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Sat, 1 Aug 2009 22:53:20 -0700 (PDT) Subject: [54797] trunk/dports Message-ID: <20090802055321.4A318228CE5F@beta.macosforge.org> Revision: 54797 http://trac.macports.org/changeset/54797 Author: portindex at macports.org Date: 2009-08-01 22:53:19 -0700 (Sat, 01 Aug 2009) Log Message: ----------- Total number of ports parsed: 6009 Ports successfully parsed: 6009 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 05:32:12 UTC (rev 54796) +++ trunk/dports/PortIndex 2009-08-02 05:53:19 UTC (rev 54797) @@ -5544,8 +5544,8 @@ variants universal depends_build {port:gawk port:wget port:rrdtool port:autoconf port:automake port:libtool} portdir net/ntop description {network traffic probe} homepage http://www.ntop.org/ epoch 0 platforms darwin depends_lib {port:libpcap port:gd2 port:libpng port:gdbm port:libgeoip} name ntop long_description {ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does.} maintainers markd categories net version 3.3.9 revision 2 nylon 446 variants universal portdir net/nylon description {A Unix SOCKS 4, 4a and 5 proxy server} homepage http://monkey.org/~marius/nylon/ epoch 0 platforms darwin name nylon depends_lib lib:libevent:libevent long_description {nylon is a proxy server which currently supports SOCKS version 4, 4a and 5, as well as a mirror mode which allows nylon to mirror services.} maintainers {boeyms openmaintainer} categories {net security} version 1.21 revision 1 -nzbget 368 -variants {darwin_9 universal} portdir net/nzbget description {binary newsgrabber} homepage http://sourceforge.net/projects/nzbget/ epoch 0 platforms darwin name nzbget depends_lib port:libxml2 long_description {A command-line based binary newsgrabber for Linux, Unix and Mac OS X supporting nzb-files.} maintainers nomaintainer categories net version 0.2.3 revision 0 +nzbget 431 +variants universal depends_build port:pkgconfig portdir net/nzbget description {binary newsgrabber} homepage http://sourceforge.net/projects/nzbget/ epoch 0 platforms darwin depends_lib {port:libsigcxx2 port:openssl port:libpar2 port:libxml2} name nzbget long_description {A command-line based binary newsgrabber for Linux, Unix, and Mac OS X supporting nzb-files.} maintainers nomaintainer categories net version 0.6.0 revision 0 obby 472 variants universal depends_build port:pkgconfig portdir net/obby description {Synced document buffers} homepage http://gobby.0x539.de/ epoch 0 platforms {darwin freebsd} depends_lib {port:libsigcxx2 port:avahi port:net6} name obby long_description {obby is a library which provides synced document buffers. It supports multiple documents in one session and is portable to both Windows and POSIX platforms.} maintainers nomaintainer categories net version 0.4.6 revision 1 oftpd 814 @@ -7595,7 +7595,7 @@ py-harvestman 452 portdir python/py-harvestman description {Web crawler} homepage http://harvestman.freezope.org/ epoch 0 platforms darwin depends_lib {port:python24 port:py-sgmlop} name py-harvestman maintainers nomaintainer long_description {HARVESTMan is an internet offline crawler (robot) program written in python. It helps you to grab pages from the internet and store it in a local directory for offline browsing.} version 1.4 categories {python www} revision 1 py-hgsvn 473 -portdir python/py-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn depends_run port:py-elementtree epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-hgsvn maintainers saispo long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.6 categories {python devel} revision 2 +portdir python/py-hgsvn description {hgsvn is a set of scripts for Subversion and Mercurial} homepage http://pypi.python.org/pypi/hgsvn depends_run port:py-elementtree epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-hgsvn maintainers saispo long_description {This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.} version 0.1.7 categories {python devel} revision 0 py-htmlcalendar 495 portdir python/py-htmlcalendar description {python module for creating calendars in HTML format} homepage http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html epoch 0 platforms darwin depends_lib {port:python24 port:py-htmltemplate} name py-htmlcalendar maintainers nomaintainer long_description {python module for creating calendars in HTML format. HTMLCalendar generates one- and twelve-month calendars in HTML format with optional links.} version 1.1.1 categories python revision 0 py-htmlgen 1007 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sat Aug 1 23:33:05 2009 From: toby at macports.org (toby at macports.org) Date: Sat, 1 Aug 2009 23:33:05 -0700 (PDT) Subject: [54798] trunk/base/src/port1.0/portmain.tcl Message-ID: <20090802063305.5D208228CFE5@beta.macosforge.org> Revision: 54798 http://trac.macports.org/changeset/54798 Author: toby at macports.org Date: 2009-08-01 23:33:03 -0700 (Sat, 01 Aug 2009) Log Message: ----------- K64 hack (#20506) Modified Paths: -------------- trunk/base/src/port1.0/portmain.tcl Modified: trunk/base/src/port1.0/portmain.tcl =================================================================== --- trunk/base/src/port1.0/portmain.tcl 2009-08-02 05:53:19 UTC (rev 54797) +++ trunk/base/src/port1.0/portmain.tcl 2009-08-02 06:33:03 UTC (rev 54798) @@ -82,7 +82,7 @@ # Platform Settings set os_arch $tcl_platform(machine) if {$os_arch == "Power Macintosh"} { set os_arch "powerpc" } -if {$os_arch == "i586" || $os_arch == "i686"} { set os_arch "i386" } +if {$os_arch == "i586" || $os_arch == "i686" || $os_arch == "x86_64"} { set os_arch "i386" } set os_version $tcl_platform(osVersion) set os_major [lindex [split $os_version .] 0] set os_platform [string tolower $tcl_platform(os)] -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sun Aug 2 01:03:38 2009 From: mww at macports.org (mww at macports.org) Date: Sun, 2 Aug 2009 01:03:38 -0700 (PDT) Subject: [54799] trunk/dports/devel/mono/Portfile Message-ID: <20090802080338.99A56228D534@beta.macosforge.org> Revision: 54799 http://trac.macports.org/changeset/54799 Author: mww at macports.org Date: 2009-08-02 01:03:35 -0700 (Sun, 02 Aug 2009) Log Message: ----------- version 2.4.2.3 Modified Paths: -------------- trunk/dports/devel/mono/Portfile Modified: trunk/dports/devel/mono/Portfile =================================================================== --- trunk/dports/devel/mono/Portfile 2009-08-02 06:33:03 UTC (rev 54798) +++ trunk/dports/devel/mono/Portfile 2009-08-02 08:03:35 UTC (rev 54799) @@ -3,7 +3,7 @@ PortSystem 1.0 name mono -version 2.4.2.2 +version 2.4.2.3 categories devel lang mono platforms darwin maintainers mww @@ -17,9 +17,9 @@ use_bzip2 yes universal_variant no -checksums md5 54aac9b914c5a4dc81c2bfd058df1c93 \ - sha1 dd70a6f749df7b497189e0ecb6796e00c50394c1 \ - rmd160 f2e61a1ab78cd6c7fe488092c1d10e8f29a732d3 +checksums md5 696f25afc8453cd0d1c78de6e905dcf2 \ + sha1 c0e7c2992ef6c1ea3d1fd48ef581aa1ff6ec29cb \ + rmd160 f52bf6e281b076b859a567c17917577710522684 depends_build port:pkgconfig port:gawk depends_lib port:gettext port:glib2 port:icu \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sun Aug 2 01:27:31 2009 From: mww at macports.org (mww at macports.org) Date: Sun, 2 Aug 2009 01:27:31 -0700 (PDT) Subject: [54800] trunk/dports/python Message-ID: <20090802082732.3C25A228D70B@beta.macosforge.org> Revision: 54800 http://trac.macports.org/changeset/54800 Author: mww at macports.org Date: 2009-08-02 01:27:29 -0700 (Sun, 02 Aug 2009) Log Message: ----------- new port python/py25-eye3d Modified Paths: -------------- trunk/dports/python/py25-eye3d/Portfile Added Paths: ----------- trunk/dports/python/py25-eye3d/ Modified: trunk/dports/python/py25-eye3d/Portfile =================================================================== --- trunk/dports/python/py-eyed3/Portfile 2009-08-02 08:03:35 UTC (rev 54799) +++ trunk/dports/python/py25-eye3d/Portfile 2009-08-02 08:27:29 UTC (rev 54800) @@ -1,7 +1,7 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python25 1.0 name py-eyed3 version 0.6.14 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sun Aug 2 01:28:09 2009 From: mww at macports.org (mww at macports.org) Date: Sun, 2 Aug 2009 01:28:09 -0700 (PDT) Subject: [54801] trunk/dports/python/py25-eye3d/Portfile Message-ID: <20090802082809.F23B0228D763@beta.macosforge.org> Revision: 54801 http://trac.macports.org/changeset/54801 Author: mww at macports.org Date: 2009-08-02 01:28:09 -0700 (Sun, 02 Aug 2009) Log Message: ----------- fix name Modified Paths: -------------- trunk/dports/python/py25-eye3d/Portfile Modified: trunk/dports/python/py25-eye3d/Portfile =================================================================== --- trunk/dports/python/py25-eye3d/Portfile 2009-08-02 08:27:29 UTC (rev 54800) +++ trunk/dports/python/py25-eye3d/Portfile 2009-08-02 08:28:09 UTC (rev 54801) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python25 1.0 -name py-eyed3 +name py25-eyed3 version 0.6.14 categories python audio platforms darwin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Sun Aug 2 01:51:54 2009 From: mww at macports.org (mww at macports.org) Date: Sun, 2 Aug 2009 01:51:54 -0700 (PDT) Subject: [54802] trunk/dports/python Message-ID: <20090802085154.40607228DAA5@beta.macosforge.org> Revision: 54802 http://trac.macports.org/changeset/54802 Author: mww at macports.org Date: 2009-08-02 01:51:52 -0700 (Sun, 02 Aug 2009) Log Message: ----------- fix directory name Added Paths: ----------- trunk/dports/python/py25-eyed3/ Removed Paths: ------------- trunk/dports/python/py25-eye3d/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 01:53:43 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 01:53:43 -0700 (PDT) Subject: [54803] trunk/dports Message-ID: <20090802085344.A6711228DAE5@beta.macosforge.org> Revision: 54803 http://trac.macports.org/changeset/54803 Author: portindex at macports.org Date: 2009-08-02 01:53:43 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6010 Ports successfully parsed: 6010 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 08:51:52 UTC (rev 54802) +++ trunk/dports/PortIndex 2009-08-02 08:53:43 UTC (rev 54803) @@ -1687,7 +1687,7 @@ modglue 447 variants universal portdir devel/modglue description {A Plan9-inspired extension of the Unix pipe concept} homepage http://www.aei.mpg.de/~peekas/cadabra/ epoch 0 platforms darwin name modglue depends_lib port:libsigcxx2 long_description {Modglue is a combination of several software tools that assist in writing and running programs connected to each other using standard Unix pipes.} maintainers gwright categories devel version 1.13 revision 0 mono 521 -variants darwin_9 depends_build {port:pkgconfig port:gawk} portdir devel/mono description {Implementation of the .NET Development Framework} homepage http://www.go-mono.com/ epoch 0 platforms darwin depends_lib {port:gettext port:glib2 port:icu port:libiconv port:zlib port:libgdiplus port:xorg-libX11} name mono long_description {Mono is an effort to create an open source implementation of the .NET Development Framework including a C# compiler.} maintainers mww categories {devel lang mono} version 2.4.2.2 revision 0 +variants darwin_9 depends_build {port:pkgconfig port:gawk} portdir devel/mono description {Implementation of the .NET Development Framework} homepage http://www.go-mono.com/ epoch 0 platforms darwin depends_lib {port:gettext port:glib2 port:icu port:libiconv port:zlib port:libgdiplus port:xorg-libX11} name mono long_description {Mono is an effort to create an open source implementation of the .NET Development Framework including a C# compiler.} maintainers mww categories {devel lang mono} version 2.4.2.3 revision 0 mono-addins 809 variants universal depends_build port:pkgconfig portdir devel/mono-addins description {Mono.Addins is a framework for creating extensible applications} homepage http://www.mono-project.com/Mono.Addins epoch 0 platforms darwin depends_lib {port:mono port:gtk-sharp2} name mono-addins long_description {Mono.Addins is a framework for creating extensible applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures. This new framework intends to set an standard for building extensible applications and add-ins in Mono.} maintainers nox categories devel version 0.4 revision 0 monotone 692 @@ -8234,6 +8234,8 @@ portdir python/py25-epydoc description {API documentation generator for Python modules} homepage http://epydoc.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-epydoc maintainers stechert long_description {Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext.} version 3.0.1 categories python revision 1 py25-exif 468 portdir python/py25-exif description {Python interface to the EXIF meta-data} homepage http://sourceforge.net/projects/exif-py/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-exif maintainers nomaintainer long_description {Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. py-exif is a Python interface to this data.} version 1.0.2 categories python revision 0 +py25-eyed3 554 +variants universal portdir python/py25-eye3d description {python module and program for processing ID3 tags} homepage http://eyed3.nicfit.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py-optik} name py25-eyed3 long_description {eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.} maintainers nomaintainer version 0.6.14 categories {python audio} revision 0 py25-fabric 798 portdir python/py25-fabric description {Fabric is a simple pythonic remote deployment tool.} homepage http://www.nongnu.org/fab/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-paramiko} name py25-fabric maintainers {arthurk openmaintainer} long_description {It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile'. It is a bit like a dumbed down Capistrano, except it's in Python, dosn't expect you to be deploying Rails applications, and the 'put' command works. Unlike Capistrano, Fabric want's to stay small, light, easy to change and not bound to any specific framework.} version 0.1.1 categories python revision 0 py25-feedparser 516 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Sun Aug 2 02:21:56 2009 From: toby at macports.org (toby at macports.org) Date: Sun, 2 Aug 2009 02:21:56 -0700 (PDT) Subject: [54804] trunk/dports/mail/bogofilter/Portfile Message-ID: <20090802092156.93684228DEFD@beta.macosforge.org> Revision: 54804 http://trac.macports.org/changeset/54804 Author: toby at macports.org Date: 2009-08-02 02:21:52 -0700 (Sun, 02 Aug 2009) Log Message: ----------- #20518 (Bogofilter updated to latest version 1.2.1) Modified Paths: -------------- trunk/dports/mail/bogofilter/Portfile Modified: trunk/dports/mail/bogofilter/Portfile =================================================================== --- trunk/dports/mail/bogofilter/Portfile 2009-08-02 08:53:43 UTC (rev 54803) +++ trunk/dports/mail/bogofilter/Portfile 2009-08-02 09:21:52 UTC (rev 54804) @@ -2,7 +2,7 @@ PortSystem 1.0 name bogofilter -version 1.2.0 +version 1.2.1 categories mail maintainers gmail.com:chenggao description Fast Bayesian Spam Filter @@ -13,7 +13,7 @@ homepage http://bogofilter.sourceforge.net/ platforms darwin master_sites sourceforge -checksums md5 ed1a0a4609fa0c7dc1cddba1b9d37067 +checksums md5 2eb802f4e271b99c3d8f68b14f8df9ef use_bzip2 yes depends_lib port:sqlite3 port:libiconv port:gsl configure.args --with-libsqlite3-prefix=${prefix} \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Sun Aug 2 02:49:00 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Sun, 2 Aug 2009 02:49:00 -0700 (PDT) Subject: [54805] trunk/dports/ruby Message-ID: <20090802094900.D42C2228E44B@beta.macosforge.org> Revision: 54805 http://trac.macports.org/changeset/54805 Author: kimuraw at macports.org Date: 2009-08-02 02:48:58 -0700 (Sun, 02 Aug 2009) Log Message: ----------- ruby/rb-rabbit: New Port. An application to do presentation with RD document. Added Paths: ----------- trunk/dports/ruby/rb-rabbit/ trunk/dports/ruby/rb-rabbit/Portfile Added: trunk/dports/ruby/rb-rabbit/Portfile =================================================================== --- trunk/dports/ruby/rb-rabbit/Portfile (rev 0) +++ trunk/dports/ruby/rb-rabbit/Portfile 2009-08-02 09:48:58 UTC (rev 54805) @@ -0,0 +1,45 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup rabbit 0.6.1 setup.rb {README.en sample misc} +revision 0 +maintainers kimuraw +description An application to do presentation with RD document. +long_description This is an application to do presentation with RD document.\ + There are some features which are different from other\ + presentation tools:\ + * To define slide look, use Ruby.\ + * There are many keyboard interfaces.\ + * This supports mouse gesture.\ + * and more... + +categories-append graphics +platforms darwin +homepage http://www.cozmixng.org/~rwiki/\?cmd=view\;name=Rabbit + +depends_lib-append port:rb-gtk2 port:rb-rsvg port:rb-poppler \ + port:rb-htree port:rb-div \ + port:rb-rdtool port:rb-rttool + +post-build { + reinplace "s|^#!.*ruby|#!${ruby.bin}|" \ + ${worksrcpath}/bin/rabbit \ + ${worksrcpath}/bin/rabbit-theme-manager \ + ${worksrcpath}/bin/rabrick \ + ${worksrcpath}/bin/rabbirc +} +post-destroot { + delete "${destroot}${prefix}/bin/rabbit.bat" +} + +master_sites http://www.cozmixng.org/~kou/download/ +checksums md5 ebbfb0946964d313f9a88b460d243c1b \ + rmd160 76f7c4b7eb8004c29ecada080e2d43b5a618854d \ + sha1 3a6744f868b6be10ae2a9914a5cebcc1379c7132 + +livecheck.check regex +livecheck.url http://raa.ruby-lang.org/project/rabbit/ +livecheck.regex {download/rabbit-(.*)\.tar\.gz\">http://} + Property changes on: trunk/dports/ruby/rb-rabbit/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 02:53:48 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 02:53:48 -0700 (PDT) Subject: [54806] trunk/dports/PortIndex Message-ID: <20090802095349.0E21E228E890@beta.macosforge.org> Revision: 54806 http://trac.macports.org/changeset/54806 Author: portindex at macports.org Date: 2009-08-02 02:53:47 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6010 Ports successfully parsed: 6010 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 09:48:58 UTC (rev 54805) +++ trunk/dports/PortIndex 2009-08-02 09:53:47 UTC (rev 54806) @@ -4403,7 +4403,7 @@ bmf 464 variants {mysql universal} portdir mail/bmf description {Bayesian Mail Filter} homepage http://bmf.sourceforge.net/ epoch 0 platforms {darwin freebsd} name bmf maintainers nomaintainer long_description {bmf is a self contained and extremely efficient Bayesian mail filter. See Paul Graham's article {A Plan for Spam} for background information. It aims to be faster, smaller, and more versatile than similar applications.} categories mail version 0.9.4 revision 0 bogofilter 532 -variants universal portdir mail/bogofilter description {Fast Bayesian Spam Filter} homepage http://bogofilter.sourceforge.net/ epoch 0 platforms darwin name bogofilter depends_lib {port:sqlite3 port:libiconv port:gsl} long_description {Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections.} maintainers gmail.com:chenggao categories mail version 1.2.0 revision 0 +variants universal portdir mail/bogofilter description {Fast Bayesian Spam Filter} homepage http://bogofilter.sourceforge.net/ epoch 0 platforms darwin name bogofilter depends_lib {port:sqlite3 port:libiconv port:gsl} long_description {Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections.} maintainers gmail.com:chenggao categories mail version 1.2.1 revision 0 cclient 512 variants {ssl_plaintext universal} portdir mail/cclient description {UW IMAP c-client library} homepage http://www.washington.edu/imap/ epoch 0 platforms darwin name cclient depends_lib {port:openssl lib:libz:zlib lib:libgssapi_krb5:kerberos5} long_description {C-client is a common API for accessing mailboxes. It is used internally by the popular PINE mail reader as well as the University of Washington's IMAP server.} maintainers {kallisys.net:pguyot openmaintainer} categories mail version 2007d revision 0 clamsmtp 603 @@ -8235,7 +8235,7 @@ py25-exif 468 portdir python/py25-exif description {Python interface to the EXIF meta-data} homepage http://sourceforge.net/projects/exif-py/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-exif maintainers nomaintainer long_description {Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. py-exif is a Python interface to this data.} version 1.0.2 categories python revision 0 py25-eyed3 554 -variants universal portdir python/py25-eye3d description {python module and program for processing ID3 tags} homepage http://eyed3.nicfit.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py-optik} name py25-eyed3 long_description {eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.} maintainers nomaintainer version 0.6.14 categories {python audio} revision 0 +variants universal portdir python/py25-eyed3 description {python module and program for processing ID3 tags} homepage http://eyed3.nicfit.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py-optik} name py25-eyed3 long_description {eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.} maintainers nomaintainer version 0.6.14 categories {python audio} revision 0 py25-fabric 798 portdir python/py25-fabric description {Fabric is a simple pythonic remote deployment tool.} homepage http://www.nongnu.org/fab/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-paramiko} name py25-fabric maintainers {arthurk openmaintainer} long_description {It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile'. It is a bit like a dumbed down Capistrano, except it's in Python, dosn't expect you to be deploying Rails applications, and the 'put' command works. Unlike Capistrano, Fabric want's to stay small, light, easy to change and not bound to any specific framework.} version 0.1.1 categories python revision 0 py25-feedparser 516 -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Sun Aug 2 03:20:13 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Sun, 2 Aug 2009 03:20:13 -0700 (PDT) Subject: [54807] trunk/dports/ruby Message-ID: <20090802102014.3EDF3228FB21@beta.macosforge.org> Revision: 54807 http://trac.macports.org/changeset/54807 Author: kimuraw at macports.org Date: 2009-08-02 03:20:11 -0700 (Sun, 02 Aug 2009) Log Message: ----------- ruby/rb-net-irc: New Port. IRC library. This is mostly conform to RFC1459 but partly not for convenience. Added Paths: ----------- trunk/dports/ruby/rb-net-irc/ trunk/dports/ruby/rb-net-irc/Portfile Added: trunk/dports/ruby/rb-net-irc/Portfile =================================================================== --- trunk/dports/ruby/rb-net-irc/Portfile (rev 0) +++ trunk/dports/ruby/rb-net-irc/Portfile 2009-08-02 10:20:11 UTC (rev 54807) @@ -0,0 +1,19 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup net-irc 0.0.7 gem {} rubyforge_gem +maintainers kimuraw openmaintainer + +categories-append irc +description IRC library. This is mostly conform to RFC1459 but partly \ + not for convenience. +long_description IRC library. This is mostly conform to RFC1459 but partly \ + not for convenience. + +platforms darwin +checksums md5 e25191a6bd6c8c13690e408ba9412516 \ + sha1 7a260939a8b1e75ef23930b208de2c69b9826baf \ + rmd160 069929ae665ba6416952d2d293129fe40cea10aa \ + Property changes on: trunk/dports/ruby/rb-net-irc/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 03:53:32 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 03:53:32 -0700 (PDT) Subject: [54808] trunk/dports Message-ID: <20090802105333.B2FEE228FF20@beta.macosforge.org> Revision: 54808 http://trac.macports.org/changeset/54808 Author: portindex at macports.org Date: 2009-08-02 03:53:30 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6012 Ports successfully parsed: 6012 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 10:20:11 UTC (rev 54807) +++ trunk/dports/PortIndex 2009-08-02 10:53:30 UTC (rev 54808) @@ -9246,6 +9246,8 @@ portdir ruby/rb-ncurses-ruby description {Ruby access to ncurses functionality} homepage http://developer.berlios.de/projects/ncurses-ruby epoch 0 platforms darwin name rb-ncurses-ruby depends_lib {port:ruby port:ncurses port:rb-rubygems} maintainers nomaintainer long_description {ncurses-ruby is an extension module that makes the functions and constants of the FSF's ncurses library accessible from the ruby programming language} categories {ruby devel} version 1.2.3 revision 1 rb-net-geoip 363 variants universal 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} long_description {Net::Geoip module to interface with the GeoIP library provided my MaxMind} maintainers mac.com:kykim categories ruby version 0.06 revision 0 +rb-net-irc 428 +portdir ruby/rb-net-irc description {IRC library. This is mostly conform to RFC1459 but partly not for convenience.} homepage http://rubyforge.org/projects/net-irc epoch 0 platforms darwin name rb-net-irc depends_lib {port:ruby port:rb-rubygems} maintainers {kimuraw openmaintainer} long_description {IRC library. This is mostly conform to RFC1459 but partly not for convenience.} categories {ruby irc} version 0.0.7 revision 0 rb-net-pingsimple 345 portdir ruby/rb-net-pingsimple description {A simple Ruby interface to the 'ping' command} 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)} categories {ruby net} version 0.3.0 revision 1 rb-net-scp 387 @@ -9296,6 +9298,8 @@ portdir ruby/rb-product description {Direct product class for enumerables} homepage http://www.notwork.org/~gotoken/ruby/p/product/ epoch 0 platforms darwin name rb-product depends_lib port:ruby maintainers nomaintainer long_description {Direct product class for enumerables} categories ruby version 1.0.0 revision 0 rb-purple 506 variants universal portdir ruby/rb-purple description {Purple implements a main memory database for ruby objects.} homepage http://purple.rubyforge.org epoch 0 platforms darwin name rb-purple depends_lib port:ruby long_description {In a way, Purple works similarly to Marshal/PStore. Just that you can retrieve any object, not just the whole thing. Also you can make changes to just one object and save just that object again.} maintainers nomaintainer categories {ruby databases} version 0.5.1 revision 0 +rb-rabbit 679 +variants universal portdir ruby/rb-rabbit description {An application to do presentation with RD document.} homepage {{http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit}} epoch 0 platforms darwin name rb-rabbit depends_lib {port:ruby port:rb-gtk2 port:rb-rsvg port:rb-poppler port:rb-htree port:rb-div port:rb-rdtool port:rb-rttool} long_description {This is an application to do presentation with RD document. There are some features which are different from other presentation tools: * To define slide look, use Ruby. * There are many keyboard interfaces. * This supports mouse gesture. * and more...} maintainers kimuraw categories {ruby graphics} version 0.6.1 revision 0 rb-rack 478 portdir ruby/rb-rack description {Rack provides a common API for connecting web frameworks, web servers and layers of software inbetween.} homepage http://rack.rubyforge.org epoch 0 platforms darwin name rb-rack depends_lib {port:ruby port:rb-rubygems} maintainers {devclue.com:blair openmaintainer} long_description {{Rack provides a common API for connecting web frameworks, web servers and layers of software inbetween.}} categories {ruby www devel} version 0.4.0 revision 0 rb-rails 691 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimuraw at macports.org Sun Aug 2 05:03:14 2009 From: kimuraw at macports.org (kimuraw at macports.org) Date: Sun, 2 Aug 2009 05:03:14 -0700 (PDT) Subject: [54809] trunk/dports/ruby/rb-gnome/files Message-ID: <20090802120314.836E72291DCD@beta.macosforge.org> Revision: 54809 http://trac.macports.org/changeset/54809 Author: kimuraw at macports.org Date: 2009-08-02 05:03:11 -0700 (Sun, 02 Aug 2009) Log Message: ----------- ruby/rb-gnome: add README for this port and maintenance script Added Paths: ----------- trunk/dports/ruby/rb-gnome/files/README.rb-gnome trunk/dports/ruby/rb-gnome/files/port-upd-rb-gnome.rb Added: trunk/dports/ruby/rb-gnome/files/README.rb-gnome =================================================================== --- trunk/dports/ruby/rb-gnome/files/README.rb-gnome (rev 0) +++ trunk/dports/ruby/rb-gnome/files/README.rb-gnome 2009-08-02 12:03:11 UTC (rev 54809) @@ -0,0 +1,45 @@ +$Id$ + += about MacPorts Ruby-GNOME2 ports + +== RUBY-GNOME2 Release contents and portfiles status + + * rb-glib2 Ruby/GLib2: GLib 2.0.x or later + * rb-atk Ruby/ATK: ATK 1.0.x or later + * rb-pango Ruby/Pango: Pango 1.1.x or later + * rb-gtk2 Ruby/GdkPixbuf2: GTK+ 2.0.x or later + * rb-gtk2 Ruby/GTK2: GTK+ 2.0.x or later + +rb-gtk2 contains gdkpixbuf2 and gtk2. + + * rb-gconf Ruby/GConf2: GConf 2.0.x or later + * rb-libgnome Ruby/GNOME2: libgnome-2.0.x, libgnomeui-2.0.x or later + * rb-gnomecanvas Ruby/GnomeCanvas2: libgnomecanvas-2.0.x or later + * rb-gnomeprint Ruby/GnomePrint: libgnomeprint-2.8.x or later + * rb-gnomeprintui Ruby/GnomePrintUI: libgnomeprintui-2.6.x or later + * rb-gnomevfs Ruby/GnomeVFS: GnomeVFS 2.0.x or later + * rb-gtkhtml Ruby/GtkHtml2: GtkHtml2 2.0.x or later + * rb-gtkglext Ruby/GtkGLExt: GtkGLExt 1.0.3 or later + * (NOT READY) Ruby/GtkMozEmbed: GtkMozEmbed (Mozilla 1.7.x or FireFox-1.0.x or later) + * (NOT SUPPORT) Ruby/GtkSourceView: GtkSourceView 1.0.1 or later + * rb-libart Ruby/Libart2: libart_lgpl 2.3.12 or later + * rb-libglade2 Ruby/Libglade2: Libglade 2.0.x or later + * rb-rsvg Ruby/RSVG: librsvg 2.8.0 or later + * rb-poppler Ruby/Poppler is a Ruby binding of poppler-glib. + +GtkMozEmbed is not found in official ports. + +Ruby/GtkSourceView is binding for GtkSourceView 1.0.x. the latest version of +port:gtksourceview is 1.8.5. + +=== Experimental / Incomplete: + + * rb-gstreamer Ruby/GStreamer: GStreamer 0.10.x or later + * rb-gtksourceview2 Ruby/GtkSourceView2: GtkSourceView 2.0.0 or later + * (NOT READY) Ruby/GooCanvas: GooCanvas 0.8.0 or later + +=== Depricated + + * (N/A) Ruby/Libgda: libgda 1.0.3 or later + * (N/A) Ruby/PanelApplet: gnome-panel 2.6.0 or later (deprecated since 0.16.0) + Property changes on: trunk/dports/ruby/rb-gnome/files/README.rb-gnome ___________________________________________________________________ Added: svn:keywords + Id Added: trunk/dports/ruby/rb-gnome/files/port-upd-rb-gnome.rb =================================================================== --- trunk/dports/ruby/rb-gnome/files/port-upd-rb-gnome.rb (rev 0) +++ trunk/dports/ruby/rb-gnome/files/port-upd-rb-gnome.rb 2009-08-02 12:03:11 UTC (rev 54809) @@ -0,0 +1,114 @@ +#!/usr/bin/env ruby +# $Id$ +# upgrade all Portfiles of Ruby-GNOME2 modules; rb-glib2, rb-gtk2, .. +# [usage] port-upd-rb-gnome.rb tarball-path +# + +require 'openssl' + +# target Portfiles of Ruby/Gnome2 modules +PORTFILES = + %w[rb-glib2 rb-atk rb-pango rb-gtk2 rb-rsvg rb-poppler + rb-gconf rb-gnomecanvas rb-libgnome rb-libart rb-gnomeprint + rb-gnomeprintui rb-gnomevfs rb-gtkhtml rb-libglade2 + rb-gstreamer rb-vte rb-gtkglext rb-gtksourceview2 + rb-gnome] +# TODO: GtkMozeEmbed[add] + +class App + + attr_accessor :version, :sums + + def initialize(version, tarball) + self.version = version + self.sums = checksums(tarball) + puts < From singingwolfboy at macports.org Sun Aug 2 07:20:57 2009 From: singingwolfboy at macports.org (singingwolfboy at macports.org) Date: Sun, 2 Aug 2009 07:20:57 -0700 (PDT) Subject: [54810] trunk/dports/aqua Message-ID: <20090802142058.ADE452294FA4@beta.macosforge.org> Revision: 54810 http://trac.macports.org/changeset/54810 Author: singingwolfboy at macports.org Date: 2009-08-02 07:20:55 -0700 (Sun, 02 Aug 2009) Log Message: ----------- added port for DateLine 0.61 Added Paths: ----------- trunk/dports/aqua/DateLine/ trunk/dports/aqua/DateLine/Portfile Added: trunk/dports/aqua/DateLine/Portfile =================================================================== --- trunk/dports/aqua/DateLine/Portfile (rev 0) +++ trunk/dports/aqua/DateLine/Portfile 2009-08-02 14:20:55 UTC (rev 54810) @@ -0,0 +1,27 @@ +# $Id$ + +PortSystem 1.0 +PortGroup xcode 1.0 + +name dateline +version 0.61 +categories-append amusements +maintainers singingwolfboy +description displays linear calendar on desktop +long_description DateLine is a small, simple app which displays a linear \ + calendar on your desktop in a transparent window. It \ + provides easy access to iCal by double clicking on a day. \ + The background element and text colours are customizable \ + with support for transparency. + +platforms darwin + +homepage http://www.machinecodex.com/dateline/index.php +master_sites http://www.cocoalab.com/cocoalab/developer/source/ +distname dateline_source +use_zip yes +worksrcdir DateLine + +checksums md5 dde69a24fb0bfe2aad1edd0d15ff96af \ + sha1 4b4be6b9ceb28e5bc42c4c1526cc183d36485302 \ + rmd160 fd70a43ca5fff28d8b425ed8571ab3c2211f92c8 -------------- next part -------------- An HTML attachment was scrubbed... URL: From singingwolfboy at macports.org Sun Aug 2 07:27:16 2009 From: singingwolfboy at macports.org (singingwolfboy at macports.org) Date: Sun, 2 Aug 2009 07:27:16 -0700 (PDT) Subject: [54811] trunk/dports/python Message-ID: <20090802142716.3610E22953B2@beta.macosforge.org> Revision: 54811 http://trac.macports.org/changeset/54811 Author: singingwolfboy at macports.org Date: 2009-08-02 07:27:15 -0700 (Sun, 02 Aug 2009) Log Message: ----------- added py26-pypdf, version 1.12 Added Paths: ----------- trunk/dports/python/py26-pypdf/ trunk/dports/python/py26-pypdf/Portfile Added: trunk/dports/python/py26-pypdf/Portfile =================================================================== --- trunk/dports/python/py26-pypdf/Portfile (rev 0) +++ trunk/dports/python/py26-pypdf/Portfile 2009-08-02 14:27:15 UTC (rev 54811) @@ -0,0 +1,27 @@ +# $Id: Portfile 37930 2008-06-29 22:30:43Z ryandesign at macports.org $ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pypdf +version 1.12 +categories python devel +platforms darwin +maintainers singingwolfboy openmaintainer +description A Pure-Python PDF toolkit. + +long_description \ + A Pure-Python PDF toolkit. \ + It is capable of extracting document information (title, author, ...), \ + splitting documents page by page, merging documents page by page, \ + cropping pages, merging multiple pages into a single page, \ + and encrypting and decrypting PDF files. + +checksums md5 7be5f7f4659f64fd194e9eb9a38ad425 \ + sha1 559f080fe47a0aeda9945acbcc52331b7e4d6213 \ + rmd160 0528bdbfdbbdb8cf26dbe47b162f57f8d0c0984a + + +homepage http://pybrary.net/pyPdf/ +master_sites ${homepage} +distname pyPdf-${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From singingwolfboy at macports.org Sun Aug 2 07:34:17 2009 From: singingwolfboy at macports.org (singingwolfboy at macports.org) Date: Sun, 2 Aug 2009 07:34:17 -0700 (PDT) Subject: [54812] trunk/dports/python Message-ID: <20090802143417.9D50F229567F@beta.macosforge.org> Revision: 54812 http://trac.macports.org/changeset/54812 Author: singingwolfboy at macports.org Date: 2009-08-02 07:34:16 -0700 (Sun, 02 Aug 2009) Log Message: ----------- added py26-pyhyphen, version 0.9.3 Added Paths: ----------- trunk/dports/python/py26-pyhyphen/ trunk/dports/python/py26-pyhyphen/Portfile Added: trunk/dports/python/py26-pyhyphen/Portfile =================================================================== --- trunk/dports/python/py26-pyhyphen/Portfile (rev 0) +++ trunk/dports/python/py26-pyhyphen/Portfile 2009-08-02 14:34:16 UTC (rev 54812) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pyhyphen +version 0.9.3 +categories-append textproc +maintainers singingwolfboy openmaintainer +description Python wrapper for the Mozilla hyphenation library hyphen-2.4 +long_description PyHyphen is a wrapper around the high quality \ + hyphenation library hyphen-2.4 (May 2008) that ships \ + with OpenOffice.org and Mozilla products. Hence, all \ + dictionaries compatible with OpenOffice can be used. \ + PyHyphen also contains textwrap2, an enhanced though \ + backwards-compatible version of the standard Python \ + module textwrap. Not very surprisingly, textwrap2 can \ + hyphenate words when wrapping them. + +platforms darwin + +homepage http://code.google.com/p/pyhyphen/ +master_sites http://pypi.python.org/packages/source/P/PyHyphen/ +distname PyHyphen-${version} +use_zip yes + +checksums md5 e511a331f698ba21d78f45a00daf2876 \ + sha1 78febbe9141be03b7f0188a38cdfa146f4192ae3 \ + rmd160 2e61675914b90c3ed602c25f6465e89a610b92e4 -------------- next part -------------- An HTML attachment was scrubbed... URL: From singingwolfboy at macports.org Sun Aug 2 07:40:49 2009 From: singingwolfboy at macports.org (singingwolfboy at macports.org) Date: Sun, 2 Aug 2009 07:40:49 -0700 (PDT) Subject: [54813] trunk/dports/python Message-ID: <20090802144049.9C6B82295824@beta.macosforge.org> Revision: 54813 http://trac.macports.org/changeset/54813 Author: singingwolfboy at macports.org Date: 2009-08-02 07:40:49 -0700 (Sun, 02 Aug 2009) Log Message: ----------- added py26-pygraphviz, vesion 0.99.1 Added Paths: ----------- trunk/dports/python/py26-pygraphviz/ trunk/dports/python/py26-pygraphviz/Portfile Added: trunk/dports/python/py26-pygraphviz/Portfile =================================================================== --- trunk/dports/python/py26-pygraphviz/Portfile (rev 0) +++ trunk/dports/python/py26-pygraphviz/Portfile 2009-08-02 14:40:49 UTC (rev 54813) @@ -0,0 +1,31 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-pygraphviz +version 0.99.1 +categories-append science +maintainers singingwolfboy openmaintainer +description A Python wrapper for the Graphviz Agraph data structure. +long_description PyGraphviz is a Python interface to the Graphviz graph layout \ + and visualization package. With PyGraphviz you can create, edit, \ + read, write, and draw graphs using Python to access the Graphviz \ + graph data structure and layout algorithms. PyGraphviz is \ + independent from NetworkX but provides a similar programming \ + interface. + +platforms darwin + +homepage http://networkx.lanl.gov/pygraphviz/ +master_sites http://pypi.python.org/packages/source/p/pygraphviz/ \ + https://networkx.lanl.gov/download/networkx/ +distname pygraphviz-${version} + +checksums md5 5381633f9538804b24046eb96474668d \ + sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \ + rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0 + +depends_lib-append bin:swig:swig \ + port:graphviz \ + port:py26-setuptools -------------- next part -------------- An HTML attachment was scrubbed... URL: From singingwolfboy at macports.org Sun Aug 2 07:46:11 2009 From: singingwolfboy at macports.org (singingwolfboy at macports.org) Date: Sun, 2 Aug 2009 07:46:11 -0700 (PDT) Subject: [54814] trunk/dports/python Message-ID: <20090802144611.3CD702295975@beta.macosforge.org> Revision: 54814 http://trac.macports.org/changeset/54814 Author: singingwolfboy at macports.org Date: 2009-08-02 07:46:10 -0700 (Sun, 02 Aug 2009) Log Message: ----------- added py26-wordaxe, version 0.3.3 Added Paths: ----------- trunk/dports/python/py26-wordaxe/ trunk/dports/python/py26-wordaxe/Portfile Added: trunk/dports/python/py26-wordaxe/Portfile =================================================================== --- trunk/dports/python/py26-wordaxe/Portfile (rev 0) +++ trunk/dports/python/py26-wordaxe/Portfile 2009-08-02 14:46:10 UTC (rev 54814) @@ -0,0 +1,25 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-wordaxe +version 0.3.3 +categories-append textproc +maintainers singingwolfboy openmaintainer +description Python library for hyphenation by decomposition of compound words +long_description The wordaxe library (formerly known as deco-cow) provides Python \ + programs with the ability to automatically hyphenate words using \ + an algorithm which is based on decomposition of compound words \ + into base words, and is named DCWHyphenator in the code. + +platforms darwin + +homepage http://deco-cow.sourceforge.net/ +master_sites sourceforge:deco-cow +distname wordaxe-${version} +use_zip yes + +checksums md5 fc734363e526de7e5750f0292bcbe43e \ + sha1 8336496dc79a670d207d3838dba807fef60f221b \ + rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From singingwolfboy at macports.org Sun Aug 2 07:49:17 2009 From: singingwolfboy at macports.org (singingwolfboy at macports.org) Date: Sun, 2 Aug 2009 07:49:17 -0700 (PDT) Subject: [54815] trunk/dports/aqua/DateLine/Portfile Message-ID: <20090802144917.5223722959FC@beta.macosforge.org> Revision: 54815 http://trac.macports.org/changeset/54815 Author: singingwolfboy at macports.org Date: 2009-08-02 07:49:16 -0700 (Sun, 02 Aug 2009) Log Message: ----------- fixed name of DateLine port to be consistent with directory and with project website Modified Paths: -------------- trunk/dports/aqua/DateLine/Portfile Modified: trunk/dports/aqua/DateLine/Portfile =================================================================== --- trunk/dports/aqua/DateLine/Portfile 2009-08-02 14:46:10 UTC (rev 54814) +++ trunk/dports/aqua/DateLine/Portfile 2009-08-02 14:49:16 UTC (rev 54815) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup xcode 1.0 -name dateline +name DateLine version 0.61 categories-append amusements maintainers singingwolfboy @@ -20,7 +20,7 @@ master_sites http://www.cocoalab.com/cocoalab/developer/source/ distname dateline_source use_zip yes -worksrcdir DateLine +worksrcdir ${name} checksums md5 dde69a24fb0bfe2aad1edd0d15ff96af \ sha1 4b4be6b9ceb28e5bc42c4c1526cc183d36485302 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 07:53:32 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 07:53:32 -0700 (PDT) Subject: [54816] trunk/dports Message-ID: <20090802145333.A5C0F2295ABE@beta.macosforge.org> Revision: 54816 http://trac.macports.org/changeset/54816 Author: portindex at macports.org Date: 2009-08-02 07:53:32 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6016 Ports successfully parsed: 6016 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 14:49:16 UTC (rev 54815) +++ trunk/dports/PortIndex 2009-08-02 14:53:32 UTC (rev 54816) @@ -26,6 +26,8 @@ variants {darwin_8 universal} portdir aqua/CosmicDebris description {Aurora Borealis monitor.} homepage http://www.jschilling.net/sw_cosmicdebris.php epoch 0 platforms darwin name CosmicDebris long_description {CosmicDebris is an Aurora Borealis (Northern Lights) monitor menu item. It monitors two internet data sources for the probability of an Aurora event.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {aqua science} version 2.0 revision 0 CronniX 429 variants universal portdir aqua/CronniX depends_fetch port:subversion description {graphical frontend for scheduling cronjobs} homepage http://cronnix.googlecode.com/ epoch 0 platforms macosx name CronniX long_description {CronniX is a Mac OS X frontend to the Unix scheduler cron. Cron is a system service that allows scheduled execution of scripts and programs.} maintainers ryandesign version 3.0.2 categories aqua revision 0 +dateline 572 +variants universal portdir aqua/DateLine description {displays linear calendar on desktop} homepage http://www.machinecodex.com/dateline/index.php epoch 0 platforms darwin name dateline long_description {DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background element and text colours are customizable with support for transparency.} maintainers singingwolfboy depends_extract bin:unzip:unzip version 0.61 categories {aqua amusements} revision 0 DesktopManager 399 portdir aqua/DesktopManager description {Virtual Desktops for Mac OS X} homepage http://desktopmanager.berlios.de/ epoch 0 platforms macosx name DesktopManager maintainers nomaintainer long_description {DesktopManager brings Virtual Desktops to Mac OS X. It is utilizing the Quartz engine to make damn cool animations while switching desktops (e. g. cube).} categories aqua version 0.5.3 revision 0 FFView 588 @@ -8894,8 +8896,12 @@ portdir python/py26-pygccxml description {pygccxml is a python interface to gcc-xml} homepage http://www.language-binding.net/pygccxml/pygccxml.html epoch 0 platforms darwin depends_lib {port:gccxml-devel port:py26-setuptools} name py26-pygccxml maintainers mnick long_description {{pygccxml is a python interface to gcc-xml}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0 py26-pygments 526 portdir python/py26-pygments description {Python syntax highlighter} homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pygments maintainers {openmaintainer erickt} 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.} version 1.0 categories {python devel} revision 0 +py26-pygraphviz 710 +portdir python/py26-pygraphviz description {A Python wrapper for the Graphviz Agraph data structure.} homepage http://networkx.lanl.gov/pygraphviz/ epoch 0 platforms darwin depends_lib {port:python26 bin:swig:swig port:graphviz port:py26-setuptools} name py26-pygraphviz maintainers {singingwolfboy openmaintainer} long_description {PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz is independent from NetworkX but provides a similar programming interface.} version 0.99.1 categories {python science} revision 0 py26-pygresql 525 portdir python/py26-pygresql description {Python module that interfaces to a PostgreSQL database} homepage http://www.pygresql.org/ epoch 0 platforms darwin depends_lib {port:python26 port:postgresql83} name py26-pygresql maintainers {jwa openmaintainer} long_description {PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script.} version 4.0 categories {python databases} revision 0 +py26-pyhyphen 768 +portdir python/py26-pyhyphen description {Python wrapper for the Mozilla hyphenation library hyphen-2.4} homepage http://code.google.com/p/pyhyphen/ epoch 0 platforms darwin depends_lib port:python26 name py26-pyhyphen maintainers {singingwolfboy openmaintainer} long_description {PyHyphen is a wrapper around the high quality hyphenation library hyphen-2.4 (May 2008) that ships with OpenOffice.org and Mozilla products. Hence, all dictionaries compatible with OpenOffice can be used. PyHyphen also contains textwrap2, an enhanced though backwards-compatible version of the standard Python module textwrap. Not very surprisingly, textwrap2 can hyphenate words when wrapping them.} depends_extract bin:unzip:unzip version 0.9.3 categories {python textproc} revision 0 py26-pyicu 433 portdir python/py26-pyicu description {Python extension wrapping IBM's International Components for Unicode C++ library (ICU)} homepage http://pyicu.osafoundation.org/ epoch 0 platforms darwin depends_lib {port:python26 port:icu} name py26-pyicu maintainers nomaintainer long_description {{Python extension wrapping IBM's International Components for Unicode C++ library (ICU)}} version 0.8.1 categories {python textproc} revision 0 py26-pylibmc 453 @@ -8914,6 +8920,8 @@ portdir python/py26-pyobjc2 depends_fetch port:subversion description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-py2app-devel} name py26-pyobjc2 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.} version 2.0 categories {python devel} revision 1 py26-pyobjc2-cocoa 443 portdir python/py26-pyobjc2-cocoa depends_fetch port:subversion description {cocoa wrappers for py26-pyobjc2} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-pyobjc2} name py26-pyobjc2-cocoa maintainers {jmr openmaintainer} long_description {This port provides the CoreFoundation, Foundation and AppKit wrappers for use with py26-pyobjc2.} version 2.0 categories {python devel} revision 1 +py26-pypdf 546 +portdir python/py26-pypdf description {A Pure-Python PDF toolkit.} homepage http://pybrary.net/pyPdf/ epoch 0 platforms darwin depends_lib port:python26 name py26-pypdf maintainers {singingwolfboy openmaintainer} long_description {A Pure-Python PDF toolkit. It is capable of extracting document information (title, author, ...), splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, and encrypting and decrypting PDF files.} version 1.12 categories {python devel} revision 0 py26-pyplusplus 525 portdir python/py26-pyplusplus description {Py++ is an framework for creating a code generator for Boost.Python library and ctypes package} homepage http://www.language-binding.net/pyplusplus/pyplusplus.html epoch 0 platforms darwin depends_lib {port:py26-pygccxml port:py26-setuptools} name py26-pyplusplus maintainers mnick long_description {{Py++ is an framework for creating a code generator for Boost.Python library and ctypes package}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0 py26-pyprotocols 577 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From billitch at macports.org Sun Aug 2 07:57:01 2009 From: billitch at macports.org (billitch at macports.org) Date: Sun, 2 Aug 2009 07:57:01 -0700 (PDT) Subject: [54817] trunk/dports/devel Message-ID: <20090802145701.496E62295B95@beta.macosforge.org> Revision: 54817 http://trac.macports.org/changeset/54817 Author: billitch at macports.org Date: 2009-08-02 07:57:00 -0700 (Sun, 02 Aug 2009) Log Message: ----------- New port for gtkglextmm Added Paths: ----------- trunk/dports/devel/gtkglextmm/ trunk/dports/devel/gtkglextmm/Portfile Copied: trunk/dports/devel/gtkglextmm/Portfile (from rev 54811, trunk/dports/devel/gtkglext/Portfile) =================================================================== --- trunk/dports/devel/gtkglextmm/Portfile (rev 0) +++ trunk/dports/devel/gtkglextmm/Portfile 2009-08-02 14:57:00 UTC (rev 54817) @@ -0,0 +1,29 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup muniversal 1.0 + +name gtkglextmm +version 1.2.0 + +categories devel +maintainers billitch +description OpenGL Extension to GTK, C++ bindings + +long_description \ + ${description} + +homepage http://sourceforge.net/projects/gtkglext/ +platforms darwin +master_sites sourceforge:gtkglext + +checksums md5 6296b82bde8daa68452b2f0b4dadcb9e \ + sha1 5cd489e07517a88262cd6050f723227664e82996 \ + rmd160 2dd9122f8991b2cbfd839ab0aaa6dd444751b7b0 + +depends_lib \ + port:gtkglext \ + port:gtkmm + +configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 08:53:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 08:53:26 -0700 (PDT) Subject: [54818] trunk/dports Message-ID: <20090802155327.4C0812296D3C@beta.macosforge.org> Revision: 54818 http://trac.macports.org/changeset/54818 Author: portindex at macports.org Date: 2009-08-02 08:53:24 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 14:57:00 UTC (rev 54817) +++ trunk/dports/PortIndex 2009-08-02 15:53:24 UTC (rev 54818) @@ -26,8 +26,8 @@ variants {darwin_8 universal} portdir aqua/CosmicDebris description {Aurora Borealis monitor.} homepage http://www.jschilling.net/sw_cosmicdebris.php epoch 0 platforms darwin name CosmicDebris long_description {CosmicDebris is an Aurora Borealis (Northern Lights) monitor menu item. It monitors two internet data sources for the probability of an Aurora event.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {aqua science} version 2.0 revision 0 CronniX 429 variants universal portdir aqua/CronniX depends_fetch port:subversion description {graphical frontend for scheduling cronjobs} homepage http://cronnix.googlecode.com/ epoch 0 platforms macosx name CronniX long_description {CronniX is a Mac OS X frontend to the Unix scheduler cron. Cron is a system service that allows scheduled execution of scripts and programs.} maintainers ryandesign version 3.0.2 categories aqua revision 0 -dateline 572 -variants universal portdir aqua/DateLine description {displays linear calendar on desktop} homepage http://www.machinecodex.com/dateline/index.php epoch 0 platforms darwin name dateline long_description {DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background element and text colours are customizable with support for transparency.} maintainers singingwolfboy depends_extract bin:unzip:unzip version 0.61 categories {aqua amusements} revision 0 +DateLine 572 +variants universal portdir aqua/DateLine description {displays linear calendar on desktop} homepage http://www.machinecodex.com/dateline/index.php epoch 0 platforms darwin name DateLine long_description {DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background element and text colours are customizable with support for transparency.} maintainers singingwolfboy depends_extract bin:unzip:unzip version 0.61 categories {aqua amusements} revision 0 DesktopManager 399 portdir aqua/DesktopManager description {Virtual Desktops for Mac OS X} homepage http://desktopmanager.berlios.de/ epoch 0 platforms macosx name DesktopManager maintainers nomaintainer long_description {DesktopManager brings Virtual Desktops to Mac OS X. It is utilizing the Quartz engine to make damn cool animations while switching desktops (e. g. cube).} categories aqua version 0.5.3 revision 0 FFView 588 @@ -1308,6 +1308,8 @@ variants {no_x11 universal} portdir devel/gtk2hs description {Portable and native GUI library for Haskell} homepage http://www.haskell.org/gtk2hs epoch 0 platforms darwin depends_lib {port:ghc port:gtk2 port:gvfs port:cairo port:librsvg port:libglade2 port:gtkglext port:gtksourceview2} name gtk2hs long_description {gtk2hs is a Haskell binding to GTK, a comprehensive C GUI library that is portable across many platforms.} maintainers gwright categories {devel graphics} version 0.10.1 revision 0 gtkglext 346 variants universal portdir devel/gtkglext description {OpenGL Extension to GTK} homepage http://sourceforge.net/projects/gtkglext/ epoch 0 platforms {macosx darwin} depends_lib {port:mesa port:xorg-libXmu port:gtk2} name gtkglext maintainers lifehertz.com:jd long_description {{OpenGL Extension to GTK}} categories devel version 1.2.0 revision 3 +gtkglextmm 349 +variants universal portdir devel/gtkglextmm description {OpenGL Extension to GTK, C++ bindings} homepage http://sourceforge.net/projects/gtkglext/ epoch 0 platforms darwin depends_lib {port:gtkglext port:gtkmm} name gtkglextmm long_description {{OpenGL Extension to GTK, C++ bindings}} maintainers billitch categories devel version 1.2.0 revision 0 gtkimageview 423 variants universal depends_build {port:pkgconfig port:gtk-doc} portdir devel/gtkimageview description {GtkImageView is a simple image viewer widget for GTK.} homepage http://trac.bjourne.webfactional.com/ epoch 0 platforms darwin depends_lib port:gtk2 name gtkimageview long_description {{GtkImageView is a simple image viewer widget for GTK.}} maintainers {devans openmaintainer} categories devel version 1.6.4 revision 0 gvfs 1078 @@ -8996,6 +8998,8 @@ portdir python/py26-webob description {WSGI request and response object.} homepage http://pythonpaste.org/webob/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-webob maintainers {openmaintainer akitada} long_description {WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.} version 0.9.6.1 categories {python www} revision 0 py26-werkzeug 1929 portdir python/py26-werkzeug description {The Swiss Army knife of Python web development.} homepage http://werkzeug.pocoo.org/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-werkzeug maintainers {openmaintainer akitada} long_description {Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as p ossible (such as blogs, wikis, bulletin boards, etc.). Details and example applications are available on the `Werkzeug website `_. Features -------- - unicode awareness - request and response objects - various utility functions for dealing with HTTP headers such as `Accept` and `Cache-Control` headers. - thread local objects with proper cleanup at request end - an interactive debugger - wrapper around wsgiref that works around some of the limitations and bugs, adds threading and fork support for test environments and adds an automatic reloader. - a flexible URL routing system with REST support. - fully WSGI compatible Development Version ------------------- The `Werkzeug tip `_ is installable via `easy_install` with ``easy_install Werkzeug==dev``.} depends_extract bin:unzip:unzip version 0.5.1 categories {python www} revision 0 +py26-wordaxe 618 +portdir python/py26-wordaxe description {Python library for hyphenation by decomposition of compound words} homepage http://deco-cow.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-wordaxe maintainers {singingwolfboy openmaintainer} long_description {The wordaxe library (formerly known as deco-cow) provides Python programs with the ability to automatically hyphenate words using an algorithm which is based on decomposition of compound words into base words, and is named DCWHyphenator in the code.} depends_extract bin:unzip:unzip version 0.3.3 categories {python textproc} revision 0 py26-wxpython 650 portdir python/py26-wxpython description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin depends_lib {port:python26 port:wxWidgets} name py26-wxpython maintainers jameskyle long_description {wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.} version 2.8.9.1 categories {python graphics} revision 0 py26-xml 362 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Sun Aug 2 10:12:05 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Sun, 2 Aug 2009 10:12:05 -0700 (PDT) Subject: [54819] trunk/dports/editors/xwpe/Portfile Message-ID: <20090802171206.495C02297D90@beta.macosforge.org> Revision: 54819 http://trac.macports.org/changeset/54819 Author: macsforever2000 at macports.org Date: 2009-08-02 10:12:02 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Update to version 1.5.30a. (#20521) Modified Paths: -------------- trunk/dports/editors/xwpe/Portfile Modified: trunk/dports/editors/xwpe/Portfile =================================================================== --- trunk/dports/editors/xwpe/Portfile 2009-08-02 15:53:24 UTC (rev 54818) +++ trunk/dports/editors/xwpe/Portfile 2009-08-02 17:12:02 UTC (rev 54819) @@ -2,7 +2,7 @@ PortSystem 1.0 name xwpe -version 1.5.29a +version 1.5.30a categories editors maintainers nomaintainer description Programming/debugging environment @@ -12,7 +12,7 @@ homepage http://www.identicalsoftware.com/xwpe/ platforms darwin master_sites sunsite:apps/editors/X -checksums md5 fa529db0a3f1cc5ac35ff0cc7bb3f588 +checksums md5 11ad41d636f9ff07820ee0869a177a5c build.target ${name} destroot.destdir exec_prefix=${destroot}${prefix} \ MANDIR=${destroot}${prefix}/share/man -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Aug 2 10:28:05 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 2 Aug 2009 10:28:05 -0700 (PDT) Subject: [54820] contrib/mpvim/compiler/portfile.vim Message-ID: <20090802172805.B4DE42297EA8@beta.macosforge.org> Revision: 54820 http://trac.macports.org/changeset/54820 Author: mnick at macports.org Date: 2009-08-02 10:28:03 -0700 (Sun, 02 Aug 2009) Log Message: ----------- parse line numbers for warnings that report them (allows jumping to errors) Modified Paths: -------------- contrib/mpvim/compiler/portfile.vim Modified: contrib/mpvim/compiler/portfile.vim =================================================================== --- contrib/mpvim/compiler/portfile.vim 2009-08-02 17:12:02 UTC (rev 54819) +++ contrib/mpvim/compiler/portfile.vim 2009-08-02 17:28:03 UTC (rev 54820) @@ -8,4 +8,4 @@ setlocal makeef=/tmp/portfile##.err setlocal makeprg=cd\ %:p:h\ &&\ port\ lint\ --nitpick\ 2>&1\ \\\|\ grep\ -v\ \"\\\-\\\->\" -setlocal errorformat=Error\:%m,Warn\:%m,%m +setlocal errorformat=Warning\:\ Line\ %l\ %m,Error\:%m,Warn\:%m,%m -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 10:53:28 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 10:53:28 -0700 (PDT) Subject: [54821] trunk/dports/PortIndex Message-ID: <20090802175329.2471F2297F59@beta.macosforge.org> Revision: 54821 http://trac.macports.org/changeset/54821 Author: portindex at macports.org Date: 2009-08-02 10:53:26 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 17:28:03 UTC (rev 54820) +++ trunk/dports/PortIndex 2009-08-02 17:53:26 UTC (rev 54821) @@ -2147,7 +2147,7 @@ xemacs 604 variants {no_sumo universal} 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} 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.} maintainers {mww openmaintainer} categories {editors x11} version 21.4.22 revision 0 xwpe 378 -variants universal portdir editors/xwpe description {Programming/debugging environment} homepage http://www.identicalsoftware.com/xwpe/ epoch 0 platforms darwin name xwpe long_description {A programming and debugging environment similar to Borland's Turbo C environment. Works in both X and console modes.} maintainers nomaintainer categories editors version 1.5.29a revision 0 +variants universal portdir editors/xwpe description {Programming/debugging environment} homepage http://www.identicalsoftware.com/xwpe/ epoch 0 platforms darwin name xwpe long_description {A programming and debugging environment similar to Borland's Turbo C environment. Works in both X and console modes.} maintainers nomaintainer categories editors version 1.5.30a revision 0 yaml-mode.el 644 portdir editors/yaml-mode.el description {An emacs major mode for editing yaml files.} homepage http://yaml-mode.clouder.jp epoch 0 platforms darwin name yaml-mode.el depends_lib port:emacs maintainers gmail.com:michael.dagitses long_description {This is a major mode for editing files in the YAML data serialization format. It was initially developed by Yoshiki Kurihara and many features were added by Marshall Vandegrift. As YAML and Python share the fact that indentation determines structure, this mode provides indentation and indentation command behavior very similar to that of python-mode.} categories editors version 0.0.3 revision 0 yi 705 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Sun Aug 2 11:29:34 2009 From: mnick at macports.org (mnick at macports.org) Date: Sun, 2 Aug 2009 11:29:34 -0700 (PDT) Subject: [54822] trunk/dports/lang/gccxml-devel/Portfile Message-ID: <20090802182935.4126522985E9@beta.macosforge.org> Revision: 54822 http://trac.macports.org/changeset/54822 Author: mnick at macports.org Date: 2009-08-02 11:29:32 -0700 (Sun, 02 Aug 2009) Log Message: ----------- * make use of cmake port group * disable out-of-source build Modified Paths: -------------- trunk/dports/lang/gccxml-devel/Portfile Modified: trunk/dports/lang/gccxml-devel/Portfile =================================================================== --- trunk/dports/lang/gccxml-devel/Portfile 2009-08-02 17:53:26 UTC (rev 54821) +++ trunk/dports/lang/gccxml-devel/Portfile 2009-08-02 18:29:32 UTC (rev 54822) @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 +PortGroup cmake 1.0 name gccxml-devel version 20090713 @@ -14,21 +15,6 @@ homepage http://www.gccxml.org/ fetch.type cvs cvs.root :pserver:anoncvs at www.gccxml.org:/cvsroot/GCC_XML -cvs.date 2009-07-13 +cvs.date 2009-07-13 cvs.module gccxml worksrcdir gccxml - -depends_build port:cmake - -post-extract { - file mkdir ${workpath}/build -} - -configure { - system "cd ${workpath}/build \ - && cmake ${worksrcpath} -DCMAKE_INSTALL_PREFIX:PATH=${prefix}" -} - -build.dir ${workpath}/build -destroot.dir ${workpath}/build - -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Sun Aug 2 11:50:35 2009 From: raimue at macports.org (raimue at macports.org) Date: Sun, 2 Aug 2009 11:50:35 -0700 (PDT) Subject: [54823] trunk/dports/python Message-ID: <20090802185035.6F52E229880A@beta.macosforge.org> Revision: 54823 http://trac.macports.org/changeset/54823 Author: raimue at macports.org Date: 2009-08-02 11:50:34 -0700 (Sun, 02 Aug 2009) Log Message: ----------- py*-pylibpcap: Fix dependencies Modified Paths: -------------- trunk/dports/python/py-pylibpcap/Portfile trunk/dports/python/py25-pylibpcap/Portfile Modified: trunk/dports/python/py-pylibpcap/Portfile =================================================================== --- trunk/dports/python/py-pylibpcap/Portfile 2009-08-02 18:29:32 UTC (rev 54822) +++ trunk/dports/python/py-pylibpcap/Portfile 2009-08-02 18:50:34 UTC (rev 54823) @@ -22,7 +22,7 @@ checksums sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \ rmd160 dbda6fec0786630c3af65d540b57507f888d1d78 -depends_lib port:libpcap port:swig +depends_lib-append port:libpcap port:swig post-destroot { set sharedir ${destroot}${prefix}/share/doc/${name}-${version} Modified: trunk/dports/python/py25-pylibpcap/Portfile =================================================================== --- trunk/dports/python/py25-pylibpcap/Portfile 2009-08-02 18:29:32 UTC (rev 54822) +++ trunk/dports/python/py25-pylibpcap/Portfile 2009-08-02 18:50:34 UTC (rev 54823) @@ -22,7 +22,7 @@ checksums sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \ rmd160 dbda6fec0786630c3af65d540b57507f888d1d78 -depends_lib port:libpcap port:swig +depends_lib-append port:libpcap port:swig post-destroot { set sharedir ${destroot}${prefix}/share/doc/${name}-${version} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 11:53:27 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 11:53:27 -0700 (PDT) Subject: [54824] trunk/dports Message-ID: <20090802185327.DE30B2298868@beta.macosforge.org> Revision: 54824 http://trac.macports.org/changeset/54824 Author: portindex at macports.org Date: 2009-08-02 11:53:26 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 18:50:34 UTC (rev 54823) +++ trunk/dports/PortIndex 2009-08-02 18:53:26 UTC (rev 54824) @@ -4092,8 +4092,8 @@ variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20090723 revision 0 gccxml 351 variants universal depends_build port:cmake portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers nomaintainer categories lang version 0.6.0 revision 0 -gccxml-devel 402 -variants universal depends_build port:cmake portdir lang/gccxml-devel description {generates XML description of C++ code} depends_fetch bin:cvs:cvs homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml-devel long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers {mnick openmaintainer} categories lang version 20090713 revision 0 +gccxml-devel 410 +variants {universal debug} depends_build port:cmake portdir lang/gccxml-devel depends_fetch bin:cvs:cvs description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml-devel maintainers {mnick openmaintainer} long_description {generates an XML description of a C++ program from GCC's internal representation} categories lang version 20090713 revision 0 gcj34 546 variants {darwin_8 universal} portdir lang/gcj34 description {GNU Java compiler} homepage http://www.gnu.org/software/gcc/java/ epoch 0 platforms darwin name gcj34 depends_lib {port:libiconv port:zlib} long_description {GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language. It can compile: Java source code directly to native machine code, Java source code to Java bytecode (class files), and Java bytecode to native machine code.} maintainers nomaintainer categories {lang devel java} version 3.4.6 revision 0 gcl 644 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 12:53:30 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 12:53:30 -0700 (PDT) Subject: [54825] trunk/dports Message-ID: <20090802195331.2922C2298B83@beta.macosforge.org> Revision: 54825 http://trac.macports.org/changeset/54825 Author: portindex at macports.org Date: 2009-08-02 12:53:28 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 18:53:26 UTC (rev 54824) +++ trunk/dports/PortIndex 2009-08-02 19:53:28 UTC (rev 54825) @@ -7862,8 +7862,8 @@ portdir python/py-pygpgme description {Python module for working with OpenPGP messages} homepage http://cheeseshop.python.org/pypi/pygpgme/0.1/ epoch 0 platforms darwin depends_lib port:gpgme name py-pygpgme maintainers {afb openmaintainer} long_description {PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt files using the OpenPGP format. It is built on top of GNU Privacy Guard and the GPGME library.} version 0.1 categories python revision 0 py-pygresql 521 portdir python/py-pygresql description {Python module that interfaces to a PostgreSQL database} homepage http://www.pygresql.org/ epoch 0 platforms darwin depends_lib {port:python24 port:postgresql83} name py-pygresql maintainers {jwa openmaintainer} long_description {PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script.} version 4.0 categories {python databases} revision 0 -py-pylibpcap 482 -portdir python/py-pylibpcap description {Python module for the libpcap packet capture library} homepage http://pylibpcap.sourceforge.net epoch 0 platforms darwin depends_lib {port:libpcap port:swig} name py-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.} version 0.6.2 categories {python net} revision 0 +py-pylibpcap 496 +portdir python/py-pylibpcap description {Python module for the libpcap packet capture library} homepage http://pylibpcap.sourceforge.net epoch 0 platforms darwin depends_lib {port:python24 port:libpcap port:swig} name py-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.} version 0.6.2 categories {python net} revision 0 py-pylons 855 portdir python/py-pylons description {Pylons is a lightweight web framework.} homepage http://pylonshq.com/ epoch 0 platforms darwin depends_lib {port:py-setuptools port:py-routes port:py-myghty port:py-paste port:py-pastedeploy port:py-pastescript port:py-simplejson port:py-WebHelpers port:py-nose port:py-beaker port:py-formencode port:py-cheetah} name py-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.} version 0.9.6.2 categories {python www} revision 0 py-pyobjc 637 @@ -8482,8 +8482,8 @@ portdir python/py25-pyicu description {Python extension wrapping IBM's International Components for Unicode C++ library (ICU)} homepage http://pyicu.osafoundation.org/ epoch 0 platforms darwin depends_lib {port:python25 port:icu} name py25-pyicu maintainers nomaintainer long_description {{Python extension wrapping IBM's International Components for Unicode C++ library (ICU)}} version 0.8.1 categories {python textproc} revision 0 py25-pylibmc 453 portdir python/py25-pylibmc description {python memcached client wrapped on libmemcached} homepage http://pypi.python.org/pypi/pylibmc epoch 0 platforms darwin depends_lib {port:python25 port:libmemcached} name py25-pylibmc maintainers voldmar.ru:voldmar long_description {pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg} version 0.6.1 categories python revision 0 -py25-pylibpcap 486 -portdir python/py25-pylibpcap description {Python module for the libpcap packet capture library} 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.} version 0.6.2 categories {python net} revision 0 +py25-pylibpcap 500 +portdir python/py25-pylibpcap description {Python module for the libpcap packet capture library} homepage http://pylibpcap.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 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.} version 0.6.2 categories {python net} revision 0 py25-pylons 883 portdir python/py25-pylons description {Pylons is a lightweight web framework.} 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.} version 0.9.6.2 categories {python www} revision 1 py25-pymc 737 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From dh at macports.org Sun Aug 2 13:24:44 2009 From: dh at macports.org (dh at macports.org) Date: Sun, 2 Aug 2009 13:24:44 -0700 (PDT) Subject: [54826] trunk/dports/python/py-logilab-astng/Portfile Message-ID: <20090802202444.E09C82298E42@beta.macosforge.org> Revision: 54826 http://trac.macports.org/changeset/54826 Author: dh at macports.org Date: 2009-08-02 13:24:42 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Version bump, closes ticket #19394 Modified Paths: -------------- trunk/dports/python/py-logilab-astng/Portfile Modified: trunk/dports/python/py-logilab-astng/Portfile =================================================================== --- trunk/dports/python/py-logilab-astng/Portfile 2009-08-02 19:53:28 UTC (rev 54825) +++ trunk/dports/python/py-logilab-astng/Portfile 2009-08-02 20:24:42 UTC (rev 54826) @@ -5,9 +5,9 @@ PortGroup python24 1.0 name py-logilab-astng -version 0.17.4 +version 0.19.0 categories-append devel -maintainers dh +maintainers dh openmaintainer description Python Abstract Syntax Tree New Generation long_description \ The aim of this module is to provide a common base representation of python source code \ @@ -29,9 +29,9 @@ livecheck.check regex livecheck.regex "latest published version:.*(\\d+(?:\\.\\d+)*)" -checksums md5 68a3ccca76e17df1ae33a20195dc52ac \ - sha1 101fa76760a095b24e56c2e8d9efd062334e57f3 \ - rmd160 d5aa6eaeecfebec0aa1774ffaf87482dd31844fe +checksums md5 9478141bd45c1a1e72621797c94f18d3 \ + sha1 87fe682ec98599c0088f228ba94cb50a7ed99466 \ + rmd160 c9b4a2eabcd28e959315af33215d1620b405c475 depends_lib-append port:py-logilab-common -------------- next part -------------- An HTML attachment was scrubbed... URL: From dh at macports.org Sun Aug 2 13:44:31 2009 From: dh at macports.org (dh at macports.org) Date: Sun, 2 Aug 2009 13:44:31 -0700 (PDT) Subject: [54827] trunk/dports/python/py25-lint/Portfile Message-ID: <20090802204431.8417F2298F6F@beta.macosforge.org> Revision: 54827 http://trac.macports.org/changeset/54827 Author: dh at macports.org Date: 2009-08-02 13:44:29 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Version bump to 0.18.0. Closes #19377 Modified Paths: -------------- trunk/dports/python/py25-lint/Portfile Modified: trunk/dports/python/py25-lint/Portfile =================================================================== --- trunk/dports/python/py25-lint/Portfile 2009-08-02 20:24:42 UTC (rev 54826) +++ trunk/dports/python/py25-lint/Portfile 2009-08-02 20:44:29 UTC (rev 54827) @@ -5,9 +5,9 @@ PortGroup python25 1.0 name py25-lint -version 0.16.0 +version 0.18.0 categories-append devel -maintainers dh +maintainers dh openmaintainer description Error (and style) checking for python long_description \ Pylint is a tool that checks for errors in python code, and tries to \ @@ -23,13 +23,13 @@ master_sites ftp://ftp.logilab.org/pub/pylint/ distname pylint-${version} -livecheck.url ${homepage} +livecheck.url http://ftp.logilab.org/pub/pylint/ livecheck.check regex -livecheck.regex "latest published version:.*(\\d+(?:\\.\\d+)*)" +livecheck.regex {pylint-(\d+(?:\.\d+)*)\.tar\.gz} -checksums md5 28f894b98ee8ec985cf46075aab2bc9e \ - sha1 865bbf4c048200475698e2fde62405d7362efa5e \ - rmd160 076e93cd3e4b063535bcb1819d9a465c46b58ab1 +checksums md5 2fb51eb37062aff094b104004ecd25a8 \ + sha1 5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \ + rmd160 271078a11b13291a78acea7fb8164976da3181b9 depends_lib port:py25-logilab-common port:py25-logilab-astng @@ -40,4 +40,9 @@ xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \ ${destroot}${prefix}/share/doc/${name} file delete ${destroot}${python.pkgd}/logilab/__init__.py + + # macports 1.7 does not seem to have the ${python} variables for python25 port group + foreach binfile {epylint pylint pylint-gui pyreverse symilar} { + file rename ${destroot}${prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}-${python.branch} + } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From dh at macports.org Sun Aug 2 13:51:26 2009 From: dh at macports.org (dh at macports.org) Date: Sun, 2 Aug 2009 13:51:26 -0700 (PDT) Subject: [54828] trunk/dports/python/py25-lint/Portfile Message-ID: <20090802205126.B54F52299014@beta.macosforge.org> Revision: 54828 http://trac.macports.org/changeset/54828 Author: dh at macports.org Date: 2009-08-02 13:51:26 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Comment changes only Modified Paths: -------------- trunk/dports/python/py25-lint/Portfile Modified: trunk/dports/python/py25-lint/Portfile =================================================================== --- trunk/dports/python/py25-lint/Portfile 2009-08-02 20:44:29 UTC (rev 54827) +++ trunk/dports/python/py25-lint/Portfile 2009-08-02 20:51:26 UTC (rev 54828) @@ -6,6 +6,7 @@ name py25-lint version 0.18.0 +revision 1 categories-append devel maintainers dh openmaintainer description Error (and style) checking for python @@ -41,7 +42,7 @@ ${destroot}${prefix}/share/doc/${name} file delete ${destroot}${python.pkgd}/logilab/__init__.py - # macports 1.7 does not seem to have the ${python} variables for python25 port group + # there is no python.prefix variable for python25 and python24 portgroups foreach binfile {epylint pylint pylint-gui pyreverse symilar} { file rename ${destroot}${prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}-${python.branch} } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 13:53:27 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 13:53:27 -0700 (PDT) Subject: [54829] trunk/dports Message-ID: <20090802205328.31BB2229902D@beta.macosforge.org> Revision: 54829 http://trac.macports.org/changeset/54829 Author: portindex at macports.org Date: 2009-08-02 13:53:26 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 20:51:26 UTC (rev 54828) +++ trunk/dports/PortIndex 2009-08-02 20:53:26 UTC (rev 54829) @@ -7658,8 +7658,8 @@ portdir python/py-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:python24 port:py-logilab-astng port:py-logilab-common} name py-lint maintainers dh long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.16.0 categories {python devel} revision 0 py-log4py 534 portdir python/py-log4py description {log4py is a python logging module similar to log4j.} homepage http://www.its4you.at/english/log4py.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-log4py maintainers nomaintainer long_description {log4py is a python logging module similar to log4j. It supports logging to files (including logfile rotation) or to stdout/stderr, variable log-levels, configurable output formats and configuration via configuration files.} version 1.3 categories {python devel} revision 1 -py-logilab-astng 883 -portdir python/py-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python24 port:py-logilab-common} name py-logilab-astng maintainers dh long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentialy governed by pylint's needs. It extends class defined in the compiler.ast module with some additional methods and attributes. Instance attributes are added by a builder object, which can either generate extended ast (let's call them astng) by visiting an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes.} version 0.17.4 categories {python devel} revision 0 +py-logilab-astng 900 +portdir python/py-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python24 port:py-logilab-common} name py-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentialy governed by pylint's needs. It extends class defined in the compiler.ast module with some additional methods and attributes. Instance attributes are added by a builder object, which can either generate extended ast (let's call them astng) by visiting an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes.} version 0.19.0 categories {python devel} revision 0 py-logilab-common 382 portdir python/py-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/projects/common epoch 0 platforms darwin depends_lib port:python24 name py-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.42.0 categories python revision 0 py-lrucache 541 @@ -8334,8 +8334,8 @@ portdir python/py25-libxml2 description {Python bindings for libxml2} homepage http://xmlsoft.org/python.html epoch 0 platforms darwin depends_lib {port:python25 port:libxml2 port:zlib} name py25-libxml2 maintainers {sfiera openmaintainer} long_description {{Python bindings for libxml2}} version 2.6.21 categories {python textproc} revision 1 py25-libxslt 340 portdir python/py25-libxslt description {Python bindings for libxslt} homepage http://xmlsoft.org/ epoch 0 platforms darwin depends_lib {port:python25 port:libxslt port:py25-libxml2 port:zlib} name py25-libxslt maintainers nomaintainer long_description {{Python bindings for libxslt}} version 2.6.21 categories {python textproc} revision 0 -py25-lint 671 -portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py25-logilab-common port:py25-logilab-astng} name py25-lint maintainers dh long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.16.0 categories {python devel} revision 0 +py25-lint 688 +portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py25-logilab-common port:py25-logilab-astng} name py25-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.0 categories {python devel} revision 0 py25-llvm 316 portdir python/py25-llvm description {Python bindings for LLVM} homepage http://mdevan.nfshost.com/llvm-py/index.html epoch 0 platforms darwin depends_lib {port:python25 port:llvm} name py25-llvm maintainers {snc openmaintainer} long_description {{Python bindings for LLVM}} version 0.5 categories python revision 0 py25-logilab-astng 579 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From dh at macports.org Sun Aug 2 13:58:07 2009 From: dh at macports.org (dh at macports.org) Date: Sun, 2 Aug 2009 13:58:07 -0700 (PDT) Subject: [54830] trunk/dports/python/py-lint/Portfile Message-ID: <20090802205807.8A8A122990A7@beta.macosforge.org> Revision: 54830 http://trac.macports.org/changeset/54830 Author: dh at macports.org Date: 2009-08-02 13:58:06 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Version bump to 0.18 Modified Paths: -------------- trunk/dports/python/py-lint/Portfile Modified: trunk/dports/python/py-lint/Portfile =================================================================== --- trunk/dports/python/py-lint/Portfile 2009-08-02 20:53:26 UTC (rev 54829) +++ trunk/dports/python/py-lint/Portfile 2009-08-02 20:58:06 UTC (rev 54830) @@ -5,9 +5,9 @@ PortGroup python24 1.0 name py-lint -version 0.16.0 +version 0.18.0 categories-append devel -maintainers dh +maintainers dh openmaintainer description Error (and style) checking for python long_description \ Pylint is a tool that checks for errors in python code, and tries to \ @@ -23,15 +23,15 @@ master_sites ftp://ftp.logilab.org/pub/pylint/ distname pylint-${version} -livecheck.url ${homepage} +livecheck.url http://ftp.logilab.org/pub/pylint/ livecheck.check regex -livecheck.regex "latest published version:.*(\\d+(?:\\.\\d+)*)" +livecheck.regex {pylint-(\d+(?:\.\d+)*)\.tar\.gz} -checksums md5 28f894b98ee8ec985cf46075aab2bc9e \ - sha1 865bbf4c048200475698e2fde62405d7362efa5e \ - rmd160 076e93cd3e4b063535bcb1819d9a465c46b58ab1 +checksums md5 2fb51eb37062aff094b104004ecd25a8 \ + sha1 5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \ + rmd160 271078a11b13291a78acea7fb8164976da3181b9 -depends_lib-append port:py-logilab-astng port:py-logilab-common +depends_lib port:py-logilab-astng port:py-logilab-common post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} @@ -42,5 +42,10 @@ # this file is also installed by py-logilab-common file delete ${destroot}${python.pkgd}/logilab/__init__.py + + # there is no python.prefix variable for python25 and python24 portgroups + foreach binfile {epylint pylint pylint-gui pyreverse symilar} { + file rename ${destroot}${prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}-${python.branch} + } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From dh at macports.org Sun Aug 2 13:58:48 2009 From: dh at macports.org (dh at macports.org) Date: Sun, 2 Aug 2009 13:58:48 -0700 (PDT) Subject: [54831] trunk/dports/python/py26-lint/Portfile Message-ID: <20090802205848.A691522990EE@beta.macosforge.org> Revision: 54831 http://trac.macports.org/changeset/54831 Author: dh at macports.org Date: 2009-08-02 13:58:48 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Alter livecheck Modified Paths: -------------- trunk/dports/python/py26-lint/Portfile Modified: trunk/dports/python/py26-lint/Portfile =================================================================== --- trunk/dports/python/py26-lint/Portfile 2009-08-02 20:58:06 UTC (rev 54830) +++ trunk/dports/python/py26-lint/Portfile 2009-08-02 20:58:48 UTC (rev 54831) @@ -23,9 +23,9 @@ master_sites ftp://ftp.logilab.org/pub/pylint/ distname pylint-${version} -livecheck.url ${homepage} +livecheck.url http://ftp.logilab.org/pub/pylint/ livecheck.check regex -livecheck.regex "latest published version:.*(\\d+(?:\\.\\d+)*)" +livecheck.regex {pylint-(\d+(?:\.\d+)*)\.tar\.gz} checksums md5 2fb51eb37062aff094b104004ecd25a8 \ sha1 5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dh at macports.org Sun Aug 2 14:07:04 2009 From: dh at macports.org (dh at macports.org) Date: Sun, 2 Aug 2009 14:07:04 -0700 (PDT) Subject: [54832] trunk/dports/python/py26-logilab-astng Message-ID: <20090802210704.74B02229919C@beta.macosforge.org> Revision: 54832 http://trac.macports.org/changeset/54832 Author: dh at macports.org Date: 2009-08-02 14:07:02 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Patch applied to fix issue in 0.19.0 distribution where PyQt4 modules cannot be analysed - this has been applied upstream in trunk - patches should be reversed in subsequent version bumps Modified Paths: -------------- trunk/dports/python/py26-logilab-astng/Portfile Added Paths: ----------- trunk/dports/python/py26-logilab-astng/files/ trunk/dports/python/py26-logilab-astng/files/patch-builder.py trunk/dports/python/py26-logilab-astng/files/patch-raw_building.py Modified: trunk/dports/python/py26-logilab-astng/Portfile =================================================================== --- trunk/dports/python/py26-logilab-astng/Portfile 2009-08-02 20:58:48 UTC (rev 54831) +++ trunk/dports/python/py26-logilab-astng/Portfile 2009-08-02 21:07:02 UTC (rev 54832) @@ -6,7 +6,8 @@ name py26-logilab-astng version 0.19.0 -maintainers nomaintainer +revision 4 +maintainers dh openmaintainer description Python Abstract Syntax Tree New Generation long_description The aim of this module is to provide a common base representation of python source code for \ projects such as pychecker, pyreverse, pylint... Well, actually the development of this library \ @@ -18,9 +19,9 @@ master_sites ftp://ftp.logilab.fr/pub/astng/ distname logilab-astng-${version} -livecheck.url ${homepage} +livecheck.url http://ftp.logilab.org/pub/astng/ livecheck.check regex -livecheck.regex "latest published version:.*(\\d+(?:\\.\\d+)*)" +livecheck.regex {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz} checksums md5 9478141bd45c1a1e72621797c94f18d3 \ sha1 87fe682ec98599c0088f228ba94cb50a7ed99466 \ @@ -28,6 +29,13 @@ depends_lib-append port:py26-logilab-common +# these patches fix an issue in 0.19.0 where imports of PyQt4 fail to be recognised +# XXX: PROBABLY SHOULD BE REMOVED IN > 0.19.0 - I HAVE SUBMITTED UPSTREAM +patchfiles patch-builder.py \ + patch-raw_building.py + +patch.pre_args -l + post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} ChangeLog README \ Added: trunk/dports/python/py26-logilab-astng/files/patch-builder.py =================================================================== --- trunk/dports/python/py26-logilab-astng/files/patch-builder.py (rev 0) +++ trunk/dports/python/py26-logilab-astng/files/patch-builder.py 2009-08-02 21:07:02 UTC (rev 54832) @@ -0,0 +1,33 @@ +--- builder.py Mon Jul 20 20:40:15 2009 +0200 ++++ new/builder.py Wed Jul 29 13:44:09 2009 +0200 +@@ -173,13 +173,13 @@ + if member.func_code.co_filename != getattr(self._module, '__file__', None): + attach_dummy_node(node, name, member) + continue +- object_build_function(node, member) ++ object_build_function(node, member, name) + elif isbuiltin(member): + # verify this is not an imported member + if self._member_module(member) != self._module.__name__: + imported_member(node, member, name) + continue +- object_build_methoddescriptor(node, member) ++ object_build_methoddescriptor(node, member, name) + elif isclass(member): + # verify this is not an imported class + if self._member_module(member) != self._module.__name__: +@@ -190,12 +190,12 @@ + if not class_node in node.locals.get(name, ()): + node.add_local_node(class_node, name) + else: +- class_node = object_build_class(node, member) ++ class_node = object_build_class(node, member, name) + # recursion + self.object_build(class_node, member) + elif ismethoddescriptor(member): + assert isinstance(member, object) +- object_build_methoddescriptor(node, member) ++ object_build_methoddescriptor(node, member, name) + elif isdatadescriptor(member): + assert isinstance(member, object) + object_build_datadescriptor(node, member, name) Added: trunk/dports/python/py26-logilab-astng/files/patch-raw_building.py =================================================================== --- trunk/dports/python/py26-logilab-astng/files/patch-raw_building.py (rev 0) +++ trunk/dports/python/py26-logilab-astng/files/patch-raw_building.py 2009-08-02 21:07:02 UTC (rev 54832) @@ -0,0 +1,62 @@ +--- raw_building.py 2009-07-30 09:01:45.000000000 +1200 ++++ new/raw_building.py 2009-07-30 09:08:14.000000000 +1200 +@@ -124,30 +124,31 @@ + register_arguments(func, arg.elts) + + +-def object_build_class(node, member): ++def object_build_class(node, member, localname): + """create astng for a living class object""" + basenames = [base.__name__ for base in member.__bases__] +- return _base_class_object_build(node, member, basenames) ++ return _base_class_object_build(node, member, basenames, ++ localname=localname) + +-def object_build_function(node, member): ++def object_build_function(node, member, localname): + """create astng for a living function object""" + args, varargs, varkw, defaults = getargspec(member) + if varargs is not None: + args.append(varargs) + if varkw is not None: + args.append(varkw) +- func = build_function(member.__name__, args, defaults, ++ func = build_function(getattr(member, '__name__', None) or localname, args, defaults, + member.func_code.co_flags, member.__doc__) +- node.add_local_node(func) ++ node.add_local_node(func, localname) + + def object_build_datadescriptor(node, member, name): + """create astng for a living data descriptor object""" + return _base_class_object_build(node, member, [], name) + +-def object_build_methoddescriptor(node, member): ++def object_build_methoddescriptor(node, member, localname): + """create astng for a living method descriptor object""" + # FIXME get arguments ? +- func = build_function(member.__name__, doc=member.__doc__) ++ func = build_function(getattr(member, '__name__', None) or localname, doc=member.__doc__) + # set node's arguments to None to notice that we have no information, not + # and empty argument list + func.args = nodes.Arguments() +@@ -156,15 +157,16 @@ + func.args.defaults = None + func.args.vararg = None + func.args.kwarg = None +- node.add_local_node(func) ++ node.add_local_node(func, localname) + +-def _base_class_object_build(node, member, basenames, name=None): ++def _base_class_object_build(node, member, basenames, name=None, localname=None): + """create astng for a living class object, with a given set of base names + (e.g. ancestors) + """ +- klass = build_class(name or member.__name__, basenames, member.__doc__) ++ klass = build_class(getattr(member, '__name__', None) or member.__name__ or localname, ++ basenames, member.__doc__) + klass._newstyle = isinstance(member, type) +- node.add_local_node(klass) ++ node.add_local_node(klass, localname) + try: + # limit the instantiation trick since it's too dangerous + # (such as infinite test execution...) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 14:53:31 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 14:53:31 -0700 (PDT) Subject: [54833] trunk/dports Message-ID: <20090802215332.984A722996CD@beta.macosforge.org> Revision: 54833 http://trac.macports.org/changeset/54833 Author: portindex at macports.org Date: 2009-08-02 14:53:31 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 21:07:02 UTC (rev 54832) +++ trunk/dports/PortIndex 2009-08-02 21:53:31 UTC (rev 54833) @@ -7654,8 +7654,8 @@ portdir python/py-libxslt description {Python bindings for libxslt} homepage http://xmlsoft.org/ epoch 0 platforms darwin depends_lib {port:python24 port:libxslt port:py-libxml2 port:zlib} name py-libxslt maintainers {sfiera openmaintainer} long_description {{Python bindings for libxslt}} version 2.6.21 categories {python textproc} revision 0 py-linda 540 portdir python/py-linda description {simple implementation of a linda system} homepage http://www-users.cs.york.ac.uk/~aw/pylinda/ epoch 0 platforms darwin depends_lib port:python24 name py-linda maintainers nomaintainer long_description {PyLinda is a simple implementation of a linda system, however it also includes several of the more recently proposed extensions to Linda in the form of multiple tuple spaces, garbage collection, sane non-blocking primitives and bulk tuple operations.} version 0.5.1 categories {python net} revision 0 -py-lint 677 -portdir python/py-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:python24 port:py-logilab-astng port:py-logilab-common} name py-lint maintainers dh long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.16.0 categories {python devel} revision 0 +py-lint 680 +portdir python/py-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py-logilab-astng port:py-logilab-common} name py-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.0 categories {python devel} revision 0 py-log4py 534 portdir python/py-log4py description {log4py is a python logging module similar to log4j.} homepage http://www.its4you.at/english/log4py.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-log4py maintainers nomaintainer long_description {log4py is a python logging module similar to log4j. It supports logging to files (including logfile rotation) or to stdout/stderr, variable log-levels, configurable output formats and configuration via configuration files.} version 1.3 categories {python devel} revision 1 py-logilab-astng 900 @@ -8335,7 +8335,7 @@ py25-libxslt 340 portdir python/py25-libxslt description {Python bindings for libxslt} homepage http://xmlsoft.org/ epoch 0 platforms darwin depends_lib {port:python25 port:libxslt port:py25-libxml2 port:zlib} name py25-libxslt maintainers nomaintainer long_description {{Python bindings for libxslt}} version 2.6.21 categories {python textproc} revision 0 py25-lint 688 -portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py25-logilab-common port:py25-logilab-astng} name py25-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.0 categories {python devel} revision 0 +portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py25-logilab-common port:py25-logilab-astng} name py25-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.0 categories {python devel} revision 1 py25-llvm 316 portdir python/py25-llvm description {Python bindings for LLVM} homepage http://mdevan.nfshost.com/llvm-py/index.html epoch 0 platforms darwin depends_lib {port:python25 port:llvm} name py25-llvm maintainers {snc openmaintainer} long_description {{Python bindings for LLVM}} version 0.5 categories python revision 0 py25-logilab-astng 579 @@ -8796,8 +8796,8 @@ portdir python/py26-libxslt description {Python bindings for libxslt} homepage http://xmlsoft.org/ epoch 0 platforms darwin depends_lib {port:python26 port:libxslt port:py26-libxml2 port:zlib} name py26-libxslt maintainers nomaintainer long_description {{Python bindings for libxslt}} version 2.6.21 categories {python textproc} revision 0 py26-lint 681 portdir python/py26-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py26-logilab-common port:py26-logilab-astng} name py26-lint maintainers nomaintainer long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.0 categories {python devel} revision 0 -py26-logilab-astng 566 -portdir python/py26-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python26 port:py26-logilab-common} name py26-logilab-astng maintainers nomaintainer long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.0 categories python revision 0 +py26-logilab-astng 573 +portdir python/py26-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python26 port:py26-logilab-common} name py26-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.0 categories python revision 4 py26-logilab-common 393 portdir python/py26-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python26 name py26-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.42.0 categories python revision 0 py26-lxml 616 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 15:40:19 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 15:40:19 -0700 (PDT) Subject: [54834] trunk/dports/audio/hydrogen Message-ID: <20090802224019.A44532299DFD@beta.macosforge.org> Revision: 54834 http://trac.macports.org/changeset/54834 Author: ryandesign at macports.org Date: 2009-08-02 15:40:16 -0700 (Sun, 02 Aug 2009) Log Message: ----------- hydrogen: update to 0.9.4-rc1-1; see #20353 Modified Paths: -------------- trunk/dports/audio/hydrogen/Portfile Added Paths: ----------- trunk/dports/audio/hydrogen/files/ trunk/dports/audio/hydrogen/files/Info.plist trunk/dports/audio/hydrogen/files/patch-Sconstruct.diff trunk/dports/audio/hydrogen/files/patch-qt4.py.diff Modified: trunk/dports/audio/hydrogen/Portfile =================================================================== --- trunk/dports/audio/hydrogen/Portfile 2009-08-02 21:53:31 UTC (rev 54833) +++ trunk/dports/audio/hydrogen/Portfile 2009-08-02 22:40:16 UTC (rev 54834) @@ -4,12 +4,12 @@ PortSystem 1.0 name hydrogen -version 0.9.3.79 -revision 1 +version 0.9.4-rc1-1 categories audio platforms macosx maintainers nomaintainer homepage http://www.hydrogen-music.org/ +master_sites sourceforge description Hydrogen is an advanced drum machine. long_description \ @@ -17,32 +17,51 @@ Its main goal is to provide professional yet simple and intuitive \ pattern-based drum programming. -fetch.type svn -svn.url http://svn.assembla.com/svn/hydrogen/trunk -svn.tag 79 -worksrcdir trunk +checksums md5 88f036f32153843997837a95c46ecbc5 \ + sha1 33e5691cb16defec282f17226778a477cde2d3d7 \ + rmd160 c575b81f8a82177c63e36be7a10fa27e0d830e79 -depends_lib lib:libqt.4:qt4-mac \ +depends_build port:scons + +depends_lib port:qt4-mac \ port:flac \ port:libsndfile \ port:libtar +patchfiles patch-Sconstruct.diff \ + patch-qt4.py.diff + post-patch { - reinplace "s|/opt/local|${prefix}|g" \ - ${worksrcpath}/extra/hydrogenPlayer/hydrogenPlayer.pro \ - ${worksrcpath}/extra/hydrogenSynth/hydrogenSynth.pro \ - ${worksrcpath}/gui/gui.pro \ - ${worksrcpath}/libs/hydrogen/hydrogen.pro + reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Sconstruct + reinplace "s|@LDFLAGS@|${configure.ldflags}|g" ${worksrcpath}/Sconstruct } -configure.pre_args -configure.env prefix=${prefix} QTDIR=${prefix}/libexec/qt4-mac +use_configure no -build.target first +use_parallel_build yes -destroot.destdir INSTALL_ROOT="${destroot}" -post-destroot { - xinstall -d ${destroot}/Applications/MacPorts - move ${destroot}${prefix}/bin/hydrogen.app ${destroot}/Applications/MacPorts +build.cmd scons +build.target +build.args DESTDIR=${destroot} \ + prefix=${prefix} \ + alsa=0 \ + coreaudio=1 \ + flac=1 \ + jack=0 \ + lash=0 \ + libarchive=0 \ + lrdf=0 \ + oss=0 \ + portaudio=0 \ + portmidi=0 +build.env QTDIR=${prefix}/libexec/qt4-mac + +destroot { + set hydrogen_app ${destroot}${applications_dir}/Hydrogen.app + xinstall -d ${hydrogen_app}/Contents/MacOS ${hydrogen_app}/Contents/Resources + xinstall -m 755 ${worksrcpath}/hydrogen ${hydrogen_app}/Contents/MacOS/Hydrogen + copy ${worksrcpath}/data ${worksrcpath}/macos/Hydrogen.icns ${hydrogen_app}/Contents/Resources + copy ${filespath}/Info.plist ${hydrogen_app}/Contents + reinplace "s|@VERSION@|${version}|g" ${hydrogen_app}/Contents/Info.plist } Added: trunk/dports/audio/hydrogen/files/Info.plist =================================================================== --- trunk/dports/audio/hydrogen/files/Info.plist (rev 0) +++ trunk/dports/audio/hydrogen/files/Info.plist 2009-08-02 22:40:16 UTC (rev 54834) @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Hydrogen + CFBundleGetInfoString + @VERSION@ + CFBundleIconFile + Hydrogen.icns + CFBundleIdentifier + org.hydrogen-music.hydrogen + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Hydrogen + CFBundlePackageType + APPL + CFBundleShortVersionString + @VERSION@ + CFBundleSignature + ???? + CFBundleVersion + @VERSION@ + + Added: trunk/dports/audio/hydrogen/files/patch-Sconstruct.diff =================================================================== --- trunk/dports/audio/hydrogen/files/patch-Sconstruct.diff (rev 0) +++ trunk/dports/audio/hydrogen/files/patch-Sconstruct.diff 2009-08-02 22:40:16 UTC (rev 54834) @@ -0,0 +1,62 @@ +--- Sconstruct.orig 2009-04-14 12:12:32.000000000 -0500 ++++ Sconstruct 2009-08-02 12:34:47.000000000 -0500 +@@ -41,9 +41,9 @@ + + + def get_platform_flags( opts ): +- includes = [] ++ includes = [ '@PREFIX@/include' ] + cppflags = [] +- ldflags = [] ++ ldflags = [ '@LDFLAGS@' ] + + env = Environment( options = opts ) + +@@ -84,16 +84,12 @@ + if sys.platform == 'linux2': + ldflags.append('-lasound') + +- elif sys.platform == 'darwin': +- includes.append( [ '/sw/include', '/usr/local/include' ] ) +- ldflags.append( [ '-L/sw/lib', '-F/sw/lib', '-F/sw/lib/qt4-mac/lib', '-L/usr/local/lib' ] ) +- + elif sys.platform == "win32": + includes.append( '3rdparty\libsndfile-1_0_17' ) + includes.append( 'build\pthreads\include' ) + includes.append( '3rdparty\libarchive\include' ) + includes.append( 'windows\timeFix' ) +- else: ++ elif sys.platform != 'darwin': + raise Exception( "Platform '%s' not supported" % sys.platform ) + + return (includes, cppflags, ldflags) +@@ -216,7 +212,6 @@ + + includes.append( "libs/hydrogen/include" ) + includes.append( "gui/src/UI" ) +- includes.append( "/usr/include/lash-1.0") + + #location of qt4.py + qt4ToolLocation="." +@@ -271,9 +266,6 @@ + + + +- env.Append( LIBPATH = '3rdparty\libsndfile-1_0_17' ) +- env.Append( LIBPATH = 'build\pthreads\lib' ) +- + app = env.Program(target = 'hydrogen', source = src ) + + env.Alias('programs', app) +@@ -374,9 +366,9 @@ + + platform = sys.platform + +-#just download 3rd party libs if we're *not* running linux. ++#just download 3rd party libs if we're running Windows. + #We trust in our package managment system! +-if platform == "darwin" or platform == "win32": ++if platform == "win32": + download_3rdparty_libs() + + Added: trunk/dports/audio/hydrogen/files/patch-qt4.py.diff =================================================================== --- trunk/dports/audio/hydrogen/files/patch-qt4.py.diff (rev 0) +++ trunk/dports/audio/hydrogen/files/patch-qt4.py.diff 2009-08-02 22:40:16 UTC (rev 54834) @@ -0,0 +1,24 @@ +--- qt4.py.orig 2009-04-14 12:12:32.000000000 -0500 ++++ qt4.py 2009-08-02 12:26:22.000000000 -0500 +@@ -495,18 +495,13 @@ + self.AppendUnique(LINKFLAGS="-L$QTDIR/lib") #TODO clean! + if debug : debugSuffix = 'd' + for module in modules : +-# self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include")]) +-# self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include",module)]) +-# port qt4-mac: +- self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include", "qt4")]) +- self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include", "qt4", module)]) ++ self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include")]) ++ self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include",module)]) + if module in staticModules : + self.AppendUnique(LIBS=[module+debugSuffix]) # TODO: Add the debug suffix + self.AppendUnique(LIBPATH=[os.path.join("$QTDIR","lib")]) + else : +-# self.Append(LINKFLAGS=['-framework', module]) +-# port qt4-mac: +- self.Append(LIBS=module) ++ self.Append(LINKFLAGS=['-framework', module]) + if 'QtOpenGL' in modules: + self.AppendUnique(LINKFLAGS="-F/System/Library/Frameworks") + self.Append(LINKFLAGS=['-framework', 'AGL']) #TODO ughly kludge to avoid quotes -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 15:53:27 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 15:53:27 -0700 (PDT) Subject: [54835] trunk/dports Message-ID: <20090802225328.76719229A2E2@beta.macosforge.org> Revision: 54835 http://trac.macports.org/changeset/54835 Author: portindex at macports.org Date: 2009-08-02 15:53:27 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 22:40:16 UTC (rev 54834) +++ trunk/dports/PortIndex 2009-08-02 22:53:27 UTC (rev 54835) @@ -344,8 +344,8 @@ portdir audio/flac2mp3 description {Script to convert flac to mp3} epoch 0 platforms darwin name flac2mp3 depends_lib {port:lame port:flac port:p5-mp3-info} maintainers nomaintainer long_description {homepage http://www.gurulabs.com/} version 20041223 categories audio revision 0 herrie 1055 variants {debug http modplug mp3 scrobbler sndfile vorbis xspf universal} depends_build {port:gettext bin:pkg-config:pkgconfig} portdir audio/herrie description {Small command line interface music player} homepage http://herrie.info/ epoch 0 platforms darwin name herrie depends_lib {port:glib2 port:ncursesw port:curl port:libid3tag port:libmad port:curl port:libvorbis port:libspiff} long_description {Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie automatically consumes them one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory. } maintainers 80386.nl:ed categories audio version 2.2 revision 0 -hydrogen 514 -variants universal portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} depends_fetch port:subversion homepage http://www.hydrogen-music.org/ epoch 0 platforms macosx depends_lib {lib:libqt.4:qt4-mac port:flac port:libsndfile port:libtar} name hydrogen long_description {Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to provide professional yet simple and intuitive pattern-based drum programming.} maintainers nomaintainer categories audio version 0.9.3.79 revision 1 +hydrogen 486 +depends_build port:scons portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} homepage http://www.hydrogen-music.org/ epoch 0 platforms macosx depends_lib {port:qt4-mac port:flac port:libsndfile port:libtar} name hydrogen maintainers nomaintainer long_description {Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to provide professional yet simple and intuitive pattern-based drum programming.} categories audio version 0.9.4-rc1-1 revision 0 hymn 632 variants {cocoa universal} portdir audio/hymn description {Utility for removing DRM on AAC files} homepage http://hymn-project.org epoch 0 platforms darwin name hymn long_description {The purpose of hymn is to allow you to excercise your fair-use rights under copyright law. It allows you to free your iTunes Music Store purchases from their DRM restrictions with no sound quality loss. These songs can then be played outside the iTunes environment, even on operating systems not supported by iTunes. It works on Mac OS X, many Unix(-ish) variants and on Windows.} maintainers nomaintainer categories audio version 0.8.0 revision 0 icecast 560 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 16:00:15 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 16:00:15 -0700 (PDT) Subject: [54836] trunk/dports/audio/hydrogen/Portfile Message-ID: <20090802230015.96FEB229A52C@beta.macosforge.org> Revision: 54836 http://trac.macports.org/changeset/54836 Author: ryandesign at macports.org Date: 2009-08-02 16:00:15 -0700 (Sun, 02 Aug 2009) Log Message: ----------- hydrogen: whitespace changes only, for consistent column indentation Modified Paths: -------------- trunk/dports/audio/hydrogen/Portfile Modified: trunk/dports/audio/hydrogen/Portfile =================================================================== --- trunk/dports/audio/hydrogen/Portfile 2009-08-02 22:53:27 UTC (rev 54835) +++ trunk/dports/audio/hydrogen/Portfile 2009-08-02 23:00:15 UTC (rev 54836) @@ -1,21 +1,20 @@ # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name hydrogen -version 0.9.4-rc1-1 -categories audio -platforms macosx -maintainers nomaintainer -homepage http://www.hydrogen-music.org/ -master_sites sourceforge +name hydrogen +version 0.9.4-rc1-1 +categories audio +platforms macosx +maintainers nomaintainer +homepage http://www.hydrogen-music.org/ +master_sites sourceforge -description Hydrogen is an advanced drum machine. -long_description \ - Hydrogen is an advanced drum machine for GNU/Linux. \ - Its main goal is to provide professional yet simple and intuitive \ - pattern-based drum programming. +description Hydrogen is an advanced drum machine. +long_description Hydrogen is an advanced drum machine for GNU/Linux. \ + Its main goal is to provide professional yet simple and \ + intuitive pattern-based drum programming. checksums md5 88f036f32153843997837a95c46ecbc5 \ sha1 33e5691cb16defec282f17226778a477cde2d3d7 \ @@ -23,10 +22,10 @@ depends_build port:scons -depends_lib port:qt4-mac \ - port:flac \ - port:libsndfile \ - port:libtar +depends_lib port:qt4-mac \ + port:flac \ + port:libsndfile \ + port:libtar patchfiles patch-Sconstruct.diff \ patch-qt4.py.diff -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 16:01:42 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 16:01:42 -0700 (PDT) Subject: [54837] trunk/dports/audio/hydrogen/Portfile Message-ID: <20090802230142.7725D229A643@beta.macosforge.org> Revision: 54837 http://trac.macports.org/changeset/54837 Author: ryandesign at macports.org Date: 2009-08-02 16:01:41 -0700 (Sun, 02 Aug 2009) Log Message: ----------- hydrogen: remove reference to "GNU/Linux" from description Modified Paths: -------------- trunk/dports/audio/hydrogen/Portfile Modified: trunk/dports/audio/hydrogen/Portfile =================================================================== --- trunk/dports/audio/hydrogen/Portfile 2009-08-02 23:00:15 UTC (rev 54836) +++ trunk/dports/audio/hydrogen/Portfile 2009-08-02 23:01:41 UTC (rev 54837) @@ -12,7 +12,7 @@ master_sites sourceforge description Hydrogen is an advanced drum machine. -long_description Hydrogen is an advanced drum machine for GNU/Linux. \ +long_description ${description} \ Its main goal is to provide professional yet simple and \ intuitive pattern-based drum programming. -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 16:53:29 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 16:53:29 -0700 (PDT) Subject: [54838] trunk/dports Message-ID: <20090802235330.DE927229AA7D@beta.macosforge.org> Revision: 54838 http://trac.macports.org/changeset/54838 Author: portindex at macports.org Date: 2009-08-02 16:53:27 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-02 23:01:41 UTC (rev 54837) +++ trunk/dports/PortIndex 2009-08-02 23:53:27 UTC (rev 54838) @@ -344,8 +344,8 @@ portdir audio/flac2mp3 description {Script to convert flac to mp3} epoch 0 platforms darwin name flac2mp3 depends_lib {port:lame port:flac port:p5-mp3-info} maintainers nomaintainer long_description {homepage http://www.gurulabs.com/} version 20041223 categories audio revision 0 herrie 1055 variants {debug http modplug mp3 scrobbler sndfile vorbis xspf universal} depends_build {port:gettext bin:pkg-config:pkgconfig} portdir audio/herrie description {Small command line interface music player} homepage http://herrie.info/ epoch 0 platforms darwin name herrie depends_lib {port:glib2 port:ncursesw port:curl port:libid3tag port:libmad port:curl port:libvorbis port:libspiff} long_description {Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie automatically consumes them one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory. } maintainers 80386.nl:ed categories audio version 2.2 revision 0 -hydrogen 486 -depends_build port:scons portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} homepage http://www.hydrogen-music.org/ epoch 0 platforms macosx depends_lib {port:qt4-mac port:flac port:libsndfile port:libtar} name hydrogen maintainers nomaintainer long_description {Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to provide professional yet simple and intuitive pattern-based drum programming.} categories audio version 0.9.4-rc1-1 revision 0 +hydrogen 474 +depends_build port:scons portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} homepage http://www.hydrogen-music.org/ epoch 0 platforms macosx depends_lib {port:qt4-mac port:flac port:libsndfile port:libtar} name hydrogen maintainers nomaintainer long_description {{Hydrogen is an advanced drum machine.} Its main goal is to provide professional yet simple and intuitive pattern-based drum programming.} categories audio version 0.9.4-rc1-1 revision 0 hymn 632 variants {cocoa universal} portdir audio/hymn description {Utility for removing DRM on AAC files} homepage http://hymn-project.org epoch 0 platforms darwin name hymn long_description {The purpose of hymn is to allow you to excercise your fair-use rights under copyright law. It allows you to free your iTunes Music Store purchases from their DRM restrictions with no sound quality loss. These songs can then be played outside the iTunes environment, even on operating systems not supported by iTunes. It works on Mac OS X, many Unix(-ish) variants and on Windows.} maintainers nomaintainer categories audio version 0.8.0 revision 0 icecast 560 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 16:55:47 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 16:55:47 -0700 (PDT) Subject: [54839] trunk/dports/sysutils/testdisk/Portfile Message-ID: <20090802235547.654F3229AAA5@beta.macosforge.org> Revision: 54839 http://trac.macports.org/changeset/54839 Author: ryandesign at macports.org Date: 2009-08-02 16:55:46 -0700 (Sun, 02 Aug 2009) Log Message: ----------- testdisk: update to 6.11; closes #20525 Modified Paths: -------------- trunk/dports/sysutils/testdisk/Portfile Modified: trunk/dports/sysutils/testdisk/Portfile =================================================================== --- trunk/dports/sysutils/testdisk/Portfile 2009-08-02 23:53:27 UTC (rev 54838) +++ trunk/dports/sysutils/testdisk/Portfile 2009-08-02 23:55:46 UTC (rev 54839) @@ -3,7 +3,7 @@ PortSystem 1.0 name testdisk -version 6.9 +version 6.11 categories sysutils maintainers nomaintainer description TestDisk is a powerful free data recovery utility. @@ -19,10 +19,12 @@ homepage http://www.cgsecurity.org/wiki/TestDisk master_sites http://www.cgsecurity.org/ -checksums md5 8933cea0593bd02c05c79e1e3a23a0a4 \ - sha1 bd15e5db5123a984807ac98a5520acd61a36deb7 \ - rmd160 c355633b198874f51454c8ec118166d6c5ee032b +checksums md5 11f8fe95dcd190b69b782efa65b29ba1 \ + sha1 6d25ceaed5a7f5e35466b0ad75a4bca104f66532 \ + rmd160 0021601688ec779debd0a225305845b42605aaf9 -depends_lib port:ossp-uuid +configure.args --mandir=${prefix}/share/man/ -configure.args --mandir=${prefix}/share/man/ +# Prevent build failure when ossp-uuid is installed. +configure.cppflags +configure.ldflags -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 17:11:07 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 17:11:07 -0700 (PDT) Subject: [54840] trunk/dports/sysutils/testdisk/Portfile Message-ID: <20090803001107.66DFB229ABF0@beta.macosforge.org> Revision: 54840 http://trac.macports.org/changeset/54840 Author: ryandesign at macports.org Date: 2009-08-02 17:11:04 -0700 (Sun, 02 Aug 2009) Log Message: ----------- testdisk: remove unnecessary mandir configure arg; this software already knows where manpages should go Modified Paths: -------------- trunk/dports/sysutils/testdisk/Portfile Modified: trunk/dports/sysutils/testdisk/Portfile =================================================================== --- trunk/dports/sysutils/testdisk/Portfile 2009-08-02 23:55:46 UTC (rev 54839) +++ trunk/dports/sysutils/testdisk/Portfile 2009-08-03 00:11:04 UTC (rev 54840) @@ -23,8 +23,6 @@ sha1 6d25ceaed5a7f5e35466b0ad75a4bca104f66532 \ rmd160 0021601688ec779debd0a225305845b42605aaf9 -configure.args --mandir=${prefix}/share/man/ - # Prevent build failure when ossp-uuid is installed. configure.cppflags configure.ldflags -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 17:50:31 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 17:50:31 -0700 (PDT) Subject: [54841] trunk/dports/net Message-ID: <20090803005031.A6DB6229ADB0@beta.macosforge.org> Revision: 54841 http://trac.macports.org/changeset/54841 Author: ryandesign at macports.org Date: 2009-08-02 17:50:29 -0700 (Sun, 02 Aug 2009) Log Message: ----------- eibd: new port, version 0.0.4; closes #20129 Added Paths: ----------- trunk/dports/net/eibd/ trunk/dports/net/eibd/Portfile Added: trunk/dports/net/eibd/Portfile =================================================================== --- trunk/dports/net/eibd/Portfile (rev 0) +++ trunk/dports/net/eibd/Portfile 2009-08-03 00:50:29 UTC (rev 54841) @@ -0,0 +1,42 @@ +# -*- 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 eibd +version 0.0.4 +categories net +platforms darwin + +maintainers uwe-arzt.de:mail + +description eibd provides an interface to the EIB / KNX bus +long_description Eibd provides over a TCP/IP and/or unix domain sockets \ + access to the EIB bus using a simple protocol. It provides \ + access at layer 4 as well as to high level mangement function. \ + Multiple concurrent users are supported. A special bus monitor \ + mode call vBusmonitor is implemented, which delivers all \ + traffic, which eibd passes, but not disturbs send activities. + +homepage https://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd + +fetch.type git +git.url http://www.auto.tuwien.ac.at/~mkoegler/git/bcusdk.git +worksrcdir bcusdk-${version} + +depends_build port:pkgconfig \ + port:argp-standalone + +depends_lib port:pthsem + +# build only eibd, if there are requests add variants +pre-configure { + system "cd ${worksrcpath} && aclocal -I m4 -I ${prefix}/share/aclocal && autoheader" + system "cd ${worksrcpath} && automake -a --foreign && autoconf" +} + +configure.args --enable-onlyeibd \ + --enable-eibnetip \ + --enable-eibnetiptunnel \ + --enable-eibnetipserver + Property changes on: trunk/dports/net/eibd/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 17:53:22 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 17:53:22 -0700 (PDT) Subject: [54842] trunk/dports Message-ID: <20090803005323.C9CE0229AE0C@beta.macosforge.org> Revision: 54842 http://trac.macports.org/changeset/54842 Author: portindex at macports.org Date: 2009-08-02 17:53:22 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6018 Ports successfully parsed: 6018 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 00:50:29 UTC (rev 54841) +++ trunk/dports/PortIndex 2009-08-03 00:53:22 UTC (rev 54842) @@ -10264,8 +10264,8 @@ variants {powerpc universal} depends_build path:bin/pkg-config:pkgconfig portdir sysutils/syslog-ng description {Highly configurable syslog replacement.} homepage http://www.balabit.com/products/syslog_ng/ epoch 0 platforms darwin depends_lib {port:eventlog port:libnet11 path:lib/pkgconfig/glib-2.0.pc:glib2} name syslog-ng long_description {syslog-ng is the world's most flexible and scalable audit trail processing tool for organizations of any size. It provides a centralised, securely stored log of all devices on your network, whatever platform they run on. And syslog-ng also incorporates a host of powerful features, including filtering based on message content, as well as customisable data mining and analysis capabilities.} maintainers markd categories sysutils version 2.1.4 revision 0 sysvbanner 331 portdir sysutils/sysvbanner description {System V banner clone} homepage http://directory.fsf.org/text/doc/banner.html epoch 0 platforms darwin name sysvbanner maintainers pmq long_description {Displays a banner text the same way as the System V banner does: horizontally.} version 1.0-12 categories {sysutils textproc} revision 0 -testdisk 604 -variants universal portdir sysutils/testdisk description {TestDisk is a powerful free data recovery utility.} homepage http://www.cgsecurity.org/wiki/TestDisk epoch 0 name testdisk depends_lib port:ossp-uuid long_description {TestDisk was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally erasing your Partition Table). Partition table recovery using TestDisk is really easy.} maintainers nomaintainer categories sysutils version 6.9 revision 0 +testdisk 578 +variants universal portdir sysutils/testdisk description {TestDisk is a powerful free data recovery utility.} homepage http://www.cgsecurity.org/wiki/TestDisk epoch 0 name testdisk maintainers nomaintainer long_description {TestDisk was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally erasing your Partition Table). Partition table recovery using TestDisk is really easy.} categories sysutils version 6.11 revision 0 timespan 396 variants universal portdir sysutils/timespan description {calculates time between two specified dates} homepage http://timespan.sourceforge.net/ epoch 0 platforms darwin name timespan long_description {Calculates time (days, hours, minutes, or seconds) between 1 Jan 1970 and the specified date or between two specified dates.} maintainers nomaintainer categories sysutils version 2.0 revision 0 tmpreaper 352 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 18:13:35 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 18:13:35 -0700 (PDT) Subject: [54843] trunk/dports/sysutils/testdisk/Portfile Message-ID: <20090803011336.0A84A229AF78@beta.macosforge.org> Revision: 54843 http://trac.macports.org/changeset/54843 Author: ryandesign at macports.org Date: 2009-08-02 18:13:32 -0700 (Sun, 02 Aug 2009) Log Message: ----------- testdisk: add missing required variable "platforms" Modified Paths: -------------- trunk/dports/sysutils/testdisk/Portfile Modified: trunk/dports/sysutils/testdisk/Portfile =================================================================== --- trunk/dports/sysutils/testdisk/Portfile 2009-08-03 00:53:22 UTC (rev 54842) +++ trunk/dports/sysutils/testdisk/Portfile 2009-08-03 01:13:32 UTC (rev 54843) @@ -5,6 +5,7 @@ name testdisk version 6.11 categories sysutils +platforms darwin maintainers nomaintainer description TestDisk is a powerful free data recovery utility. long_description \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 18:53:35 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 18:53:35 -0700 (PDT) Subject: [54844] trunk/dports Message-ID: <20090803015336.D1740229B134@beta.macosforge.org> Revision: 54844 http://trac.macports.org/changeset/54844 Author: portindex at macports.org Date: 2009-08-02 18:53:34 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6019 Ports successfully parsed: 6019 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 01:13:32 UTC (rev 54843) +++ trunk/dports/PortIndex 2009-08-03 01:53:34 UTC (rev 54844) @@ -5214,6 +5214,8 @@ variants {no_pcap universal} portdir net/dynamips-devel description {Cisco router emulator} homepage http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator epoch 0 platforms darwin name dynamips-devel depends_lib {port:libelf port:libpcap} long_description {Dynamips emulates a variety of Cisco routers on a traditional PC. It supports the emulation of select 7200, 3600, 3700, and 2600 series routers. It uses real Cisco IOS images (which are not part of this package). Of course, this emulator cannot replace a real router. It is simply a complementary tool to real labs for administrators of Cisco networks or people wanting to pass their CCNA/CCNP/CCIE exams.} maintainers {mr_bond openmaintainer} categories net version 0.2.8-RC2 revision 1 echoping 437 variants {idn gnutls ssl universal} portdir net/echoping description {small program to test approximate network performance} homepage http://echoping.sourceforge.net/ epoch 0 platforms darwin name echoping long_description {echoping is a small program to test (approximatively) performances of a remote host by sending it TCP echo (or other protocol, like HTTP) packets.} maintainers nomaintainer categories net version 5.2.0 revision 0 +eibd 751 +variants universal depends_build {port:pkgconfig port:argp-standalone} portdir net/eibd description {eibd provides an interface to the EIB / KNX bus} depends_fetch bin:git:git-core homepage https://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd epoch 0 platforms darwin depends_lib port:pthsem name eibd long_description {Eibd provides over a TCP/IP and/or unix domain sockets access to the EIB bus using a simple protocol. It provides access at layer 4 as well as to high level mangement function. Multiple concurrent users are supported. A special bus monitor mode call vBusmonitor is implemented, which delivers all traffic, which eibd passes, but not disturbs send activities.} maintainers uwe-arzt.de:mail categories net version 0.0.4 revision 0 ejabberd 435 variants universal portdir net/ejabberd description {ejabberd is an XMPP application server.} homepage http://www.process-one.net/en/ejabberd/ epoch 0 platforms darwin name ejabberd depends_lib {port:erlang port:expat port:openssl port:libiconv port:zlib} long_description {{ejabberd is an XMPP application server.} ejabberd stands for {Erlang Jabber Daemon}} maintainers {simon openmaintainer} categories net version 2.0.5 revision 0 elhttp 270 @@ -10264,8 +10266,8 @@ variants {powerpc universal} depends_build path:bin/pkg-config:pkgconfig portdir sysutils/syslog-ng description {Highly configurable syslog replacement.} homepage http://www.balabit.com/products/syslog_ng/ epoch 0 platforms darwin depends_lib {port:eventlog port:libnet11 path:lib/pkgconfig/glib-2.0.pc:glib2} name syslog-ng long_description {syslog-ng is the world's most flexible and scalable audit trail processing tool for organizations of any size. It provides a centralised, securely stored log of all devices on your network, whatever platform they run on. And syslog-ng also incorporates a host of powerful features, including filtering based on message content, as well as customisable data mining and analysis capabilities.} maintainers markd categories sysutils version 2.1.4 revision 0 sysvbanner 331 portdir sysutils/sysvbanner description {System V banner clone} homepage http://directory.fsf.org/text/doc/banner.html epoch 0 platforms darwin name sysvbanner maintainers pmq long_description {Displays a banner text the same way as the System V banner does: horizontally.} version 1.0-12 categories {sysutils textproc} revision 0 -testdisk 578 -variants universal portdir sysutils/testdisk description {TestDisk is a powerful free data recovery utility.} homepage http://www.cgsecurity.org/wiki/TestDisk epoch 0 name testdisk maintainers nomaintainer long_description {TestDisk was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally erasing your Partition Table). Partition table recovery using TestDisk is really easy.} categories sysutils version 6.11 revision 0 +testdisk 595 +variants universal portdir sysutils/testdisk description {TestDisk is a powerful free data recovery utility.} homepage http://www.cgsecurity.org/wiki/TestDisk epoch 0 platforms darwin name testdisk long_description {TestDisk was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally erasing your Partition Table). Partition table recovery using TestDisk is really easy.} maintainers nomaintainer categories sysutils version 6.11 revision 0 timespan 396 variants universal portdir sysutils/timespan description {calculates time between two specified dates} homepage http://timespan.sourceforge.net/ epoch 0 platforms darwin name timespan long_description {Calculates time (days, hours, minutes, or seconds) between 1 Jan 1970 and the specified date or between two specified dates.} maintainers nomaintainer categories sysutils version 2.0 revision 0 tmpreaper 352 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 19:36:55 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 19:36:55 -0700 (PDT) Subject: [54845] trunk/dports/graphics Message-ID: <20090803023656.9126B229B3E5@beta.macosforge.org> Revision: 54845 http://trac.macports.org/changeset/54845 Author: ryandesign at macports.org Date: 2009-08-02 19:36:53 -0700 (Sun, 02 Aug 2009) Log Message: ----------- GLC_lib: new port, version 1.1.0; see #19766 Added Paths: ----------- trunk/dports/graphics/GLC_lib/ trunk/dports/graphics/GLC_lib/Portfile trunk/dports/graphics/GLC_lib/files/ trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff Added: trunk/dports/graphics/GLC_lib/Portfile =================================================================== --- trunk/dports/graphics/GLC_lib/Portfile (rev 0) +++ trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:36:53 UTC (rev 54845) @@ -0,0 +1,45 @@ +# -*- 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 + +categories graphics + +name GLC_lib +version 1.1.0 +maintainers lilalinux.net:macports +description C++ class library that enables the quick creation of an OpenGL application based on QT4. +long_description C++ class library that enables the quick creation of an OpenGL application based on QT4. + +homepage http://www.glc-lib.net/ + +depends_lib port:qt4-mac + +master_sites sourceforge:glc-lib +distname GLC_lib_src_$version +distfiles GLC_lib_src_$version.zip + +checksums md5 e62ce3b3d7f8925bda8a51e9c0cf5e81 \ + sha1 89761029f621de24abe324da5836ca1d7c73356b \ + rmd160 edc35b27107952360b3f84cd8c6afb14770ed10b + +use_zip yes + +patchfiles patch-GLC_lib.pro.diff + +use_configure yes + +set qt_dir ${prefix}/libexec/qt4-mac + +configure.pre_args INSTALLDIR=${prefix}/lib +configure.cmd ${qt_dir}/bin/qmake GLC_lib.pro PREFIX=${prefix} + +build.env QTDIR=${qt_dir} PREFIX=${prefix} + +post-build { + system "install_name_tool -id \ + ${qt_dir}/lib/libGLC_lib.dylib \ + ${worksrcpath}/libGLC_lib.dylib" +} + +destroot.env QTDIR=${qt_dir} INSTALL_ROOT=${destroot} Property changes on: trunk/dports/graphics/GLC_lib/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff =================================================================== --- trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff (rev 0) +++ trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff 2009-08-03 02:36:53 UTC (rev 54845) @@ -0,0 +1,13 @@ +--- GLC_lib.pro.orig 2009-05-26 11:13:49.000000000 +0200 ++++ GLC_lib.pro 2009-05-26 13:58:17.000000000 +0200 +@@ -192,8 +192,8 @@ + # Linux install configuration + unix { + # Location of HEADERS and library +- LIB_DIR = /usr/lib +- INCLUDE_DIR = /usr/include ++ LIB_DIR = $${PREFIX}/lib ++ INCLUDE_DIR = $${PREFIX}/include + # Adds a -P to preserve link + QMAKE_COPY_FILE = $${QMAKE_COPY_FILE} -P + include.path = $${INCLUDE_DIR}/GLC_lib -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 19:38:52 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 19:38:52 -0700 (PDT) Subject: [54846] trunk/dports/graphics/GLC_lib/Portfile Message-ID: <20090803023852.8AEF6229B467@beta.macosforge.org> Revision: 54846 http://trac.macports.org/changeset/54846 Author: ryandesign at macports.org Date: 2009-08-02 19:38:52 -0700 (Sun, 02 Aug 2009) Log Message: ----------- GLC_lib: add missing required variable "platforms" Modified Paths: -------------- trunk/dports/graphics/GLC_lib/Portfile Modified: trunk/dports/graphics/GLC_lib/Portfile =================================================================== --- trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:36:53 UTC (rev 54845) +++ trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:38:52 UTC (rev 54846) @@ -4,6 +4,7 @@ PortSystem 1.0 categories graphics +platforms darwin name GLC_lib version 1.1.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 19:43:03 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 19:43:03 -0700 (PDT) Subject: [54847] trunk/dports/graphics/GLC_lib/Portfile Message-ID: <20090803024303.4CF06229B4FB@beta.macosforge.org> Revision: 54847 http://trac.macports.org/changeset/54847 Author: ryandesign at macports.org Date: 2009-08-02 19:43:02 -0700 (Sun, 02 Aug 2009) Log Message: ----------- GLC_lib: remove unnecessary distfiles and use_configure lines Modified Paths: -------------- trunk/dports/graphics/GLC_lib/Portfile Modified: trunk/dports/graphics/GLC_lib/Portfile =================================================================== --- trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:38:52 UTC (rev 54846) +++ trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:43:02 UTC (rev 54847) @@ -18,7 +18,6 @@ master_sites sourceforge:glc-lib distname GLC_lib_src_$version -distfiles GLC_lib_src_$version.zip checksums md5 e62ce3b3d7f8925bda8a51e9c0cf5e81 \ sha1 89761029f621de24abe324da5836ca1d7c73356b \ @@ -28,8 +27,6 @@ patchfiles patch-GLC_lib.pro.diff -use_configure yes - set qt_dir ${prefix}/libexec/qt4-mac configure.pre_args INSTALLDIR=${prefix}/lib -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 19:43:39 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 19:43:39 -0700 (PDT) Subject: [54848] trunk/dports/graphics/GLC_lib/Portfile Message-ID: <20090803024339.6C578229B55B@beta.macosforge.org> Revision: 54848 http://trac.macports.org/changeset/54848 Author: ryandesign at macports.org Date: 2009-08-02 19:43:39 -0700 (Sun, 02 Aug 2009) Log Message: ----------- GLC_lib: enable parallel build Modified Paths: -------------- trunk/dports/graphics/GLC_lib/Portfile Modified: trunk/dports/graphics/GLC_lib/Portfile =================================================================== --- trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:43:02 UTC (rev 54847) +++ trunk/dports/graphics/GLC_lib/Portfile 2009-08-03 02:43:39 UTC (rev 54848) @@ -32,6 +32,8 @@ configure.pre_args INSTALLDIR=${prefix}/lib configure.cmd ${qt_dir}/bin/qmake GLC_lib.pro PREFIX=${prefix} +use_parallel_build yes + build.env QTDIR=${qt_dir} PREFIX=${prefix} post-build { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 19:53:29 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 19:53:29 -0700 (PDT) Subject: [54849] trunk/dports Message-ID: <20090803025330.7615B229B5DF@beta.macosforge.org> Revision: 54849 http://trac.macports.org/changeset/54849 Author: portindex at macports.org Date: 2009-08-02 19:53:29 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6020 Ports successfully parsed: 6020 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 02:43:39 UTC (rev 54848) +++ trunk/dports/PortIndex 2009-08-03 02:53:29 UTC (rev 54849) @@ -2922,6 +2922,8 @@ variants with_docs portdir gnustep/system-preferences description {GNUstep's System Preferences.} homepage http://www.gnustep.it/enrico/system-preferences/ epoch 0 platforms darwin depends_lib {port:gnustep-core port:PreferencePanes} name system-preferences maintainers nomaintainer long_description {System Preferences is a clone of the Mac OS X System Preferences application based on a GNUstep implementation of the PreferencePanes framework.} version 1.0.1 categories gnustep revision 1 Coin 607 variants {darwin aqua devel manpages threadsafe universal} portdir graphics/Coin description {cross platform C++ OpenGL scene graph library} homepage http://www.coin3d.org/lib/coin/ epoch 0 platforms darwin name Coin depends_lib {port:simage port:xorg-libsm port:xorg-libXext} maintainers css long_description {Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.} categories {graphics devel} version 3.1.0 revision 0 +GLC_lib 463 +variants universal portdir graphics/GLC_lib description {C++ class library that enables the quick creation of an OpenGL application based on QT4.} homepage http://www.glc-lib.net/ epoch 0 platforms darwin name GLC_lib depends_lib port:qt4-mac long_description {C++ class library that enables the quick creation of an OpenGL application based on QT4.} maintainers lilalinux.net:macports depends_extract bin:unzip:unzip version 1.1.0 categories graphics revision 0 GraphicsMagick 692 variants {q8 q16 q32 universal} portdir graphics/GraphicsMagick description {image processing tools collection} homepage http://www.graphicsmagick.org/ epoch 0 platforms darwin name GraphicsMagick depends_lib {port:libxml2 port:bzip2 port:zlib port:libpng port:tiff port:freetype port:libiconv port:jpeg} long_description {GraphicsMagick is the swiss army knife of image processing. It provides a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG, and TIFF.} maintainers {ryandesign openmaintainer} categories graphics version 1.3.5 revision 0 ImageMagick 1211 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Aug 2 20:29:00 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 2 Aug 2009 20:29:00 -0700 (PDT) Subject: [54850] trunk/dports/graphics/pdf2djvu Message-ID: <20090803032901.0E10E229B82F@beta.macosforge.org> Revision: 54850 http://trac.macports.org/changeset/54850 Author: blb at macports.org Date: 2009-08-02 20:28:58 -0700 (Sun, 02 Aug 2009) Log Message: ----------- graphics/pdf2djvu - version update to 0.5.11 (which also adds proper support for newer poppler) Modified Paths: -------------- trunk/dports/graphics/pdf2djvu/Portfile trunk/dports/graphics/pdf2djvu/files/patch-configure.disableGM.diff Removed Paths: ------------- trunk/dports/graphics/pdf2djvu/files/patch-pdf2djvu.cc.diff Modified: trunk/dports/graphics/pdf2djvu/Portfile =================================================================== --- trunk/dports/graphics/pdf2djvu/Portfile 2009-08-03 02:53:29 UTC (rev 54849) +++ trunk/dports/graphics/pdf2djvu/Portfile 2009-08-03 03:28:58 UTC (rev 54850) @@ -2,7 +2,7 @@ PortSystem 1.0 name pdf2djvu -version 0.5.10 +version 0.5.11 categories graphics textproc maintainers blb openmaintainer description Convert PDF to DjVu @@ -18,15 +18,15 @@ distname ${name}_${version} worksrcdir ${name}-${version} -checksums md5 83f43a712a7c560d484045c3e791b104 \ - sha1 2e67725f3cb58f5458b74119d0c38503f49d8b1c \ - rmd160 29f6c56a9c770ab10104b8ff726a9505b7781b9c +checksums md5 a9f99c1e755c9f3b5136de235c6851ff \ + sha1 cad44090306b28112c0652fff1963b4ee91cec78 \ + rmd160 708b3cd28ab8337c2dece643e431aa2e51807381 depends_build port:pkgconfig depends_lib port:djvulibre port:poppler port:libiconv -patchfiles patch-pdf2djvu.cc.diff patch-configure.disableGM.diff +patchfiles patch-configure.disableGM.diff post-destroot { xinstall -m 644 -W ${worksrcpath}/doc ${name}.1 \ Modified: trunk/dports/graphics/pdf2djvu/files/patch-configure.disableGM.diff =================================================================== --- trunk/dports/graphics/pdf2djvu/files/patch-configure.disableGM.diff 2009-08-03 02:53:29 UTC (rev 54849) +++ trunk/dports/graphics/pdf2djvu/files/patch-configure.disableGM.diff 2009-08-03 03:28:58 UTC (rev 54850) @@ -1,28 +1,28 @@ ---- configure.orig 2009-07-12 04:59:30.000000000 -0600 -+++ configure 2009-07-13 23:31:31.000000000 -0600 -@@ -3140,8 +3140,8 @@ +--- configure.orig 2009-07-31 09:18:17.000000000 -0600 ++++ configure 2009-08-02 21:21:22.000000000 -0600 +@@ -3137,8 +3137,8 @@ pkg_cv_GRAPHICSMAGICK_CFLAGS="$GRAPHICSMAGICK_CFLAGS" else if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"GraphicsMagick++\"") >&5 +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"GraphicsMagick++\""; } >&5 - ($PKG_CONFIG --exists --print-errors "GraphicsMagick++") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"GraphicsMagickDisabled\"") >&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"GraphicsMagickDisabled\""; } >&5 + ($PKG_CONFIG --exists --print-errors "GraphicsMagickDisabled") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -@@ -3158,8 +3158,8 @@ + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +@@ -3155,8 +3155,8 @@ pkg_cv_GRAPHICSMAGICK_LIBS="$GRAPHICSMAGICK_LIBS" else if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"GraphicsMagick++\"") >&5 +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"GraphicsMagick++\""; } >&5 - ($PKG_CONFIG --exists --print-errors "GraphicsMagick++") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"GraphicsMagickDisabled\"") >&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"GraphicsMagickDisabled\""; } >&5 + ($PKG_CONFIG --exists --print-errors "GraphicsMagickDisabled") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -@@ -3182,9 +3182,9 @@ + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +@@ -3179,9 +3179,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then @@ -34,10 +34,10 @@ fi # Put the nasty error message in config.log where it belongs echo "$GRAPHICSMAGICK_PKG_ERRORS" >&5 -@@ -3207,7 +3207,7 @@ - #define HAVE_GRAPHICSMAGICK 1 - _ACEOF +@@ -3202,7 +3202,7 @@ + $as_echo "#define HAVE_GRAPHICSMAGICK 1" >>confdefs.h + - graphicsmagick_version=`$PKG_CONFIG --modversion GraphicsMagick++` + graphicsmagick_version=`$PKG_CONFIG --modversion GraphicsMagickDisabled` Deleted: trunk/dports/graphics/pdf2djvu/files/patch-pdf2djvu.cc.diff =================================================================== --- trunk/dports/graphics/pdf2djvu/files/patch-pdf2djvu.cc.diff 2009-08-03 02:53:29 UTC (rev 54849) +++ trunk/dports/graphics/pdf2djvu/files/patch-pdf2djvu.cc.diff 2009-08-03 03:28:58 UTC (rev 54850) @@ -1,40 +0,0 @@ ---- pdf2djvu.cc.orig 2009-07-13 10:31:59.000000000 -0700 -+++ pdf2djvu.cc 2009-07-13 10:41:53.000000000 -0700 -@@ -285,28 +285,34 @@ - void drawImage(pdf::gfx::State *state, pdf::Object *object, pdf::Stream *stream, int width, int height, - pdf::gfx::ImageColorMap *color_map, int *mask_colors, pdf::Bool inline_image) - { -+ pdf::Bool interpolate = 1; -+ - if (is_foreground_color_map(color_map) || config.no_render) - return; -- Renderer::drawImage(state, object, stream, width, height, color_map, mask_colors, inline_image); -+ Renderer::drawImage(state, object, stream, width, height, color_map, interpolate, mask_colors, inline_image); - } - - void drawMaskedImage(pdf::gfx::State *state, pdf::Object *object, pdf::Stream *stream, int width, int height, - pdf::gfx::ImageColorMap *color_map, pdf::Stream *mask_stream, int mask_width, int mask_height, pdf::Bool mask_invert) - { -+ pdf::Bool interpolate, maskInterpolate = 1; -+ - if (is_foreground_color_map(color_map) || config.no_render) - return; - Renderer::drawMaskedImage(state, object, stream, width, height, -- color_map, mask_stream, mask_width, mask_height, mask_invert); -+ color_map, interpolate, mask_stream, mask_width, mask_height, mask_invert, maskInterpolate); - } - - void drawSoftMaskedImage(pdf::gfx::State *state, pdf::Object *object, pdf::Stream *stream, - int width, int height, pdf::gfx::ImageColorMap *color_map, pdf::Stream *mask_stream, - int mask_width, int mask_height, pdf::gfx::ImageColorMap *mask_color_map) - { -+ pdf::Bool interpolate, maskInterpolate = 1; -+ - if (is_foreground_color_map(color_map) || config.no_render) - return; - Renderer::drawSoftMaskedImage(state, object, stream, width, height, -- color_map, mask_stream, mask_width, mask_height, mask_color_map); -+ color_map, interpolate, mask_stream, mask_width, mask_height, mask_color_map, maskInterpolate); - } - - pdf::Bool interpretType3Chars() { return gFalse; } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 20:53:31 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 20:53:31 -0700 (PDT) Subject: [54851] trunk/dports/PortIndex Message-ID: <20090803035331.F0C3C229BBA6@beta.macosforge.org> Revision: 54851 http://trac.macports.org/changeset/54851 Author: portindex at macports.org Date: 2009-08-02 20:53:30 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6020 Ports successfully parsed: 6020 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 03:28:58 UTC (rev 54850) +++ trunk/dports/PortIndex 2009-08-03 03:53:30 UTC (rev 54851) @@ -3227,7 +3227,7 @@ optipng 657 variants universal depends_build port:gmake portdir graphics/optipng description {PNG file optimizer} homepage http://optipng.sourceforge.net/ epoch 0 platforms darwin name optipng long_description {OptiPNG is a PNG optimizer that recompresses the image files to a smaller size, without losing any information. The idea has been inspired from pngcrush (http://pmt.sourceforge.net/pngcrush), and is explained in detail in the PNG-Tech article 'A guide to PNG optimization'. The implementation is carried forward in OptiPNG, which offers a faster execution per trial, and a wider search space.} maintainers vinc17 categories graphics version 0.6.3 revision 0 pdf2djvu 500 -variants universal depends_build port:pkgconfig portdir graphics/pdf2djvu description {Convert PDF to DjVu} homepage http://code.google.com/p/pdf2djvu/ epoch 0 platforms darwin depends_lib {port:djvulibre port:poppler port:libiconv} name pdf2djvu long_description {pdf2djvu creates DjVu files from PDF files. It's able to extract: graphics, text layer, hyperlinks, document outline (bookmarks), and metadata.} maintainers {blb openmaintainer} categories {graphics textproc} version 0.5.10 revision 0 +variants universal depends_build port:pkgconfig portdir graphics/pdf2djvu description {Convert PDF to DjVu} homepage http://code.google.com/p/pdf2djvu/ epoch 0 platforms darwin depends_lib {port:djvulibre port:poppler port:libiconv} name pdf2djvu long_description {pdf2djvu creates DjVu files from PDF files. It's able to extract: graphics, text layer, hyperlinks, document outline (bookmarks), and metadata.} maintainers {blb openmaintainer} categories {graphics textproc} version 0.5.11 revision 0 pdf2svg 306 variants universal portdir graphics/pdf2svg description {pdf to svg converter} homepage http://www.cityinthesky.co.uk/pdf2svg.html epoch 0 platforms darwin name pdf2svg depends_lib port:poppler long_description {{pdf to svg converter}} maintainers nomaintainer categories graphics version 0.2.1 revision 1 pgplot 809 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Aug 2 20:54:33 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 2 Aug 2009 20:54:33 -0700 (PDT) Subject: [54852] trunk/dports/devel/orbit2/Portfile Message-ID: <20090803035433.72DC1229BBEF@beta.macosforge.org> Revision: 54852 http://trac.macports.org/changeset/54852 Author: jeremyhu at macports.org Date: 2009-08-02 20:54:32 -0700 (Sun, 02 Aug 2009) Log Message: ----------- orbit2: Don't diff-merge orbit-config.h ... breaks on 3-way universal Modified Paths: -------------- trunk/dports/devel/orbit2/Portfile Modified: trunk/dports/devel/orbit2/Portfile =================================================================== --- trunk/dports/devel/orbit2/Portfile 2009-08-03 03:53:30 UTC (rev 54851) +++ trunk/dports/devel/orbit2/Portfile 2009-08-03 03:54:32 UTC (rev 54852) @@ -6,6 +6,7 @@ name orbit2 set my_name ORBit2 version 2.14.17 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories devel gnome @@ -32,6 +33,9 @@ use_parallel_build yes +# This file doesn't merge right for 3-way universal +set merger_dont_diff "${prefix}/include/orbit-2.0/orbit/orbit-config.h" + test.run yes test.target check -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Aug 2 21:15:54 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 2 Aug 2009 21:15:54 -0700 (PDT) Subject: [54853] trunk/dports/devel/nspr/Portfile Message-ID: <20090803041554.ED35E229BDC9@beta.macosforge.org> Revision: 54853 http://trac.macports.org/changeset/54853 Author: jeremyhu at macports.org Date: 2009-08-02 21:15:54 -0700 (Sun, 02 Aug 2009) Log Message: ----------- nspr: --enable-64bit if building for a 64bit arch Modified Paths: -------------- trunk/dports/devel/nspr/Portfile Modified: trunk/dports/devel/nspr/Portfile =================================================================== --- trunk/dports/devel/nspr/Portfile 2009-08-03 03:54:32 UTC (rev 54852) +++ trunk/dports/devel/nspr/Portfile 2009-08-03 04:15:54 UTC (rev 54853) @@ -4,6 +4,7 @@ name nspr version 4.8 +revision 1 categories devel maintainers jeremyhu openmaintainer platforms darwin @@ -34,6 +35,12 @@ --enable-strip \ --libdir=${prefix}/lib/nspr +pre-configure { + if {[info exists build_arch] && (${build_arch} == "x86_64" || $build_arch == "ppc64")} { + configure.args-append --enable-64bit + } +} + variant debug description "build with debugging symbols" { configure.args-delete --disable-debug \ --enable-optimize='-O2' \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Aug 2 21:20:57 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 2 Aug 2009 21:20:57 -0700 (PDT) Subject: [54854] trunk/dports/net/nss/Portfile Message-ID: <20090803042057.78494229BEC0@beta.macosforge.org> Revision: 54854 http://trac.macports.org/changeset/54854 Author: jeremyhu at macports.org Date: 2009-08-02 21:20:56 -0700 (Sun, 02 Aug 2009) Log Message: ----------- nss: Compile on 64bit architectures Modified Paths: -------------- trunk/dports/net/nss/Portfile Modified: trunk/dports/net/nss/Portfile =================================================================== --- trunk/dports/net/nss/Portfile 2009-08-03 04:15:54 UTC (rev 54853) +++ trunk/dports/net/nss/Portfile 2009-08-03 04:20:56 UTC (rev 54854) @@ -33,6 +33,9 @@ patchfiles patch-UNIX.mk.diff \ patch-Darwin.mk.diff +# This is all kinds of messed up for universal... +universal_variant no + post-patch { reinplace "s|@executable_path|${prefix}/lib/nss|g" \ ${worksrcpath}/mozilla/security/coreconf/Darwin.mk \ @@ -50,7 +53,15 @@ ${worksrcpath}/mozilla/security/coreconf/Darwin.mk } -build {system "cd ${worksrcpath} && make -C mozilla/security/coreconf/nsinstall && make -C mozilla/security/dbm && make -C mozilla/security/nss NSPR_LIB_DIR=${prefix}/lib/nspr NSS_USE_SYSTEM_SQLITE=1"} +build { + if {[info exists build_arch] && (${build_arch} == "x86_64" || $build_arch == "ppc64")} { + set use_64 1 + } else { + set use_64 0 + } + set make_args "NSPR_LIB_DIR=${prefix}/lib/nspr NSS_USE_SYSTEM_SQLITE=1 USE_64=${use_64}" + system "cd ${worksrcpath} && make -C mozilla/security/coreconf/nsinstall ${make_args} && make -C mozilla/security/dbm ${make_args} && make -C mozilla/security/nss ${make_args}" +} destroot { xinstall -m 755 -d ${destroot}${prefix}/include/nss -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Sun Aug 2 21:22:39 2009 From: blb at macports.org (blb at macports.org) Date: Sun, 2 Aug 2009 21:22:39 -0700 (PDT) Subject: [54855] branches/images-and-archives/base Message-ID: <20090803042239.60BC2229C0F9@beta.macosforge.org> Revision: 54855 http://trac.macports.org/changeset/54855 Author: blb at macports.org Date: 2009-08-02 21:22:38 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Merge from trunk Modified Paths: -------------- branches/images-and-archives/base/ChangeLog branches/images-and-archives/base/Mk/macports.autoconf.mk.in branches/images-and-archives/base/Mk/macports.tea.mk branches/images-and-archives/base/doc/macports.conf.in branches/images-and-archives/base/doc/port.1 branches/images-and-archives/base/doc/portfile.7 branches/images-and-archives/base/doc/prefix.mtree.in branches/images-and-archives/base/src/cregistry/Makefile branches/images-and-archives/base/src/macports1.0/Makefile branches/images-and-archives/base/src/macports1.0/macports.c branches/images-and-archives/base/src/macports1.0/macports.tcl branches/images-and-archives/base/src/pextlib1.0/Makefile branches/images-and-archives/base/src/pextlib1.0/Pextlib.c branches/images-and-archives/base/src/port/port-help.tcl branches/images-and-archives/base/src/port/port.tcl branches/images-and-archives/base/src/port/portindex.tcl branches/images-and-archives/base/src/port1.0/portconfigure.tcl branches/images-and-archives/base/src/port1.0/portdestroot.tcl branches/images-and-archives/base/src/port1.0/portfetch.tcl branches/images-and-archives/base/src/port1.0/portlint.tcl branches/images-and-archives/base/src/port1.0/portmain.tcl branches/images-and-archives/base/src/port1.0/porttrace.tcl branches/images-and-archives/base/src/port1.0/portutil.tcl branches/images-and-archives/base/src/programs/daemondo/Makefile.in branches/images-and-archives/base/src/programs/daemondo/main.c branches/images-and-archives/base/src/upgrade_sources_conf_default.tcl Added Paths: ----------- branches/images-and-archives/base/src/macports1.0/sysctl.c branches/images-and-archives/base/src/macports1.0/sysctl.h Removed Paths: ------------- branches/images-and-archives/base/src/pextlib1.0/sysctl.c branches/images-and-archives/base/src/pextlib1.0/sysctl.h Property Changed: ---------------- branches/images-and-archives/base/ Property changes on: branches/images-and-archives/base ___________________________________________________________________ Modified: svn:mergeinfo - /branches/gsoc08-privileges/base:37343-46937 /branches/universal-sanity/base:51872-52323 /branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659 /trunk/base:50249-54197 /users/perry/base-bugs_and_notes:45682-46060 /users/perry/base-select:44044-44692 + /branches/gsoc08-privileges/base:37343-46937 /branches/universal-sanity/base:51872-52323 /branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659 /trunk/base:50249-54852 /users/perry/base-bugs_and_notes:45682-46060 /users/perry/base-select:44044-44692 Modified: branches/images-and-archives/base/ChangeLog =================================================================== --- branches/images-and-archives/base/ChangeLog 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/ChangeLog 2009-08-03 04:22:38 UTC (rev 54855) @@ -5,39 +5,163 @@ Release 1.8.0 (unreleased): + - There is now a 'build_arch' variable, available in portfiles and + configurable in macports.conf, which sets the CPU architecture that + ports should be compiled for (when not building universal). Its default + is the same as that of the Apple-supplied /usr/bin/gcc. + (#19874, jmr in r53217,r53386,r53420,r53494,r53860,r54236) + + - MacPorts base now works on and has appropriate default settings for + Mac OS X 10.6 Snow Leopard. (#19874, toby/mww/jkh in r38271,r40060, + r40836,r43976,r52397) + + - The universal_sysroot and universal_target keys have been removed from + macports.conf. These settings are now handled automatically. + (toby in r52324) + + - Added a 'replaced_by' portfile option. This causes upgrade to deactivate + the current port and install the port specified by this option. This + also allows ports to be renamed. Upgrade accepts a --no-replace option + which disables this behaviour. (#20157, jmr in r54378) + + - The upgrade action now accepts --force and --enforce-variants options. + The former causes ports to be rebuilt even if they are not outdated, and + the global -f option no longer has this effect (it had too many effects + already). The latter causes ports to be rebuilt if the requested + variants do not match those installed (even if they are not outdated). + (#20156, jmr in r54376) + + - Dependencies can be satisfied by ports that are installed but not + available in the ports tree (useful for testing uncommitted ports). + (jmr in r52075, r52160) + + - Ports that are installed but not available in the ports tree no longer + cause an error when running commands like 'port clean installed'. They + are skipped and a warning is printed. (#19253, jmr in r50865) + + - Selfupdate no longer disables readline support unless readline is found + in /usr/local, which has historically caused failures. + (#19035, jmr in r50868) + + - Uninstalling a port that is not installed now produces an informational + message rather than an error. (#18984, jmr in r53709) + + - Added a 'conflicts' portfile option. Conflicting ports will be detected + during dependency calculation. (#18794, blb/jmr in r51525) + + - 'port selfupdate' now explicitly states precisely what it does. (#18512) + + - Operating system and architecture information is now shown in debug + output. (#18435, raimue in r46669) + + - Fixed a bug that could break some symlinks to man pages. (#18302) + + - Switched to a more efficient algorithm for looking up port information + in the index, which makes many operations faster. + (#18259, jmr/blb in r47110) + + - MacPorts base now tries to avoid using commands that come from ports, so + that a broken port can't break the base code. (#18149) + + - Deleting all the contents of a portfile option no longer unsets the + option entirely. (#17865, toby in r44901) + + - Removed the code that upgrades from the old DarwinPorts filesystem + layout. Trying to upgrade to 1.8.0+ from a version older than 1.5.0 will + produce an error message saying you need to install 1.7.1 first. + (#17619, jmr in r53260) + + - port(1) now reports its version as dotted-decimal rather than floating + point. (#17420) + + - Dependencies are now always obtained by parsing the Portfile and not + from the PortIndex, since the latter can't provide expanded variables + like $prefix which may be used in path: depspecs. (#17182) + + - Newline characters in long_description can no longer cause receipt + corruption. (#16619, blb in r50663) + + - Now unlocking the filemap when it is not in use. This allows e.g. + 'port contents' to be run while another port instance is performing + installs. Note that running more than one simultaneous port instance + that will modify the registry can easily fail, though hopefully + without corrupting anything. (#16246, jmr in r51133) + + - Removed some irrelevant debug output that was being printed when a port + failed. (#16203, jmr in r53706) + + - Added new depends_fetch and depends_extract options, for dependencies + that are needed to fetch or extract the port, respectively. + (#15161, jmr in r51780) + + - Packages (including the one for MacPorts base) now correctly indicate + that they can only be installed on the root volume. + (#14809, jmr in r53250) + + - Using an alternative fetch or extract type now adds appropriate + dependencies automatically, e.g. 'use_zip yes' adds a dep on unzip, and + 'fetch.type svn' adds a dep on subversion. (#13981, jmr in r43782) + + - port(1) should now exit with an appropriate status code when an error is + encountered. Use the -p option to continue despite errors. + (#13918, jmr in r53704) + + - Proxy information can now be obtained from System Preferences and from + macports.conf. The older method using environment variables no longer + works out of the box on Leopard due to changes that Apple made to the + default /etc/sudoers. (#13158, blb in r47194) + + - Improved handling of malformed variant definitions. + (#12596, jmr in r50719, r50721) + + - Cope a little better with missing receipt files. (#19540, jmr in r51138) + + - Fixed a major memory leak in the filemap code. + (#12022, pguyot in r51419) + + - Improved the logic for determining whether phases can be skipped. This + fixes the specific problems of being unable to build packages of ports + that are installed, port not running specific phases (e.g. build) + when told to if the port is installed, and inactive dependencies being + rebuilt instead of simply activated. (#10881, #16260, jmr in r50490) + + - When archive mode is enabled, ports will no longer be rebuilt if an + archive is available. (#10785, jmr in r50416) + + - Activating a port will now first deactivate any other version of the + same port that is already active. (#10571, jmr in r53711) + + - Added a 'license' portfile option, which is displayed in 'port info' + output. (#7493, jmr in r50801) + - port lint recognizes new top-level category php (#19329, ryandesign) - Do not print header lines when the quiet option -q is set - (r48558, raimue) + (raimue in r48558) - - svn.tag is deprecated, use svn.revision instead (r48222-48223, raimue) + - svn.tag is deprecated, use svn.revision instead (raimue in r48222-48223) - - port -i option has been removed (r48218, blb) + - port -i option has been removed (blb in r48218) - - ui_warn logs to stderr instead of stdout (r48217, raimue) + - ui_warn logs to stderr instead of stdout (raimue in r48217) - Remove --pretend option for port selfupdate, use global dry-run option - instead (r48125, raimue) + instead (raimue in r48125) - - port(1) option -y for dry-run (#11892, gwhitney) + - port(1) option -y for dry-run (#11892, gwhitney/jmr in r43726) - New pseudo-port 'obsolete' to identify ports which are installed but no - longer in the PortIndex (r47253, raimue) + longer in the PortIndex (raimue in r47253) - - MacPorts now performs fetch, extract, patch, configure and build in a + - MacPorts can now perform fetch, extract, patch, configure and build in a user rather than system owned location. By default, this is ~/.macports/opt. This allows MacPorts to do all but the install of the port without root privileges. (gsoc08-privileges) - - MacPorts now automatically drops privileges whenever possible so as to - avoid running as root whenever possible. (gsoc08-privileges) + - MacPorts can now automatically drop privileges so as to avoid running as + root whenever possible. To enable this, pass the desired user to run as + to configure with the --with-macports-user option. (gsoc08-privileges) - - MacPorts will prompt for the root password if you attempt to install a - port into the /opt/local hierarchy and did not start MacPorts with sudo. - It will not do so however until the install stage. The fetch, extract, - patch, configure and build will proceed first under the privileges - MacPorts is started with. (gsoc08-privileges) - - The Portfile format has a number of new boolean attributes to indicate when an action should or should not be run with root privileges: 'patch.asroot', 'build.asroot', 'configure.asroot', 'destroot.asroot', @@ -61,6 +185,8 @@ --prefix=/Users/{your-user-name-here}/.macports/opt --with-no-root-privileges" (gsoc08-privileges) + - MacPorts now requires Mac OS X 10.4 Tiger or later. (gsoc08-privileges) + - Add several new options to port search, looks in name and description by default (#15434, raimue) @@ -71,11 +197,11 @@ - Make dependencies displayed in port info respect variants specified in variants.conf; collapse port deps to be an alias for port info with appropriate flags. Note this changes output - format of port deps somewhat. (#11891, gwhitney) + format of port deps somewhat. (#11891, gwhitney in r44340) - Make dependencies in port upgrade respect variants as specified (in order of precedence) on command line, latest installed - version, or variants.conf . (#8221, gwhitney) + version, or variants.conf . (#8221, gwhitney in r44362) - Add select action, which integrates *_select tools into port. (#17477, perry) @@ -84,9 +210,12 @@ variants and variants' dependencies. (#14178, #15628, perry) - Implicit variants (e.g., darwin) can no longer be explicitly - set/unset. (#12563, perry) + set/unset. (#12563, perry in r46938, jmr in r53371) Release 1.7.1 (2009-03-28 by raimue): + - Trailing slashes are stripped from the prefix passed to configure, which + prevents incorrect mtree violation warnings. (#13789) + - Fix freshmeat-based livecheck (#18887) - Fix issue on direct-mode installs where checking for installed ports @@ -269,7 +398,7 @@ - Change default +universal platform back to: 10.4/10.4u.sdk/i386 ppc (r33087, r33107). - - Add `port platform` info target that outputs current platform (#12302, afb in r32724). + - Add `port platform` info action that outputs current platform (#12302, afb in r32724). - Enable 64 bit environment, ppc64 x86_64, for all +universal builds (mww in r32194). @@ -317,7 +446,7 @@ - readline is now disabled by default, in order to avoid support issues. use --enable-readine parameter to configure to enable support for readine. - (jberry r31139, r31140). + (#10651, jberry in r31139, r31140). - daemondo now monitors kevents for the death of the daemon process, which means that it now detects the death of processes (even those that aren't direct child processes) Modified: branches/images-and-archives/base/Mk/macports.autoconf.mk.in =================================================================== --- branches/images-and-archives/base/Mk/macports.autoconf.mk.in 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/Mk/macports.autoconf.mk.in 2009-08-03 04:22:38 UTC (rev 54855) @@ -7,8 +7,8 @@ VPATH = @srcdir@ CC = @CC@ -CFLAGS = @CFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) $(CPPFLAGS) -OBJCFLAGS = @OBJCFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) $(CPPFLAGS) +CFLAGS = @CFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) +OBJCFLAGS = @OBJCFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_WERROR) CPPFLAGS = @CPPFLAGS@ @DEFS@ @INCLUDES@ @TCL_INCLUDES@ TCL_DEFS = @TCL_DEFS@ SHLIB_CFLAGS = @SHLIB_CFLAGS@ Modified: branches/images-and-archives/base/Mk/macports.tea.mk =================================================================== --- branches/images-and-archives/base/Mk/macports.tea.mk 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/Mk/macports.tea.mk 2009-08-03 04:22:38 UTC (rev 54855) @@ -3,17 +3,17 @@ .SUFFIXES: .m .m.o: - ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${OBJCFLAGS} ${SHLIB_CFLAGS} $< -o $@ + ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${OBJCFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ .c.o: - ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CFLAGS} ${SHLIB_CFLAGS} $< -o $@ + ${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ all:: ${SHLIB_NAME} pkgIndex.tcl $(SHLIB_NAME):: ${OBJS} ${SHLIB_LD} ${OBJS} -o ${SHLIB_NAME} ${TCL_STUB_LIB_SPEC} ${SHLIB_LDFLAGS} ${LIBS} -pkgIndex.tcl: +pkgIndex.tcl: $(SHLIB_NAME) $(SILENT) ../pkg_mkindex.sh . clean:: Modified: branches/images-and-archives/base/doc/macports.conf.in =================================================================== --- branches/images-and-archives/base/doc/macports.conf.in 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/doc/macports.conf.in 2009-08-03 04:22:38 UTC (rev 54855) @@ -115,4 +115,3 @@ # hosts not to go through the proxy (comma-separated, applies to HTTP, HTTPS, # and FTP, but not rsync): #proxy_skip internal1, internal2, internal3 - Modified: branches/images-and-archives/base/doc/port.1 =================================================================== --- branches/images-and-archives/base/doc/port.1 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/doc/port.1 2009-08-03 04:22:38 UTC (rev 54855) @@ -358,7 +358,7 @@ .Pp To force an upgrade (rebuild) use: .Pp -.Dl "port -f upgrade vim" +.Dl "port upgrade --force vim" .Pp To upgrade .Ar portname @@ -373,7 +373,7 @@ then the variants active in the latest installed version of the port, and finally the global variants specified in variants.conf, if any. Note that upgrade will not normally rebuild a port only to change the selected -variants; you can either specify -f, or deactivate the port and reinstall it +variants; you can either specify --enforce-variants, or deactivate the port and reinstall it with different variants. .Ss clean Clean the files used for building Modified: branches/images-and-archives/base/doc/portfile.7 =================================================================== --- branches/images-and-archives/base/doc/portfile.7 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/doc/portfile.7 2009-08-03 04:22:38 UTC (rev 54855) @@ -883,6 +883,17 @@ .Sh CONFIGURE OPTIONS MacPorts provide special support for configure flags (CFLAGS, LDFLAGS, CPPFLAGS, CXXFLAGS, CC, CXX, CPP, FC, F77, F90). Please note that the previous way to alter these flags (using configure.env) may become deprecated at some point. The following options are defined: .Bl -tag -width lc +.It Ic configure.optflags +Flags to use for optimization. +.br +.Sy Type: +.Em optional +.br +.Sy Default: +.Em -O2 +.br +.Sy Example: +.Dl configure.optflags -O3 .It Ic configure.cflags Flags to put in the CFLAGS environment variable when invoking the configure script. .br @@ -890,7 +901,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .br .Sy Example: .Dl configure.cflags-append -DHAS_LRINTF @@ -909,7 +920,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.objcflags Flags to put in the OBJCFLAGS environment variable when invoking the configure script. .br @@ -917,7 +928,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.ldflags Flags to put in the LDFLAGS environment variable when invoking the configure script. .br @@ -933,7 +944,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.f90flags Flags to put in the F90FLAGS environment variable when invoking the configure script. .br @@ -941,7 +952,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.fcflags Flags to put in the FCFLAGS environment variable when invoking the configure script. .br @@ -949,7 +960,7 @@ .Em optional .br .Sy Default: -.Em -O2 +.Em ${configure.optflags} .It Ic configure.classpath Flags to put in the CLASSPATH environment variable when invoking the configure script. .br Modified: branches/images-and-archives/base/doc/prefix.mtree.in =================================================================== --- branches/images-and-archives/base/doc/prefix.mtree.in 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/doc/prefix.mtree.in 2009-08-03 04:22:38 UTC (rev 54855) @@ -12,6 +12,8 @@ include .. lib + pkgconfig + .. .. libexec .. Modified: branches/images-and-archives/base/src/cregistry/Makefile =================================================================== --- branches/images-and-archives/base/src/cregistry/Makefile 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/cregistry/Makefile 2009-08-03 04:22:38 UTC (rev 54855) @@ -11,7 +11,7 @@ all:: ${STLIB_NAME} .c.o: - ${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${SHLIB_CFLAGS} $< -o $@ + ${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@ ${STLIB_NAME}:: ${OBJS} ${STLIB_LD} ${STLIB_NAME} ${OBJS} Modified: branches/images-and-archives/base/src/macports1.0/Makefile =================================================================== --- branches/images-and-archives/base/src/macports1.0/Makefile 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/macports1.0/Makefile 2009-08-03 04:22:38 UTC (rev 54855) @@ -1,6 +1,6 @@ SRCS= macports.tcl macports_dlist.tcl macports_util.tcl \ macports_autoconf.tcl macports_index.tcl macports_fastload.tcl -OBJS= macports.o get_systemconfiguration_proxies.o +OBJS= macports.o get_systemconfiguration_proxies.o sysctl.o SHLIB_NAME= MacPorts${SHLIB_SUFFIX} INSTALLDIR= ${DESTDIR}${TCL_PACKAGE_DIR}/macports1.0 Modified: branches/images-and-archives/base/src/macports1.0/macports.c =================================================================== --- branches/images-and-archives/base/src/macports1.0/macports.c 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/macports1.0/macports.c 2009-08-03 04:22:38 UTC (rev 54855) @@ -38,6 +38,7 @@ #include #include "get_systemconfiguration_proxies.h" +#include "sysctl.h" static int macports__version(ClientData clientData UNUSED, Tcl_Interp *interp, int objc, Tcl_Obj * CONST objv[]) @@ -57,6 +58,7 @@ return TCL_ERROR; Tcl_CreateObjCommand(interp, "macports::version", macports__version, NULL, NULL); Tcl_CreateObjCommand(interp, "get_systemconfiguration_proxies", GetSystemConfigurationProxiesCmd, NULL, NULL); + Tcl_CreateObjCommand(interp, "sysctl", SysctlCmd, NULL, NULL); if (Tcl_PkgProvide(interp, "macports", "1.0") != TCL_OK) return TCL_ERROR; return TCL_OK; Modified: branches/images-and-archives/base/src/macports1.0/macports.tcl =================================================================== --- branches/images-and-archives/base/src/macports1.0/macports.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/macports1.0/macports.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -647,7 +647,7 @@ # Platform Settings set os_arch $tcl_platform(machine) if {$os_arch == "Power Macintosh"} { set os_arch "powerpc" } - if {$os_arch == "i586" || $os_arch == "i686"} { set os_arch "i386" } + if {$os_arch == "i586" || $os_arch == "i686" || $os_arch == "x86_64"} { set os_arch "i386" } set os_endian [string range $tcl_platform(byteOrder) 0 end-6] set os_version $tcl_platform(osVersion) set os_major [lindex [split $os_version .] 0] @@ -806,6 +806,7 @@ $workername alias getportdir macports::getportdir $workername alias findBinary macports::findBinary $workername alias binaryInPath macports::binaryInPath + $workername alias sysctl sysctl # New Registry/Receipts stuff $workername alias registry_new registry::new_entry @@ -2371,19 +2372,10 @@ # remove implicit variants, without printing warnings set oldvariantlist [mport_filtervariants $oldvariantlist no] - # check if the variants are present in $version_in_tree - if {[info exists portinfo(variants)]} { - set avariants $portinfo(variants) - } else { - set avariants {} - } - ui_debug "available variants are : $avariants" + # merge in the old variants foreach {variation value} $oldvariantlist { - if {[lsearch $avariants $variation] != -1} { - ui_debug "variant $variation is present in $portname $version_in_tree" - if { ![info exists variations($variation)]} { - set variations($variation) $value - } + if { ![info exists variations($variation)]} { + set variations($variation) $value } } @@ -2397,7 +2389,33 @@ } ui_debug "new fully merged portvariants: [array get variations]" + + # at this point we need to check if a different port will be replacing this one + if {[info exists portinfo(replaced_by)] && ![info exists options(ports_upgrade_no-replace)]} { + ui_debug "$portname is replaced by $portinfo(replaced_by)" + if {[catch {mportlookup $portinfo(replaced_by)} result]} { + global errorInfo + ui_debug "$errorInfo" + ui_error "port lookup failed: $result" + return 1 + } + if {$result == ""} { + ui_error "No port $portinfo(replaced_by) found." + return 1 + } + array unset portinfo + array set portinfo [lindex $result 1] + set newname $portinfo(name) + set porturl $portinfo(porturl) + if {![info exists porturl]} { + set porturl file://./ + } + set depscache(port:${newname}) 1 + } else { + set newname $portname + } + if {[catch {set workername [mportopen $porturl [array get options] [array get variations]]} result]} { global errorInfo ui_debug "$errorInfo" @@ -2407,7 +2425,6 @@ array unset portinfo array set portinfo [mportinfo $workername] - set portwasopened 1 set version_in_tree "$portinfo(version)" set revision_in_tree "$portinfo(revision)" set epoch_in_tree "$portinfo(epoch)" @@ -2429,13 +2446,21 @@ if { ( [rpm-vercomp $version_installed $version_in_tree] > 0 || ([rpm-vercomp $version_installed $version_in_tree] == 0 && [rpm-vercomp $revision_installed $revision_in_tree] >= 0 )) - && ![info exists options(ports_force)] } { - ui_debug "No need to upgrade! $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}" - if {[info exists portinfo(canonical_active_variants)] - && $portinfo(canonical_active_variants) != $oldvariant} { - ui_warn "Skipping upgrade since $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}, even though installed variant $oldvariant does not match $portinfo(canonical_active_variants). Specify -f to force upgrade." - } - if { $epoch_installed >= $epoch_in_tree } { + && ![info exists options(ports_upgrade_force)] } { + if {$portname != $newname} { + ui_debug "ignoring versions, installing replacement port" + } elseif { $epoch_installed < $epoch_in_tree } { + set epoch_override 1 + ui_debug "epoch override ... upgrading!" + } elseif {[info exists options(ports_upgrade_enforce-variants)] && $options(ports_upgrade_enforce-variants) eq "yes" + && [info exists portinfo(canonical_active_variants)] && $portinfo(canonical_active_variants) != $oldvariant} { + ui_debug "variant override ... upgrading!" + } else { + if {[info exists portinfo(canonical_active_variants)] && $portinfo(canonical_active_variants) != $oldvariant} { + ui_warn "Skipping upgrade since $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}, even though installed variants \"$oldvariant\" do not match \"$portinfo(canonical_active_variants)\". Use 'upgrade --enforce-variants' to switch to the requested variants." + } else { + ui_debug "No need to upgrade! $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}" + } # Check if we have to do dependents if {[info exists options(ports_do_dependents)]} { # We do dependents .. @@ -2459,16 +2484,13 @@ } mportclose $workername return 0 - } else { - set epoch_override 1 - ui_debug "epoch override ... upgrading!" } } # avoid building again unnecessarily - if {[info exists options(ports_force)] || $epoch_override == 1 - || ![registry::entry_exists $portname $version_in_tree $revision_in_tree $portinfo(canonical_active_variants)]} { + if {[info exists options(ports_upgrade_force)] || $epoch_override == 1 + || ![registry::entry_exists $newname $version_in_tree $revision_in_tree $portinfo(canonical_active_variants)]} { if {[catch {set result [mportexec $workername imagefile]} result] || $result != 0} { global errorInfo ui_debug "$errorInfo" @@ -2479,17 +2501,18 @@ } # are we installing an existing version due to force or epoch override? - if {[registry::entry_exists $portname $version_in_tree $revision_in_tree $portinfo(canonical_active_variants)]} { - ui_debug "Uninstalling $portname ${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants)" + if {[registry::entry_exists $newname $version_in_tree $revision_in_tree $portinfo(canonical_active_variants)] + && ([info exists options(ports_upgrade_force)] || $epoch_override == 1)} { + ui_debug "Uninstalling $newname ${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants)" # we have to force the uninstall in case of dependents set force_cur [info exists options(ports_force)] set options(ports_force) yes if {$is_dryrun eq "yes"} { - ui_msg "Skipping uninstall $portname @${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants) (dry run)" - } elseif {[catch {portuninstall::uninstall $portname ${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants) [array get options]} result]} { + ui_msg "Skipping uninstall $newname @${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants) (dry run)" + } elseif {[catch {portuninstall::uninstall $newname ${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants) [array get options]} result]} { global errorInfo ui_debug "$errorInfo" - ui_error "Uninstall $portname ${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants) failed: $result" + ui_error "Uninstall $newname ${version_in_tree}_${revision_in_tree}$portinfo(canonical_active_variants) failed: $result" catch {mportclose $workername} return 1 } @@ -2497,7 +2520,7 @@ unset options(ports_force) } if {$anyactive && $version_in_tree == $version_active && $revision_in_tree == $revision_active - && $portinfo(canonical_active_variants) == $variant_active} { + && $portinfo(canonical_active_variants) == $variant_active && $portname == $newname} { set anyactive no } } @@ -2520,11 +2543,11 @@ } if {$is_dryrun eq "yes"} { - ui_msg "Skipping activate $portname @${version_in_tree}_${revision_in_tree} (dry run)" + ui_msg "Skipping activate $newname @${version_in_tree}_${revision_in_tree} (dry run)" } elseif {[catch {set result [mportexec $workername install]} result]} { global errorInfo ui_debug "$errorInfo" - ui_error "Couldn't activate $portname ${version_in_tree}_${revision_in_tree}: $result" + ui_error "Couldn't activate $newname ${version_in_tree}_${revision_in_tree}: $result" catch {mportclose $workername} return 1 } @@ -2534,7 +2557,7 @@ set version [lindex $i 1] set revision [lindex $i 2] set variant [lindex $i 3] - if {$version == $version_in_tree && $revision == $revision_in_tree && $variant == $portinfo(canonical_active_variants)} { + if {$version == $version_in_tree && $revision == $revision_in_tree && $variant == $portinfo(canonical_active_variants) && $portname == $newname} { continue } ui_debug "Uninstalling $portname ${version}_${revision}${variant}" @@ -2543,9 +2566,12 @@ } elseif {[catch {portuninstall::uninstall $portname ${version}_${revision}${variant} $optionslist} result]} { global errorInfo ui_debug "$errorInfo" - ui_error "Uninstall $portname @${version}_${revision}${variant} failed: $result" - catch {mportclose $workername} - return 1 + # replaced_by can mean that we try to uninstall all versions of the old port, so handle errors due to dependents + if {$result != "Please uninstall the ports that depend on $portname first." && ![ui_isset ports_processall]} { + ui_error "Uninstall $portname @${version}_${revision}${variant} failed: $result" + catch {mportclose $workername} + return 1 + } } } } @@ -2556,7 +2582,10 @@ set options(ports_nodeps) 1 registry::open_dep_map - set deplist [registry::list_dependents $portname] + set deplist [registry::list_dependents $newname] + if {$portname != $newname} { + set deplist [concat $deplist [registry::list_dependents $portname]] + } if { [llength deplist] > 0 } { foreach dep $deplist { Copied: branches/images-and-archives/base/src/macports1.0/sysctl.c (from rev 54753, trunk/base/src/macports1.0/sysctl.c) =================================================================== --- branches/images-and-archives/base/src/macports1.0/sysctl.c (rev 0) +++ branches/images-and-archives/base/src/macports1.0/sysctl.c 2009-08-03 04:22:38 UTC (rev 54855) @@ -0,0 +1,75 @@ +/* + * sysctl.c + * $Id$ + * + * Copyright (c) 2009 The MacPorts Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of The MacPorts Project nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +#if HAVE_CONFIG_H +#include +#endif + +#include + +#include +#include +#include +#include + +#include "sysctl.h" + +/* + * Read-only wrapper for sysctlbyname(3). Only works for values of type CTLTYPE_INT. + */ +int SysctlCmd(ClientData clientData UNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) +{ + const char error_message[] = "sysctl failed: "; + Tcl_Obj *tcl_result; + int res; + char *name; + int value; + size_t len = sizeof(value); + + if (objc != 2) { + Tcl_WrongNumArgs(interp, 1, objv, "name"); + return TCL_ERROR; + } + + name = Tcl_GetString(objv[1]); + res = sysctlbyname(name, &value, &len, NULL, 0); + if (res == -1) { + tcl_result = Tcl_NewStringObj(error_message, sizeof(error_message) - 1); + Tcl_AppendObjToObj(tcl_result, Tcl_NewStringObj(strerror(errno), -1)); + Tcl_SetObjResult(interp, tcl_result); + return TCL_ERROR; + } + + tcl_result = Tcl_NewIntObj(value); + Tcl_SetObjResult(interp, tcl_result); + return TCL_OK; +} Copied: branches/images-and-archives/base/src/macports1.0/sysctl.h (from rev 54753, trunk/base/src/macports1.0/sysctl.h) =================================================================== --- branches/images-and-archives/base/src/macports1.0/sysctl.h (rev 0) +++ branches/images-and-archives/base/src/macports1.0/sysctl.h 2009-08-03 04:22:38 UTC (rev 54855) @@ -0,0 +1,34 @@ +/* + * sysctl.h + * $Id$ + * + * Copyright (c) 2009 The MacPorts Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of The MacPorts Project nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +/* Read-only wrapper for sysctlbyname(3) */ +int SysctlCmd(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST objv[]); Modified: branches/images-and-archives/base/src/pextlib1.0/Makefile =================================================================== --- branches/images-and-archives/base/src/pextlib1.0/Makefile 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/pextlib1.0/Makefile 2009-08-03 04:22:38 UTC (rev 54855) @@ -2,7 +2,7 @@ Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o \ fs-traverse.o strcasecmp.o vercomp.o filemap.o \ sha1cmd.o curl.o rmd160cmd.o readline.o uid.o \ - tracelib.o tty.o sysctl.o readdir.o pipe.o flock.o \ + tracelib.o tty.o readdir.o pipe.o flock.o \ system.o SHLIB_NAME= Pextlib${SHLIB_SUFFIX} INSTALLDIR= ${DESTDIR}${datadir}/macports/Tcl/pextlib1.0 Modified: branches/images-and-archives/base/src/pextlib1.0/Pextlib.c =================================================================== --- branches/images-and-archives/base/src/pextlib1.0/Pextlib.c 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/pextlib1.0/Pextlib.c 2009-08-03 04:22:38 UTC (rev 54855) @@ -94,7 +94,6 @@ #include "uid.h" #include "tracelib.h" #include "tty.h" -#include "sysctl.h" #include "strsed.h" #include "readdir.h" #include "pipe.h" @@ -599,7 +598,6 @@ Tcl_CreateObjCommand(interp, "symlink", CreateSymlinkCmd, NULL, NULL); Tcl_CreateObjCommand(interp, "unsetenv", UnsetEnvCmd, NULL, NULL); Tcl_CreateObjCommand(interp, "lchown", lchownCmd, NULL, NULL); - Tcl_CreateObjCommand(interp, "sysctl", SysctlCmd, NULL, NULL); Tcl_CreateObjCommand(interp, "readline", ReadlineCmd, NULL, NULL); Tcl_CreateObjCommand(interp, "rl_history", RLHistoryCmd, NULL, NULL); Deleted: branches/images-and-archives/base/src/pextlib1.0/sysctl.c =================================================================== --- branches/images-and-archives/base/src/pextlib1.0/sysctl.c 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/pextlib1.0/sysctl.c 2009-08-03 04:22:38 UTC (rev 54855) @@ -1,75 +0,0 @@ -/* - * sysctl.c - * $Id$ - * - * Copyright (c) 2009 The MacPorts Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of The MacPorts Project nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ - -#if HAVE_CONFIG_H -#include -#endif - -#include - -#include -#include -#include -#include - -#include "sysctl.h" - -/* - * Read-only wrapper for sysctlbyname(3). Only works for values of type CTLTYPE_INT. - */ -int SysctlCmd(ClientData clientData UNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) -{ - const char error_message[] = "sysctl failed: "; - Tcl_Obj *tcl_result; - int res; - char *name; - int value; - size_t len = sizeof(value); - - if (objc != 2) { - Tcl_WrongNumArgs(interp, 1, objv, "name"); - return TCL_ERROR; - } - - name = Tcl_GetString(objv[1]); - res = sysctlbyname(name, &value, &len, NULL, 0); - if (res == -1) { - tcl_result = Tcl_NewStringObj(error_message, sizeof(error_message) - 1); - Tcl_AppendObjToObj(tcl_result, Tcl_NewStringObj(strerror(errno), -1)); - Tcl_SetObjResult(interp, tcl_result); - return TCL_ERROR; - } - - tcl_result = Tcl_NewIntObj(value); - Tcl_SetObjResult(interp, tcl_result); - return TCL_OK; -} Deleted: branches/images-and-archives/base/src/pextlib1.0/sysctl.h =================================================================== --- branches/images-and-archives/base/src/pextlib1.0/sysctl.h 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/pextlib1.0/sysctl.h 2009-08-03 04:22:38 UTC (rev 54855) @@ -1,34 +0,0 @@ -/* - * sysctl.h - * $Id$ - * - * Copyright (c) 2009 The MacPorts Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of The MacPorts Project nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ - -/* Read-only wrapper for sysctlbyname(3) */ -int SysctlCmd(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST objv[]); Modified: branches/images-and-archives/base/src/port/port-help.tcl =================================================================== --- branches/images-and-archives/base/src/port/port-help.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port/port-help.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -264,10 +264,17 @@ set porthelp(upgrade) { Upgrades the given ports to the latest version. Respects global options --n, -R, -u, and -f (see the port man page). Note that in selecting variants +-n, -R, and -u (see the port man page). Note that in selecting variants to use in the upgraded build of the port, the order of precedence is variants specified on the command line, then variants active in the latest installed version of the port, then the variants.conf file. + +--force Ignore circumstances that would normally cause ports to be + skipped (e.g. not outdated). +--enforce-variants If the installed variants do not match those requested, + upgrade even if the port is not outdated. +--no-replace Do not replace one port with another according to the + replaced_by field } set porthelp(url) { Modified: branches/images-and-archives/base/src/port/port.tcl =================================================================== --- branches/images-and-archives/base/src/port/port.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port/port.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -1489,11 +1489,13 @@ maintainers Maintainers license License conflicts "Conflicts with" + replaced_by "Replaced by" } # Wrap-length map for pretty printing array set pretty_wrap { heading 0 + replaced_by 22 variants 22 depends_fetch 22 depends_extract 22 @@ -1557,7 +1559,9 @@ set opts_todo [array names options ports_info_*] set fields_tried {} if {![llength $opts_todo]} { - set opts_todo {ports_info_heading ports_info_variants + set opts_todo {ports_info_heading + ports_info_replaced_by + ports_info_variants ports_info_skip_line ports_info_long_description ports_info_homepage ports_info_skip_line ports_info_depends_fetch @@ -3080,7 +3084,7 @@ depends description epoch fullname heading homepage index license line long_description maintainer maintainers name platform platforms portdir pretty - revision variant variants version} + replaced_by revision variant variants version} search {case-sensitive category categories depends_fetch depends_extract depends_build depends_lib depends_run depends description epoch exact glob homepage line @@ -3093,6 +3097,7 @@ mirror {new} lint {nitpick} select {list set show} + upgrade {force enforce-variants no-replace} } global cmd_implied_options Modified: branches/images-and-archives/base/src/port/portindex.tcl =================================================================== --- branches/images-and-archives/base/src/port/portindex.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port/portindex.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -68,7 +68,7 @@ } } - set keepkeys {categories depends_fetch depends_extract depends_build depends_lib depends_run description epoch homepage long_description maintainers name platforms revision variants version portdir portarchive} + set keepkeys {categories depends_fetch depends_extract depends_build depends_lib depends_run description epoch homepage long_description maintainers name platforms revision variants version portdir portarchive replaced_by} foreach availkey [array names portinfo] { if {[lsearch -exact ${keepkeys} $availkey] == -1} { unset portinfo($availkey) Modified: branches/images-and-archives/base/src/port1.0/portconfigure.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/portconfigure.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/portconfigure.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -109,9 +109,12 @@ default configure.pkg_config {} default configure.pkg_config_path {} -options configure.build_arch configure.archflags +options configure.build_arch default configure.build_arch {${build_arch}} -default configure.archflags {[portconfigure::configure_get_archflags]} +foreach tool {cc cxx objc f77 f90 fc} { + options configure.${tool}_archflags + default configure.${tool}_archflags "\[portconfigure::configure_get_archflags $tool\]" +} options configure.universal_archs configure.universal_args configure.universal_cflags configure.universal_cppflags configure.universal_cxxflags configure.universal_ldflags default configure.universal_archs {${universal_archs}} @@ -167,7 +170,7 @@ } # internal function to determine the compiler flags to select an arch -proc portconfigure::configure_get_archflags {args} { +proc portconfigure::configure_get_archflags {tool} { global configure.build_arch configure.m32 configure.m64 configure.compiler set flags "" if {[tbool configure.m64]} { @@ -175,7 +178,7 @@ } elseif {[tbool configure.m32]} { set flags "-m32" } elseif {${configure.build_arch} != ""} { - if {[arch_flag_supported]} { + if {[arch_flag_supported] && $tool == "cc" || $tool == "cxx" || $tool == "objc"} { set flags "-arch ${configure.build_arch}" } elseif {${configure.build_arch} == "x86_64" || ${configure.build_arch} == "ppc64"} { set flags "-m64" @@ -299,6 +302,7 @@ cc { set ret /usr/bin/gcc-4.2 } objc { set ret /usr/bin/gcc-4.2 } cxx { set ret /usr/bin/g++-4.2 } + cpp { set ret /usr/bin/cpp-4.2 } } } llvm-gcc-4.2 { @@ -410,9 +414,15 @@ proc portconfigure::configure_main {args} { global [info globals] global worksrcpath use_configure use_autoreconf use_autoconf use_automake use_xmkmf - global configure.env configure.pipe configure.cflags configure.cppflags configure.cxxflags configure.objcflags configure.ldflags configure.libs configure.fflags configure.f90flags configure.fcflags configure.classpath + global configure.env configure.pipe configure.libs configure.classpath configure.universal_args global configure.perl configure.python configure.ruby configure.install configure.awk configure.bison configure.pkg_config configure.pkg_config_path - global configure.ccache configure.distcc configure.cc configure.cxx configure.cpp configure.objc configure.f77 configure.f90 configure.fc configure.javac + global configure.ccache configure.distcc configure.cpp configure.javac configure.march configure.mtune + foreach tool {cc cxx objc f77 f90 fc} { + global configure.${tool} configure.${tool}_archflags + } + foreach flags {cflags cppflags cxxflags objcflags ldflags fflags f90flags fcflags} { + global configure.${flags} configure.universal_${flags} + } if {[tbool use_autoreconf]} { if {[catch {command_exec autoreconf} result]} { @@ -465,7 +475,6 @@ # Append configure flags. append_list_to_environment_value configure "CC" ${filter}${configure.cc} - append_list_to_environment_value configure "CPP" ${filter}${configure.cpp} append_list_to_environment_value configure "CXX" ${filter}${configure.cxx} append_list_to_environment_value configure "OBJC" ${filter}${configure.objc} append_list_to_environment_value configure "FC" ${configure.fc} @@ -490,6 +499,27 @@ append_list_to_environment_value configure "BISON" ${configure.bison} append_list_to_environment_value configure "PKG_CONFIG" ${configure.pkg_config} append_list_to_environment_value configure "PKG_CONFIG_PATH" ${configure.pkg_config_path} + + # add extra flags that are conditional on whether we're building universal + if {[variant_exists universal] && [variant_isset universal]} { + foreach flags {CFLAGS OBJCFLAGS} { + append_list_to_environment_value configure $flags ${configure.universal_cflags} + } + append_list_to_environment_value configure "CXXFLAGS" ${configure.universal_cxxflags} + append_list_to_environment_value configure "CPPFLAGS" ${configure.universal_cppflags} + append_list_to_environment_value configure "LDFLAGS" ${configure.universal_ldflags} + eval configure.pre_args-append ${configure.universal_args} + } else { + foreach {tool flags} {cc CFLAGS cxx CXXFLAGS objc OBJCFLAGS f77 FFLAGS f90 F90FLAGS fc FCFLAGS} { + append_list_to_environment_value configure $flags [set configure.${tool}_archflags] + if {${configure.march} != {}} { + append_list_to_environment_value configure $flags "-march=${configure.march}" + } + if {${configure.mtune} != {}} { + append_list_to_environment_value configure $flags "-mtune=${configure.mtune}" + } + } + } # Execute the command (with the new environment). if {[catch {command_exec configure} result]} { Modified: branches/images-and-archives/base/src/port1.0/portdestroot.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/portdestroot.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/portdestroot.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -88,7 +88,7 @@ proc portdestroot::destroot_start {args} { global UI_PREFIX prefix name porturl destroot os.platform destroot.clean portsharepath - global destroot.umask destroot.asroot macportsuser euid egid usealtworkpath altprefix + global destroot.umask destroot.asroot macportsuser euid egid global applications_dir frameworks_dir variable oldmask @@ -109,14 +109,6 @@ return -code error "You cannot run this port without root privileges. You need to re-run with 'sudo port'."; } - if {[info exists usealtworkpath] && $usealtworkpath == "yes"} { - # rewrite destroot.args - set argprefix "=[option prefix]" - set newargprefix "=${altprefix}[option prefix]" - set newdestrootargs [string map [list $argprefix $newargprefix] [option destroot.args]] - option destroot.args $newdestrootargs - } - # end gsoc08-privileges set oldmask [umask ${destroot.umask}] Modified: branches/images-and-archives/base/src/port1.0/portfetch.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/portfetch.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/portfetch.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -84,12 +84,13 @@ default cvs.args "" default cvs.post_args {"${cvs.module}"} -default svn.cmd {[findBinary svn $portutil::autoconf::svn_path]} +# we want the svn port so we know --trust-server-cert will work +default svn.cmd {${prefix}/bin/svn} default svn.dir {${workpath}} default svn.method {export} default svn.revision "" default svn.env {} -default svn.pre_args {"--non-interactive"} +default svn.pre_args "--non-interactive --trust-server-cert" default svn.args "" default svn.post_args {"${svn.url}"} @@ -165,7 +166,7 @@ depends_fetch-append bin:cvs:cvs } svn { - depends_fetch-append bin:svn:subversion + depends_fetch-append port:subversion } git { depends_fetch-append bin:git:git-core @@ -703,19 +704,9 @@ # Initialize fetch target and call checkfiles. proc portfetch::fetch_init {args} { global distfiles distname distpath all_dist_files dist_subdir fetch.type fetch_init_done - global altprefix usealtworkpath variable fetch_urls if {[info exists distpath] && [info exists dist_subdir] && ![info exists fetch_init_done]} { - - # start gsoc08-privileges - if {[info exists usealtworkpath] && $usealtworkpath == "yes"} { - # I have removed ![file writable $distpath] from the if condition as - # the writable condition seems to get confused by effective uids. - set distpath "$altprefix/[ string range $distpath 1 end ]" - ui_debug "Going to use $distpath for fetch." - } - # end gsoc08-privileges set distpath ${distpath}/${dist_subdir} set fetch_init_done yes } Modified: branches/images-and-archives/base/src/port1.0/portlint.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/portlint.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/portlint.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -328,6 +328,13 @@ ui_info "OK: Found optional variable: $opt_var" } } + + if {[info exists name]} { + if {[regexp {[^[:alnum:]_.-]} $name]} { + ui_error "Port name '$name' contains unsafe characters. Names should only contain alphanumeric characters, underscores, dashes or dots." + incr errors + } + } if {[info exists platforms]} { foreach platform $platforms { Modified: branches/images-and-archives/base/src/port1.0/portmain.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/portmain.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/portmain.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -45,19 +45,18 @@ # define options options prefix macportsuser name version revision epoch categories maintainers -options long_description description homepage license provides conflicts +options long_description description homepage license provides conflicts replaced_by options worksrcdir filesdir distname portdbpath libpath distpath sources_conf os.platform os.version os.major os.arch os.endian platforms default_variants install.user install.group macosx_deployment_target options universal_variant os.universal_supported +options compiler.cpath compiler.library_path # Export options via PortInfo -options_export name version revision epoch categories maintainers platforms description long_description homepage license provides conflicts +options_export name version revision epoch categories maintainers platforms description long_description homepage license provides conflicts replaced_by # Assign option procedure to default_variants option_proc default_variants handle_default_variants -default distpath {[file join $portdbpath distfiles]} default workpath {[getportworkpath_from_buildpath $portbuildpath]} -default worksymlink {[file join $portpath work]} default prefix /opt/local default applications_dir /Applications/MacPorts default frameworks_dir {${prefix}/Library/Frameworks} @@ -105,6 +104,9 @@ default universal_variant yes +default compiler.cpath {${prefix}/include} +default compiler.library_path {${prefix}/lib} + # Select implicit variants if {[info exists os.platform] && ![info exists variations(${os.platform})]} { variant_set ${os.platform}} if {[info exists os.arch] && ![info exists variations(${os.arch})]} { variant_set ${os.arch} } @@ -116,10 +118,47 @@ option os.universal_supported yes } +# start gsoc08-privileges + # Record initial euid/egid set euid [geteuid] set egid [getegid] +# if unable to write to workpath, implies running without either root privileges +# or a shared directory owned by the group so use ~/.macports +if { $euid != 0 && ([info exists workpath] && [file exists $workpath] && ![file writable $workpath]) || [info exists portdbpath] && ![file writable [file join $portdbpath build]] } { + + set username [uid_to_name [getuid]] + + # set global variable indicating to other functions to use ~/.macports as well + set usealtworkpath yes + + # do tilde expansion manually - Tcl won't expand tildes automatically for curl, etc. + if {[info exists env(HOME)]} { + # HOME environment var is set, use it. + set userhome "$env(HOME)" + } else { + # the environment var isn't set, expand ~user instead + set userhome [file normalize "~${username}"] + } + + # set alternative prefix global variable + set altprefix [file join $userhome .macports] + + default worksymlink {[file join ${altprefix}${portpath} work]} + default distpath {[file join ${altprefix}${portdbpath} distfiles]} + set portbuildpath "${altprefix}${portbuildpath}" + + ui_debug "Going to use alternate build prefix: $altprefix" + ui_debug "portbuildpath = $portbuildpath" + ui_debug "workpath = $workpath" +} else { + set usealtworkpath no + default worksymlink {[file join $portpath work]} + default distpath {[file join $portdbpath distfiles]} +} +# end gsoc08-privileges + proc portmain::main {args} { return 0 } Modified: branches/images-and-archives/base/src/port1.0/porttrace.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/porttrace.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/porttrace.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -44,7 +44,7 @@ if {[catch {package require Thread} error]} { ui_warn "trace requires Tcl Thread package ($error)" } else { - global env trace_fifo trace_sandboxbounds portpath distpath + global env trace_fifo trace_sandboxbounds portpath distpath altprefix # Create a fifo. # path in unix socket limited to 109 chars # # set trace_fifo "$workpath/trace_fifo" Modified: branches/images-and-archives/base/src/port1.0/portutil.tcl =================================================================== --- branches/images-and-archives/base/src/port1.0/portutil.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/port1.0/portutil.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -358,6 +358,12 @@ if {[option macosx_deployment_target] ne ""} { set ${command}.env_array(MACOSX_DEPLOYMENT_TARGET) [option macosx_deployment_target] } + if {[option compiler.cpath] ne ""} { + set ${command}.env_array(CPATH) [join [option compiler.cpath] :] + } + if {[option compiler.library_path] ne ""} { + set ${command}.env_array(LIBRARY_PATH) [join [option compiler.library_path] :] + } # Debug that. ui_debug "Environment: [environment_array_to_string ${command}.env_array]" @@ -911,7 +917,7 @@ return -code error "reinplace copy failed" } - eval file attributes {$file} $attributes + fileAttrsAsRoot $file $attributes file delete "$tmpfile" } @@ -1219,7 +1225,9 @@ if {$procedure != ""} { set targetname [ditem_key $ditem name] - if { [tbool ${targetname}.asroot] } { + set target [ditem_key $ditem provides] + global ${target}.asroot + if { [tbool ${target}.asroot] } { elevateToRoot $targetname } @@ -1489,83 +1497,41 @@ # open file to store name of completed targets proc open_statefile {args} { global workpath worksymlink place_worksymlink name portpath ports_ignore_older - global altprefix usealtworkpath env applications_dir portbuildpath distpath + global usealtworkpath altprefix env applications_dir portbuildpath - # start gsoc08-privileges - if { ![file exists $workpath] } { - if {[catch {set result [file mkdir $workpath]} result]} { - global errorInfo - ui_debug "mkdir $workpath: $errorInfo" - } + if {![file isdirectory $workpath]} { + file mkdir $workpath + chownAsRoot $portbuildpath } - - # if unable to write to workpath, implies running without either root privileges - # or a shared directory owned by the group so use ~/.macports - if { ![file writable $workpath] } { - - set userid [getuid] - set username [uid_to_name $userid] - - if { $userid !=0 } { - ui_msg "MacPorts running without privileges.\ - You may be unable to complete certain actions (eg install)." - } - - # set global variable indicating to other functions to use ~/.macports as well - set usealtworkpath yes - - # do tilde expansion manually - tcl won't expand tildes automatically for curl, etc. - if {[info exists env(HOME)]} { - # HOME environment var is set, use it. - set userhome "$env(HOME)" - } else { - # the environment var isn't set, expand ~user instead - set userhome [file normalize "~${username}"] - } - - # set alternative prefix global variables - set altprefix "$userhome/.macports" - - # get alternative paths - set newworkpath "$altprefix$workpath" - set newworksymlink "$altprefix$worksymlink" - set newportbuildpath "$altprefix$portbuildpath" - set newdistpath "$altprefix$distpath" - - set sourcepath [string map {"work" ""} $worksymlink] - set newsourcepath "$altprefix/[ string range $sourcepath 1 end ]" - + + if { [getuid] != 0 } { + ui_msg "MacPorts running without privileges.\ + You may be unable to complete certain actions (eg install)." + } + + # de-escalate privileges if MacPorts was started with sudo + dropPrivileges + + if {$usealtworkpath} { + set newsourcepath "$altprefix/$portpath" + # copy Portfile (and patch files) if not there already # note to maintainers/devs: the original portfile in /opt/local is ALWAYS the one that will be # read by macports. The copying of the portfile is done to preserve the symlink provided # historically by macports from the portfile directory to the work directory. # It is NOT read by MacPorts. - if {![file exists ${newsourcepath}Portfile] } { + if {![file exists ${newsourcepath}/Portfile] } { file mkdir $newsourcepath ui_debug "$newsourcepath created" - ui_debug "Going to copy: ${sourcepath}Portfile" - file copy ${sourcepath}Portfile $newsourcepath - if {[file exists ${sourcepath}files] } { - ui_debug "Going to copy: ${sourcepath}files" - file copy ${sourcepath}files $newsourcepath + ui_debug "Going to copy: ${portpath}/Portfile" + file copy ${portpath}/Portfile $newsourcepath + if {[file exists ${portpath}/files] } { + ui_debug "Going to copy: ${portpath}/files" + file copy ${portpath}/files $newsourcepath } } - - set workpath $newworkpath - set worksymlink $newworksymlink - set portbuildpath $newportbuildpath - set distpath $newdistpath - - ui_debug "Going to use $newworkpath for statefile." - } else { - set usealtworkpath no } - # end gsoc08-privileges - if {![file isdirectory $workpath]} { - file mkdir $workpath - } - # flock Portfile set statefile [file join $workpath .macports.${name}.state] if {[file exists $statefile]} { @@ -1575,22 +1541,19 @@ if {!([info exists ports_ignore_older] && $ports_ignore_older == "yes") && [file mtime $statefile] < [file mtime ${portpath}/Portfile]} { if {!([info exists ports_dryrun] && $ports_dryrun == "yes")} { ui_msg "Portfile changed since last build; discarding previous state." - delete [file join $workpath] - file mkdir [file join $workpath] + delete $workpath + file mkdir $workpath } else { ui_msg "Portfile changed since last build but not discarding previous state (dry run)" } } } - chownAsRoot $workpath # Create a symlink to the workpath for port authors if {[tbool place_worksymlink] && ![file isdirectory $worksymlink]} { ui_debug "Attempting ln -sf $workpath $worksymlink" ln -sf $workpath $worksymlink } - # de-escalate privileges - only run if MacPorts was started with sudo - dropPrivileges set fd [open $statefile a+] if {[catch {flock $fd -exclusive -noblock} result]} { @@ -1867,14 +1830,8 @@ return $result } -# add the default universal variant if appropriate, and set up flags that are -# conditional on whether universal is set +# add the default universal variant if appropriate proc universal_setup {args} { - global configure.archflags - global configure.march configure.mtune configure.universal_cflags - global configure.universal_cxxflags configure.universal_cppflags - global configure.universal_ldflags configure.universal_args - if {[variant_exists universal]} { ui_debug "universal variant already exists, so not adding the default one" } elseif {[exists universal_variant] && ![option universal_variant]} { @@ -1890,28 +1847,6 @@ ui_debug "adding the default universal variant" variant universal {} } - - # add in extra CFLAGS etc - if {[variant_exists universal] && [variant_isset universal]} { - foreach flag {cflags objcflags fflags f90flags fcflags} { - eval configure.${flag}-append ${configure.universal_cflags} - } - eval configure.cxxflags-append ${configure.universal_cxxflags} - eval configure.cppflags-append ${configure.universal_cppflags} - eval configure.ldflags-append ${configure.universal_ldflags} - eval configure.pre_args-append ${configure.universal_args} - } else { - foreach flag {cflags cxxflags objcflags fflags f90flags fcflags} { - eval configure.${flag}-append ${configure.archflags} - if {${configure.march} != {}} { - configure.${flag}-append "-march=${configure.march}" - } - if {${configure.mtune} != {}} { - configure.${flag}-append "-mtune=${configure.mtune}" - } - } - eval configure.ldflags-append ${configure.archflags} - } } # Target class definition. @@ -2318,6 +2253,26 @@ } ## +# Change attributes of file while running as root +# +# @param file the file in question +# @param attributes the attributes for the file +proc fileAttrsAsRoot {file attributes} { + global euid macportsuser + if {[getuid] == 0 && [geteuid] != 0} { + # Started as root, but not root now + seteuid $euid + ui_debug "euid changed to: [geteuid]" + ui_debug "setting attributes on $file" + eval file attributes {$file} $attributes + seteuid [name_to_uid "$macportsuser"] + ui_debug "euid changed to: [geteuid]" + } else { + eval file attributes {$file} $attributes + } +} + +## # Elevate privileges back to root. # # @param action the action for which privileges are being elevated Modified: branches/images-and-archives/base/src/programs/daemondo/Makefile.in =================================================================== --- branches/images-and-archives/base/src/programs/daemondo/Makefile.in 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/programs/daemondo/Makefile.in 2009-08-03 04:22:38 UTC (rev 54855) @@ -8,7 +8,8 @@ mandir= @mandir@ mandircat8= ${mandir}/cat8 -CFLAGS_QUICHEEATERS = -W -Wall -Wno-unused-parameter +CFLAGS_QUICHEEATERS = -W -Wall +CPPFLAGS += -I../.. SRCS = main.c OBJS = main.o LIBS = -framework CoreFoundation \ @@ -32,7 +33,7 @@ distclean: clean rm -f Makefile -install: +install: daemondo ${INSTALL} -o ${DSTUSR} -g ${DSTGRP} -m 555 ${PROGRAM} ${DESTDIR}${bindir} test: Modified: branches/images-and-archives/base/src/programs/daemondo/main.c =================================================================== --- branches/images-and-archives/base/src/programs/daemondo/main.c 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/programs/daemondo/main.c 2009-08-03 04:22:38 UTC (rev 54855) @@ -47,7 +47,11 @@ com.apple.system.config.network_change */ - + +#if HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -707,7 +711,7 @@ void -ScheduledRestartCallback(CFRunLoopTimerRef timer, void *info) +ScheduledRestartCallback(CFRunLoopTimerRef timer UNUSED, void *info UNUSED) { if (verbosity >= 3) LogMessage("Scheduled restart time has arrived.\n"); @@ -759,9 +763,9 @@ void DynamicStoreChanged( - SCDynamicStoreRef store, + SCDynamicStoreRef store UNUSED, CFArrayRef changedKeys, - void *info + void *info UNUSED ) { if (verbosity >= 3) @@ -789,7 +793,7 @@ void -PowerCallBack(void *x, io_service_t y, natural_t messageType, void *messageArgument) +PowerCallBack(void *x UNUSED, io_service_t y UNUSED, natural_t messageType, void *messageArgument) { switch (messageType) { @@ -814,11 +818,11 @@ void NotificationCenterCallback( - CFNotificationCenterRef center, - void *observer, - CFStringRef name, - const void *object, - CFDictionaryRef userInfo) + CFNotificationCenterRef center UNUSED, + void *observer UNUSED, + CFStringRef name, + const void *object UNUSED, + CFDictionaryRef userInfo UNUSED) { if (verbosity >= 3) { @@ -832,7 +836,7 @@ void -SignalCallback(CFMachPortRef port, void *msg, CFIndex size, void *info) +SignalCallback(CFMachPortRef port UNUSED, void *msg, CFIndex size UNUSED, void *info UNUSED) { mach_msg_header_t* hdr = (mach_msg_header_t*)msg; switch (hdr->msgh_id) @@ -865,8 +869,8 @@ } -void KQueueCallBack (CFSocketRef socketRef, CFSocketCallBackType type, - CFDataRef address, const void *data, void *context) +void KQueueCallBack (CFSocketRef socketRef, CFSocketCallBackType type UNUSED, + CFDataRef address UNUSED, const void *data UNUSED, void *context UNUSED) { int fd = CFSocketGetNative(socketRef); Modified: branches/images-and-archives/base/src/upgrade_sources_conf_default.tcl =================================================================== --- branches/images-and-archives/base/src/upgrade_sources_conf_default.tcl 2009-08-03 04:20:56 UTC (rev 54854) +++ branches/images-and-archives/base/src/upgrade_sources_conf_default.tcl 2009-08-03 04:22:38 UTC (rev 54855) @@ -41,15 +41,26 @@ } elseif {[regexp {rsync://rsync\.(macports|darwinports)\.org/(release|dpupdate)/d?ports} $url]} { set addDefault true } elseif {[regexp {file://(/.+)} $url -> filepath]} { - if {[file exists [file join ${filepath} .svn]] && ![catch {set svnChannel [open "|svn info ${filepath}" r]}]} { - set svnURL {} - while {[gets $svnChannel svnLine] >= 0} { - regexp {^URL: (.*)} $svnLine -> svnURL + if {[file exists [file join ${filepath} .svn]]} { + if {![catch {set svnChannel [open "|svn info ${filepath}" r]} err]} { + set svnURL {} + while {[gets $svnChannel svnLine] >= 0} { + regexp {^URL: (.*)} $svnLine -> svnURL + } + if {[catch {close $svnChannel} err]} { + if {![string match "*This client is too old to work with working copy*" $err]} { + return -code error $err + } else { + puts $err + puts "WARNING: Unable to check svn URL for '$filepath' as it has been checked out with a newer Subversion client; please manually verify $sourcesConf!" + } + } + if {[regexp {^https?://svn\.(macports|macosforge)\.org/repository/macports/trunk/dports} $svnURL]} { + set addDefault true + } + } else { + return -code error $err } - close $svnChannel - if {[regexp {^https?://svn\.(macports|macosforge)\.org/repository/macports/trunk/dports} $svnURL]} { - set addDefault true - } } } if {$addDefault} { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 21:53:23 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 21:53:23 -0700 (PDT) Subject: [54856] trunk/dports/PortIndex Message-ID: <20090803045324.51211229C3C4@beta.macosforge.org> Revision: 54856 http://trac.macports.org/changeset/54856 Author: portindex at macports.org Date: 2009-08-02 21:53:21 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6020 Ports successfully parsed: 6020 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 04:22:38 UTC (rev 54855) +++ trunk/dports/PortIndex 2009-08-03 04:53:21 UTC (rev 54856) @@ -1715,7 +1715,7 @@ nsis 505 depends_build {port:scons port:i386-mingw32-gcc} portdir devel/nsis description {NSIS is a tool for creating win32 installers.} homepage http://nsis.sourceforge.net/ epoch 0 platforms darwin name nsis maintainers {landonf openmaintainer} long_description {NSIS (Nullsoft Scriptable Install System) is a tool that allows programmers to create software installers for Windows. It is released under an open source license and is completely free for any use.} categories {devel win32} version 2.44 revision 0 nspr 358 -variants debug portdir devel/nspr description {A platform-neutral API for system level and libc like functions.} homepage http://www.mozilla.org/projects/nspr epoch 0 platforms darwin name nspr long_description {{A platform-neutral API for system level and libc like functions.}} maintainers {jeremyhu openmaintainer} categories devel version 4.8 revision 0 +variants debug portdir devel/nspr description {A platform-neutral API for system level and libc like functions.} homepage http://www.mozilla.org/projects/nspr epoch 0 platforms darwin name nspr long_description {{A platform-neutral API for system level and libc like functions.}} maintainers {jeremyhu openmaintainer} categories devel version 4.8 revision 1 nu 801 variants {darwin_8 universal} depends_build {port:pcre bin:rake:rb-rake} portdir devel/nu description {Nu is an interpreted object-oriented lisp-like language written in Objective-C.} homepage http://programming.nu/ epoch 0 platforms darwin name nu long_description {Nu is an interpreted object-oriented language. It uses a Lisp-style grammar, but is semantically closer to Ruby than to Lisp. Nu is written in Objective-C and is designed to take full advantange of the Objective-C runtime and the many mature class libraries written in Objective-C. Nu code can fully interoperate with code written in {Objective-C;} messages can be sent to and from objects with no concern for whether those messages are implemented in Objective-C or Nu.} maintainers eridius categories devel version 0.3.3 revision 0 nuweb 329 @@ -1755,7 +1755,7 @@ orbit 487 portdir devel/orbit description {High-performance CORBA ORB with C lang support} homepage http://orbit-resource.sourceforge.net/ epoch 0 platforms darwin name orbit depends_lib {port:glib1 port:gettext} maintainers nomaintainer long_description {ORBit is a high-performance CORBA ORB with support for the C language. It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs.} categories devel version 0.5.17 revision 3 orbit2 476 -variants {universal darwin_7} depends_build {port:pkgconfig port:gtk-doc} portdir devel/orbit2 description {Code for an ORB written in C will spontaneously evolve here.} homepage http://www.gnome.org/projects/ORBit2/ epoch 0 platforms darwin depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libidl} name orbit2 maintainers nomaintainer long_description {{Code for an ORB written in C will spontaneously evolve here.}} categories {devel gnome} version 2.14.17 revision 0 +variants {universal darwin_7} depends_build {port:pkgconfig port:gtk-doc} portdir devel/orbit2 description {Code for an ORB written in C will spontaneously evolve here.} homepage http://www.gnome.org/projects/ORBit2/ epoch 0 platforms darwin depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libidl} name orbit2 maintainers nomaintainer long_description {{Code for an ORB written in C will spontaneously evolve here.}} categories {devel gnome} version 2.14.17 revision 1 ossp-al 346 variants universal portdir devel/ossp-al description {an abstract type of buffer that can move data without copying} homepage http://www.ossp.org/pkg/lib/al/ epoch 0 platforms darwin name ossp-al long_description {{an abstract type of buffer that can move data without copying}} maintainers nomaintainer categories devel version 0.9.3 revision 0 ossp-cfg 335 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Aug 2 23:37:23 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Sun, 2 Aug 2009 23:37:23 -0700 (PDT) Subject: [54857] trunk/dports/audio/cdparanoia/Portfile Message-ID: <20090803063723.C6613229CD7A@beta.macosforge.org> Revision: 54857 http://trac.macports.org/changeset/54857 Author: jeremyhu at macports.org Date: 2009-08-02 23:37:21 -0700 (Sun, 02 Aug 2009) Log Message: ----------- cdparanoia: Not universal until #20534 is fixed Modified Paths: -------------- trunk/dports/audio/cdparanoia/Portfile Modified: trunk/dports/audio/cdparanoia/Portfile =================================================================== --- trunk/dports/audio/cdparanoia/Portfile 2009-08-03 04:53:21 UTC (rev 54856) +++ trunk/dports/audio/cdparanoia/Portfile 2009-08-03 06:37:21 UTC (rev 54857) @@ -3,11 +3,15 @@ PortSystem 1.0 +# http://trac.macports.org/ticket/20534 +#PortGroup muniversal 1.0 +universal_variant no + name cdparanoia epoch 20050508 version 10.2 categories audio -maintainers nomaintainer +maintainers jeremyhu openmaintainer description An audio extraction tool for sampling CDs. long_description \ Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 23:49:12 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 23:49:12 -0700 (PDT) Subject: [54858] trunk/dports/mail/mpack Message-ID: <20090803064912.A3A5D229CEA1@beta.macosforge.org> Revision: 54858 http://trac.macports.org/changeset/54858 Author: ryandesign at macports.org Date: 2009-08-02 23:49:10 -0700 (Sun, 02 Aug 2009) Log Message: ----------- mpack: change default TMPDIR from /usr/tmp to /tmp; closes #17876 Modified Paths: -------------- trunk/dports/mail/mpack/Portfile Added Paths: ----------- trunk/dports/mail/mpack/files/ trunk/dports/mail/mpack/files/patch-TMPDIR.diff Modified: trunk/dports/mail/mpack/Portfile =================================================================== --- trunk/dports/mail/mpack/Portfile 2009-08-03 06:37:21 UTC (rev 54857) +++ trunk/dports/mail/mpack/Portfile 2009-08-03 06:49:10 UTC (rev 54858) @@ -3,6 +3,7 @@ PortSystem 1.0 name mpack version 1.6 +revision 1 description mime mail packing and unpacking long_description mpack and munpack provide command line tools to \ @@ -16,4 +17,6 @@ checksums md5 a70fa5afa76539a9afb70b9d81568fe8 +patchfiles patch-TMPDIR.diff + configure.args --mandir=${prefix}/share/man Added: trunk/dports/mail/mpack/files/patch-TMPDIR.diff =================================================================== --- trunk/dports/mail/mpack/files/patch-TMPDIR.diff (rev 0) +++ trunk/dports/mail/mpack/files/patch-TMPDIR.diff 2009-08-03 06:49:10 UTC (rev 54858) @@ -0,0 +1,55 @@ +--- README.unix.orig 2009-01-03 23:00:57.000000000 +0000 ++++ README.unix 2009-01-03 23:03:01.000000000 +0000 +@@ -188,7 +188,7 @@ + + TMPDIR + Root of directory to store partial messages awaiting +- reassembly. Default is "/usr/tmp". Partial messages ++ reassembly. Default is "/tmp". Partial messages + are stored in subdirectories of $TMPDIR/m-prts-$USER/ + + +--- mkreadme.pl.orig 2009-01-03 23:01:26.000000000 +0000 ++++ mkreadme.pl 2009-01-03 23:03:38.000000000 +0000 +@@ -413,7 +413,7 @@ + =unix + TMPDIR + Root of directory to store partial messages awaiting +- reassembly. Default is "/usr/tmp". Partial messages ++ reassembly. Default is "/tmp". Partial messages + are stored in subdirectories of $TMPDIR/m-prts-$USER/ + + =pc os2 +--- unixos.c.orig 2009-01-03 23:01:38.000000000 +0000 ++++ unixos.c 2009-01-03 23:04:09.000000000 +0000 +@@ -90,7 +90,7 @@ + strcpy(buf, getenv("TMPDIR")); + } + else { +- strcpy(buf, "/usr/tmp"); ++ strcpy(buf, "/tmp"); + } + strcat(buf, "/m-prts-"); + p = getenv("USER"); +--- unixpk.c.orig 2009-01-03 23:01:52.000000000 +0000 ++++ unixpk.c 2009-01-03 23:04:35.000000000 +0000 +@@ -164,7 +164,7 @@ + strcpy(fnamebuf, getenv("TMPDIR")); + } + else { +- strcpy(fnamebuf, "/usr/tmp"); ++ strcpy(fnamebuf, "/tmp"); + } + strcat(fnamebuf, "/mpackXXXXXX"); + mktemp(fnamebuf); +--- unixpk.man.orig 2009-01-03 23:02:10.000000000 +0000 ++++ unixpk.man 2009-01-03 23:04:55.000000000 +0000 +@@ -136,7 +136,7 @@ + .SH ENVIRONMENT + .TP + .B TMPDIR +-Directory to store temporary files. Default is /usr/tmp. ++Directory to store temporary files. Default is /tmp. + .TP + .B SPLITSIZE + Default value of the -m switch. -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Sun Aug 2 23:53:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Sun, 2 Aug 2009 23:53:26 -0700 (PDT) Subject: [54859] trunk/dports Message-ID: <20090803065328.14931229CEE8@beta.macosforge.org> Revision: 54859 http://trac.macports.org/changeset/54859 Author: portindex at macports.org Date: 2009-08-02 23:53:26 -0700 (Sun, 02 Aug 2009) Log Message: ----------- Total number of ports parsed: 6020 Ports successfully parsed: 6020 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 06:49:10 UTC (rev 54858) +++ trunk/dports/PortIndex 2009-08-03 06:53:26 UTC (rev 54859) @@ -316,8 +316,8 @@ variants universal portdir audio/ccaudio description {Library and software for manipulating audio data} homepage http://www.gnu.org/software/ccaudio epoch 0 platforms darwin name ccaudio depends_lib lib:libccgnu2:commoncpp2 long_description {The GNU ccAudio library is a portable C++ class framework that's useful for developing applications that must process audio. This library provides a class framework for accessing audio segments from various audio file formats (.au, .wav, etc) and for creation of audio frame buffers that are then passed to audio devices and/or DSP processing systems such as telephony cards.} maintainers nomaintainer categories audio version 1.1.1 revision 0 cd-discid 681 variants macosx portdir audio/cd-discid description {read CD and get CDDB discid information} homepage http://www.hispalinux.es/~data/abcde.php epoch 0 platforms darwin name cd-discid long_description {In order to do CDDB queries over the Internet, you must know the DiscID of the CD you are querying. cd-discid provides you with that information. It outputs the discid, the number of tracks, the frame offset of all of the tracks, and the total length of the CD in seconds, on one line in a space-delimited format. cd-discid was designed as a backend tool for cdgrab (now abcde) but will work independantly of it.} maintainers nomaintainer categories audio version 0.9 revision 1 -cdparanoia 1612 -variants {darwin_8 universal} depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir audio/cdparanoia description {An audio extraction tool for sampling CDs.} homepage http://www.xiph.org/paranoia epoch 20050508 platforms darwin name cdparanoia long_description {Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly known on the net as a 'ripper'. The application is built on top of the Paranoia library, which is doing the real work (the Paranoia source is included in the cdparanoia source distribution). Like the original cdda2wav, cdparanoia package reads audio from the CDROM directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear PCM. Cdparanoia is a bit different than most other CDDA extraction tools. It contains few-to-no 'extra' features, concentrating only on the ripping process and knowing as much as possible about the hardware performing it. Cdparanoia will read correct, rock-solid audio data from inexpensive drives prone to misalignment, frame jitter and loss of streaming during atomic reads. Cdparanoia will also read and repair data from CDs that have been damaged in some way. At the same time, however, cdparanoia turns out to be easy to use and administrate. It has no compile time configuration, happily autodetecting the CDROM, its type, its interface and other aspects of the ripping process at runtime. A single binary can serve the diverse hardware of the do-it-yourself computer laboratory from Hell...} maintainers nomaintainer categories audio version 10.2 revision 0 +cdparanoia 1613 +variants darwin_8 depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir audio/cdparanoia description {An audio extraction tool for sampling CDs.} homepage http://www.xiph.org/paranoia epoch 20050508 platforms darwin name cdparanoia long_description {Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly known on the net as a 'ripper'. The application is built on top of the Paranoia library, which is doing the real work (the Paranoia source is included in the cdparanoia source distribution). Like the original cdda2wav, cdparanoia package reads audio from the CDROM directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear PCM. Cdparanoia is a bit different than most other CDDA extraction tools. It contains few-to-no 'extra' features, concentrating only on the ripping process and knowing as much as possible about the hardware performing it. Cdparanoia will read correct, ro ck-solid audio data from inexpensive drives prone to misalignment, frame jitter and loss of streaming during atomic reads. Cdparanoia will also read and repair data from CDs that have been damaged in some way. At the same time, however, cdparanoia turns out to be easy to use and administrate. It has no compile time configuration, happily autodetecting the CDROM, its type, its interface and other aspects of the ripping process at runtime. A single binary can serve the diverse hardware of the do-it-yourself computer laboratory from Hell...} maintainers {jeremyhu openmaintainer} categories audio version 10.2 revision 0 cmus 504 variants {aac flac mikmod universal} depends_build path:bin/pkg-config:pkgconfig portdir audio/cmus description {ncurses based music player} homepage http://cmus.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libao port:libmad port:libogg port:libvorbis port:libiconv port:ncurses} name cmus long_description {cmus is a small and fast text mode music player for Linux and many other UNIX like operating systems.} maintainers {milosh openmaintainer} categories audio version 2.2.0 revision 0 csound 609 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Aug 2 23:54:18 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Sun, 2 Aug 2009 23:54:18 -0700 (PDT) Subject: [54860] trunk/dports/devel Message-ID: <20090803065418.700D2229CF49@beta.macosforge.org> Revision: 54860 http://trac.macports.org/changeset/54860 Author: ryandesign at macports.org Date: 2009-08-02 23:54:17 -0700 (Sun, 02 Aug 2009) Log Message: ----------- stfl: New port, version 0.20; closes #19762 Added Paths: ----------- trunk/dports/devel/stfl/ trunk/dports/devel/stfl/Portfile trunk/dports/devel/stfl/files/ trunk/dports/devel/stfl/files/patch-Makefile.diff Added: trunk/dports/devel/stfl/Portfile =================================================================== --- trunk/dports/devel/stfl/Portfile (rev 0) +++ trunk/dports/devel/stfl/Portfile 2009-08-03 06:54:17 UTC (rev 54860) @@ -0,0 +1,41 @@ +# $Id$ + +PortSystem 1.0 + +name stfl +version 0.20 +categories devel +platforms darwin +maintainers lutz.horn at fastmail.fm + +description Structured Terminal Forms Language/Library +long_description STFL is a library which implements a curses-based widget \ + set for text terminals. A special language (the \ + Structured Terminal Forms Language) is used to describe \ + STFL GUIs. The language is designed to be easy and fast \ + to write so an application programmer does not need to \ + spend ages fiddling around with the GUI and can \ + concentrate on the more interesting programming tasks. + +homepage http://www.clifford.at/stfl/ +master_sites http://www.clifford.at/stfl/ +distname stfl-${version} + +checksums md5 905e0b8f81fe1b5c95b8d78f56df966b \ + sha1 0bd33d44fd71c8e2f1383fab52d4db547384024c \ + rmd160 d99415b39c110459a5f10eb58242291fb4a87ce4 + +depends_lib port:ncursesw \ + port:libiconv + +patchfiles patch-Makefile.diff + +post-patch { + reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.cfg +} + +use_configure no + +build.env CC=${configure.cc} \ + CFLAGS=${configure.cppflags} \ + LDLIBS=${configure.ldflags} Property changes on: trunk/dports/devel/stfl/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/devel/stfl/files/patch-Makefile.diff =================================================================== --- trunk/dports/devel/stfl/files/patch-Makefile.diff (rev 0) +++ trunk/dports/devel/stfl/files/patch-Makefile.diff 2009-08-03 06:54:17 UTC (rev 54860) @@ -0,0 +1,43 @@ +--- Makefile.orig 2009-04-27 06:03:30.000000000 -0500 ++++ Makefile 2009-08-03 01:51:20.000000000 -0500 +@@ -20,9 +20,8 @@ + + include Makefile.cfg + +-export CC = gcc -pthread + export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC +-export LDLIBS += -lncursesw ++export LDLIBS += -lncursesw -liconv + + VERSION := 0.20 + +@@ -48,8 +47,8 @@ + rm -f stfl.pc + + Makefile.deps: *.c widgets/*.c *.h +- $(CC) -I. -MM *.c > Makefile.deps_new +- $(CC) -I. -MM widgets/*.c | sed 's,^wt_[^ ]*\.o: ,widgets/&,' >> Makefile.deps_new ++ $(CC) $(CFLAGS) $(LDLIBS) -MM *.c > Makefile.deps_new ++ $(CC) $(CFLAGS) $(LDLIBS) -MM widgets/*.c | sed 's,^wt_[^ ]*\.o: ,widgets/&,' >> Makefile.deps_new + mv -f Makefile.deps_new Makefile.deps + + install: all stfl.pc +@@ -66,18 +65,6 @@ + include spl/Makefile.snippet + endif + +-ifeq ($(FOUND_SWIG)$(FOUND_PERL5),11) +-include perl5/Makefile.snippet +-endif +- +-ifeq ($(FOUND_SWIG)$(FOUND_PYTHON),11) +-include python/Makefile.snippet +-endif +- +-ifeq ($(FOUND_SWIG)$(FOUND_RUBY),11) +-include ruby/Makefile.snippet +-endif +- + .PHONY: all clean install install_spl + + include Makefile.deps -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Aug 3 00:52:16 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 3 Aug 2009 00:52:16 -0700 (PDT) Subject: [54861] trunk/dports/devel/odcctools/Portfile Message-ID: <20090803075216.A4B72229D8D2@beta.macosforge.org> Revision: 54861 http://trac.macports.org/changeset/54861 Author: ryandesign at macports.org Date: 2009-08-03 00:52:11 -0700 (Mon, 03 Aug 2009) Log Message: ----------- odcctools: enable parallel build Modified Paths: -------------- trunk/dports/devel/odcctools/Portfile Modified: trunk/dports/devel/odcctools/Portfile =================================================================== --- trunk/dports/devel/odcctools/Portfile 2009-08-03 06:54:17 UTC (rev 54860) +++ trunk/dports/devel/odcctools/Portfile 2009-08-03 07:52:11 UTC (rev 54861) @@ -38,6 +38,8 @@ build.target default +use_parallel_build yes + post-destroot { set mandir ${destroot}${prefix}/share/man/man1 foreach manpage [glob -d ${mandir} *.1] { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 00:53:20 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 00:53:20 -0700 (PDT) Subject: [54862] trunk/dports Message-ID: <20090803075321.7C59E229D8F4@beta.macosforge.org> Revision: 54862 http://trac.macports.org/changeset/54862 Author: portindex at macports.org Date: 2009-08-03 00:53:20 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6021 Ports successfully parsed: 6021 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 07:52:11 UTC (rev 54861) +++ trunk/dports/PortIndex 2009-08-03 07:53:20 UTC (rev 54862) @@ -1944,6 +1944,8 @@ variants universal portdir devel/sstrings description {C library that handles C strings in a safe way.} homepage http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/ epoch 0 platforms darwin name sstrings long_description {Safe Strings is a small C library that handles C strings in a safe way. The functions of this library look at the necessary space for the operations and try to reserve that space (with malloc or realloc). The functions only begin working with their tasks when the memory allocation is successful.} maintainers nomaintainer categories devel version 1.0.4 revision 0 statcvs 633 depends_build bin:ant:apache-ant portdir devel/statcvs description {generates tables and charts about a CVS repository} homepage http://statcvs.sourceforge.net/ depends_run bin:cvs:cvs epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jfreechart port:junit} name statcvs long_description {StatCVS retrieves information from a CVS repository and generates various tables and charts describing the history of a software project development, such as a timeline for the lines of code, contribution of each developer, etc.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {devel java} version 0.2.2 revision 0 +stfl 660 +portdir devel/stfl description {Structured Terminal Forms Language/Library} homepage http://www.clifford.at/stfl/ epoch 0 platforms darwin name stfl depends_lib {port:ncursesw port:libiconv} maintainers lutz.horn at fastmail.fm long_description {STFL is a library which implements a curses-based widget set for text terminals. A special language (the Structured Terminal Forms Language) is used to describe STFL GUIs. The language is designed to be easy and fast to write so an application programmer does not need to spend ages fiddling around with the GUI and can concentrate on the more interesting programming tasks.} categories devel version 0.20 revision 0 stgit 950 variants html_man_docs portdir devel/stgit description {Push/pop utility on top of GIT} homepage http://www.procode.org/stgit/ depends_run port:git-core epoch 0 platforms darwin depends_lib port:python25 name stgit long_description {StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality. Note that StGIT is not an SCM interface on top of GIT and it expects a previously initialised GIT repository (unless it is cloned using StGIT directly). For standard SCM operations, either use plain GIT commands or the Cogito tool but it is not recommended to mix them with the StGIT commands.} maintainers {boeyms openmaintainer} version 0.14.3 categories {devel python} revision 1 strigi 718 @@ -4509,7 +4511,7 @@ mixminion 377 portdir mail/mixminion description {implementation of the Type III Anonymous Remailer protocol} homepage http://mixminion.net/ epoch 0 platforms darwin depends_lib port:python24 name mixminion maintainers nomaintainer long_description {Mixminion is the reference implementation of the Type III Anonymous Remailer protocol in Python.} version 0.0.7.1 categories mail revision 0 mpack 342 -variants universal portdir mail/mpack description {mime mail packing and unpacking} homepage http://ftp.andrew.cmu.edu/pub/mpack/ epoch 0 platforms darwin name mpack maintainers nomaintainer long_description {mpack and munpack provide command line tools to pack and unpack multipart mime mail messages} categories mail version 1.6 revision 0 +variants universal portdir mail/mpack description {mime mail packing and unpacking} homepage http://ftp.andrew.cmu.edu/pub/mpack/ epoch 0 platforms darwin name mpack maintainers nomaintainer long_description {mpack and munpack provide command line tools to pack and unpack multipart mime mail messages} categories mail version 1.6 revision 1 mpop 390 variants universal portdir mail/mpop description {small and fast POP3 client} homepage http://mpop.sourceforge.net/ epoch 0 platforms darwin name mpop depends_lib {port:openssl port:libiconv port:zlib port:gettext port:libgsasl} long_description {mpop is a small and fast POP3 client with header based mail filtering capabilities.} maintainers mww categories mail version 1.0.17 revision 0 msmtp 707 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Aug 3 00:57:11 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 3 Aug 2009 00:57:11 -0700 (PDT) Subject: [54863] trunk/dports/perl/p5-pgplot Message-ID: <20090803075711.65279229D954@beta.macosforge.org> Revision: 54863 http://trac.macports.org/changeset/54863 Author: ryandesign at macports.org Date: 2009-08-03 00:57:09 -0700 (Mon, 03 Aug 2009) Log Message: ----------- p5-pgplot: update to 2.20; closes #19612 Modified Paths: -------------- trunk/dports/perl/p5-pgplot/Portfile Removed Paths: ------------- trunk/dports/perl/p5-pgplot/files/ Modified: trunk/dports/perl/p5-pgplot/Portfile =================================================================== --- trunk/dports/perl/p5-pgplot/Portfile 2009-08-03 07:53:20 UTC (rev 54862) +++ trunk/dports/perl/p5-pgplot/Portfile 2009-08-03 07:57:09 UTC (rev 54863) @@ -2,7 +2,7 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup PGPLOT 2.18 +perl5.setup PGPLOT 2.20 maintainers nomaintainer description PGPlot interface for perl long_description \ @@ -13,9 +13,7 @@ platforms darwin -checksums md5 0c27c49f6443eb4fdcc9eaee4c756c87 +checksums md5 2843f43f2062f32a79aac9767203e0bb depends_lib-append port:p5-extutils-f77 lib:libpgplot:pgplot -patchfiles patch-Makefile.PL - -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Aug 3 01:05:52 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 3 Aug 2009 01:05:52 -0700 (PDT) Subject: [54864] trunk/dports/comms Message-ID: <20090803080552.AEA55229DAAD@beta.macosforge.org> Revision: 54864 http://trac.macports.org/changeset/54864 Author: ryandesign at macports.org Date: 2009-08-03 01:05:50 -0700 (Mon, 03 Aug 2009) Log Message: ----------- cutecom-qt4-mac: new port, version 0.20.0; closes #19341 Added Paths: ----------- trunk/dports/comms/cutecom-qt4-mac/ trunk/dports/comms/cutecom-qt4-mac/Portfile trunk/dports/comms/cutecom-qt4-mac/files/ trunk/dports/comms/cutecom-qt4-mac/files/patch-cutecommdlg.ui trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.cpp trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.h Added: trunk/dports/comms/cutecom-qt4-mac/Portfile =================================================================== --- trunk/dports/comms/cutecom-qt4-mac/Portfile (rev 0) +++ trunk/dports/comms/cutecom-qt4-mac/Portfile 2009-08-03 08:05:50 UTC (rev 54864) @@ -0,0 +1,43 @@ +# $Id$ + +PortSystem 1.0 + +name cutecom-qt4-mac +version 0.20.0 +categories comms +maintainers jwbacon at tds.net +distname cutecom-${version} +description Graphical serial terminal +long_description CuteCom is a graphical serial terminal, like minicom. \ + It is aimed mainly at hardware developers or other \ + people who need a terminal to talk to their devices. + +master_sites http://cutecom.sourceforge.net/ + +homepage http://cutecom.sourceforge.net + +platforms darwin +depends_build port:cmake +depends_lib port:qt4-mac + +patchfiles patch-qcppdialogimpl.cpp \ + patch-qcppdialogimpl.h \ + patch-cutecommdlg.ui + +checksums md5 a42394c3a29a2dc30edab721469f5eee \ + sha1 36d430ab25e7f53128c27f39f67a0fe9a2dd18af \ + rmd160 e8e3caf133ac19b320f66a898069f4c0698ad0a0 + +build.env QTDIR=${prefix}/libexec/qt4-mac +configure.env QTDIR=${prefix}/libexec/qt4-mac + +configure { + system "cmake -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake ." +} + +destroot { + xinstall ${worksrcpath}/cutecom ${destroot}${prefix}/bin + xinstall -d ${destroot}${prefix}/share/applnk/Utilities + xinstall ${worksrcpath}/cutecom.desktop ${destroot}${prefix}/share/applnk/Utilities +} + Property changes on: trunk/dports/comms/cutecom-qt4-mac/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/comms/cutecom-qt4-mac/files/patch-cutecommdlg.ui =================================================================== --- trunk/dports/comms/cutecom-qt4-mac/files/patch-cutecommdlg.ui (rev 0) +++ trunk/dports/comms/cutecom-qt4-mac/files/patch-cutecommdlg.ui 2009-08-03 08:05:50 UTC (rev 54864) @@ -0,0 +1,24 @@ +--- cutecommdlg.ui.orig 2009-03-28 12:36:33.000000000 -0500 ++++ cutecommdlg.ui 2009-03-28 12:36:48.000000000 -0500 +@@ -213,21 +213,6 @@ + 230400 + + +- +- +- 460800 +- +- +- +- +- 576000 +- +- +- +- +- 921600 +- +- + + + Added: trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.cpp =================================================================== --- trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.cpp (rev 0) +++ trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.cpp 2009-08-03 08:05:50 UTC (rev 54864) @@ -0,0 +1,41 @@ +--- qcppdialogimpl.cpp.orig 2008-03-12 16:09:50.000000000 -0500 ++++ qcppdialogimpl.cpp 2009-03-28 10:13:13.000000000 -0500 +@@ -243,11 +243,10 @@ + bool entryFound=false; + QStringList devices=settings.readListEntry("/cutecom/AllDevices", &entryFound); + if (!entryFound) +- devices<<"/dev/ttyS0"<<"/dev/ttyS1"<<"/dev/ttyS2"<<"/dev/ttyS3"; ++ devices<insertStringList(devices); +- +- m_deviceCb->setCurrentText(settings.readEntry("/cutecom/CurrentDevice", "/dev/ttyS0")); ++ m_deviceCb->setCurrentText(settings.readEntry("/cutecom/CurrentDevice", DEFAULT_DEV)); + + QStringList history=settings.readListEntry("/cutecom/History"); + +@@ -929,15 +928,15 @@ + case 230400: + _baud=B230400; + break; +- case 460800: +- _baud=B460800; +- break; +- case 576000: +- _baud=B576000; +- break; +- case 921600: +- _baud=B921600; +- break; ++// case 460800: ++// _baud=B460800; ++// break; ++// case 576000: ++// _baud=B576000; ++// break; ++// case 921600: ++// _baud=B921600; ++// break; + // case 128000: + // _baud=B128000; + // break; Added: trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.h =================================================================== --- trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.h (rev 0) +++ trunk/dports/comms/cutecom-qt4-mac/files/patch-qcppdialogimpl.h 2009-08-03 08:05:50 UTC (rev 54864) @@ -0,0 +1,24 @@ +--- qcppdialogimpl.h.orig 2008-03-12 16:09:50.000000000 -0500 ++++ qcppdialogimpl.h 2009-03-28 09:05:42.000000000 -0500 +@@ -103,4 +103,21 @@ + + }; + ++#if defined(__FreeBSD__) ++ ++#define DEVLIST "/dev/cuaU0"<<"/dev/cuaU1"<<"/dev/cuad0"<<"/dev/cuad1"; ++#define DEFAULT_DEV "/dev/cuaU0" ++ ++#elif defined(__APPLE__) ++ ++#define DEVLIST "/dev/cu.usbserial"<<"/dev/cu.KeySerial1"; ++#define DEFAULT_DEV "/dev/cu.usbserial" ++ ++#else // Default to Linux devices. ++ ++#define DEVLIST "/dev/ttyS0"<<"/dev/ttyS1"<<"/dev/ttyS2"<<"/dev/ttyS3"; ++#define DEFAULT_DEV "/dev/ttyS0" ++ ++#endif ++ + #endif -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Mon Aug 3 01:12:10 2009 From: mww at macports.org (mww at macports.org) Date: Mon, 3 Aug 2009 01:12:10 -0700 (PDT) Subject: [54865] trunk/dports/audio/abcMIDI/Portfile Message-ID: <20090803081211.29025229DB45@beta.macosforge.org> Revision: 54865 http://trac.macports.org/changeset/54865 Author: mww at macports.org Date: 2009-08-03 01:12:09 -0700 (Mon, 03 Aug 2009) Log Message: ----------- version 2009-07-22 Modified Paths: -------------- trunk/dports/audio/abcMIDI/Portfile Modified: trunk/dports/audio/abcMIDI/Portfile =================================================================== --- trunk/dports/audio/abcMIDI/Portfile 2009-08-03 08:05:50 UTC (rev 54864) +++ trunk/dports/audio/abcMIDI/Portfile 2009-08-03 08:12:09 UTC (rev 54865) @@ -3,7 +3,7 @@ PortSystem 1.0 name abcMIDI -version 2009-06-26 +version 2009-07-22 categories audio platforms darwin maintainers mww @@ -13,9 +13,9 @@ homepage http://ifdo.pugmarks.com/~seymour/runabc/top.html master_sites http://ifdo.pugmarks.com/~seymour/runabc/ -checksums md5 c2bdefa8cd2975f323fe62ba0a231e81 \ - sha1 3c0f7f893e56c9fbe530ff2751a9d89995e62ec2 \ - rmd160 2528df5f44db3be5135399fcce4631bef1379dfa +checksums md5 1e0ce7cb5810c14704ac56c48b5ba33e \ + sha1 6604c18b03d9a3230e8e3af17bfb8888787bd6b6 \ + rmd160 6cb8eecc2eb81856a4b61af688dad3485b5b47ef patchfiles patch-makefile.diff worksrcdir abcmidi -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Mon Aug 3 01:15:33 2009 From: mww at macports.org (mww at macports.org) Date: Mon, 3 Aug 2009 01:15:33 -0700 (PDT) Subject: [54866] trunk/dports/java/javacc/Portfile Message-ID: <20090803081533.9CF81229DBA6@beta.macosforge.org> Revision: 54866 http://trac.macports.org/changeset/54866 Author: mww at macports.org Date: 2009-08-03 01:15:30 -0700 (Mon, 03 Aug 2009) Log Message: ----------- version 4.2 Modified Paths: -------------- trunk/dports/java/javacc/Portfile Modified: trunk/dports/java/javacc/Portfile =================================================================== --- trunk/dports/java/javacc/Portfile 2009-08-03 08:12:09 UTC (rev 54865) +++ trunk/dports/java/javacc/Portfile 2009-08-03 08:15:30 UTC (rev 54866) @@ -3,7 +3,7 @@ PortSystem 1.0 name javacc -version 4.0 +version 4.2 categories java lang devel platforms darwin maintainers mww @@ -19,8 +19,10 @@ included with JavaCC), actions, debugging, etc homepage https://javacc.dev.java.net -master_sites ${homepage}/files/documents/17/26776/ -checksums sha1 74b1daf2e10077f9f64225f2ac8d08075b40445d +master_sites ${homepage}/files/documents/17/117793 +checksums md5 8d8e2f6481e933939eb4c561f08bd89f \ + sha1 7ae9a5bdf95236aceecb4802f3125473e8145173 \ + rmd160 2a7ea2f7ed203eef8b3e43b075828538d7704746 configure { reinplace "s|`dirname \$0`/lib|${prefix}/share/java|g" \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Mon Aug 3 01:19:48 2009 From: mww at macports.org (mww at macports.org) Date: Mon, 3 Aug 2009 01:19:48 -0700 (PDT) Subject: [54867] trunk/dports/net/aria2/Portfile Message-ID: <20090803081949.6AC34229DC27@beta.macosforge.org> Revision: 54867 http://trac.macports.org/changeset/54867 Author: mww at macports.org Date: 2009-08-03 01:19:45 -0700 (Mon, 03 Aug 2009) Log Message: ----------- version 1.5.1 Modified Paths: -------------- trunk/dports/net/aria2/Portfile Modified: trunk/dports/net/aria2/Portfile =================================================================== --- trunk/dports/net/aria2/Portfile 2009-08-03 08:15:30 UTC (rev 54866) +++ trunk/dports/net/aria2/Portfile 2009-08-03 08:19:45 UTC (rev 54867) @@ -3,7 +3,7 @@ PortSystem 1.0 name aria2 -version 1.4.1 +version 1.5.1 categories net platforms darwin maintainers mww @@ -13,9 +13,9 @@ homepage http://aria2.sourceforge.net/ master_sites sourceforge -checksums md5 d063b3bd2bdf4afbcda67900e772e712 \ - sha1 d751a29126e31e684a5d9b81b6a639cccc61f85d \ - rmd160 0d1266606a9906f7ba7990ad226786e2888b9011 +checksums md5 b1928993ffcf23076553eb43f45a3278 \ + sha1 176401f504a94a9d9756383f020a9b108884ec4b \ + rmd160 e522c639a67807ca59b1f4f8d8e7858150deae90 use_bzip2 yes depends_lib port:gettext port:libiconv port:gnutls port:libxml2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 01:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 01:53:50 -0700 (PDT) Subject: [54868] trunk/dports Message-ID: <20090803085352.28637229DDFB@beta.macosforge.org> Revision: 54868 http://trac.macports.org/changeset/54868 Author: portindex at macports.org Date: 2009-08-03 01:53:49 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6022 Ports successfully parsed: 6022 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 08:19:45 UTC (rev 54867) +++ trunk/dports/PortIndex 2009-08-03 08:53:49 UTC (rev 54868) @@ -297,7 +297,7 @@ aacgain 391 variants {darwin universal} portdir audio/aacgain description {AAC/MP3 normalisation tool} homepage http://altosdesign.com/aacgain/ epoch 0 platforms darwin name aacgain depends_lib {lib:libmp4v2:libmp4v2 port:faad2} long_description {A modification of mp3gain to normalise the volume of MP3 and AAC audio files.} maintainers cs.dartmouth.edu:tristan categories audio version 1.7 revision 0 abcMIDI 400 -variants universal portdir audio/abcMIDI description {ABC to midi and vice versa converter} homepage http://ifdo.pugmarks.com/~seymour/runabc/top.html epoch 0 platforms darwin name abcMIDI long_description {ABC is a text-based music notation language. These tools can convert ABC to midi and vice versa.} maintainers mww depends_extract bin:unzip:unzip categories audio version 2009-06-26 revision 0 +variants universal portdir audio/abcMIDI description {ABC to midi and vice versa converter} homepage http://ifdo.pugmarks.com/~seymour/runabc/top.html epoch 0 platforms darwin name abcMIDI long_description {ABC is a text-based music notation language. These tools can convert ABC to midi and vice versa.} maintainers mww depends_extract bin:unzip:unzip categories audio version 2009-07-22 revision 0 abcde 543 portdir audio/abcde description {A Better CD Encoder} homepage http://www.hispalinux.es/~data/abcde.php epoch 0 platforms darwin name abcde depends_lib {port:vorbis-tools port:lame port:flac port:cd-discid port:cdparanoia port:id3v2 port:normalize} maintainers nomaintainer long_description {abcde is a frontend command-line utility (actually, a shell script) that grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) format, and tags them, all in one go.} categories audio version 2.3.3 revision 0 alac_decoder 749 @@ -540,6 +540,8 @@ variants universal portdir cad/gerbv description {Gerber Viewer (gerbv) is a viewer for Gerber files} homepage http://gerbv.sourceforge.net/ epoch 0 platforms darwin name gerbv depends_lib {lib:libgtk2:gtk2 lib:libpng:libpng} long_description {Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are generated from PCB CAD system and sent to PCB manufacturers as basis for the manufacturing process. The standard supported by gerbv is RS-274X.} maintainers zonque.org:darwinports categories cad version 1.0.1 revision 0 gtkwave 464 variants universal portdir cad/gtkwave description {A viewer for common electronic CAD waveform files.} homepage http://gtkwave.sourceforge.net epoch 0 platforms darwin name gtkwave depends_lib port:gtk2 long_description {GTKWave is a fully featured GTK+ based wave viewer for Unix and Win32 which reads LXT, LXT2, VZT, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing.} maintainers gwright categories cad version 3.2.1 revision 0 +cutecom-qt4-mac 473 +variants universal depends_build port:cmake portdir comms/cutecom-qt4-mac description {Graphical serial terminal} homepage http://cutecom.sourceforge.net epoch 0 platforms darwin depends_lib port:qt4-mac name cutecom-qt4-mac long_description {CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices.} maintainers jwbacon at tds.net categories comms version 0.20.0 revision 0 dgpsip 1614 variants universal portdir comms/dgpsip description {Differential GPS over IP communication device} homepage http://www.wsrcc.com/wolfgang/gps/dgps-ip.html epoch 0 platforms {darwin freebsd} name dgpsip long_description {On a stationary GPS without a differential correction signal, you should see a 20 m average radius {drunken walk} pattern. On the same receiver with DGPS corrections and a good view of the sky, the error the same receiver with DGPS corrections and a good view of the sky, the error should be reduced to approximately 2 m average radius. If you've always wanted to know exactly where your house is located without that annoying GPS wander, but didn't want to spend the money for a DGPS radio, here is your big chance! I'd like to announce a fun DGPS hack. I've written a small Un*x server and client for redistributing DGPS correction signals over the Net. Basically the server grabs the serial byte stream from my DGPS radio and sends it off over a TCP connection. The client does the same thing but in reverse. The result is that you can receive the local DGPS corrections from absolutely anywhere by using the Internet as the world's largest extension cord. You'll still need to be within 1000 miles or so of San Francisco, California, USA for best results. However chances are better error will still be reduced if you are 2000 to 3000 miles away. Several respondents from 2000 miles away have noted that the remote differential signals have diminished the SA-induced position and velocity errors by approximately 3 times.} maintainers nomaintainer categories comms version 1.32 revision 0 gnokii 674 @@ -3531,7 +3533,7 @@ java_memcached 612 variants built_in_logger depends_build bin:ant:apache-ant portdir java/java_memcached depends_fetch port:subversion description {A high performance, distributed object caching system.} homepage http://www.whalin.com/memcached/ epoch 0 name java_memcached depends_lib {bin:java:kaffe port:jakarta-log4j} 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. This Port provides a native Java client.} maintainers nomaintainer categories java version 1.6 revision 0 javacc 729 -variants universal portdir java/javacc description {Java Compiler Compiler, a parser generator for use with Java} homepage https://javacc.dev.java.net epoch 0 platforms darwin name javacc long_description {Java Compiler Compiler (JavaCC) is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc} maintainers mww categories {java lang devel} version 4.0 revision 0 +variants universal portdir java/javacc description {Java Compiler Compiler, a parser generator for use with Java} homepage https://javacc.dev.java.net epoch 0 platforms darwin name javacc long_description {Java Compiler Compiler (JavaCC) is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc} maintainers mww categories {java lang devel} version 4.2 revision 0 javancss 517 depends_build {bin:ant:apache-ant bin:javacc:javacc port:ccl-util} portdir java/javancss description {Java Source Measurement Suite} homepage http://www.kclee.de/clemens/java/javancss/ epoch 0 platforms darwin name javancss maintainers glowacki.org:dave long_description {JavaNCSS measures two standard source code metrics for the Java programming language. The metrics are collected globally, for each class and/or for each function.} depends_extract bin:unzip:unzip categories {java devel} version 28.49 revision 0 javasqlite 459 @@ -5071,7 +5073,7 @@ argus-monitor 615 variants {apple_postfix universal} portdir net/argus-monitor description {The All Seeing System and Network Monitoring Software} homepage http://argus.tcp4me.com/ epoch 0 platforms darwin name argus-monitor depends_lib {path:bin/perl:perl5 port:postfix port:openssl port:freetype port:gd2 port:fping port:db44 port:p5-dbi port:p5-berkeleydb port:p5-socket6 port:p5-gd port:p5-time-hires port:p5-net-ssleay port:p5-digest-hmac port:p5-digest-md5 port:p5-digest-sha1 port:p5-crypt-des} long_description {{The All Seeing System and Network Monitoring Software}} maintainers markd categories net version 3.5 revision 0 aria2 444 -variants universal portdir net/aria2 description {download utility with resuming and segmented downloading} homepage http://aria2.sourceforge.net/ epoch 0 platforms darwin name aria2 depends_lib {port:gettext port:libiconv port:gnutls port:libxml2} long_description {aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.} maintainers mww categories net version 1.4.1 revision 0 +variants universal portdir net/aria2 description {download utility with resuming and segmented downloading} homepage http://aria2.sourceforge.net/ epoch 0 platforms darwin name aria2 depends_lib {port:gettext port:libiconv port:gnutls port:libxml2} long_description {aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.} maintainers mww categories net version 1.5.1 revision 0 arla 544 variants {krbafs universal} portdir net/arla description {free AFS implementation from KTH} homepage http://www.stacken.kth.se/projekt/arla/ epoch 0 platforms darwin depends_lib lib:krbafs:krbafs name arla long_description {Arla is a free AFS client implementation. The main goal of the Arla project is to make a fully functional client with all capabilities of commercial AFS. Other planned and implemented things are all the normal management tools and a server.} maintainers nomaintainer categories {net security} version 0.35.11 revision 1 arpd 339 @@ -6863,7 +6865,7 @@ p5-perlmagick 500 variants universal depends_build {port:bzip2 port:freetype port:jpeg port:libpng port:tiff port:zlib} portdir perl/p5-perlmagick description {Perl extension for calling ImageMagick's libMagick methods} homepage http://search.cpan.org/~jcristy/PerlMagick-6.32/ epoch 0 platforms darwin name p5-perlmagick depends_lib {path:bin/perl:perl5 port:ImageMagick} long_description {{Perl extension for calling ImageMagick's libMagick methods}} maintainers nomaintainer categories perl version 6.32 revision 0 p5-pgplot 556 -variants universal portdir perl/p5-pgplot description {PGPlot interface for perl} homepage http://search.cpan.org/dist/PGPLOT/ epoch 0 platforms darwin name p5-pgplot depends_lib {path:bin/perl:perl5 port:p5-extutils-f77 lib:libpgplot:pgplot} long_description {This module allows the use of the the PGPLOT graphics library from the popular Perl scripting language. PGPLOT makes it very easy to process and plot data using the powerful file and text manipulation facilites built in to Perl.} maintainers nomaintainer categories perl version 2.18 revision 0 +variants universal portdir perl/p5-pgplot description {PGPlot interface for perl} homepage http://search.cpan.org/dist/PGPLOT/ epoch 0 platforms darwin name p5-pgplot depends_lib {path:bin/perl:perl5 port:p5-extutils-f77 lib:libpgplot:pgplot} long_description {This module allows the use of the the PGPLOT graphics library from the popular Perl scripting language. PGPLOT makes it very easy to process and plot data using the powerful file and text manipulation facilites built in to Perl.} maintainers nomaintainer categories perl version 2.20 revision 0 p5-pgtop 412 variants universal portdir perl/p5-pgtop description {display PostgreSQL performance info like `top'} homepage http://search.cpan.org/dist/pgtop/ epoch 0 platforms darwin name p5-pgtop depends_lib {path:bin/perl:perl5 port:p5-term-readkey port:p5-dbi port:p5-dbd-pg} long_description {{display PostgreSQL performance info like `top'}} maintainers {narf_tm openmaintainer} categories perl version 0.05 revision 0 p5-pmtools 589 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Aug 3 02:41:12 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Mon, 3 Aug 2009 02:41:12 -0700 (PDT) Subject: [54869] trunk/dports/java/itext/Portfile Message-ID: <20090803094112.BF3C6229E2B2@beta.macosforge.org> Revision: 54869 http://trac.macports.org/changeset/54869 Author: ryandesign at macports.org Date: 2009-08-03 02:41:10 -0700 (Mon, 03 Aug 2009) Log Message: ----------- itext: fix livecheck Modified Paths: -------------- trunk/dports/java/itext/Portfile Modified: trunk/dports/java/itext/Portfile =================================================================== --- trunk/dports/java/itext/Portfile 2009-08-03 08:53:49 UTC (rev 54868) +++ trunk/dports/java/itext/Portfile 2009-08-03 09:41:10 UTC (rev 54869) @@ -36,3 +36,5 @@ ${destroot}${prefix}/share/java/ file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} } + +livecheck.regex iText iText (.*) released.* -------------- next part -------------- An HTML attachment was scrubbed... URL: From css at macports.org Mon Aug 3 05:08:56 2009 From: css at macports.org (css at macports.org) Date: Mon, 3 Aug 2009 05:08:56 -0700 (PDT) Subject: [54870] trunk/dports/devel/cmake/Portfile Message-ID: <20090803120857.51506229EC40@beta.macosforge.org> Revision: 54870 http://trac.macports.org/changeset/54870 Author: css at macports.org Date: 2009-08-03 05:08:54 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Fix CMake livecheck. refs #20533 Modified Paths: -------------- trunk/dports/devel/cmake/Portfile Modified: trunk/dports/devel/cmake/Portfile =================================================================== --- trunk/dports/devel/cmake/Portfile 2009-08-03 09:41:10 UTC (rev 54869) +++ trunk/dports/devel/cmake/Portfile 2009-08-03 12:08:54 UTC (rev 54870) @@ -18,6 +18,7 @@ checksums md5 50f387d0436696c4a68b5512a72c9cde \ sha1 c7e295683e061c2ed19773a1f0444972f75db092 \ rmd160 e4217067537f76e52317514cb5bb0cf38733d16a + configure.args --mandir=/share/man --docdir=/share/doc/cmake post-destroot { @@ -30,4 +31,5 @@ } livecheck.check regex -livecheck.regex {CMake (\d(?:\.\d+)*)} +livecheck.regex {Latest Release \((\d(?:\.\d+)*)\)} +livecheck.url ${homepage}cmake/resources/software.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Aug 3 05:18:06 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 3 Aug 2009 05:18:06 -0700 (PDT) Subject: [54871] trunk/dports/devel Message-ID: <20090803121807.23F02229EDD5@beta.macosforge.org> Revision: 54871 http://trac.macports.org/changeset/54871 Author: snc at macports.org Date: 2009-08-03 05:18:06 -0700 (Mon, 03 Aug 2009) Log Message: ----------- created libusb-legacy, ticket #20423. taken as openmaintainer. this is for gnu radio and others who have not updated their api calls to either the new api or the compat api. emphasis on legacy. Added Paths: ----------- trunk/dports/devel/libusb/ trunk/dports/devel/libusb/Portfile trunk/dports/devel/libusb/files/ trunk/dports/devel/libusb/files/patch-Makefile.in.diff trunk/dports/devel/libusb/files/patch-darwin.c.diff Removed Paths: ------------- trunk/dports/devel/libusb/ Added: trunk/dports/devel/libusb/Portfile =================================================================== --- trunk/dports/devel/libusb/Portfile (rev 0) +++ trunk/dports/devel/libusb/Portfile 2009-08-03 12:18:06 UTC (rev 54871) @@ -0,0 +1,31 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name libusb-legacy +version 0.1.12 +categories devel +maintainers snc openmaintainer +description Library providing access to USB devices +long_description A library originally developed under Linux to give \ + userland programs an API to access to USB hardware. +homepage http://libusb.org/ + +platforms darwin + +distname libusb-${version} +master_sites sourceforge:libusb +checksums md5 caf182cbc7565dac0fd72155919672e6 \ + sha1 599a5168590f66bc6f1f9a299579fd8500614807 \ + rmd160 63848df717e00fff67ab30ba86a85466370d4e8e + +patchfiles patch-Makefile.in.diff patch-darwin.c.diff + +configure.args --disable-build-docs +post-configure { + if {[variant_isset universal]} { + reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool + } +} + Added: trunk/dports/devel/libusb/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/devel/libusb/files/patch-Makefile.in.diff (rev 0) +++ trunk/dports/devel/libusb/files/patch-Makefile.in.diff 2009-08-03 12:18:06 UTC (rev 54871) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-07-01 14:51:39.000000000 -0700 ++++ Makefile.in 2009-07-01 14:51:45.000000000 -0700 +@@ -257,7 +257,7 @@ + # gnu strictness chokes on README being autogenerated + AUTOMAKE_OPTIONS = 1.4 foreign + SUBDIRS = . tests doc +-AM_CFLAGS = -Werror $(AM_CFLAGS_EXT) ++AM_CFLAGS = $(AM_CFLAGS_EXT) + configincludedir = $(pkglibdir)/include + bin_SCRIPTS = libusb-config + EXTRA_DIST = LICENSE libusb.spec.in libusb.spec libusb-config.in README.in README \ Added: trunk/dports/devel/libusb/files/patch-darwin.c.diff =================================================================== --- trunk/dports/devel/libusb/files/patch-darwin.c.diff (rev 0) +++ trunk/dports/devel/libusb/files/patch-darwin.c.diff 2009-08-03 12:18:06 UTC (rev 54871) @@ -0,0 +1,41 @@ +--- darwin.c.orig 2006-02-25 19:40:17.000000000 +0100 ++++ darwin.c 2006-04-27 22:15:22.000000000 +0200 +@@ -189,6 +189,8 @@ + return "invalid argument"; + case kIOReturnAborted: + return "transaction aborted"; ++ case kIOReturnNotResponding: ++ return "the device is not responding"; + default: + return "unknown error"; + } +@@ -207,6 +209,7 @@ + case kIOUSBNoAsyncPortErr: + return ENXIO; + case kIOReturnExclusiveAccess: ++ case kIOReturnNotResponding: + return EBUSY; + case kIOUSBPipeStalled: + return LUSBDARWINSTALL; +@@ -838,19 +841,13 @@ + + if (result == kIOReturnSuccess) { + /* wait for write to complete */ +- if (CFRunLoopRunInMode(kCFRunLoopDefaultMode, (timeout+999)/1000, true) == kCFRunLoopRunTimedOut) { +- (*(device->interface))->AbortPipe(device->interface, pipeRef); +- CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true); /* Pick up aborted callback */ +- if (usb_debug) +- fprintf(stderr, "usb_bulk_read: input timed out\n"); +- } ++ CFRunLoopRun(); + } + + CFRunLoopRemoveSource(CFRunLoopGetCurrent(), cfSource, kCFRunLoopDefaultMode); + + /* Check the return code of both the write and completion functions. */ +- if (result != kIOReturnSuccess || (rw_arg.result != kIOReturnSuccess && +- rw_arg.result != kIOReturnAborted) ) { ++ if (result != kIOReturnSuccess || rw_arg.result != kIOReturnSuccess) { + int error_code; + char *error_str; + -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Aug 3 05:28:55 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 3 Aug 2009 05:28:55 -0700 (PDT) Subject: [54872] trunk/dports/devel/libusb Message-ID: <20090803122855.ED0F5229EF18@beta.macosforge.org> Revision: 54872 http://trac.macports.org/changeset/54872 Author: snc at macports.org Date: 2009-08-03 05:28:53 -0700 (Mon, 03 Aug 2009) Log Message: ----------- undone that weird wrong-dir update just now ... can anyone doublecheck this is right now? Added Paths: ----------- trunk/dports/devel/libusb/Portfile trunk/dports/devel/libusb/files/ trunk/dports/devel/libusb/files/patch-libusb__os__darwin_usb.c Removed Paths: ------------- trunk/dports/devel/libusb/Portfile trunk/dports/devel/libusb/files/ Deleted: trunk/dports/devel/libusb/Portfile =================================================================== --- trunk/dports/devel/libusb/Portfile 2009-08-03 12:18:06 UTC (rev 54871) +++ trunk/dports/devel/libusb/Portfile 2009-08-03 12:28:53 UTC (rev 54872) @@ -1,31 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 -# $Id$ - -PortSystem 1.0 - -name libusb-legacy -version 0.1.12 -categories devel -maintainers snc openmaintainer -description Library providing access to USB devices -long_description A library originally developed under Linux to give \ - userland programs an API to access to USB hardware. -homepage http://libusb.org/ - -platforms darwin - -distname libusb-${version} -master_sites sourceforge:libusb -checksums md5 caf182cbc7565dac0fd72155919672e6 \ - sha1 599a5168590f66bc6f1f9a299579fd8500614807 \ - rmd160 63848df717e00fff67ab30ba86a85466370d4e8e - -patchfiles patch-Makefile.in.diff patch-darwin.c.diff - -configure.args --disable-build-docs -post-configure { - if {[variant_isset universal]} { - reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool - } -} - Added: trunk/dports/devel/libusb/Portfile =================================================================== --- trunk/dports/devel/libusb/Portfile (rev 0) +++ trunk/dports/devel/libusb/Portfile 2009-08-03 12:28:53 UTC (rev 54872) @@ -0,0 +1,28 @@ +# $Id$ + +PortSystem 1.0 + +name libusb +version 1.0.2 +categories devel + +description library for USB device access +long_description \ + library for use by user level applications to \ + access USB devices regardless of OS +homepage http://libusb.wiki.sourceforge.net/ + +platforms darwin +#license lgpl2.1+ +maintainers wilcoxd.com:rwilcox toby brett + +master_sites sourceforge +checksums md5 dc8865eaff167aabe78e5799762b8067 \ + sha1 704a964bbdf5173a9eaedba2ccc486184652c2de \ + rmd160 5756917a3294822b3d6153930daa05fd593af5d6 + +use_bzip2 yes + +patchfiles patch-libusb__os__darwin_usb.c + +livecheck.regex ${name}-(\[0-9\]\[^ \]+) released Property changes on: trunk/dports/devel/libusb/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/devel/libusb/files/patch-libusb__os__darwin_usb.c =================================================================== --- trunk/dports/devel/libusb/files/patch-libusb__os__darwin_usb.c (rev 0) +++ trunk/dports/devel/libusb/files/patch-libusb__os__darwin_usb.c 2009-08-03 12:28:53 UTC (rev 54872) @@ -0,0 +1,30 @@ +--- libusb/os/darwin_usb.c.orig 2009-07-21 14:39:55.000000000 -0700 ++++ libusb/os/darwin_usb.c 2009-07-21 14:42:39.000000000 -0700 +@@ -150,7 +150,8 @@ + io_cf_plugin_ref_t *plugInInterface = NULL; + usb_device_t **device; + io_service_t usbDevice; +- long result, score; ++ long result; ++ SInt32 score; + + if (!IOIteratorIsValid (deviceIterator) || !(usbDevice = IOIteratorNext(deviceIterator))) + return NULL; +@@ -278,7 +279,7 @@ + if (kresult != kIOReturnSuccess) { + _usbi_log (ctx, LOG_LEVEL_ERROR, "could not add hotplug event source: %s", darwin_error_str (kresult)); + +- pthread_exit ((void *)kresult); ++ pthread_exit ((void *)(intptr_t)kresult); + } + + /* arm notifiers */ +@@ -767,7 +768,7 @@ + io_service_t usbInterface = IO_OBJECT_NULL; + IOReturn kresult; + IOCFPlugInInterface **plugInInterface = NULL; +- long score; ++ SInt32 score; + uint8_t new_config; + + /* current interface */ -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Aug 3 05:34:07 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 3 Aug 2009 05:34:07 -0700 (PDT) Subject: [54873] trunk/dports/devel Message-ID: <20090803123408.3549A229EFE5@beta.macosforge.org> Revision: 54873 http://trac.macports.org/changeset/54873 Author: snc at macports.org Date: 2009-08-03 05:34:07 -0700 (Mon, 03 Aug 2009) Log Message: ----------- created libusb-legacy, ticket #20423. taken as openmaintainer. this is for gnu radio and others who have not updated their api calls to either the new api or the compat api. emphasis on legacy. Added Paths: ----------- trunk/dports/devel/libusb-legacy/ trunk/dports/devel/libusb-legacy/Portfile trunk/dports/devel/libusb-legacy/files/ trunk/dports/devel/libusb-legacy/files/patch-Makefile.in.diff trunk/dports/devel/libusb-legacy/files/patch-darwin.c.diff Added: trunk/dports/devel/libusb-legacy/Portfile =================================================================== --- trunk/dports/devel/libusb-legacy/Portfile (rev 0) +++ trunk/dports/devel/libusb-legacy/Portfile 2009-08-03 12:34:07 UTC (rev 54873) @@ -0,0 +1,31 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name libusb-legacy +version 0.1.12 +categories devel +maintainers snc openmaintainer +description Library providing access to USB devices +long_description A library originally developed under Linux to give \ + userland programs an API to access to USB hardware. +homepage http://libusb.org/ + +platforms darwin + +distname libusb-${version} +master_sites sourceforge:libusb +checksums md5 caf182cbc7565dac0fd72155919672e6 \ + sha1 599a5168590f66bc6f1f9a299579fd8500614807 \ + rmd160 63848df717e00fff67ab30ba86a85466370d4e8e + +patchfiles patch-Makefile.in.diff patch-darwin.c.diff + +configure.args --disable-build-docs +post-configure { + if {[variant_isset universal]} { + reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool + } +} + Property changes on: trunk/dports/devel/libusb-legacy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/devel/libusb-legacy/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/devel/libusb-legacy/files/patch-Makefile.in.diff (rev 0) +++ trunk/dports/devel/libusb-legacy/files/patch-Makefile.in.diff 2009-08-03 12:34:07 UTC (rev 54873) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-07-01 14:51:39.000000000 -0700 ++++ Makefile.in 2009-07-01 14:51:45.000000000 -0700 +@@ -257,7 +257,7 @@ + # gnu strictness chokes on README being autogenerated + AUTOMAKE_OPTIONS = 1.4 foreign + SUBDIRS = . tests doc +-AM_CFLAGS = -Werror $(AM_CFLAGS_EXT) ++AM_CFLAGS = $(AM_CFLAGS_EXT) + configincludedir = $(pkglibdir)/include + bin_SCRIPTS = libusb-config + EXTRA_DIST = LICENSE libusb.spec.in libusb.spec libusb-config.in README.in README \ Added: trunk/dports/devel/libusb-legacy/files/patch-darwin.c.diff =================================================================== --- trunk/dports/devel/libusb-legacy/files/patch-darwin.c.diff (rev 0) +++ trunk/dports/devel/libusb-legacy/files/patch-darwin.c.diff 2009-08-03 12:34:07 UTC (rev 54873) @@ -0,0 +1,41 @@ +--- darwin.c.orig 2006-02-25 19:40:17.000000000 +0100 ++++ darwin.c 2006-04-27 22:15:22.000000000 +0200 +@@ -189,6 +189,8 @@ + return "invalid argument"; + case kIOReturnAborted: + return "transaction aborted"; ++ case kIOReturnNotResponding: ++ return "the device is not responding"; + default: + return "unknown error"; + } +@@ -207,6 +209,7 @@ + case kIOUSBNoAsyncPortErr: + return ENXIO; + case kIOReturnExclusiveAccess: ++ case kIOReturnNotResponding: + return EBUSY; + case kIOUSBPipeStalled: + return LUSBDARWINSTALL; +@@ -838,19 +841,13 @@ + + if (result == kIOReturnSuccess) { + /* wait for write to complete */ +- if (CFRunLoopRunInMode(kCFRunLoopDefaultMode, (timeout+999)/1000, true) == kCFRunLoopRunTimedOut) { +- (*(device->interface))->AbortPipe(device->interface, pipeRef); +- CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true); /* Pick up aborted callback */ +- if (usb_debug) +- fprintf(stderr, "usb_bulk_read: input timed out\n"); +- } ++ CFRunLoopRun(); + } + + CFRunLoopRemoveSource(CFRunLoopGetCurrent(), cfSource, kCFRunLoopDefaultMode); + + /* Check the return code of both the write and completion functions. */ +- if (result != kIOReturnSuccess || (rw_arg.result != kIOReturnSuccess && +- rw_arg.result != kIOReturnAborted) ) { ++ if (result != kIOReturnSuccess || rw_arg.result != kIOReturnSuccess) { + int error_code; + char *error_str; + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 05:53:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 05:53:26 -0700 (PDT) Subject: [54874] trunk/dports Message-ID: <20090803125327.466F4229F109@beta.macosforge.org> Revision: 54874 http://trac.macports.org/changeset/54874 Author: portindex at macports.org Date: 2009-08-03 05:53:25 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6023 Ports successfully parsed: 6023 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 12:34:07 UTC (rev 54873) +++ trunk/dports/PortIndex 2009-08-03 12:53:25 UTC (rev 54874) @@ -1634,6 +1634,8 @@ variants universal portdir devel/libusb description {library for USB device access} homepage http://libusb.wiki.sourceforge.net/ epoch 0 platforms darwin name libusb maintainers {wilcoxd.com:rwilcox toby brett} long_description {library for use by user level applications to access USB devices regardless of OS} categories devel version 1.0.2 revision 0 libusb-compat 401 variants universal depends_build port:pkgconfig portdir devel/libusb-compat description {library for USB device access} homepage http://libusb.wiki.sourceforge.net/ epoch 0 platforms darwin depends_lib port:libusb name libusb-compat maintainers {toby brett} long_description {library for use by user level applications to access USB devices regardless of OS} categories devel version 0.1.3 revision 0 +libusb-legacy 371 +variants universal portdir devel/libusb-legacy description {Library providing access to USB devices} homepage http://libusb.org/ epoch 0 platforms darwin name libusb-legacy long_description {A library originally developed under Linux to give userland programs an API to access to USB hardware.} maintainers {snc openmaintainer} categories devel version 0.1.12 revision 0 libut 501 variants universal portdir devel/libut description {library for writing Unix servers or daemon processes} homepage http://libut.sourceforge.net/ epoch 0 platforms darwin name libut 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.} maintainers nomaintainer categories devel version 2.0 revision 0 libyaml 340 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Aug 3 05:55:58 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 3 Aug 2009 05:55:58 -0700 (PDT) Subject: [54875] trunk/dports/perl Message-ID: <20090803125558.F01F9229F16C@beta.macosforge.org> Revision: 54875 http://trac.macports.org/changeset/54875 Author: snc at macports.org Date: 2009-08-03 05:55:58 -0700 (Mon, 03 Aug 2009) Log Message: ----------- created p5-crypt-gcrypt, ticket #20170. taken as openmaintainer. Added Paths: ----------- trunk/dports/perl/p5-crypt-gcrypt/ trunk/dports/perl/p5-crypt-gcrypt/Portfile Added: trunk/dports/perl/p5-crypt-gcrypt/Portfile =================================================================== --- trunk/dports/perl/p5-crypt-gcrypt/Portfile (rev 0) +++ trunk/dports/perl/p5-crypt-gcrypt/Portfile 2009-08-03 12:55:58 UTC (rev 54875) @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id:$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Crypt-GCrypt 1.21 + +maintainers snc openmaintainer + +description Perl interface to the GNU Cryptographic library +long_description Crypt::GCrypt provides a Perl interface to the libgcrypt \ + cryptographic functions. It currently supports symmetric \ + ciphers such as AES/Rikndael, Twofish, Triple DES, Arcfour \ + etc., while asymmetric cryptography is being developed. + +platforms darwin +depends_lib-append port:libgcrypt + +checksums md5 3b3780e64ead014592f52e38df757d81 + +configure.pre_args-append GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include + Property changes on: trunk/dports/perl/p5-crypt-gcrypt/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 06:53:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 06:53:25 -0700 (PDT) Subject: [54876] trunk/dports Message-ID: <20090803135326.ECE4C229F596@beta.macosforge.org> Revision: 54876 http://trac.macports.org/changeset/54876 Author: portindex at macports.org Date: 2009-08-03 06:53:23 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6024 Ports successfully parsed: 6024 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 12:55:58 UTC (rev 54875) +++ trunk/dports/PortIndex 2009-08-03 13:53:23 UTC (rev 54876) @@ -6110,6 +6110,8 @@ variants universal portdir perl/p5-crypt-dh description {Perl5 interface to a Diffie-Hellman key exchange system} homepage http://search.cpan.org/dist/Crypt-DH/ epoch 0 platforms darwin name p5-crypt-dh depends_lib path:bin/perl:perl5 long_description {{Perl5 interface to a Diffie-Hellman key exchange system}} maintainers nomaintainer categories perl version 0.06 revision 0 p5-crypt-dsa 435 variants universal depends_build port:p5-digest-sha1 portdir perl/p5-crypt-dsa description {perl implementation of DSA} homepage http://search.cpan.org/dist/Crypt-DSA/ epoch 0 platforms darwin name p5-crypt-dsa depends_lib {path:bin/perl:perl5 port:p5-convert-pem port:p5-data-buffer} long_description {This is Crypt::DSA. It provides DSA signature and key generation.} maintainers nomaintainer categories perl version 0.14 revision 0 +p5-crypt-gcrypt 577 +variants universal portdir perl/p5-crypt-gcrypt description {Perl interface to the GNU Cryptographic library} homepage http://search.cpan.org/dist/Crypt-GCrypt/ epoch 0 platforms darwin name p5-crypt-gcrypt depends_lib {path:bin/perl:perl5 port:libgcrypt} long_description {Crypt::GCrypt provides a Perl interface to the libgcrypt cryptographic functions. It currently supports symmetric ciphers such as AES/Rikndael, Twofish, Triple DES, Arcfour etc., while asymmetric cryptography is being developed.} maintainers {snc openmaintainer} categories perl version 1.21 revision 0 p5-crypt-idea 327 variants universal portdir perl/p5-crypt-idea description {perl implementation of IDEA} homepage http://search.cpan.org/dist/Crypt-IDEA/ epoch 0 platforms darwin name p5-crypt-idea depends_lib path:bin/perl:perl5 long_description {{perl implementation of IDEA}} maintainers nomaintainer categories perl version 1.08 revision 0 p5-crypt-openssl-bignum 389 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Mon Aug 3 07:33:10 2009 From: mww at macports.org (mww at macports.org) Date: Mon, 3 Aug 2009 07:33:10 -0700 (PDT) Subject: [54877] trunk/dports/lang/gcc45/Portfile Message-ID: <20090803143310.DEBBB229F9A3@beta.macosforge.org> Revision: 54877 http://trac.macports.org/changeset/54877 Author: mww at macports.org Date: 2009-08-03 07:33:08 -0700 (Mon, 03 Aug 2009) Log Message: ----------- version 4.5-20090730 Modified Paths: -------------- trunk/dports/lang/gcc45/Portfile Modified: trunk/dports/lang/gcc45/Portfile =================================================================== --- trunk/dports/lang/gcc45/Portfile 2009-08-03 13:53:23 UTC (rev 54876) +++ trunk/dports/lang/gcc45/Portfile 2009-08-03 14:33:08 UTC (rev 54877) @@ -3,7 +3,7 @@ PortSystem 1.0 name gcc45 -version 4.5-20090723 +version 4.5-20090730 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 20706920fd821b4ffbee0cf8edd682796bc5ae3e \ - ${dfort} sha1 dcd067a95b9813d6d395b08f01fc90b592de1a6b \ - ${dcxx} sha1 e351441f43f91f30309880a8107d8b25f9051afe \ - ${djava} sha1 19d0c081f4036a6c685171ea1be77c7ce2d34c3d \ - ${dobjc} sha1 9d458325271934bc5f55a973ea6d8d3d278b8378 +checksums ${dcore} sha1 305bc4e491825e271630b3eb9cc0f023f3cc53c5 \ + ${dfort} sha1 d698aacf1ac413e3c82ff2edb08c0c28e0468ab4 \ + ${dcxx} sha1 812dcc9d5aa112aeb87de3112b455bdfe916e854 \ + ${djava} sha1 b7dc9f2d1572f0961e3b297f0680ced19638f367 \ + ${dobjc} sha1 7096e843b0763fddc6b7ef72f722ab8b17b11030 use_bzip2 yes -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 07:53:38 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 07:53:38 -0700 (PDT) Subject: [54878] trunk/dports/PortIndex Message-ID: <20090803145339.44625229FBDB@beta.macosforge.org> Revision: 54878 http://trac.macports.org/changeset/54878 Author: portindex at macports.org Date: 2009-08-03 07:53:37 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6024 Ports successfully parsed: 6024 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 14:33:08 UTC (rev 54877) +++ trunk/dports/PortIndex 2009-08-03 14:53:37 UTC (rev 54878) @@ -4097,7 +4097,7 @@ gcc44 388 variants {powerpc odcctools} portdir lang/gcc44 description {The GNU compiler collection} homepage http://gcc.gnu.org/ epoch 1 platforms darwin name gcc44 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Java and Fortran95.} maintainers mww categories lang version 4.4.1 revision 0 gcc45 494 -variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20090723 revision 0 +variants {powerpc gfortran java} portdir lang/gcc45 description {The GNU compiler collection, prerelease BETA} homepage http://gcc.gnu.org/ epoch 0 platforms darwin name gcc45 depends_lib {port:gmp port:mpfr port:libiconv} long_description {The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++. This is a prerelease BETA version and does not have all available language front ends enabled.} maintainers mww categories lang version 4.5-20090730 revision 0 gccxml 351 variants universal depends_build port:cmake portdir lang/gccxml description {generates XML description of C++ code} homepage http://www.gccxml.org/ epoch 0 platforms darwin name gccxml long_description {generates an XML description of a C++ program from GCC's internal representation} maintainers nomaintainer categories lang version 0.6.0 revision 0 gccxml-devel 410 -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Aug 3 08:43:23 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 3 Aug 2009 08:43:23 -0700 (PDT) Subject: [54879] trunk/dports/python/py25-sip/Portfile Message-ID: <20090803154323.F3D1222A0670@beta.macosforge.org> Revision: 54879 http://trac.macports.org/changeset/54879 Author: macsforever2000 at macports.org Date: 2009-08-03 08:43:19 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Update to version 4.8.2. Set to openmaintainer. (#20481) Modified Paths: -------------- trunk/dports/python/py25-sip/Portfile Modified: trunk/dports/python/py25-sip/Portfile =================================================================== --- trunk/dports/python/py25-sip/Portfile 2009-08-03 14:53:37 UTC (rev 54878) +++ trunk/dports/python/py25-sip/Portfile 2009-08-03 15:43:19 UTC (rev 54879) @@ -3,10 +3,10 @@ PortSystem 1.0 name py25-sip -version 4.8.1 +version 4.8.2 platforms macosx categories python devel -maintainers saispo +maintainers saispo openmaintainer description create Python bindings for C and C++ libraries long_description SIP is a tool that makes it very easy to create \ Python bindings for C and C++ libraries. \ @@ -22,9 +22,9 @@ http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ distname sip-${version} -checksums md5 859e5b103ba5a083e4f2021eb6d99b26 \ - sha1 7e1b0899994fc7a20e26f4aa861979de3ea85f70 \ - rmd160 8639f793bcfe7d07ebd5c27bfd0a55a004ea7245 +checksums md5 7ae60712aa6b4095a8cdab11b437f8f0 \ + sha1 0364027c34eb69ce8c51d316c68f10a02a42d036 \ + rmd160 5b390d09a5b1a5e5fbf29d245aee8543397a1f19 dist_subdir python depends_lib port:python25 -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Aug 3 08:43:50 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 3 Aug 2009 08:43:50 -0700 (PDT) Subject: [54880] trunk/dports/python/py25-pyqt4/Portfile Message-ID: <20090803154350.F114222A06CB@beta.macosforge.org> Revision: 54880 http://trac.macports.org/changeset/54880 Author: macsforever2000 at macports.org Date: 2009-08-03 08:43:50 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Update to version 4.5.4. Set to openmaintainer. (#20481) Modified Paths: -------------- trunk/dports/python/py25-pyqt4/Portfile Modified: trunk/dports/python/py25-pyqt4/Portfile =================================================================== --- trunk/dports/python/py25-pyqt4/Portfile 2009-08-03 15:43:19 UTC (rev 54879) +++ trunk/dports/python/py25-pyqt4/Portfile 2009-08-03 15:43:50 UTC (rev 54880) @@ -3,10 +3,10 @@ PortSystem 1.0 name py25-pyqt4 -version 4.5.2 +version 4.5.4 platforms macosx categories python devel -maintainers saispo +maintainers saispo openmaintainer description PyQt4 is a set of Python bindings for the Qt4 toolkit long_description \ PyQt4 is a set of Python bindings for the Qt4 toolkit. The \ @@ -18,9 +18,9 @@ http://pyqwt.sourceforge.net/support/ distname PyQt-mac-gpl-${version} -checksums md5 158a7a0804ce2fbc748a9a41105e34fe \ - sha1 4fa04583829927a6bacba90adb9fabee682b3a7b \ - rmd160 9a766254813bee83ccb923f4cae08dc084ee0927 +checksums md5 6440c56d3c293d02e6fa67720614ebcb \ + sha1 62450f65642bfe0acff1ac409c579220d70e4139 \ + rmd160 167395f4475af69be2614c497df7ed3e289317d7 depends_lib port:py25-sip port:qt4-mac -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Mon Aug 3 08:49:22 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Mon, 3 Aug 2009 08:49:22 -0700 (PDT) Subject: [54881] trunk/dports/python/py26-pyqt4/Portfile Message-ID: <20090803154922.A981522A0778@beta.macosforge.org> Revision: 54881 http://trac.macports.org/changeset/54881 Author: macsforever2000 at macports.org Date: 2009-08-03 08:49:22 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Set to openmaintainer. (#20481) Modified Paths: -------------- trunk/dports/python/py26-pyqt4/Portfile Modified: trunk/dports/python/py26-pyqt4/Portfile =================================================================== --- trunk/dports/python/py26-pyqt4/Portfile 2009-08-03 15:43:50 UTC (rev 54880) +++ trunk/dports/python/py26-pyqt4/Portfile 2009-08-03 15:49:22 UTC (rev 54881) @@ -7,7 +7,7 @@ version 4.5.4 categories python devel platforms macosx -maintainers saispo +maintainers saispo openmaintainer description PyQt4 is a set of Python bindings for the Qt4 toolkit long_description \ PyQt4 is a set of Python bindings for the Qt4 toolkit. The \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 08:53:37 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 08:53:37 -0700 (PDT) Subject: [54882] trunk/dports Message-ID: <20090803155338.47DBF22A07E0@beta.macosforge.org> Revision: 54882 http://trac.macports.org/changeset/54882 Author: portindex at macports.org Date: 2009-08-03 08:53:37 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6024 Ports successfully parsed: 6024 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 15:49:22 UTC (rev 54881) +++ trunk/dports/PortIndex 2009-08-03 15:53:37 UTC (rev 54882) @@ -8518,8 +8518,8 @@ portdir python/py25-pyproj description {Python interfaces to PROJ.4 (http://proj.maptools.org) functions.} homepage http://code.google.com/p/pyproj/ epoch 0 platforms darwin depends_lib {port:proj port:py25-pyrex} name py25-pyproj maintainers {landonf openmaintainer} long_description {Pyrex wrapper to provide python interfaces to PROJ.4 (http://proj.maptools.org) functions. Performs cartographic transformations and geodetic computations.} version 1.8.5 categories {python graphics} revision 0 py25-pyprotocols 598 portdir python/py25-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py25-decoratortools name py25-pyprotocols maintainers {stechert akitada openmaintainer} long_description {PyProtocols extends the PEP 246 adapt() function with a new {declaration API} that lets you easily define your own interfaces and adapters, and declare what adapters should be used to adapt what types, objects, or interfaces.} depends_extract bin:unzip:unzip version 1.0a0dev-r2302 categories {python devel} revision 1 -py25-pyqt4 587 -variants universal portdir python/py25-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py25-pyqt4 depends_lib {port:py25-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers saispo categories {python devel} version 4.5.2 revision 0 +py25-pyqt4 604 +variants universal portdir python/py25-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py25-pyqt4 depends_lib {port:py25-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers {saispo openmaintainer} categories {python devel} version 4.5.4 revision 0 py25-pyqwt 627 variants universal portdir python/py25-pyqwt description {PyQwt is a set of Python bindings for the Qwt toolkit} homepage http://pyqwt.sourceforge.net epoch 0 platforms macosx name py25-pyqwt depends_lib {port:qt4-mac port:qwt port:py25-numpy} long_description {PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values.} maintainers nomaintainer categories {python devel} version 5.1.0 revision 1 py25-pyrex 454 @@ -8570,8 +8570,8 @@ portdir python/py25-simpletal description {A standalone Python HTML & XML template library} homepage http://www.owlfish.com/software/simpleTAL epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-simpletal maintainers nomaintainer long_description {SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of {TAL;} there are no dependencies on Zope nor is any of the Zope work re-used.} version 4.1 categories python revision 0 py25-simpy 376 portdir python/py25-simpy description {python based simulation language} 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.} version 1.9.1 categories python revision 0 -py25-sip 556 -variants universal portdir python/py25-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/software/sip/intro epoch 0 platforms macosx name py25-sip depends_lib port:python25 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.} maintainers saispo categories {python devel} version 4.8.1 revision 0 +py25-sip 573 +variants universal portdir python/py25-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/software/sip/intro epoch 0 platforms macosx name py25-sip depends_lib port:python25 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.} maintainers {saispo openmaintainer} categories {python devel} version 4.8.2 revision 0 py25-smisk 468 variants minimal portdir python/py25-smisk description {High performance web service framework} homepage http://python-smisk.org/ epoch 0 platforms darwin depends_lib {port:python25 port:fcgi port:py25-setuptools port:py25-elixir port:py25-mako port:py25-cjson port:py25-yaml} name py25-smisk long_description {A modern high performance web service framework, written in C but controlled by Python.} maintainers rasmus version 1.1.6 categories {python www} revision 0 py25-soaplib 747 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 09:53:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 09:53:26 -0700 (PDT) Subject: [54883] trunk/dports Message-ID: <20090803165328.0487A22A0C58@beta.macosforge.org> Revision: 54883 http://trac.macports.org/changeset/54883 Author: portindex at macports.org Date: 2009-08-03 09:53:24 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6024 Ports successfully parsed: 6024 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 15:53:37 UTC (rev 54882) +++ trunk/dports/PortIndex 2009-08-03 16:53:24 UTC (rev 54883) @@ -8940,8 +8940,8 @@ portdir python/py26-pyplusplus description {Py++ is an framework for creating a code generator for Boost.Python library and ctypes package} homepage http://www.language-binding.net/pyplusplus/pyplusplus.html epoch 0 platforms darwin depends_lib {port:py26-pygccxml port:py26-setuptools} name py26-pyplusplus maintainers mnick long_description {{Py++ is an framework for creating a code generator for Boost.Python library and ctypes package}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0 py26-pyprotocols 577 portdir python/py26-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py26-decoratortools name py26-pyprotocols maintainers nomaintainer long_description {PyProtocols extends the PEP 246 adapt() function with a new {declaration API} that lets you easily define your own interfaces and adapters, and declare what adapters should be used to adapt what types, objects, or interfaces.} depends_extract bin:unzip:unzip version 1.0a0dev-r2302 categories {python devel} revision 0 -py26-pyqt4 587 -variants universal portdir python/py26-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py26-pyqt4 depends_lib {port:py26-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers saispo categories {python devel} version 4.5.4 revision 0 +py26-pyqt4 604 +variants universal portdir python/py26-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py26-pyqt4 depends_lib {port:py26-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers {saispo openmaintainer} categories {python devel} version 4.5.4 revision 0 py26-pyrex 454 portdir python/py26-pyrex description {A language for writing Python extension modules.} homepage http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ epoch 0 platforms darwin depends_lib port:python26 name py26-pyrex maintainers {ram openmaintainer} long_description {Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.} version 0.9.8.5 categories {python devel} revision 0 py26-pyrxp 332 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jameskyle at macports.org Mon Aug 3 12:28:17 2009 From: jameskyle at macports.org (jameskyle at macports.org) Date: Mon, 3 Aug 2009 12:28:17 -0700 (PDT) Subject: [54884] trunk/dports/sysutils Message-ID: <20090803192817.2937022A2BEE@beta.macosforge.org> Revision: 54884 http://trac.macports.org/changeset/54884 Author: jameskyle at macports.org Date: 2009-08-03 12:28:16 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Initial commit. backuppc user creation completed. Added Paths: ----------- trunk/dports/sysutils/backuppc/ trunk/dports/sysutils/backuppc/Portfile Added: trunk/dports/sysutils/backuppc/Portfile =================================================================== --- trunk/dports/sysutils/backuppc/Portfile (rev 0) +++ trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:16 UTC (rev 54884) @@ -0,0 +1,70 @@ +# $Id: Portfile 45104 2009-01-08 14:36:55Z narf_tm at macports.org $ + +PortSystem 1.0 +name backuppc +version 3.1.0 +maintainers jameskyle +description BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and MacOSX PCs and laptops to a server's disk. +long_description ${description} BackupPC is highly configurable and easy to install and maintain. + +platforms darwin + +master_sites sourceforge:${name} + +depends_lib port:perl5.8 \ + port:p5-compress-zlib \ + port:p5-archive-zip \ + port:p5-file-rsyncp \ + port:samba3 \ + port:gnutar \ + port:mod_perl2 \ + port:rsync + +distfiles BackupPC-${version}.tar.gz +checksums md5 84b4471852ef910768eae9963ef932d2 \ + sha1 3bd6d637f4f08f2fda44a12668b91d47c4abb0a7 \ + rmd160 22d4cb6dd76f846fde489a301852f50e8db1ae1d + +configure.args --batch \ + --backuppc-user=backuppc \ + --cgi-dir ${prefix}/apache2/cgi-bin \ + --data-dir ${prefix}/var/backups \ + --dest-dir ${destroot}${prefix} \ + --html-dir ${prefix}/apache2/htdocs/backuppc \ + --html-dir-url /backuppc \ + --install-dir ${prefix}/BackupPC + +pre-configure { + + set hostname [exec "hostname"] + ui_debug "Hostname: ${hostname}" + configure.args-append --hostname ${hostname} + +} + +configure { + if {[existsgroup "backuppc"]} { + ui_debug "Found backuppc group." + } else { + ui_debug "Could not find backuppc group." + ui_debug "Creating backuppc group." + set gid [nextgid] + ui_debug "gid: $gid" + if {[catch {addgroup "backuppc" gid=${gid}}]} { + return -code error "Failed to create backuppc group" + } + } + + ui_debug "Checking for backuppc user" + if { [existsuser "backuppc"] } { + ui_debug "Found backuppc user." + } else { + ui_debug "Could not find backuppc user." + ui_debug "Creating backuppc user." + set uid [nextuid] + ui_debug "uid: $uid" + if {[catch {adduser "backuppc" uid=${uid} gid=[existsgroup backuppc]}]} { + return -code error "Failed to create backuppc user" + } + } +} \ No newline at end of file Property changes on: trunk/dports/sysutils/backuppc/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From jameskyle at macports.org Mon Aug 3 12:28:19 2009 From: jameskyle at macports.org (jameskyle at macports.org) Date: Mon, 3 Aug 2009 12:28:19 -0700 (PDT) Subject: [54885] trunk/dports/sysutils/backuppc Message-ID: <20090803192819.AEE4222A2C7A@beta.macosforge.org> Revision: 54885 http://trac.macports.org/changeset/54885 Author: jameskyle at macports.org Date: 2009-08-03 12:28:18 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Added the BackupPC launchd script. First working full install. Modified Paths: -------------- trunk/dports/sysutils/backuppc/Portfile Added Paths: ----------- trunk/dports/sysutils/backuppc/files/ trunk/dports/sysutils/backuppc/files/net.sourceforge.backuppc.plist Modified: trunk/dports/sysutils/backuppc/Portfile =================================================================== --- trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:16 UTC (rev 54884) +++ trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:18 UTC (rev 54885) @@ -2,6 +2,7 @@ PortSystem 1.0 name backuppc +categories sysutils version 3.1.0 maintainers jameskyle description BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and MacOSX PCs and laptops to a server's disk. @@ -18,7 +19,8 @@ port:samba3 \ port:gnutar \ port:mod_perl2 \ - port:rsync + port:rsync \ + port:openssh distfiles BackupPC-${version}.tar.gz checksums md5 84b4471852ef910768eae9963ef932d2 \ @@ -29,11 +31,15 @@ --backuppc-user=backuppc \ --cgi-dir ${prefix}/apache2/cgi-bin \ --data-dir ${prefix}/var/backups \ - --dest-dir ${destroot}${prefix} \ + --dest-dir ${destroot} \ --html-dir ${prefix}/apache2/htdocs/backuppc \ --html-dir-url /backuppc \ - --install-dir ${prefix}/BackupPC + --install-dir ${prefix} \ + --config-dir ${prefix}/etc/BackupPC +worksrcdir BackupPC-${version} +destroot.violate_mtree yes + pre-configure { set hostname [exec "hostname"] @@ -67,4 +73,60 @@ return -code error "Failed to create backuppc user" } } -} \ No newline at end of file +} + +build {} + +destroot { + system "cd ${worksrcpath} && ${prefix}/bin/perl5.8 configure.pl ${configure.args}" + xinstall -d -m 755 ${destroot}${prefix}/share/doc/ + move ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc/BackupPC + + # install the launch scripts + xinstall -d -m 755 ${destroot}${prefix}/Library/LaunchDaemons + + xinstall ${filespath}/net.sourceforge.backuppc.plist ${destroot}${prefix}/Library/LaunchDaemons/ + reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}${prefix}/Library/LaunchDaemons/net.sourceforge.backuppc.plist + +} + +# post-activate { +# set finish_message "There are several more things you +# will need to do: +# +# - Browse through the config file, ${prefix}/etc/BackupPC/config.pl, +# and make sure all the settings are correct. In particular, +# you will need to set \$Conf{CgiAdminUsers} so you have +# administration privileges in the CGI interface. +# +# - Edit the list of hosts to backup in ${prefix}/etc/BackupPC/hosts. +# +# - Read the documentation in ${prefix}/share/doc/BackupPC/BackupPC.html. +# Please pay special attention to the security section. +# +# - Verify that the CGI script BackupPC_Admin runs correctly. You might +# need to change the permissions or group ownership of BackupPC_Admin. +# If this is an upgrade and you are using mod_perl, you will need +# to restart Apache. Otherwise it will have stale code. +# +# - BackupPC should be ready to start. Don't forget to run it +# as user backuppc! The installation also contains an +# /Library/LaunchDaemons/net.sourceforge.backuppc.plist launchd +# so that BackupPC can auto-start on boot. To enable this daemon +# execute the following command: +# cd /Library/LaunchDaemons +# sudo launchctl load net.sourceforge.backuppc.plist +# +# - The data directory is set to ${prefix}/var/backups. Please ensure +# You have enough space for your backups at this location. You may +# wish to create a custom mount point point for you backup volume +# if necessary. +# +# - To hide the backuppc user in the login window, you may execute +# +# defaults write /Library/Preferences/com.apple.loginwindow +# " +# +# ui_msg ${finish_message} +# +# } Added: trunk/dports/sysutils/backuppc/files/net.sourceforge.backuppc.plist =================================================================== --- trunk/dports/sysutils/backuppc/files/net.sourceforge.backuppc.plist (rev 0) +++ trunk/dports/sysutils/backuppc/files/net.sourceforge.backuppc.plist 2009-08-03 19:28:18 UTC (rev 54885) @@ -0,0 +1,16 @@ + + + + + Label + net.sourceforge.backuppc + RunAtLoad + + KeepAlive + + UserName + backuppc + Program + @@PREFIX@@/bin/BackupPC + + -------------- next part -------------- An HTML attachment was scrubbed... URL: From jameskyle at macports.org Mon Aug 3 12:28:21 2009 From: jameskyle at macports.org (jameskyle at macports.org) Date: Mon, 3 Aug 2009 12:28:21 -0700 (PDT) Subject: [54886] trunk/dports/sysutils/backuppc/Portfile Message-ID: <20090803192821.4818422A2CCF@beta.macosforge.org> Revision: 54886 http://trac.macports.org/changeset/54886 Author: jameskyle at macports.org Date: 2009-08-03 12:28:20 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Corrected some wrong path resolution issues with the configure.pl to properly find macports binaries. Added directory retention for destroot skeleton directories. Modified Paths: -------------- trunk/dports/sysutils/backuppc/Portfile Modified: trunk/dports/sysutils/backuppc/Portfile =================================================================== --- trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:18 UTC (rev 54885) +++ trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:20 UTC (rev 54886) @@ -12,7 +12,7 @@ master_sites sourceforge:${name} -depends_lib port:perl5.8 \ +depends_lib port:perl5 \ port:p5-compress-zlib \ port:p5-archive-zip \ port:p5-file-rsyncp \ @@ -20,8 +20,12 @@ port:gnutar \ port:mod_perl2 \ port:rsync \ - port:openssh + port:openssh \ + port:gzip \ + port:bzip2 \ + port:par2 + distfiles BackupPC-${version}.tar.gz checksums md5 84b4471852ef910768eae9963ef932d2 \ sha1 3bd6d637f4f08f2fda44a12668b91d47c4abb0a7 \ @@ -37,9 +41,20 @@ --install-dir ${prefix} \ --config-dir ${prefix}/etc/BackupPC +patchfiles patch-configure.pl.diff + worksrcdir BackupPC-${version} + destroot.violate_mtree yes - +destroot.keepdirs ${destroot}${prefix}/var/backups \ + ${destroot}${prefix}/var/backups/cpool \ + ${destroot}${prefix}/var/backups/log \ + ${destroot}${prefix}/var/backups/trash \ + ${destroot}${prefix}/var/backups/pool \ + ${destroot}${prefix}/var/backups/pc \ + ${destroot}${prefix}/var/backups/ \ + ${destroot}${prefix}/var/log/BackupPC + pre-configure { set hostname [exec "hostname"] @@ -49,6 +64,8 @@ } configure { + reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure.pl + if {[existsgroup "backuppc"]} { ui_debug "Found backuppc group." } else { @@ -78,55 +95,71 @@ build {} destroot { - system "cd ${worksrcpath} && ${prefix}/bin/perl5.8 configure.pl ${configure.args}" + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/backups + + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/log/BackupPC + + # create backup directory + system "cd ${worksrcpath} && ${prefix}/bin/perl configure.pl ${configure.args}" xinstall -d -m 755 ${destroot}${prefix}/share/doc/ move ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc/BackupPC # install the launch scripts - xinstall -d -m 755 ${destroot}${prefix}/Library/LaunchDaemons + xinstall -d -m 755 ${destroot}/Library/LaunchDaemons - xinstall ${filespath}/net.sourceforge.backuppc.plist ${destroot}${prefix}/Library/LaunchDaemons/ - reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}${prefix}/Library/LaunchDaemons/net.sourceforge.backuppc.plist + xinstall ${filespath}/net.sourceforge.backuppc.plist \ + ${destroot}/Library/LaunchDaemons/ + reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}/Library/LaunchDaemons/net.sourceforge.backuppc.plist + + # Install extras + xinstall -d -m 755 ${destroot}${prefix}/share/BackupPC/extras + xinstall ${filespath}/backuppc_config_template.rb \ + ${destroot}${prefix}/share/BackupPC/extras } -# post-activate { -# set finish_message "There are several more things you -# will need to do: -# -# - Browse through the config file, ${prefix}/etc/BackupPC/config.pl, -# and make sure all the settings are correct. In particular, -# you will need to set \$Conf{CgiAdminUsers} so you have -# administration privileges in the CGI interface. -# -# - Edit the list of hosts to backup in ${prefix}/etc/BackupPC/hosts. -# -# - Read the documentation in ${prefix}/share/doc/BackupPC/BackupPC.html. -# Please pay special attention to the security section. -# -# - Verify that the CGI script BackupPC_Admin runs correctly. You might -# need to change the permissions or group ownership of BackupPC_Admin. -# If this is an upgrade and you are using mod_perl, you will need -# to restart Apache. Otherwise it will have stale code. -# -# - BackupPC should be ready to start. Don't forget to run it -# as user backuppc! The installation also contains an -# /Library/LaunchDaemons/net.sourceforge.backuppc.plist launchd -# so that BackupPC can auto-start on boot. To enable this daemon -# execute the following command: -# cd /Library/LaunchDaemons -# sudo launchctl load net.sourceforge.backuppc.plist -# -# - The data directory is set to ${prefix}/var/backups. Please ensure -# You have enough space for your backups at this location. You may -# wish to create a custom mount point point for you backup volume -# if necessary. -# -# - To hide the backuppc user in the login window, you may execute -# -# defaults write /Library/Preferences/com.apple.loginwindow -# " -# -# ui_msg ${finish_message} -# -# } +post-activate { + set finish_message "There are several more things you + will need to do: + + - Browse through the config file, ${prefix}/etc/BackupPC/config.pl, + and make sure all the settings are correct. In particular, + you will need to set \$Conf{CgiAdminUsers} so you have + administration privileges in the CGI interface. + + - Change the \$Conf{} + + - Edit the list of hosts to backup in ${prefix}/etc/BackupPC/hosts. + + - Read the documentation in ${prefix}/share/doc/BackupPC/BackupPC.html. + Please pay special attention to the security section. + + - Verify that the CGI script BackupPC_Admin runs correctly. You might + need to change the permissions or group ownership of BackupPC_Admin. + If this is an upgrade and you are using mod_perl, you will need + to restart Apache. Otherwise it will have stale code. + + - BackupPC should be ready to start. Don't forget to run it + as user backuppc! The installation also contains an + /Library/LaunchDaemons/net.sourceforge.backuppc.plist launchd + so that BackupPC can auto-start on boot. To enable this daemon + execute the following command: + cd /Library/LaunchDaemons + sudo launchctl load net.sourceforge.backuppc.plist + + - The data directory is set to ${prefix}/var/backups. Please ensure + You have enough space for your backups at this location. You may + wish to create a custom mount point point for you backup volume + if necessary. + + - To hide the backuppc user in the login window, you may execute + + defaults write /Library/Preferences/com.apple.loginwindow + + - Please see the ${prefix}/share/BackupPC/extras directory for client + setup scripts, sample apache.conf files, and more. + " + + ui_msg ${finish_message} + +} -------------- next part -------------- An HTML attachment was scrubbed... URL: From jameskyle at macports.org Mon Aug 3 12:28:23 2009 From: jameskyle at macports.org (jameskyle at macports.org) Date: Mon, 3 Aug 2009 12:28:23 -0700 (PDT) Subject: [54887] trunk/dports/sysutils/backuppc/Portfile Message-ID: <20090803192823.31A6122A2D24@beta.macosforge.org> Revision: 54887 http://trac.macports.org/changeset/54887 Author: jameskyle at macports.org Date: 2009-08-03 12:28:22 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Converted to a dedicated backup httpd instance. Modified Paths: -------------- trunk/dports/sysutils/backuppc/Portfile Modified: trunk/dports/sysutils/backuppc/Portfile =================================================================== --- trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:20 UTC (rev 54886) +++ trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:22 UTC (rev 54887) @@ -33,10 +33,10 @@ configure.args --batch \ --backuppc-user=backuppc \ - --cgi-dir ${prefix}/apache2/cgi-bin \ + --cgi-dir ${prefix}/var/wwwbackup/cgi-bin \ --data-dir ${prefix}/var/backups \ --dest-dir ${destroot} \ - --html-dir ${prefix}/apache2/htdocs/backuppc \ + --html-dir ${prefix}/var/wwwbackup/htdocs/backuppc \ --html-dir-url /backuppc \ --install-dir ${prefix} \ --config-dir ${prefix}/etc/BackupPC -------------- next part -------------- An HTML attachment was scrubbed... URL: From jameskyle at macports.org Mon Aug 3 12:28:26 2009 From: jameskyle at macports.org (jameskyle at macports.org) Date: Mon, 3 Aug 2009 12:28:26 -0700 (PDT) Subject: [54888] trunk/dports/sysutils/backuppc Message-ID: <20090803192826.E5F3D22A2DE3@beta.macosforge.org> Revision: 54888 http://trac.macports.org/changeset/54888 Author: jameskyle at macports.org Date: 2009-08-03 12:28:26 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Corrected error in documentation link. Added an httpd digest auth file example in extras. Added a backuppc favicon.ico. Modified Paths: -------------- trunk/dports/sysutils/backuppc/Portfile Added Paths: ----------- trunk/dports/sysutils/backuppc/files/backuppc.conf trunk/dports/sysutils/backuppc/files/backuppc_auth.conf trunk/dports/sysutils/backuppc/files/backuppc_config_template.rb trunk/dports/sysutils/backuppc/files/favicon.ico trunk/dports/sysutils/backuppc/files/httpd.conf trunk/dports/sysutils/backuppc/files/magic trunk/dports/sysutils/backuppc/files/mime.types trunk/dports/sysutils/backuppc/files/org.macports.backuppc.apache2.plist trunk/dports/sysutils/backuppc/files/patch-configure.pl.diff trunk/dports/sysutils/backuppc/files/patch-lib-backuppc-cgi-view.pm.diff Modified: trunk/dports/sysutils/backuppc/Portfile =================================================================== --- trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:22 UTC (rev 54887) +++ trunk/dports/sysutils/backuppc/Portfile 2009-08-03 19:28:26 UTC (rev 54888) @@ -41,11 +41,13 @@ --install-dir ${prefix} \ --config-dir ${prefix}/etc/BackupPC -patchfiles patch-configure.pl.diff +patchfiles patch-configure.pl.diff \ + patch-lib-backuppc-cgi-view.pm.diff worksrcdir BackupPC-${version} destroot.violate_mtree yes + destroot.keepdirs ${destroot}${prefix}/var/backups \ ${destroot}${prefix}/var/backups/cpool \ ${destroot}${prefix}/var/backups/log \ @@ -53,11 +55,14 @@ ${destroot}${prefix}/var/backups/pool \ ${destroot}${prefix}/var/backups/pc \ ${destroot}${prefix}/var/backups/ \ - ${destroot}${prefix}/var/log/BackupPC + ${destroot}${prefix}/var/log/BackupPC \ + ${destroot}${prefix}/var/wwwbackup/htdocs\ + ${destroot}${prefix}/var/wwwbackup/logs +set hostname [exec "hostname"] + pre-configure { - set hostname [exec "hostname"] ui_debug "Hostname: ${hostname}" configure.args-append --hostname ${hostname} @@ -65,7 +70,9 @@ configure { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure.pl + reinplace "s|@@PREFIX@@|${prefix}/|g" ${worksrcpath}/lib/BackupPC/CGI/View.pm + if {[existsgroup "backuppc"]} { ui_debug "Found backuppc group." } else { @@ -94,28 +101,55 @@ build {} -destroot { - xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/backups - - xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/log/BackupPC - - # create backup directory - system "cd ${worksrcpath} && ${prefix}/bin/perl configure.pl ${configure.args}" - xinstall -d -m 755 ${destroot}${prefix}/share/doc/ - move ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc/BackupPC - - # install the launch scripts - xinstall -d -m 755 ${destroot}/Library/LaunchDaemons - - xinstall ${filespath}/net.sourceforge.backuppc.plist \ - ${destroot}/Library/LaunchDaemons/ - reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}/Library/LaunchDaemons/net.sourceforge.backuppc.plist - - # Install extras - xinstall -d -m 755 ${destroot}${prefix}/share/BackupPC/extras - xinstall ${filespath}/backuppc_config_template.rb \ - ${destroot}${prefix}/share/BackupPC/extras +destroot { + # destroot for the web skeleton + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/wwwbackup + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/wwwbackup/cgi-bin + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/wwwbackup/conf + xinstall -m 600 -g backuppc -o backuppc ${filespath}/httpd.conf ${destroot}${prefix}/var/wwwbackup/conf/ + xinstall -m 600 -g backuppc -o backuppc ${filespath}/mime.types ${destroot}${prefix}/var/wwwbackup/conf + xinstall -m 600 -g backuppc -o backuppc ${filespath}/magic ${destroot}${prefix}/var/wwwbackup/conf + + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/wwwbackup/htdocs + xinstall -m 600 -g backuppc -o backuppc ${filespath}/favicon.ico ${destroot}${prefix}/var/wwwbackup/htdocs/ + + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/wwwbackup/logs + + # destroot for backuppc + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/backups + xinstall -d -m 770 -g backuppc -o backuppc ${destroot}${prefix}/var/log/BackupPC + + # create backup directory + system "cd ${worksrcpath} && ${prefix}/bin/perl configure.pl ${configure.args}" + xinstall -d -m 755 ${destroot}${prefix}/share/doc/ + move ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc/BackupPC + + # install the launch scripts + xinstall -d -m 755 ${destroot}/Library/LaunchDaemons + + xinstall ${filespath}/net.sourceforge.backuppc.plist \ + ${destroot}/Library/LaunchDaemons/ + + # Install extras + xinstall -d -m 755 ${destroot}${prefix}/share/BackupPC/extras + xinstall ${filespath}/backuppc_config_template.rb \ + ${destroot}${prefix}/share/BackupPC/extras + xinstall ${filespath}/backuppc_auth.conf ${destroot}${prefix}/share/BackupPC/extras + reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}${prefix}/share/BackupPC/extras/backuppc_auth.conf + + xinstall ${filespath}/org.macports.backuppc.apache2.plist \ + ${destroot}/Library/LaunchDaemons/ + reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}/Library/LaunchDaemons/org.macports.backuppc.apache2.plist + reinplace "s|@@CONFPATH@@|${prefix}/var/wwwbackup/conf/|g" ${destroot}/Library/LaunchDaemons/org.macports.backuppc.apache2.plist + reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}${prefix}/var/wwwbackup/conf/httpd.conf + reinplace "s|@@HOSTNAME@@|${hostname}|g" ${destroot}${prefix}/var/wwwbackup/conf/httpd.conf + reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}/Library/LaunchDaemons/net.sourceforge.backuppc.plist + + + + + } post-activate { Added: trunk/dports/sysutils/backuppc/files/backuppc.conf =================================================================== --- trunk/dports/sysutils/backuppc/files/backuppc.conf (rev 0) +++ trunk/dports/sysutils/backuppc/files/backuppc.conf 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,12 @@ +# :set syn=apache: +# Example apache config that proxies the backuppc server to an outward facing +# web server on the same host. + + Order deny,allow + Allow from 10.86.195.0/24 + + + + ProxyPass /cgi-bin/backups http://localhost:8080/cgi-bin/backups + ProxyPassReverse /cgi-bin/backups http://localhost:8080/cgi-bin/backups + Added: trunk/dports/sysutils/backuppc/files/backuppc_auth.conf =================================================================== --- trunk/dports/sysutils/backuppc/files/backuppc_auth.conf (rev 0) +++ trunk/dports/sysutils/backuppc/files/backuppc_auth.conf 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,16 @@ + + SetHandler perl-script + PerlResponseHandler ModPerl::Registry + PerlOptions +ParseHeaders + Options +ExecCGI + Order deny,allow + Deny from all + Allow from 127.0.0.1 + Allow from 10.44.2.0/24 + + AuthName BackupPC + AuthType Digest + AuthUserFile @@PREFIX@@/var/wwwbackup/passwd/users_digest + AuthGroupFile @@PREFIX@@/var/wwwbackup/passwd/group_digest + Require valid-user + Added: trunk/dports/sysutils/backuppc/files/backuppc_config_template.rb =================================================================== --- trunk/dports/sysutils/backuppc/files/backuppc_config_template.rb (rev 0) +++ trunk/dports/sysutils/backuppc/files/backuppc_config_template.rb 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,323 @@ +#!/usr/bin/ruby -w +# +# To customize the below script you must edit values for options: +# base_network_ip +# public_key +# backuppc_ip +# +require 'fileutils' +require 'optparse' +require 'ostruct' +require 'pp' + +# set up some defaults +options = OpenStruct.new +options.backuppc_ip = "" +options.public_key = %Q! 0700 + File.chown user['uid'], nil, "/Users/#{user['name']}/.ssh" + end + rescue + raise IOError, "Failed to create /Users/#{user['name']}/.ssh" + end + + begin + File.open("/Users/#{user['name']}/.ssh/authorized_keys2", 'a+') {|f| + f.puts authorized_keys2 + File.chown user['uid'], nil, "/Users/#{user['name']}/.ssh/authorized_keys2" + f.chmod(0600) + } + rescue + raise IOError, "Failed to create /Users/#{user['name']}/.ssh/authorized_keys2" + end +end + +def create_backup_check(admin_id,backup_check) + ssh_verification_script = %Q!#\!/usr/bin/ruby +# +command = ENV['SSH_ORIGINAL_COMMAND'] + +if command.nil? || command \!~ /^\\/usr\\/bin\\/sudo \\/usr\\/bin\\/rsync/ + puts "Access Denied" +elsif + system(command) +end + ! + begin + if not File.exists?('/usr/local/bin') then + FileUtils.mkdir_p '/usr/local/bin', :mode => 0755 + end + rescue + raise IOError, "Failed to create /usr/local/bin" + end + + begin + File.open(backup_check,'w') {|f| + f.puts ssh_verification_script + File.chown 0, admin_id, backup_check + f.chmod(0755) + } + rescue + raise IOError, "Failed to create /usr/local/bin/backup_check.rb" + end +end + +def edit_sudoers(user,ip) + begin + File.open('/etc/sudoers', 'a') do |f| + f.flock File::LOCK_EX + rule = "#{user['name']} #{ip}=(root) NOPASSWD: /usr/bin/rsync" + f.puts rule + puts "The following rule is now appended to your sudoer file: " + puts rule + end + rescue + raise IOError, "/etc/sudoers edit failed:" + end +end + +def err(type) + case type + when "USERNAME" + if value.empty? then + end + end +end + +def valid?(ans) + return (ans == 'n' or ans == 'y' or ans.empty?) +end + +def create_user(user,os_version) + if os_version >= "10.5" then + user['uid'] = `/usr/bin/dscacheutil -q user | grep uid | awk '{print $2}' | grep "4[0123456789][0123456789]"` + else + user['uid'] =`/usr/bin/nireport / /users name uid | grep "4[0123456789][0123456789]" | awk '{print $2}'` + end + + if user['uid'].empty? then + user['uid'] = 401 + else + if os_version < "10.5" then + user['uid'] = user['uid'].split.sort.last.to_i + 1 + else + user['uid'] = user['uid'].chomp.split.sort.last.to_i + 1 + end + end + # Check if the generated user['uid'] is valid, if not raise an error + if !`/usr/bin/id #{user['uid']} 2>/dev/null`.empty? then + raise SystemCallError, "Generated uid is in use: please contact the developer with this exception" + end + if !`/usr/bin/id #{user['name']} 2>/dev/null`.empty? then + raise SystemCallError, "Username is in use: Please change the backuppc username or contact the developer with this exception" + end + + print "Confirm uid #{user['uid']} [y] " + confirm = gets.chomp.downcase + + # Prompt for user selected user['uid'] until a valid id is found + while !valid?(confirm) + puts "Invalid option. Valid options are: [y|n]" + puts "Confirm uid #{user['uid']} [y]" + confirm = gets.chomp.downcase + end + + if confirm == 'n' + puts "Please enter a valid uid" + user['uid'] = gets.chomp.to_i + valid = `/usr/bin/id #{user['uid']}`.empty? + while !valid + puts "UID is already in use" + puts "Please enter a valid uid: " + user['uid'] = gets.chomp.to_i + valid = `/usr/bin/id #{user['uid']} 2>/dev/null`.empty? + end + end + + # create local user + if os_version < "10.5" then + prefix = "/usr/bin/nicl . -create /users/" + + if not system("#{prefix}#{user['name']}") or + not system("#{prefix}#{user['name']} uid #{user['uid']}") or + not system("#{prefix}#{user['name']} passwd \"*\"") or + not system("#{prefix}#{user['name']} gid 20") or + not system("#{prefix}#{user['name']} shell '/bin/bash'") or + not system("#{prefix}#{user['name']} home '/Users/#{user['name']}'") or + not system("#{prefix}#{user['name']} _writers_passwd #{user['name']}") or + not system("#{prefix}#{user['name']} realname '#{user['name']}'") + raise SystemCallError, "user creation failed" + end + else + prefix = "/usr/bin/dscl . -create /Users/" + if not system("#{prefix}#{user['name']}") or + not system("#{prefix}#{user['name']} UniqueID #{user['uid']}") or + not system("/usr/bin/dscl . -passwd /Users/#{user['name']} '#{options.user['passwd']}'") or + not system("#{prefix}#{user['name']} PrimaryGroupID 20") or + not system("#{prefix}#{user['name']} UserShell /bin/bash") or + not system("#{prefix}#{user['name']} RealName #{user['name']}") or + not system("#{prefix}#{user['name']} home /Users/#{user['name']}") + + raise SystemCallError, "user creation failed" + end + end + + begin + FileUtils.mkdir_p "/Users/#{user['name']}", :mode => 0700 + rescue + raise IOError, "Failed to create the backuppc user directory!" + end + if os_version <= "10.5" then + `/usr/bin/passwd #{user['name']}` + end + #set ownership of new home directory to new user user['uid'] and staff(20) + File.chown user['uid'], 20, "/Users/#{user['name']}" + + return user +end + +def get_ip(base_network_ip) + ip = nil + ip = `/sbin/ifconfig`.match(/(#{base_network_ip}\.\d+)/) + + if ip.nil? + ip = '' + while ip.empty? + puts "A valid ip could not be found. Please input your network ip: " + ip = gets.chomp + # in the regex below, insert the first 3 octets of your networks ip + # for example, if clients receive ip's of 192.168.1.xxx, the regex should be: + # /192\.168\.1\.\d+ + ip = '' if !ip.match(/#{base_network_ip}\.\d+/) + end + end + + return ip +end + +def hide_user(user,os_version) + if os_version < "10.5" + command = '/usr/bin/defaults write /Library/Preferences/com.apple.loginwindow ' + command = command << "HiddenUsersList -array-add #{user['name']}" + else + command = "/usr/bin/defaults write /Library/Preferences/com.apple.loginwindow " + command = command << "Hide500Users -bool YES" + end + if not (system(command)) then + raise SystemCallError, "Failed to hide backuppc user" + end +end + +def revert(user,backup_check,os_version) + if os_version < "10.5" then + # delete the created the user + delete_user_command = "/usr/bin/nicl . delete /users/#{user['name']}" + # delete the HiddenUsersList + delete_hide_command = "/usr/bin/defaults delete /Library/Preferences/com.apple.loginwindow HiddenUsersList" + else + delete_user_command = "/usr/bin/dscl . delete /Users/#{user['name']}" + delete_hide_command ="/usr/bin/defaults delete /Library/Preferences/com.apple.loginwindow Hide500Users" + end + + if not system(delete_user_command) then + puts "Failed to delete the #{user['name']} user. Perhaps it was never created." + end + + if not system(delete_hide_command) then + puts "Failed to delete the Hidden User preference. Perhaps it was never created." + end + + # remove entry from /etc/sudoers if it exists + begin + f = File.new('/etc/sudoers', 'r+') + f.flock File::LOCK_EX + lines = f.readlines + + f = f.reopen(f.path, 'w') + lines.each do |line| + f.print line unless line.match(/#{user['name']}.*\/usr\/bin\/rsync/) + end + f.close + rescue + raise IOError, "Editing of /etc/sudoers failed" + ensure + f.close if !f.closed? + end + + # remove the backup_check.rb script + if File.exists?(backup_check) then + File.delete(backup_check) + end + command = "/usr/sbin/systemsetup -f -setremotelogin off" + system(command) + + # let admin know backuppc home directory will be left untouched + puts "WARNING: The backuppc $HOME,/Users/#{user['name']}, will not be removed." +end +def setup_system_prefs + command = "/usr/sbin/systemsetup -setremotelogin on" + system(command) +end +def get_os_version + os_version = `/usr/bin/sw_vers | grep ProductVersion | awk '{print $2}'` + puts "Detected OS Version: #{os_version}" + if os_version < "10.4" or os_version >= "10.6" then + raise ScriptError, "Your version of osx is not supported!" + end + return os_version +end +#########END SCRIPT METHODS######## +#########BEGIN VARIABLE SETUP##### +options.ip = get_ip(options.base_network_ip) +options.os_version = get_os_version +#########END VARIABLE SETUP####### + + +########BEGIN SCRIPT############### + +opts = OptionParser.new do |opts| + opts.banner = "Usage: backuppc_config.rb [options]" + + opts.separator "Specific options:" + + opts.on("-h", "--help", "Display this help/usage message") do + puts opts + exit + end + + opts.on("-r", "--revert", "Undo the changes made by script") do + revert(options.user,options.backup_check,options.os_version) + exit + end + +end.parse! + +puts "Creating backuppc user. . ." + +begin + setup_system_prefs + create_user(options.user,options.os_version) + edit_sudoers(options.user, options.ip) + create_keys2(options.user,options.backuppc_ip,options.public_key,options.backup_check) + create_backup_check(options.admin_id,options.backup_check) + hide_user(options.user,options.os_version) + # Let's go ahead and enter this user into the known_hosts file of the backuppc server user +rescue + puts "Error: " + $! +end Property changes on: trunk/dports/sysutils/backuppc/files/backuppc_config_template.rb ___________________________________________________________________ Added: svn:executable + * Added: trunk/dports/sysutils/backuppc/files/favicon.ico =================================================================== --- trunk/dports/sysutils/backuppc/files/favicon.ico (rev 0) +++ trunk/dports/sysutils/backuppc/files/favicon.ico 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,4 @@ + \xE8(@ 000@@@PPP```ppp\x80\x80\x80\x90\x90\x90\xA0\xA0\xA0\xB0\xB0\xB0\xC0\xC0\xC0\xE0\xE0\xE0\xF0\xF0\xF0\xCA\xCD\xEBtn\xEBs +c\x90\xA0@ &\xAC\xE0\x90&\xAD\xC0\xAD\xC0 \xC0 \xC0 \xC0 \xC0 \xC0 \xA0 0 P\x80 \xE0   \xA0 \xC0 \xC0 \xC0 \xB7 \xC0\xB70 +\xC0\xA0\xC0 ++\xC0`\xD0\x90 \xB70 \xB70\xB0?\xBE\xFF\xFF\x83\xC0\xFF\xF0\xC0\xFF\xC0\xF8@\xF0@\xE0@\xE0\xF0@\xE0?\xF0@\xE0\xFF\xF0@\xE0\xFF\xF0@\xE0\xFF\xF0@\xE0\xFF\xF0@\xE0\xFF\xF0@\xE0\xFF\xF0@\xE0\xFF\xE0@\xE0\xFF\x80@\xE0\xFE@\xE0\xFE\xC0\xE0\xFE\xC0\xE0\xFE\xC0\xE0\xFE\xC0\xE0\xFE\xC0\xE0\xFE\xC0\xE0\xE0\xC0\xE0\xC0\xE0\xC0\xE00\xC0\xF0p\xC0\xF8\xC0\xFE\xC0\xFF\xE0\xC0\xFF\xFE\xC0 \ No newline at end of file Added: trunk/dports/sysutils/backuppc/files/httpd.conf =================================================================== --- trunk/dports/sysutils/backuppc/files/httpd.conf (rev 0) +++ trunk/dports/sysutils/backuppc/files/httpd.conf 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,165 @@ +ServerRoot "@@PREFIX@@/var/wwwbackup" + +Listen 8080 + +LoadModule authn_file_module @@PREFIX@@/apache2/modules/mod_authn_file.so +LoadModule authn_dbm_module @@PREFIX@@/apache2/modules/mod_authn_dbm.so +LoadModule authn_anon_module @@PREFIX@@/apache2/modules/mod_authn_anon.so +LoadModule authn_dbd_module @@PREFIX@@/apache2/modules/mod_authn_dbd.so +LoadModule authn_default_module @@PREFIX@@/apache2/modules/mod_authn_default.so +LoadModule authz_host_module @@PREFIX@@/apache2/modules/mod_authz_host.so +LoadModule authz_groupfile_module @@PREFIX@@/apache2/modules/mod_authz_groupfile.so +LoadModule authz_user_module @@PREFIX@@/apache2/modules/mod_authz_user.so +LoadModule authz_dbm_module @@PREFIX@@/apache2/modules/mod_authz_dbm.so +LoadModule authz_owner_module @@PREFIX@@/apache2/modules/mod_authz_owner.so +LoadModule authz_default_module @@PREFIX@@/apache2/modules/mod_authz_default.so +LoadModule auth_basic_module @@PREFIX@@/apache2/modules/mod_auth_basic.so +LoadModule auth_digest_module @@PREFIX@@/apache2/modules/mod_auth_digest.so +LoadModule file_cache_module @@PREFIX@@/apache2/modules/mod_file_cache.so +LoadModule cache_module @@PREFIX@@/apache2/modules/mod_cache.so +LoadModule disk_cache_module @@PREFIX@@/apache2/modules/mod_disk_cache.so +LoadModule mem_cache_module @@PREFIX@@/apache2/modules/mod_mem_cache.so +LoadModule dbd_module @@PREFIX@@/apache2/modules/mod_dbd.so +LoadModule dumpio_module @@PREFIX@@/apache2/modules/mod_dumpio.so +LoadModule ext_filter_module @@PREFIX@@/apache2/modules/mod_ext_filter.so +LoadModule include_module @@PREFIX@@/apache2/modules/mod_include.so +LoadModule filter_module @@PREFIX@@/apache2/modules/mod_filter.so +LoadModule substitute_module @@PREFIX@@/apache2/modules/mod_substitute.so +LoadModule deflate_module @@PREFIX@@/apache2/modules/mod_deflate.so +LoadModule log_config_module @@PREFIX@@/apache2/modules/mod_log_config.so +LoadModule log_forensic_module @@PREFIX@@/apache2/modules/mod_log_forensic.so +LoadModule logio_module @@PREFIX@@/apache2/modules/mod_logio.so +LoadModule env_module @@PREFIX@@/apache2/modules/mod_env.so +LoadModule mime_magic_module @@PREFIX@@/apache2/modules/mod_mime_magic.so +LoadModule cern_meta_module @@PREFIX@@/apache2/modules/mod_cern_meta.so +LoadModule expires_module @@PREFIX@@/apache2/modules/mod_expires.so +LoadModule headers_module @@PREFIX@@/apache2/modules/mod_headers.so +LoadModule ident_module @@PREFIX@@/apache2/modules/mod_ident.so +LoadModule usertrack_module @@PREFIX@@/apache2/modules/mod_usertrack.so +LoadModule unique_id_module @@PREFIX@@/apache2/modules/mod_unique_id.so +LoadModule setenvif_module @@PREFIX@@/apache2/modules/mod_setenvif.so +LoadModule version_module @@PREFIX@@/apache2/modules/mod_version.so +LoadModule proxy_module @@PREFIX@@/apache2/modules/mod_proxy.so +LoadModule proxy_connect_module @@PREFIX@@/apache2/modules/mod_proxy_connect.so +LoadModule proxy_ftp_module @@PREFIX@@/apache2/modules/mod_proxy_ftp.so +LoadModule proxy_http_module @@PREFIX@@/apache2/modules/mod_proxy_http.so +LoadModule proxy_ajp_module @@PREFIX@@/apache2/modules/mod_proxy_ajp.so +LoadModule proxy_balancer_module @@PREFIX@@/apache2/modules/mod_proxy_balancer.so +LoadModule ssl_module @@PREFIX@@/apache2/modules/mod_ssl.so +LoadModule mime_module @@PREFIX@@/apache2/modules/mod_mime.so +LoadModule dav_module @@PREFIX@@/apache2/modules/mod_dav.so +LoadModule status_module @@PREFIX@@/apache2/modules/mod_status.so +LoadModule autoindex_module @@PREFIX@@/apache2/modules/mod_autoindex.so +LoadModule asis_module @@PREFIX@@/apache2/modules/mod_asis.so +LoadModule info_module @@PREFIX@@/apache2/modules/mod_info.so +LoadModule cgi_module @@PREFIX@@/apache2/modules/mod_cgi.so +LoadModule dav_fs_module @@PREFIX@@/apache2/modules/mod_dav_fs.so +LoadModule vhost_alias_module @@PREFIX@@/apache2/modules/mod_vhost_alias.so +LoadModule negotiation_module @@PREFIX@@/apache2/modules/mod_negotiation.so +LoadModule dir_module @@PREFIX@@/apache2/modules/mod_dir.so +LoadModule imagemap_module @@PREFIX@@/apache2/modules/mod_imagemap.so +LoadModule actions_module @@PREFIX@@/apache2/modules/mod_actions.so +LoadModule speling_module @@PREFIX@@/apache2/modules/mod_speling.so +LoadModule userdir_module @@PREFIX@@/apache2/modules/mod_userdir.so +LoadModule alias_module @@PREFIX@@/apache2/modules/mod_alias.so +LoadModule rewrite_module @@PREFIX@@/apache2/modules/mod_rewrite.so +LoadModule perl_module @@PREFIX@@/apache2/modules/mod_perl.so + + + + + +User backuppc +Group backuppc + + + + +ServerAdmin admin@@@HOSTNAME@@ + +DocumentRoot "@@PREFIX@@/var/wwwbackup/htdocs" + + + Options FollowSymLinks + AllowOverride None + Order deny,allow + Deny from all + + + + Options Indexes FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + + + + DirectoryIndex index.html + + + + Order allow,deny + Deny from all + Satisfy All + + + + Order allow,deny + Deny from all + Satisfy All + + + + Order allow,deny + Deny from all + Satisfy All + + +ErrorLog "logs/error_log" +LogLevel warn + + + LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined + LogFormat "%h %l %u %t \"%r\" %>s %b" common + + + # You need to enable mod_logio.c to use %I and %O + LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio + + CustomLog "logs/access_log" common + + + + ScriptAlias /cgi-bin "@@PREFIX@@/var/wwwbackup/cgi-bin/" + + + + + AllowOverride None + Options None + Order allow,deny + Allow from all + + +DefaultType text/plain + + + + TypesConfig conf/mime.types + + AddType application/x-compress .Z + AddType application/x-gzip .gz .tgz + +# MIMEMagicFile conf/magic + +# Secure (SSL/TLS) connections +#Include conf/extra/httpd-ssl.conf +# +# Note: The following must must be present to support +# starting without SSL on platforms with no /dev/random equivalent +# but a statically compiled-in mod_ssl. +# + +SSLRandomSeed startup builtin +SSLRandomSeed connect builtin + Added: trunk/dports/sysutils/backuppc/files/magic =================================================================== --- trunk/dports/sysutils/backuppc/files/magic (rev 0) +++ trunk/dports/sysutils/backuppc/files/magic 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,382 @@ +# Magic data for mod_mime_magic Apache module (originally for file(1) command) +# The module is described in /manual/mod/mod_mime_magic.html +# +# The format is 4-5 columns: +# Column #1: byte number to begin checking from, ">" indicates continuation +# Column #2: type of data to match +# Column #3: contents of data to match +# Column #4: MIME type of result +# Column #5: MIME encoding of result (optional) + +#------------------------------------------------------------------------------ +# Localstuff: file(1) magic for locally observed files +# Add any locally observed files here. + +#------------------------------------------------------------------------------ +# end local stuff +#------------------------------------------------------------------------------ + +#------------------------------------------------------------------------------ +# Java + +0 short 0xcafe +>2 short 0xbabe application/java + +#------------------------------------------------------------------------------ +# audio: file(1) magic for sound formats +# +# from Jan Nicolai Langfeldt , +# + +# Sun/NeXT audio data +0 string .snd +>12 belong 1 audio/basic +>12 belong 2 audio/basic +>12 belong 3 audio/basic +>12 belong 4 audio/basic +>12 belong 5 audio/basic +>12 belong 6 audio/basic +>12 belong 7 audio/basic + +>12 belong 23 audio/x-adpcm + +# DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format +# that uses little-endian encoding and has a different magic number +# (0x0064732E in little-endian encoding). +0 lelong 0x0064732E +>12 lelong 1 audio/x-dec-basic +>12 lelong 2 audio/x-dec-basic +>12 lelong 3 audio/x-dec-basic +>12 lelong 4 audio/x-dec-basic +>12 lelong 5 audio/x-dec-basic +>12 lelong 6 audio/x-dec-basic +>12 lelong 7 audio/x-dec-basic +# compressed (G.721 ADPCM) +>12 lelong 23 audio/x-dec-adpcm + +# Bytes 0-3 of AIFF, AIFF-C, & 8SVX audio files are "FORM" +# AIFF audio data +8 string AIFF audio/x-aiff +# AIFF-C audio data +8 string AIFC audio/x-aiff +# IFF/8SVX audio data +8 string 8SVX audio/x-aiff + +# Creative Labs AUDIO stuff +# Standard MIDI data +0 string MThd audio/unknown +#>9 byte >0 (format %d) +#>11 byte >1 using %d channels +# Creative Music (CMF) data +0 string CTMF audio/unknown +# SoundBlaster instrument data +0 string SBI audio/unknown +# Creative Labs voice data +0 string Creative\ Voice\ File audio/unknown +## is this next line right? it came this way... +#>19 byte 0x1A +#>23 byte >0 - version %d +#>22 byte >0 \b.%d + +# [GRR 950115: is this also Creative Labs? Guessing that first line +# should be string instead of unknown-endian long...] +#0 long 0x4e54524b MultiTrack sound data +#0 string NTRK MultiTrack sound data +#>4 long x - version %ld + +# Microsoft WAVE format (*.wav) +# [GRR 950115: probably all of the shorts and longs should be leshort/lelong] +# Microsoft RIFF +0 string RIFF audio/unknown +# - WAVE format +>8 string WAVE audio/x-wav +# MPEG audio. +0 beshort&0xfff0 0xfff0 audio/mpeg +# C64 SID Music files, from Linus Walleij +0 string PSID audio/prs.sid + +#------------------------------------------------------------------------------ +# c-lang: file(1) magic for C programs or various scripts +# + +# XPM icons (Greg Roelofs, newt at uchicago.edu) +# ideally should go into "images", but entries below would tag XPM as C source +0 string /*\ XPM image/x-xbm 7bit + +# this first will upset you if you're a PL/1 shop... (are there any left?) +# in which case rm it; ascmagic will catch real C programs +# C or REXX program text +0 string /* text/plain +# C++ program text +0 string // text/plain + +#------------------------------------------------------------------------------ +# compress: file(1) magic for pure-compression formats (no archives) +# +# compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, whap, etc. +# +# Formats for various forms of compressed data +# Formats for "compress" proper have been moved into "compress.c", +# because it tries to uncompress it to figure out what's inside. + +# standard unix compress +0 string \037\235 application/octet-stream x-compress + +# gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver) +0 string \037\213 application/octet-stream x-gzip + +# According to gzip.h, this is the correct byte order for packed data. +0 string \037\036 application/octet-stream +# +# This magic number is byte-order-independent. +# +0 short 017437 application/octet-stream + +# XXX - why *two* entries for "compacted data", one of which is +# byte-order independent, and one of which is byte-order dependent? +# +# compacted data +0 short 0x1fff application/octet-stream +0 string \377\037 application/octet-stream +# huf output +0 short 0145405 application/octet-stream + +# Squeeze and Crunch... +# These numbers were gleaned from the Unix versions of the programs to +# handle these formats. Note that I can only uncrunch, not crunch, and +# I didn't have a crunched file handy, so the crunch number is untested. +# Keith Waclena +#0 leshort 0x76FF squeezed data (CP/M, DOS) +#0 leshort 0x76FE crunched data (CP/M, DOS) + +# Freeze +#0 string \037\237 Frozen file 2.1 +#0 string \037\236 Frozen file 1.0 (or gzip 0.5) + +# lzh? +#0 string \037\240 LZH compressed data + +#------------------------------------------------------------------------------ +# frame: file(1) magic for FrameMaker files +# +# This stuff came on a FrameMaker demo tape, most of which is +# copyright, but this file is "published" as witness the following: +# +0 string \ +# and Anna Shergold +# +0 string \ +0 string \14 byte 12 (OS/2 1.x format) +#>14 byte 64 (OS/2 2.x format) +#>14 byte 40 (Windows 3.x format) +#0 string IC icon +#0 string PI pointer +#0 string CI color icon +#0 string CP color pointer +#0 string BA bitmap array + + +#------------------------------------------------------------------------------ +# lisp: file(1) magic for lisp programs +# +# various lisp types, from Daniel Quinlan (quinlan at yggdrasil.com) +0 string ;; text/plain 8bit +# Emacs 18 - this is always correct, but not very magical. +0 string \012( application/x-elc +# Emacs 19 +0 string ;ELC\023\000\000\000 application/x-elc + +#------------------------------------------------------------------------------ +# mail.news: file(1) magic for mail and news +# +# There are tests to ascmagic.c to cope with mail and news. +0 string Relay-Version: message/rfc822 7bit +0 string #!\ rnews message/rfc822 7bit +0 string N#!\ rnews message/rfc822 7bit +0 string Forward\ to message/rfc822 7bit +0 string Pipe\ to message/rfc822 7bit +0 string Return-Path: message/rfc822 7bit +0 string Path: message/news 8bit +0 string Xref: message/news 8bit +0 string From: message/rfc822 7bit +0 string Article message/news 8bit +#------------------------------------------------------------------------------ +# msword: file(1) magic for MS Word files +# +# Contributor claims: +# Reversed-engineered MS Word magic numbers +# + +0 string \376\067\0\043 application/msword +0 string \333\245-\0\0\0 application/msword + +# disable this one because it applies also to other +# Office/OLE documents for which msword is not correct. See PR#2608. +#0 string \320\317\021\340\241\261 application/msword + + + +#------------------------------------------------------------------------------ +# printer: file(1) magic for printer-formatted files +# + +# PostScript +0 string %! application/postscript +0 string \004%! application/postscript + +# Acrobat +# (due to clamen at cs.cmu.edu) +0 string %PDF- application/pdf + +#------------------------------------------------------------------------------ +# sc: file(1) magic for "sc" spreadsheet +# +38 string Spreadsheet application/x-sc + +#------------------------------------------------------------------------------ +# tex: file(1) magic for TeX files +# +# XXX - needs byte-endian stuff (big-endian and little-endian DVI?) +# +# From + +# Although we may know the offset of certain text fields in TeX DVI +# and font files, we can't use them reliably because they are not +# zero terminated. [but we do anyway, christos] +0 string \367\002 application/x-dvi +#0 string \367\203 TeX generic font data +#0 string \367\131 TeX packed font data +#0 string \367\312 TeX virtual font data +#0 string This\ is\ TeX, TeX transcript text +#0 string This\ is\ METAFONT, METAFONT transcript text + +# There is no way to detect TeX Font Metric (*.tfm) files without +# breaking them apart and reading the data. The following patterns +# match most *.tfm files generated by METAFONT or afm2tfm. +#2 string \000\021 TeX font metric data +#2 string \000\022 TeX font metric data +#>34 string >\0 (%s) + +# Texinfo and GNU Info, from Daniel Quinlan (quinlan at yggdrasil.com) +#0 string \\input\ texinfo Texinfo source text +#0 string This\ is\ Info\ file GNU Info text + +# correct TeX magic for Linux (and maybe more) +# from Peter Tobias (tobias at server.et-inf.fho-emden.de) +# +0 leshort 0x02f7 application/x-dvi + +# RTF - Rich Text Format +0 string {\\rtf application/rtf + +#------------------------------------------------------------------------------ +# animation: file(1) magic for animation/movie formats +# +# animation formats, originally from vax at ccwf.cc.utexas.edu (VaX#n8) +# MPEG file +0 string \000\000\001\263 video/mpeg +# +# The contributor claims: +# I couldn't find a real magic number for these, however, this +# -appears- to work. Note that it might catch other files, too, +# so BE CAREFUL! +# +# Note that title and author appear in the two 20-byte chunks +# at decimal offsets 2 and 22, respectively, but they are XOR'ed with +# 255 (hex FF)! DL format SUCKS BIG ROCKS. +# +# DL file version 1 , medium format (160x100, 4 images/screen) +0 byte 1 video/unknown +0 byte 2 video/unknown +# Quicktime video, from Linus Walleij +# from Apple quicktime file format documentation. +4 string moov video/quicktime +4 string mdat video/quicktime + Added: trunk/dports/sysutils/backuppc/files/mime.types =================================================================== --- trunk/dports/sysutils/backuppc/files/mime.types (rev 0) +++ trunk/dports/sysutils/backuppc/files/mime.types 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,1065 @@ +# This is a comment. I love comments. + +# This file controls what Internet media types are sent to the client for +# given file extension(s). Sending the correct media type to the client +# is important so they know how to handle the content of the file. +# Extra types can either be added here or by using an AddType directive +# in your config files. For more information about Internet media types, +# please read RFC 2045, 2046, 2047, 2048, and 2077. The Internet media type +# registry is at . + +# MIME type Extensions +application/activemessage +application/andrew-inset ez +application/applefile +application/atom+xml atom +application/atomcat+xml atomcat +application/atomicmail +application/atomsvc+xml atomsvc +application/auth-policy+xml +application/batch-smtp +application/beep+xml +application/cals-1840 +application/ccxml+xml ccxml +application/cellml+xml +application/cnrp+xml +application/commonground +application/conference-info+xml +application/cpl+xml +application/csta+xml +application/cstadata+xml +application/cybercash +application/davmount+xml davmount +application/dca-rft +application/dec-dx +application/dialog-info+xml +application/dicom +application/dns +application/dvcs +application/ecmascript ecma +application/edi-consent +application/edi-x12 +application/edifact +application/epp+xml +application/eshop +application/fastinfoset +application/fastsoap +application/fits +application/font-tdpfr pfr +application/h224 +application/http +application/hyperstudio stk +application/iges +application/im-iscomposing+xml +application/index +application/index.cmd +application/index.obj +application/index.response +application/index.vnd +application/iotp +application/ipp +application/isup +application/javascript js +application/json json +application/kpml-request+xml +application/kpml-response+xml +application/lost+xml lostxml +application/mac-binhex40 hqx +application/mac-compactpro cpt +application/macwriteii +application/marc mrc +application/mathematica ma nb mb +application/mathml+xml mathml +application/mbms-associated-procedure-description+xml +application/mbms-deregister+xml +application/mbms-envelope+xml +application/mbms-msk+xml +application/mbms-msk-response+xml +application/mbms-protection-description+xml +application/mbms-reception-report+xml +application/mbms-register+xml +application/mbms-register-response+xml +application/mbms-user-service-description+xml +application/mbox mbox +application/media_control+xml +application/mediaservercontrol+xml mscml +application/mikey +application/moss-keys +application/moss-signature +application/mosskey-data +application/mosskey-request +application/mp4 mp4s +application/mpeg4-generic +application/mpeg4-iod +application/mpeg4-iod-xmt +application/msword doc dot +application/mxf mxf +application/nasdata +application/news-transmission +application/nss +application/ocsp-request +application/ocsp-response +application/octet-stream bin dms lha lzh class so iso dmg dist distz pkg bpk dump elc +application/oda oda +application/oebps-package+xml +application/ogg ogx +application/parityfec +application/patch-ops-error+xml xer +application/pdf pdf +application/pgp-encrypted pgp +application/pgp-keys +application/pgp-signature asc sig +application/pics-rules prf +application/pidf+xml +application/pidf-diff+xml +application/pkcs10 p10 +application/pkcs7-mime p7m p7c +application/pkcs7-signature p7s +application/pkix-cert cer +application/pkix-crl crl +application/pkix-pkipath pkipath +application/pkixcmp pki +application/pls+xml pls +application/poc-settings+xml +application/postscript ai eps ps +application/prs.alvestrand.titrax-sheet +application/prs.cww cww +application/prs.nprend +application/prs.plucker +application/qsig +application/rdf+xml rdf +application/reginfo+xml rif +application/relax-ng-compact-syntax rnc +application/remote-printing +application/resource-lists+xml rl +application/resource-lists-diff+xml rld +application/riscos +application/rlmi+xml +application/rls-services+xml rs +application/rsd+xml rsd +application/rss+xml rss +application/rtf rtf +application/rtx +application/samlassertion+xml +application/samlmetadata+xml +application/sbml+xml sbml +application/scvp-cv-request scq +application/scvp-cv-response scs +application/scvp-vp-request spq +application/scvp-vp-response spp +application/sdp sdp +application/set-payment +application/set-payment-initiation setpay +application/set-registration +application/set-registration-initiation setreg +application/sgml +application/sgml-open-catalog +application/shf+xml shf +application/sieve +application/simple-filter+xml +application/simple-message-summary +application/simplesymbolcontainer +application/slate +application/smil +application/smil+xml smi smil +application/soap+fastinfoset +application/soap+xml +application/sparql-query rq +application/sparql-results+xml srx +application/spirits-event+xml +application/srgs gram +application/srgs+xml grxml +application/ssml+xml ssml +application/timestamp-query +application/timestamp-reply +application/tve-trigger +application/ulpfec +application/vemmi +application/vividence.scriptfile +application/vnd.3gpp.bsf+xml +application/vnd.3gpp.pic-bw-large plb +application/vnd.3gpp.pic-bw-small psb +application/vnd.3gpp.pic-bw-var pvb +application/vnd.3gpp.sms +application/vnd.3gpp2.bcmcsinfo+xml +application/vnd.3gpp2.sms +application/vnd.3gpp2.tcap tcap +application/vnd.3m.post-it-notes pwn +application/vnd.accpac.simply.aso aso +application/vnd.accpac.simply.imp imp +application/vnd.acucobol acu +application/vnd.acucorp atc acutc +application/vnd.adobe.xdp+xml xdp +application/vnd.adobe.xfdf xfdf +application/vnd.aether.imp +application/vnd.americandynamics.acc acc +application/vnd.amiga.ami ami +application/vnd.anser-web-certificate-issue-initiation cii +application/vnd.anser-web-funds-transfer-initiation fti +application/vnd.antix.game-component atx +application/vnd.apple.installer+xml mpkg +application/vnd.arastra.swi swi +application/vnd.audiograph aep +application/vnd.autopackage +application/vnd.avistar+xml +application/vnd.blueice.multipass mpm +application/vnd.bmi bmi +application/vnd.businessobjects rep +application/vnd.cab-jscript +application/vnd.canon-cpdl +application/vnd.canon-lips +application/vnd.cendio.thinlinc.clientconf +application/vnd.chemdraw+xml cdxml +application/vnd.chipnuts.karaoke-mmd mmd +application/vnd.cinderella cdy +application/vnd.cirpack.isdn-ext +application/vnd.claymore cla +application/vnd.clonk.c4group c4g c4d c4f c4p c4u +application/vnd.commerce-battelle +application/vnd.commonspace csp cst +application/vnd.contact.cmsg cdbcmsg +application/vnd.cosmocaller cmc +application/vnd.crick.clicker clkx +application/vnd.crick.clicker.keyboard clkk +application/vnd.crick.clicker.palette clkp +application/vnd.crick.clicker.template clkt +application/vnd.crick.clicker.wordbank clkw +application/vnd.criticaltools.wbs+xml wbs +application/vnd.ctc-posml pml +application/vnd.ctct.ws+xml +application/vnd.cups-pdf +application/vnd.cups-postscript +application/vnd.cups-ppd ppd +application/vnd.cups-raster +application/vnd.cups-raw +application/vnd.curl curl +application/vnd.cybank +application/vnd.data-vision.rdz rdz +application/vnd.denovo.fcselayout-link fe_launch +application/vnd.dna dna +application/vnd.dolby.mlp mlp +application/vnd.dpgraph dpg +application/vnd.dreamfactory dfac +application/vnd.dvb.esgcontainer +application/vnd.dvb.ipdcesgaccess +application/vnd.dvb.iptv.alfec-base +application/vnd.dvb.iptv.alfec-enhancement +application/vnd.dxr +application/vnd.ecdis-update +application/vnd.ecowin.chart mag +application/vnd.ecowin.filerequest +application/vnd.ecowin.fileupdate +application/vnd.ecowin.series +application/vnd.ecowin.seriesrequest +application/vnd.ecowin.seriesupdate +application/vnd.enliven nml +application/vnd.epson.esf esf +application/vnd.epson.msf msf +application/vnd.epson.quickanime qam +application/vnd.epson.salt slt +application/vnd.epson.ssf ssf +application/vnd.ericsson.quickcall +application/vnd.eszigno3+xml es3 et3 +application/vnd.eudora.data +application/vnd.ezpix-album ez2 +application/vnd.ezpix-package ez3 +application/vnd.fdf fdf +application/vnd.ffsns +application/vnd.fints +application/vnd.flographit gph +application/vnd.fluxtime.clip ftc +application/vnd.font-fontforge-sfd +application/vnd.framemaker fm frame maker +application/vnd.frogans.fnc fnc +application/vnd.frogans.ltf ltf +application/vnd.fsc.weblaunch fsc +application/vnd.fujitsu.oasys oas +application/vnd.fujitsu.oasys2 oa2 +application/vnd.fujitsu.oasys3 oa3 +application/vnd.fujitsu.oasysgp fg5 +application/vnd.fujitsu.oasysprs bh2 +application/vnd.fujixerox.art-ex +application/vnd.fujixerox.art4 +application/vnd.fujixerox.hbpl +application/vnd.fujixerox.ddd ddd +application/vnd.fujixerox.docuworks xdw +application/vnd.fujixerox.docuworks.binder xbd +application/vnd.fut-misnet +application/vnd.fuzzysheet fzs +application/vnd.genomatix.tuxedo txd +application/vnd.gmx gmx +application/vnd.google-earth.kml+xml kml +application/vnd.google-earth.kmz kmz +application/vnd.grafeq gqf gqs +application/vnd.gridmp +application/vnd.groove-account gac +application/vnd.groove-help ghf +application/vnd.groove-identity-message gim +application/vnd.groove-injector grv +application/vnd.groove-tool-message gtm +application/vnd.groove-tool-template tpl +application/vnd.groove-vcard vcg +application/vnd.handheld-entertainment+xml zmm +application/vnd.hbci hbci +application/vnd.hcl-bireports +application/vnd.hhe.lesson-player les +application/vnd.hp-hpgl hpgl +application/vnd.hp-hpid hpid +application/vnd.hp-hps hps +application/vnd.hp-jlyt jlt +application/vnd.hp-pcl pcl +application/vnd.hp-pclxl pclxl +application/vnd.httphone +application/vnd.hydrostatix.sof-data sfd-hdstx +application/vnd.hzn-3d-crossword x3d +application/vnd.ibm.afplinedata +application/vnd.ibm.electronic-media +application/vnd.ibm.minipay mpy +application/vnd.ibm.modcap afp listafp list3820 +application/vnd.ibm.rights-management irm +application/vnd.ibm.secure-container sc +application/vnd.iccprofile icc icm +application/vnd.igloader igl +application/vnd.immervision-ivp ivp +application/vnd.immervision-ivu ivu +application/vnd.informedcontrol.rms+xml +application/vnd.intercon.formnet xpw xpx +application/vnd.intertrust.digibox +application/vnd.intertrust.nncp +application/vnd.intu.qbo qbo +application/vnd.intu.qfx qfx +application/vnd.iptc.g2.conceptitem+xml +application/vnd.iptc.g2.knowledgeitem+xml +application/vnd.iptc.g2.newsitem+xml +application/vnd.iptc.g2.packageitem+xml +application/vnd.ipunplugged.rcprofile rcprofile +application/vnd.irepository.package+xml irp +application/vnd.is-xpr xpr +application/vnd.jam jam +application/vnd.japannet-directory-service +application/vnd.japannet-jpnstore-wakeup +application/vnd.japannet-payment-wakeup +application/vnd.japannet-registration +application/vnd.japannet-registration-wakeup +application/vnd.japannet-setstore-wakeup +application/vnd.japannet-verification +application/vnd.japannet-verification-wakeup +application/vnd.jcp.javame.midlet-rms rms +application/vnd.jisp jisp +application/vnd.joost.joda-archive joda +application/vnd.kahootz ktz ktr +application/vnd.kde.karbon karbon +application/vnd.kde.kchart chrt +application/vnd.kde.kformula kfo +application/vnd.kde.kivio flw +application/vnd.kde.kontour kon +application/vnd.kde.kpresenter kpr kpt +application/vnd.kde.kspread ksp +application/vnd.kde.kword kwd kwt +application/vnd.kenameaapp htke +application/vnd.kidspiration kia +application/vnd.kinar kne knp +application/vnd.koan skp skd skt skm +application/vnd.kodak-descriptor sse +application/vnd.liberty-request+xml +application/vnd.llamagraphics.life-balance.desktop lbd +application/vnd.llamagraphics.life-balance.exchange+xml lbe +application/vnd.lotus-1-2-3 123 +application/vnd.lotus-approach apr +application/vnd.lotus-freelance pre +application/vnd.lotus-notes nsf +application/vnd.lotus-organizer org +application/vnd.lotus-screencam scm +application/vnd.lotus-wordpro lwp +application/vnd.macports.portpkg portpkg +application/vnd.marlin.drm.actiontoken+xml +application/vnd.marlin.drm.conftoken+xml +application/vnd.marlin.drm.license+xml +application/vnd.marlin.drm.mdcf +application/vnd.mcd mcd +application/vnd.medcalcdata mc1 +application/vnd.mediastation.cdkey cdkey +application/vnd.meridian-slingshot +application/vnd.mfer mwf +application/vnd.mfmp mfm +application/vnd.micrografx.flo flo +application/vnd.micrografx.igx igx +application/vnd.mif mif +application/vnd.minisoft-hp3000-save +application/vnd.mitsubishi.misty-guard.trustweb +application/vnd.mobius.daf daf +application/vnd.mobius.dis dis +application/vnd.mobius.mbk mbk +application/vnd.mobius.mqy mqy +application/vnd.mobius.msl msl +application/vnd.mobius.plc plc +application/vnd.mobius.txf txf +application/vnd.mophun.application mpn +application/vnd.mophun.certificate mpc +application/vnd.motorola.flexsuite +application/vnd.motorola.flexsuite.adsi +application/vnd.motorola.flexsuite.fis +application/vnd.motorola.flexsuite.gotap +application/vnd.motorola.flexsuite.kmr +application/vnd.motorola.flexsuite.ttc +application/vnd.motorola.flexsuite.wem +application/vnd.motorola.iprm +application/vnd.mozilla.xul+xml xul +application/vnd.ms-artgalry cil +application/vnd.ms-asf asf +application/vnd.ms-cab-compressed cab +application/vnd.ms-excel xls xlm xla xlc xlt xlw +application/vnd.ms-fontobject eot +application/vnd.ms-htmlhelp chm +application/vnd.ms-ims ims +application/vnd.ms-lrm lrm +application/vnd.ms-playready.initiator+xml +application/vnd.ms-powerpoint ppt pps pot +application/vnd.ms-project mpp mpt +application/vnd.ms-tnef +application/vnd.ms-wmdrm.lic-chlg-req +application/vnd.ms-wmdrm.lic-resp +application/vnd.ms-wmdrm.meter-chlg-req +application/vnd.ms-wmdrm.meter-resp +application/vnd.ms-works wps wks wcm wdb +application/vnd.ms-wpl wpl +application/vnd.ms-xpsdocument xps +application/vnd.mseq mseq +application/vnd.msign +application/vnd.multiad.creator +application/vnd.multiad.creator.cif +application/vnd.music-niff +application/vnd.musician mus +application/vnd.muvee.style msty +application/vnd.ncd.control +application/vnd.ncd.reference +application/vnd.nervana +application/vnd.netfpx +application/vnd.neurolanguage.nlu nlu +application/vnd.noblenet-directory nnd +application/vnd.noblenet-sealer nns +application/vnd.noblenet-web nnw +application/vnd.nokia.catalogs +application/vnd.nokia.conml+wbxml +application/vnd.nokia.conml+xml +application/vnd.nokia.isds-radio-presets +application/vnd.nokia.iptv.config+xml +application/vnd.nokia.landmark+wbxml +application/vnd.nokia.landmark+xml +application/vnd.nokia.landmarkcollection+xml +application/vnd.nokia.n-gage.ac+xml +application/vnd.nokia.n-gage.data ngdat +application/vnd.nokia.n-gage.symbian.install n-gage +application/vnd.nokia.ncd +application/vnd.nokia.pcd+wbxml +application/vnd.nokia.pcd+xml +application/vnd.nokia.radio-preset rpst +application/vnd.nokia.radio-presets rpss +application/vnd.novadigm.edm edm +application/vnd.novadigm.edx edx +application/vnd.novadigm.ext ext +application/vnd.oasis.opendocument.chart odc +application/vnd.oasis.opendocument.chart-template otc +application/vnd.oasis.opendocument.formula odf +application/vnd.oasis.opendocument.formula-template otf +application/vnd.oasis.opendocument.graphics odg +application/vnd.oasis.opendocument.graphics-template otg +application/vnd.oasis.opendocument.image odi +application/vnd.oasis.opendocument.image-template oti +application/vnd.oasis.opendocument.presentation odp +application/vnd.oasis.opendocument.presentation-template otp +application/vnd.oasis.opendocument.spreadsheet ods +application/vnd.oasis.opendocument.spreadsheet-template ots +application/vnd.oasis.opendocument.text odt +application/vnd.oasis.opendocument.text-master otm +application/vnd.oasis.opendocument.text-template ott +application/vnd.oasis.opendocument.text-web oth +application/vnd.obn +application/vnd.olpc-sugar xo +application/vnd.oma-scws-config +application/vnd.oma-scws-http-request +application/vnd.oma-scws-http-response +application/vnd.oma.bcast.associated-procedure-parameter+xml +application/vnd.oma.bcast.drm-trigger+xml +application/vnd.oma.bcast.imd+xml +application/vnd.oma.bcast.ltkm +application/vnd.oma.bcast.notification+xml +application/vnd.oma.bcast.provisioningtrigger +application/vnd.oma.bcast.sgboot +application/vnd.oma.bcast.sgdd+xml +application/vnd.oma.bcast.sgdu +application/vnd.oma.bcast.simple-symbol-container +application/vnd.oma.bcast.smartcard-trigger+xml +application/vnd.oma.bcast.sprov+xml +application/vnd.oma.bcast.stkm +application/vnd.oma.dcd +application/vnd.oma.dcdc +application/vnd.oma.dd2+xml dd2 +application/vnd.oma.drm.risd+xml +application/vnd.oma.group-usage-list+xml +application/vnd.oma.poc.detailed-progress-report+xml +application/vnd.oma.poc.final-report+xml +application/vnd.oma.poc.groups+xml +application/vnd.oma.poc.invocation-descriptor+xml +application/vnd.oma.poc.optimized-progress-report+xml +application/vnd.oma.xcap-directory+xml +application/vnd.omads-email+xml +application/vnd.omads-file+xml +application/vnd.omads-folder+xml +application/vnd.omaloc-supl-init +application/vnd.openofficeorg.extension oxt +application/vnd.osa.netdeploy +application/vnd.osgi.dp dp +application/vnd.otps.ct-kip+xml +application/vnd.palm prc pdb pqa oprc +application/vnd.paos.xml +application/vnd.pg.format str +application/vnd.pg.osasli ei6 +application/vnd.piaccess.application-licence +application/vnd.picsel efif +application/vnd.poc.group-advertisement+xml +application/vnd.pocketlearn plf +application/vnd.powerbuilder6 pbd +application/vnd.powerbuilder6-s +application/vnd.powerbuilder7 +application/vnd.powerbuilder7-s +application/vnd.powerbuilder75 +application/vnd.powerbuilder75-s +application/vnd.preminet +application/vnd.previewsystems.box box +application/vnd.proteus.magazine mgz +application/vnd.publishare-delta-tree qps +application/vnd.pvi.ptid1 ptid +application/vnd.pwg-multiplexed +application/vnd.pwg-xhtml-print+xml +application/vnd.qualcomm.brew-app-res +application/vnd.quark.quarkxpress qxd qxt qwd qwt qxl qxb +application/vnd.rapid +application/vnd.recordare.musicxml mxl +application/vnd.recordare.musicxml+xml +application/vnd.renlearn.rlprint +application/vnd.rn-realmedia rm +application/vnd.route66.link66+xml link66 +application/vnd.ruckus.download +application/vnd.s3sms +application/vnd.sbm.mid2 +application/vnd.scribus +application/vnd.sealed.3df +application/vnd.sealed.csf +application/vnd.sealed.doc +application/vnd.sealed.eml +application/vnd.sealed.mht +application/vnd.sealed.net +application/vnd.sealed.ppt +application/vnd.sealed.tiff +application/vnd.sealed.xls +application/vnd.sealedmedia.softseal.html +application/vnd.sealedmedia.softseal.pdf +application/vnd.seemail see +application/vnd.sema sema +application/vnd.semd semd +application/vnd.semf semf +application/vnd.shana.informed.formdata ifm +application/vnd.shana.informed.formtemplate itp +application/vnd.shana.informed.interchange iif +application/vnd.shana.informed.package ipk +application/vnd.simtech-mindmapper twd twds +application/vnd.smaf mmf +application/vnd.software602.filler.form+xml +application/vnd.software602.filler.form-xml-zip +application/vnd.solent.sdkm+xml sdkm sdkd +application/vnd.spotfire.dxp dxp +application/vnd.spotfire.sfs sfs +application/vnd.sss-cod +application/vnd.sss-dtf +application/vnd.sss-ntf +application/vnd.street-stream +application/vnd.sun.wadl+xml +application/vnd.sus-calendar sus susp +application/vnd.svd svd +application/vnd.swiftview-ics +application/vnd.syncml+xml xsm +application/vnd.syncml.dm+wbxml bdm +application/vnd.syncml.dm+xml xdm +application/vnd.syncml.ds.notification +application/vnd.tao.intent-module-archive tao +application/vnd.tmobile-livetv tmo +application/vnd.trid.tpt tpt +application/vnd.triscape.mxs mxs +application/vnd.trueapp tra +application/vnd.truedoc +application/vnd.ufdl ufd ufdl +application/vnd.uiq.theme utz +application/vnd.umajin umj +application/vnd.unity unityweb +application/vnd.uoml+xml uoml +application/vnd.uplanet.alert +application/vnd.uplanet.alert-wbxml +application/vnd.uplanet.bearer-choice +application/vnd.uplanet.bearer-choice-wbxml +application/vnd.uplanet.cacheop +application/vnd.uplanet.cacheop-wbxml +application/vnd.uplanet.channel +application/vnd.uplanet.channel-wbxml +application/vnd.uplanet.list +application/vnd.uplanet.list-wbxml +application/vnd.uplanet.listcmd +application/vnd.uplanet.listcmd-wbxml +application/vnd.uplanet.signal +application/vnd.vcx vcx +application/vnd.vd-study +application/vnd.vectorworks +application/vnd.vidsoft.vidconference +application/vnd.visio vsd vst vss vsw +application/vnd.visionary vis +application/vnd.vividence.scriptfile +application/vnd.vsf vsf +application/vnd.wap.sic +application/vnd.wap.slc +application/vnd.wap.wbxml wbxml +application/vnd.wap.wmlc wmlc +application/vnd.wap.wmlscriptc wmlsc +application/vnd.webturbo wtb +application/vnd.wfa.wsc +application/vnd.wmc +application/vnd.wmf.bootstrap +application/vnd.wordperfect wpd +application/vnd.wqd wqd +application/vnd.wrq-hp3000-labelled +application/vnd.wt.stf stf +application/vnd.wv.csp+wbxml +application/vnd.wv.csp+xml +application/vnd.wv.ssp+xml +application/vnd.xara xar +application/vnd.xfdl xfdl +application/vnd.xmi+xml +application/vnd.xmpie.cpkg +application/vnd.xmpie.dpkg +application/vnd.xmpie.plan +application/vnd.xmpie.ppkg +application/vnd.xmpie.xlim +application/vnd.yamaha.hv-dic hvd +application/vnd.yamaha.hv-script hvs +application/vnd.yamaha.hv-voice hvp +application/vnd.yamaha.smaf-audio saf +application/vnd.yamaha.smaf-phrase spf +application/vnd.yellowriver-custom-menu cmp +application/vnd.zzazz.deck+xml zaz +application/voicexml+xml vxml +application/watcherinfo+xml +application/whoispp-query +application/whoispp-response +application/winhlp hlp +application/wita +application/wordperfect5.1 +application/wsdl+xml wsdl +application/wspolicy+xml wspolicy +application/x-ace-compressed ace +application/x-bcpio bcpio +application/x-bittorrent torrent +application/x-bzip bz +application/x-bzip2 bz2 boz +application/x-cdlink vcd +application/x-chat chat +application/x-chess-pgn pgn +application/x-compress +application/x-cpio cpio +application/x-csh csh +application/x-director dcr dir dxr fgd +application/x-dvi dvi +application/x-futuresplash spl +application/x-gtar gtar +application/x-gzip +application/x-hdf hdf +application/x-latex latex +application/x-ms-wmd wmd +application/x-ms-wmz wmz +application/x-msaccess mdb +application/x-msbinder obd +application/x-mscardfile crd +application/x-msclip clp +application/x-msdownload exe dll com bat msi +application/x-msmediaview mvb m13 m14 +application/x-msmetafile wmf +application/x-msmoney mny +application/x-mspublisher pub +application/x-msschedule scd +application/x-msterminal trm +application/x-mswrite wri +application/x-netcdf nc cdf +application/x-pkcs12 p12 pfx +application/x-pkcs7-certificates p7b spc +application/x-pkcs7-certreqresp p7r +application/x-rar-compressed rar +application/x-sh sh +application/x-shar shar +application/x-shockwave-flash swf +application/x-stuffit sit +application/x-stuffitx sitx +application/x-sv4cpio sv4cpio +application/x-sv4crc sv4crc +application/x-tar tar +application/x-tcl tcl +application/x-tex tex +application/x-texinfo texinfo texi +application/x-ustar ustar +application/x-wais-source src +application/x-x509-ca-cert der crt +application/x400-bp +application/xcap-att+xml +application/xcap-caps+xml +application/xcap-el+xml +application/xcap-error+xml +application/xcap-ns+xml +application/xenc+xml xenc +application/xhtml+xml xhtml xht +application/xml xml xsl +application/xml-dtd dtd +application/xml-external-parsed-entity +application/xmpp+xml +application/xop+xml xop +application/xslt+xml xslt +application/xspf+xml xspf +application/xv+xml mxml xhvml xvml xvm +application/zip zip +audio/32kadpcm +audio/3gpp +audio/3gpp2 +audio/ac3 +audio/amr +audio/amr-wb +audio/amr-wb+ +audio/asc +audio/basic au snd +audio/bv16 +audio/bv32 +audio/clearmode +audio/cn +audio/dat12 +audio/dls +audio/dsr-es201108 +audio/dsr-es202050 +audio/dsr-es202211 +audio/dsr-es202212 +audio/dvi4 +audio/eac3 +audio/evrc +audio/evrc-qcp +audio/evrc0 +audio/evrc1 +audio/evrcb +audio/evrcb0 +audio/evrcb1 +audio/evrcwb +audio/evrcwb0 +audio/evrcwb1 +audio/g722 +audio/g7221 +audio/g723 +audio/g726-16 +audio/g726-24 +audio/g726-32 +audio/g726-40 +audio/g728 +audio/g729 +audio/g7291 +audio/g729d +audio/g729e +audio/gsm +audio/gsm-efr +audio/ilbc +audio/l16 +audio/l20 +audio/l24 +audio/l8 +audio/lpc +audio/midi mid midi kar rmi +audio/mobile-xmf +audio/mp4 mp4a +audio/mp4a-latm +audio/mpa +audio/mpa-robust +audio/mpeg mpga mp2 mp2a mp3 m2a m3a +audio/mpeg4-generic +audio/ogg oga ogg spx +audio/parityfec +audio/pcma +audio/pcmu +audio/prs.sid +audio/qcelp +audio/red +audio/rtp-enc-aescm128 +audio/rtp-midi +audio/rtx +audio/smv +audio/smv0 +audio/smv-qcp +audio/sp-midi +audio/t140c +audio/t38 +audio/telephone-event +audio/tone +audio/ulpfec +audio/vdvi +audio/vmr-wb +audio/vnd.3gpp.iufp +audio/vnd.4sb +audio/vnd.audiokoz +audio/vnd.celp +audio/vnd.cisco.nse +audio/vnd.cmles.radio-events +audio/vnd.cns.anp1 +audio/vnd.cns.inf1 +audio/vnd.digital-winds eol +audio/vnd.dlna.adts +audio/vnd.dolby.mlp +audio/vnd.dts dts +audio/vnd.dts.hd dtshd +audio/vnd.everad.plj +audio/vnd.hns.audio +audio/vnd.lucent.voice lvp +audio/vnd.ms-playready.media.pya pya +audio/vnd.nokia.mobile-xmf +audio/vnd.nortel.vbk +audio/vnd.nuera.ecelp4800 ecelp4800 +audio/vnd.nuera.ecelp7470 ecelp7470 +audio/vnd.nuera.ecelp9600 ecelp9600 +audio/vnd.octel.sbc +audio/vnd.qcelp +audio/vnd.rhetorex.32kadpcm +audio/vnd.sealedmedia.softseal.mpeg +audio/vnd.vmx.cvsd +audio/vorbis +audio/vorbis-config +audio/wav wav +audio/x-aiff aif aiff aifc +audio/x-mpegurl m3u +audio/x-ms-wax wax +audio/x-ms-wma wma +audio/x-pn-realaudio ram ra +audio/x-pn-realaudio-plugin rmp +audio/x-wav wav +chemical/x-cdx cdx +chemical/x-cif cif +chemical/x-cmdf cmdf +chemical/x-cml cml +chemical/x-csml csml +chemical/x-pdb pdb +chemical/x-xyz xyz +image/bmp bmp +image/cgm cgm +image/fits +image/g3fax g3 +image/gif gif +image/ief ief +image/jp2 +image/jpeg jpeg jpg jpe +image/jpm +image/jpx +image/naplps +image/png png +image/prs.btif btif +image/prs.pti +image/svg+xml svg svgz +image/t38 +image/tiff tiff tif +image/tiff-fx +image/vnd.adobe.photoshop psd +image/vnd.cns.inf2 +image/vnd.djvu djvu djv +image/vnd.dwg dwg +image/vnd.dxf dxf +image/vnd.fastbidsheet fbs +image/vnd.fpx fpx +image/vnd.fst fst +image/vnd.fujixerox.edmics-mmr mmr +image/vnd.fujixerox.edmics-rlc rlc +image/vnd.globalgraphics.pgb +image/vnd.microsoft.icon +image/vnd.mix +image/vnd.ms-modi mdi +image/vnd.net-fpx npx +image/vnd.sealed.png +image/vnd.sealedmedia.softseal.gif +image/vnd.sealedmedia.softseal.jpg +image/vnd.svf +image/vnd.wap.wbmp wbmp +image/vnd.xiff xif +image/x-cmu-raster ras +image/x-cmx cmx +image/x-icon ico +image/x-pcx pcx +image/x-pict pic pct +image/x-portable-anymap pnm +image/x-portable-bitmap pbm +image/x-portable-graymap pgm +image/x-portable-pixmap ppm +image/x-rgb rgb +image/x-xbitmap xbm +image/x-xpixmap xpm +image/x-xwindowdump xwd +message/cpim +message/delivery-status +message/disposition-notification +message/external-body +message/global +message/global-delivery-status +message/global-disposition-notification +message/global-headers +message/http +message/news +message/partial +message/rfc822 eml mime +message/s-http +message/sip +message/sipfrag +message/tracking-status +message/vnd.si.simp +model/iges igs iges +model/mesh msh mesh silo +model/vnd.dwf dwf +model/vnd.flatland.3dml +model/vnd.gdl gdl +model/vnd.gs.gdl +model/vnd.gtw gtw +model/vnd.moml+xml +model/vnd.mts mts +model/vnd.parasolid.transmit.binary +model/vnd.parasolid.transmit.text +model/vnd.vtu vtu +model/vrml wrl vrml +multipart/alternative +multipart/appledouble +multipart/byteranges +multipart/digest +multipart/encrypted +multipart/form-data +multipart/header-set +multipart/mixed +multipart/parallel +multipart/related +multipart/report +multipart/signed +multipart/voice-message +text/calendar ics ifb +text/css css +text/csv csv +text/directory +text/dns +text/enriched +text/html html htm +text/parityfec +text/plain txt text conf def list log in +text/prs.fallenstein.rst +text/prs.lines.tag dsc +text/red +text/rfc822-headers +text/richtext rtx +text/rtf +text/rtp-enc-aescm128 +text/rtx +text/sgml sgml sgm +text/t140 +text/tab-separated-values tsv +text/troff t tr roff man me ms +text/ulpfec +text/uri-list uri uris urls +text/vnd.abc +text/vnd.curl +text/vnd.dmclientscript +text/vnd.esmertec.theme-descriptor +text/vnd.fly fly +text/vnd.fmi.flexstor flx +text/vnd.graphviz gv +text/vnd.in3d.3dml 3dml +text/vnd.in3d.spot spot +text/vnd.iptc.newsml +text/vnd.iptc.nitf +text/vnd.latex-z +text/vnd.motorola.reflex +text/vnd.ms-mediapackage +text/vnd.net2phone.commcenter.command +text/vnd.si.uricatalogue +text/vnd.sun.j2me.app-descriptor jad +text/vnd.trolltech.linguist +text/vnd.wap.si +text/vnd.wap.sl +text/vnd.wap.wml wml +text/vnd.wap.wmlscript wmls +text/x-asm s asm +text/x-c c cc cxx cpp h hh dic +text/x-fortran f for f77 f90 +text/x-pascal p pas +text/x-java-source java +text/x-setext etx +text/x-uuencode uu +text/x-vcalendar vcs +text/x-vcard vcf +text/xml +text/xml-external-parsed-entity +video/3gpp 3gp +video/3gpp-tt +video/3gpp2 3g2 +video/bmpeg +video/bt656 +video/celb +video/dv +video/h261 h261 +video/h263 h263 +video/h263-1998 +video/h263-2000 +video/h264 h264 +video/jpeg jpgv +video/jpeg2000 +video/jpm jpm jpgm +video/mj2 mj2 mjp2 +video/mp1s +video/mp2p +video/mp2t +video/mp4 mp4 mp4v mpg4 +video/mp4v-es +video/mpeg mpeg mpg mpe m1v m2v +video/mpeg4-generic +video/mpv +video/nv +video/ogg ogv +video/parityfec +video/pointer +video/quicktime qt mov +video/raw +video/rtp-enc-aescm128 +video/rtx +video/smpte292m +video/ulpfec +video/vc1 +video/vnd.cctv +video/vnd.dlna.mpeg-tts +video/vnd.fvt fvt +video/vnd.hns.video +video/vnd.iptvforum.1dparityfec-1010 +video/vnd.iptvforum.1dparityfec-2005 +video/vnd.iptvforum.2dparityfec-1010 +video/vnd.iptvforum.2dparityfec-2005 +video/vnd.iptvforum.ttsavc +video/vnd.iptvforum.ttsmpeg2 +video/vnd.motorola.video +video/vnd.motorola.videop +video/vnd.mpegurl mxu m4u +video/vnd.ms-playready.media.pyv pyv +video/vnd.nokia.interleaved-multimedia +video/vnd.nokia.videovoip +video/vnd.objectvideo +video/vnd.sealed.mpeg1 +video/vnd.sealed.mpeg4 +video/vnd.sealed.swf +video/vnd.sealedmedia.softseal.mov +video/vnd.vivo viv +video/x-fli fli +video/x-ms-asf asf asx +video/x-ms-wm wm +video/x-ms-wmv wmv +video/x-ms-wmx wmx +video/x-ms-wvx wvx +video/x-msvideo avi +video/x-sgi-movie movie +x-conference/x-cooltalk ice Added: trunk/dports/sysutils/backuppc/files/org.macports.backuppc.apache2.plist =================================================================== --- trunk/dports/sysutils/backuppc/files/org.macports.backuppc.apache2.plist (rev 0) +++ trunk/dports/sysutils/backuppc/files/org.macports.backuppc.apache2.plist 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,20 @@ + + + + + Label + net.sourceforge.backuppc.httpd + KeepAlive + + RunAtLoad + + ProgramArguments + + @@PREFIX@@/apache2/bin/httpd + -f + @@CONFPATH@@/httpd.conf + -D + FOREGROUND + + + Added: trunk/dports/sysutils/backuppc/files/patch-configure.pl.diff =================================================================== --- trunk/dports/sysutils/backuppc/files/patch-configure.pl.diff (rev 0) +++ trunk/dports/sysutils/backuppc/files/patch-configure.pl.diff 2009-08-03 19:28:26 UTC (rev 54888) @@ -0,0 +1,23 @@ +--- configure.pl (saved version) ++++ (current document) +@@ -231,9 +231,9 @@ + # + if ( $opts{fhs} ) { + $Conf{TopDir} ||= "/data/BackupPC"; +- $Conf{ConfDir} ||= $opts{"config-dir"} || "/etc/BackupPC"; ++ $Conf{ConfDir} ||= $opts{"config-dir"} || "@@PREFIX@@/etc/BackupPC"; + $Conf{InstallDir} ||= "/usr/local/BackupPC"; +- $Conf{LogDir} ||= $opts{"log-dir"} || "/var/log/BackupPC"; ++ $Conf{LogDir} = "@@PREFIX@@/var/log/BackupPC";; + } + + # +@@ -265,7 +265,7 @@ + } + $Conf{$Programs{$prog}} = $path if ( !length($Conf{$Programs{$prog}}) ); + } +- ++$Conf{$Programs{'gtar/tar'}} = "@@PREFIX@@/bin/gnutar"; + while ( 1 ) { + print <ConfDir() . "/hosts"; + $linkHosts = 1; + } elsif ( $type eq "docs" ) { +- $file = $bpc->InstallDir() . "/doc/BackupPC.html"; ++ $file = "@@PREFIX@@share/doc/BackupPC/BackupPC.html"; + } elsif ( $host ne "" ) { + if ( !defined($In{num}) ) { + # get the latest LOG file -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 12:53:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 12:53:25 -0700 (PDT) Subject: [54889] trunk/dports Message-ID: <20090803195326.AFCA722A3122@beta.macosforge.org> Revision: 54889 http://trac.macports.org/changeset/54889 Author: portindex at macports.org Date: 2009-08-03 12:53:25 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6025 Ports successfully parsed: 6025 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 19:28:26 UTC (rev 54888) +++ trunk/dports/PortIndex 2009-08-03 19:53:25 UTC (rev 54889) @@ -9930,6 +9930,8 @@ depends_build {port:file path:bin/perl:perl5 port:sleuthkit} portdir sysutils/autopsy description {Autopsy Forensic Browser} homepage http://www.sleuthkit.org/autopsy/ epoch 0 platforms darwin name autopsy maintainers ecronin long_description {The Autopsy Forensic Browser is a graphical interface to the command line digital investigation analysis tools in The Sleuth Kit. Together, they can analyze Windows and UNIX disks and file systems (NTFS, FAT, UFS1/2, Ext2/3). The Sleuth Kit and Autopsy are both Open Source and run on UNIX platforms. As Autopsy is HTML-based, you can connect to the Autopsy server from any platform using an HTML browser. Autopsy provides a {"File} Manager\"-like interface and shows details about deleted data and file system structures.} categories sysutils version 2.08 revision 0 b5i2iso 311 portdir sysutils/b5i2iso description {BlindWrite image to ISO image file converter} homepage http://developer.berlios.de/projects/b5i2iso/ epoch 0 platforms darwin name b5i2iso maintainers nomaintainer long_description {{BlindWrite image to ISO image file converter}} version 0.2 categories sysutils revision 0 +backuppc 695 +variants universal portdir sysutils/backuppc description {BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and MacOSX PCs and laptops to a server's disk.} epoch 0 platforms darwin name backuppc depends_lib {port:perl5 port:p5-compress-zlib port:p5-archive-zip port:p5-file-rsyncp port:samba3 port:gnutar port:mod_perl2 port:rsync port:openssh port:gzip port:bzip2 port:par2} long_description {{BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and MacOSX PCs and laptops to a server's disk.} BackupPC is highly configurable and easy to install and maintain.} maintainers jameskyle version 3.1.0 categories sysutils revision 0 bacula 574 variants {client_only mysql4 mysql5 postgresql83 sqlite2 sqlite3 universal} depends_build port:gawk portdir sysutils/bacula description {network based backup program} homepage http://www.bacula.org/ epoch 0 platforms darwin depends_lib {port:zlib port:openssl port:libiconv port:gettext port:ncurses} name bacula long_description {{Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.}} maintainers macsforever2000 categories sysutils version 3.0.1 revision 0 bash-completion 321 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Aug 3 13:06:35 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 3 Aug 2009 13:06:35 -0700 (PDT) Subject: [54890] trunk/dports/audio/cdparanoia Message-ID: <20090803200636.5034022A32FB@beta.macosforge.org> Revision: 54890 http://trac.macports.org/changeset/54890 Author: toby at macports.org Date: 2009-08-03 13:06:32 -0700 (Mon, 03 Aug 2009) Log Message: ----------- fix universal build; no reason to use muniversal for this Modified Paths: -------------- trunk/dports/audio/cdparanoia/Portfile trunk/dports/audio/cdparanoia/files/osx_interface.patch Modified: trunk/dports/audio/cdparanoia/Portfile =================================================================== --- trunk/dports/audio/cdparanoia/Portfile 2009-08-03 19:53:25 UTC (rev 54889) +++ trunk/dports/audio/cdparanoia/Portfile 2009-08-03 20:06:32 UTC (rev 54890) @@ -3,10 +3,6 @@ PortSystem 1.0 -# http://trac.macports.org/ticket/20534 -#PortGroup muniversal 1.0 -universal_variant no - name cdparanoia epoch 20050508 version 10.2 Modified: trunk/dports/audio/cdparanoia/files/osx_interface.patch =================================================================== --- trunk/dports/audio/cdparanoia/files/osx_interface.patch 2009-08-03 19:53:25 UTC (rev 54889) +++ trunk/dports/audio/cdparanoia/files/osx_interface.patch 2009-08-03 20:06:32 UTC (rev 54890) @@ -104,7 +104,7 @@ - [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so.0 - [ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so +libcdda_interface.dylib: $(OFILES) -+ $(CC) -dynamiclib -o libcdda_interface.0.$(VERSION).dylib $(OFILES) $(LIBS) -install_name $(libdir)/libcdda_interface.0.dylib ++ $(CC) $(LDFLAGS) -dynamiclib -o libcdda_interface.0.$(VERSION).dylib $(OFILES) $(LIBS) -install_name $(libdir)/libcdda_interface.0.dylib + [ -e libcdda_interface.0.dylib ] || ln -s libcdda_interface.0.$(VERSION).dylib libcdda_interface.0.dylib + [ -e libcdda_interface.dylib ] || ln -s libcdda_interface.0.$(VERSION).dylib libcdda_interface.dylib @@ -782,7 +782,7 @@ - [ -e libcdda_paranoia.so.0 ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so.0 - [ -e libcdda_paranoia.so ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so +libcdda_paranoia.dylib: $(OFILES) -+ $(CC) -dynamiclib -o libcdda_paranoia.0.$(VERSION).dylib $(OFILES) -L../interface -lcdda_interface -install_name $(libdir)/libcdda_paranoia.0.dylib ++ $(CC) $(LDFLAGS) -dynamiclib -o libcdda_paranoia.0.$(VERSION).dylib $(OFILES) -L../interface -lcdda_interface -install_name $(libdir)/libcdda_paranoia.0.dylib + [ -e libcdda_paranoia.0.dylib ] || ln -s libcdda_paranoia.0.$(VERSION).dylib libcdda_paranoia.0.dylib + [ -e libcdda_paranoia.dylib ] || ln -s libcdda_paranoia.0.$(VERSION).dylib libcdda_paranoia.dylib -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 13:53:33 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 13:53:33 -0700 (PDT) Subject: [54891] trunk/dports Message-ID: <20090803205334.DEA1F22A3828@beta.macosforge.org> Revision: 54891 http://trac.macports.org/changeset/54891 Author: portindex at macports.org Date: 2009-08-03 13:53:32 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6025 Ports successfully parsed: 6025 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-03 20:06:32 UTC (rev 54890) +++ trunk/dports/PortIndex 2009-08-03 20:53:32 UTC (rev 54891) @@ -316,8 +316,8 @@ variants universal portdir audio/ccaudio description {Library and software for manipulating audio data} homepage http://www.gnu.org/software/ccaudio epoch 0 platforms darwin name ccaudio depends_lib lib:libccgnu2:commoncpp2 long_description {The GNU ccAudio library is a portable C++ class framework that's useful for developing applications that must process audio. This library provides a class framework for accessing audio segments from various audio file formats (.au, .wav, etc) and for creation of audio frame buffers that are then passed to audio devices and/or DSP processing systems such as telephony cards.} maintainers nomaintainer categories audio version 1.1.1 revision 0 cd-discid 681 variants macosx portdir audio/cd-discid description {read CD and get CDDB discid information} homepage http://www.hispalinux.es/~data/abcde.php epoch 0 platforms darwin name cd-discid long_description {In order to do CDDB queries over the Internet, you must know the DiscID of the CD you are querying. cd-discid provides you with that information. It outputs the discid, the number of tracks, the frame offset of all of the tracks, and the total length of the CD in seconds, on one line in a space-delimited format. cd-discid was designed as a backend tool for cdgrab (now abcde) but will work independantly of it.} maintainers nomaintainer categories audio version 0.9 revision 1 -cdparanoia 1613 -variants darwin_8 depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir audio/cdparanoia description {An audio extraction tool for sampling CDs.} homepage http://www.xiph.org/paranoia epoch 20050508 platforms darwin name cdparanoia long_description {Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly known on the net as a 'ripper'. The application is built on top of the Paranoia library, which is doing the real work (the Paranoia source is included in the cdparanoia source distribution). Like the original cdda2wav, cdparanoia package reads audio from the CDROM directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear PCM. Cdparanoia is a bit different than most other CDDA extraction tools. It contains few-to-no 'extra' features, concentrating only on the ripping process and knowing as much as possible about the hardware performing it. Cdparanoia will read correct, ro ck-solid audio data from inexpensive drives prone to misalignment, frame jitter and loss of streaming during atomic reads. Cdparanoia will also read and repair data from CDs that have been damaged in some way. At the same time, however, cdparanoia turns out to be easy to use and administrate. It has no compile time configuration, happily autodetecting the CDROM, its type, its interface and other aspects of the ripping process at runtime. A single binary can serve the diverse hardware of the do-it-yourself computer laboratory from Hell...} maintainers {jeremyhu openmaintainer} categories audio version 10.2 revision 0 +cdparanoia 1625 +variants {darwin_8 universal} depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir audio/cdparanoia description {An audio extraction tool for sampling CDs.} homepage http://www.xiph.org/paranoia epoch 20050508 platforms darwin name cdparanoia long_description {Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly known on the net as a 'ripper'. The application is built on top of the Paranoia library, which is doing the real work (the Paranoia source is included in the cdparanoia source distribution). Like the original cdda2wav, cdparanoia package reads audio from the CDROM directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear PCM. Cdparanoia is a bit different than most other CDDA extraction tools. It contains few-to-no 'extra' features, concentrating only on the ripping process and knowing as much as possible about the hardware performing it. Cdparanoia will read correct, rock-solid audio data from inexpensive drives prone to misalignment, frame jitter and loss of streaming during atomic reads. Cdparanoia will also read and repair data from CDs that have been damaged in some way. At the same time, however, cdparanoia turns out to be easy to use and administrate. It has no compile time configuration, happily autodetecting the CDROM, its type, its interface and other aspects of the ripping process at runtime. A single binary can serve the diverse hardware of the do-it-yourself computer laboratory from Hell...} maintainers {jeremyhu openmaintainer} categories audio version 10.2 revision 0 cmus 504 variants {aac flac mikmod universal} depends_build path:bin/pkg-config:pkgconfig portdir audio/cmus description {ncurses based music player} homepage http://cmus.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libao port:libmad port:libogg port:libvorbis port:libiconv port:ncurses} name cmus long_description {cmus is a small and fast text mode music player for Linux and many other UNIX like operating systems.} maintainers {milosh openmaintainer} categories audio version 2.2.0 revision 0 csound 609 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Mon Aug 3 17:13:36 2009 From: snc at macports.org (snc at macports.org) Date: Mon, 3 Aug 2009 17:13:36 -0700 (PDT) Subject: [54892] trunk/dports/security/shibboleth Message-ID: <20090804001336.AA5C922A58A0@beta.macosforge.org> Revision: 54892 http://trac.macports.org/changeset/54892 Author: snc at macports.org Date: 2009-08-03 17:13:35 -0700 (Mon, 03 Aug 2009) Log Message: ----------- remove inapplicable patch, ticket #20542 Modified Paths: -------------- trunk/dports/security/shibboleth/Portfile Removed Paths: ------------- trunk/dports/security/shibboleth/files/ Modified: trunk/dports/security/shibboleth/Portfile =================================================================== --- trunk/dports/security/shibboleth/Portfile 2009-08-03 20:53:32 UTC (rev 54891) +++ trunk/dports/security/shibboleth/Portfile 2009-08-04 00:13:35 UTC (rev 54892) @@ -67,9 +67,6 @@ configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4 - - patch.pre_args -p1 - patchfiles xercesc-c-nocf.diff } destroot.keepdirs ${destroot}${prefix}/var/log/shibboleth ${destroot}${prefix}/var/log/httpd ${destroot}${prefix}/var/run/shibboleth -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at macports.org Mon Aug 3 18:20:10 2009 From: noreply at macports.org (MacPorts) Date: Tue, 04 Aug 2009 01:20:10 -0000 Subject: [MacPorts] ProblemHotlist modified Message-ID: <20090804012010.B99796C702DB@mail-out3.apple.com> Changed page "ProblemHotlist" by patrick.suess at stud.fh-deggendorf.de from 87.160.22.200* Page URL: Diff URL: Revision 48 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ProblemHotlist ========================================================================= --- ProblemHotlist (version: 47) +++ ProblemHotlist (version: 48) @@ -166,3 +166,23 @@ '''Workaround:'''[[BR]] When this happens you need to make sure your xorg-xproto port is up to date. Use {{{sudo port selfupdate}}} then {{{sudo port upgrade outdated}}} (or at least {{{sudo port upgrade xorg-xproto}}}). + +'''Error message:'''[[BR]] +{{{ +Error: unknown node kind in database (database is corrupted?) +}}} + +'''Workaround:'''[[BR]] + +Probably something during the installation process of a package went wrong. +You can fix the database file(/opt/local/var/macports/receipts/file_map.db) +by downloading the following script: +{{{ +http://svn.macports.org/repository/macports/contrib/repairfilemap/repairfilemap.tcl +}}} +Follow the instructions in the beginning of the script. +You can invoke the script by typing: +{{{ +chmod +x repairfilemap.tcl 1/ +sudo ./repairfilemap.tcl 1/ +}}} -------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 ProblemHotlist. If it was not you, please report to . From noreply at macports.org Mon Aug 3 18:21:04 2009 From: noreply at macports.org (MacPorts) Date: Tue, 04 Aug 2009 01:21:04 -0000 Subject: [MacPorts] ProblemHotlist modified Message-ID: <20090804012104.BAEEC7016EDC@mail-out4.apple.com> Changed page "ProblemHotlist" by patrick.suess at stud.fh-deggendorf.de from 87.160.22.200* Page URL: Diff URL: Revision 49 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ProblemHotlist ========================================================================= --- ProblemHotlist (version: 48) +++ ProblemHotlist (version: 49) @@ -183,6 +183,6 @@ Follow the instructions in the beginning of the script. You can invoke the script by typing: {{{ -chmod +x repairfilemap.tcl 1/ -sudo ./repairfilemap.tcl 1/ +chmod +x repairfilemap.tcl +sudo ./repairfilemap.tcl }}} -------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 ProblemHotlist. If it was not you, please report to . From noreply at macports.org Mon Aug 3 18:25:29 2009 From: noreply at macports.org (MacPorts) Date: Tue, 04 Aug 2009 01:25:29 -0000 Subject: [MacPorts] ProblemHotlist modified Message-ID: <20090804012530.03C087017140@mail-out4.apple.com> Changed page "ProblemHotlist" by patrick.suess at stud.fh-deggendorf.de from 87.160.22.200* Page URL: Diff URL: Revision 50 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ProblemHotlist ========================================================================= --- ProblemHotlist (version: 49) +++ ProblemHotlist (version: 50) @@ -167,6 +167,8 @@ When this happens you need to make sure your xorg-xproto port is up to date. Use {{{sudo port selfupdate}}} then {{{sudo port upgrade outdated}}} (or at least {{{sudo port upgrade xorg-xproto}}}). +== Corrupt Database == #corruptdatabase + '''Error message:'''[[BR]] {{{ Error: unknown node kind in database (database is corrupted?) @@ -175,7 +177,7 @@ '''Workaround:'''[[BR]] Probably something during the installation process of a package went wrong. -You can fix the database file(/opt/local/var/macports/receipts/file_map.db) +You can fix the database file('/opt/local/var/macports/receipts/file_map.db') by downloading the following script: {{{ http://svn.macports.org/repository/macports/contrib/repairfilemap/repairfilemap.tcl -------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 ProblemHotlist. If it was not you, please report to . From noreply at macports.org Mon Aug 3 18:26:30 2009 From: noreply at macports.org (MacPorts) Date: Tue, 04 Aug 2009 01:26:30 -0000 Subject: [MacPorts] ProblemHotlist modified Message-ID: <20090804012630.CA5CF6C705D1@mail-out3.apple.com> Changed page "ProblemHotlist" by patrick.suess at stud.fh-deggendorf.de from 87.160.22.200* Page URL: Diff URL: Revision 51 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: ProblemHotlist ========================================================================= --- ProblemHotlist (version: 50) +++ ProblemHotlist (version: 51) @@ -167,7 +167,7 @@ When this happens you need to make sure your xorg-xproto port is up to date. Use {{{sudo port selfupdate}}} then {{{sudo port upgrade outdated}}} (or at least {{{sudo port upgrade xorg-xproto}}}). -== Corrupt Database == #corruptdatabase +== Corrupt Filemap == #corruptdatabase '''Error message:'''[[BR]] {{{ -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on ProblemHotlist. If it was not you, please report to . From jmr at macports.org Mon Aug 3 18:38:20 2009 From: jmr at macports.org (jmr at macports.org) Date: Mon, 3 Aug 2009 18:38:20 -0700 (PDT) Subject: [54893] trunk/base/src/macports1.0/macports.tcl Message-ID: <20090804013820.A132C22A5F72@beta.macosforge.org> Revision: 54893 http://trac.macports.org/changeset/54893 Author: jmr at macports.org Date: 2009-08-03 18:38:20 -0700 (Mon, 03 Aug 2009) Log Message: ----------- for targets that install dependencies, also upgrade any dependencies that are already installed Modified Paths: -------------- trunk/base/src/macports1.0/macports.tcl Modified: trunk/base/src/macports1.0/macports.tcl =================================================================== --- trunk/base/src/macports1.0/macports.tcl 2009-08-04 00:13:35 UTC (rev 54892) +++ trunk/base/src/macports1.0/macports.tcl 2009-08-04 01:38:20 UTC (rev 54893) @@ -1437,6 +1437,11 @@ || $target == "rpm" || $target == "dpkg" || $target == "srpm"|| $target == "portpkg" } { + # upgrade dependencies that are already installed + if {![macports::global_option_isset ports_nodeps]} { + macports::_upgrade_mport_deps $mport $target + } + ui_msg -nonewline "---> Computing dependencies for [_mportkey $mport name]" if {[macports::ui_isset ports_debug]} { # play nice with debug messages @@ -1503,6 +1508,37 @@ return $result } +# upgrade any dependencies of mport that are installed and needed for target +proc macports::_upgrade_mport_deps {mport target} { + set options [ditem_key $mport options] + set variations [mport_filtervariants [ditem_key $mport variations] no] + set deptypes [macports::_deptypes_for_target $target] + array set portinfo [mportinfo $mport] + set depends {} + array set depscache {} + + # keep recursion under control + set macports::global_options(ports_nodeps) yes + + foreach deptype $deptypes { + # Add to the list of dependencies if the option exists and isn't empty. + if {[info exists portinfo($deptype)] && $portinfo($deptype) != ""} { + set depends [concat $depends $portinfo($deptype)] + } + } + + foreach depspec $depends { + set dep_portname [lindex [split $depspec :] end] + if {![info exists depscache(port:$dep_portname)] && [registry::entry_exists_for_name $dep_portname]} { + set status [macports::upgrade $dep_portname "port:$dep_portname" {} $variations $options depscache] + if {$status != 0 && ![macports::ui_isset ports_processall]} { + return -code error "upgrade $portname failed" + } + } + } + unset macports::global_options(ports_nodeps) +} + proc macports::getsourcepath {url} { global macports::portdbpath @@ -2034,30 +2070,8 @@ } } - # Determine deptypes to look for based on target - switch $target { - fetch - - checksum { set deptypes "depends_fetch" } - extract - - patch { set deptypes "depends_fetch depends_extract" } - configure - - build { set deptypes "depends_fetch depends_extract depends_lib depends_build" } + set deptypes [macports::_deptypes_for_target $target] - test - - destroot - - install - - archive - - dmg - - pkg - - portpkg - - mdmg - - mpkg - - rpm - - srpm - - dpkg - - "" { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" } - } - # Gather the dependencies for deptypes foreach deptype $deptypes { # Add to the list of dependencies if the option exists and isn't empty. @@ -2124,6 +2138,33 @@ return 0 } +# Determine dependency types required for target +proc macports::_deptypes_for_target {target} { + switch $target { + fetch - + checksum { set deptypes "depends_fetch" } + extract - + patch { set deptypes "depends_fetch depends_extract" } + configure - + build { set deptypes "depends_fetch depends_extract depends_lib depends_build" } + + test - + destroot - + install - + archive - + dmg - + pkg - + portpkg - + mdmg - + mpkg - + rpm - + srpm - + dpkg - + "" { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" } + } + return $deptypes +} + # selfupdate procedure proc macports::selfupdate {{optionslist {}}} { global macports::prefix macports::portdbpath macports::libpath macports::rsync_server macports::rsync_dir macports::rsync_options -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Aug 3 18:51:53 2009 From: blb at macports.org (blb at macports.org) Date: Mon, 3 Aug 2009 18:51:53 -0700 (PDT) Subject: [54894] branches/images-and-archives/base Message-ID: <20090804015153.C5D7D22A6205@beta.macosforge.org> Revision: 54894 http://trac.macports.org/changeset/54894 Author: blb at macports.org Date: 2009-08-03 18:51:53 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Merge from trunk Modified Paths: -------------- branches/images-and-archives/base/src/macports1.0/macports.tcl Property Changed: ---------------- branches/images-and-archives/base/ Property changes on: branches/images-and-archives/base ___________________________________________________________________ Modified: svn:mergeinfo - /branches/gsoc08-privileges/base:37343-46937 /branches/universal-sanity/base:51872-52323 /branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659 /trunk/base:50249-54852 /users/perry/base-bugs_and_notes:45682-46060 /users/perry/base-select:44044-44692 + /branches/gsoc08-privileges/base:37343-46937 /branches/universal-sanity/base:51872-52323 /branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659 /trunk/base:50249-54893 /users/perry/base-bugs_and_notes:45682-46060 /users/perry/base-select:44044-44692 Modified: branches/images-and-archives/base/src/macports1.0/macports.tcl =================================================================== --- branches/images-and-archives/base/src/macports1.0/macports.tcl 2009-08-04 01:38:20 UTC (rev 54893) +++ branches/images-and-archives/base/src/macports1.0/macports.tcl 2009-08-04 01:51:53 UTC (rev 54894) @@ -1397,6 +1397,11 @@ || $target == "rpm" || $target == "dpkg" || $target == "srpm"|| $target == "portpkg" } { + # upgrade dependencies that are already installed + if {![macports::global_option_isset ports_nodeps]} { + macports::_upgrade_mport_deps $mport $target + } + ui_msg -nonewline "---> Computing dependencies for [_mportkey $mport name]" if {[macports::ui_isset ports_debug]} { # play nice with debug messages @@ -1451,6 +1456,37 @@ return $result } +# upgrade any dependencies of mport that are installed and needed for target +proc macports::_upgrade_mport_deps {mport target} { + set options [ditem_key $mport options] + set variations [mport_filtervariants [ditem_key $mport variations] no] + set deptypes [macports::_deptypes_for_target $target] + array set portinfo [mportinfo $mport] + set depends {} + array set depscache {} + + # keep recursion under control + set macports::global_options(ports_nodeps) yes + + foreach deptype $deptypes { + # Add to the list of dependencies if the option exists and isn't empty. + if {[info exists portinfo($deptype)] && $portinfo($deptype) != ""} { + set depends [concat $depends $portinfo($deptype)] + } + } + + foreach depspec $depends { + set dep_portname [lindex [split $depspec :] end] + if {![info exists depscache(port:$dep_portname)] && [registry::entry_exists_for_name $dep_portname]} { + set status [macports::upgrade $dep_portname "port:$dep_portname" {} $variations $options depscache] + if {$status != 0 && ![macports::ui_isset ports_processall]} { + return -code error "upgrade $portname failed" + } + } + } + unset macports::global_options(ports_nodeps) +} + proc macports::getsourcepath {url} { global macports::portdbpath @@ -1983,30 +2019,8 @@ } } - # Determine deptypes to look for based on target - switch $target { - fetch - - checksum { set deptypes "depends_fetch" } - extract - - patch { set deptypes "depends_fetch depends_extract" } - configure - - build { set deptypes "depends_fetch depends_extract depends_lib depends_build" } + set deptypes [macports::_deptypes_for_target $target] - test - - destroot - - imagefile - - install - - dmg - - pkg - - portpkg - - mdmg - - mpkg - - rpm - - srpm - - dpkg - - "" { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" } - } - # Gather the dependencies for deptypes foreach deptype $deptypes { # Add to the list of dependencies if the option exists and isn't empty. @@ -2073,6 +2087,33 @@ return 0 } +# Determine dependency types required for target +proc macports::_deptypes_for_target {target} { + switch $target { + fetch - + checksum { set deptypes "depends_fetch" } + extract - + patch { set deptypes "depends_fetch depends_extract" } + configure - + build { set deptypes "depends_fetch depends_extract depends_lib depends_build" } + + test - + destroot - + imagefile - + install - + dmg - + pkg - + portpkg - + mdmg - + mpkg - + rpm - + srpm - + dpkg - + "" { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" } + } + return $deptypes +} + # selfupdate procedure proc macports::selfupdate {{optionslist {}}} { global macports::prefix macports::portdbpath macports::libpath macports::rsync_server macports::rsync_dir macports::rsync_options -------------- next part -------------- An HTML attachment was scrubbed... URL: From juanger at macports.org Mon Aug 3 19:11:37 2009 From: juanger at macports.org (juanger at macports.org) Date: Mon, 3 Aug 2009 19:11:37 -0700 (PDT) Subject: [54895] branches/gsoc09-gui Message-ID: <20090804021138.0DEB522A71C6@beta.macosforge.org> Revision: 54895 http://trac.macports.org/changeset/54895 Author: juanger at macports.org Date: 2009-08-03 19:11:37 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Embedding the framework and adding a custom buildphase to create a dmg Modified Paths: -------------- branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj branches/gsoc09-gui/MacPorts_Framework/Info.plist branches/gsoc09-gui/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj Modified: branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj =================================================================== --- branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj 2009-08-04 01:51:53 UTC (rev 54894) +++ branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj 2009-08-04 02:11:37 UTC (rev 54895) @@ -24,6 +24,7 @@ 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; }; 21351FB30FEC67780074ACFE /* MPActionsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 21351FB20FEC67780074ACFE /* MPActionsController.m */; }; 214BAFE40FE7164200BD1B46 /* MPActionLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = 214BAFE30FE7164200BD1B46 /* MPActionLauncher.m */; }; + 219DC2E41027BF660065C8DF /* MacPorts.framework in Copy Bundle Frameworks */ = {isa = PBXBuildFile; fileRef = 21F165510FE2C04300542AEE /* MacPorts.framework */; }; 21B6A38E0FEDCBD5001DF976 /* TB_Install.icns in Resources */ = {isa = PBXBuildFile; fileRef = 21B6A38A0FEDCBD5001DF976 /* TB_Install.icns */; }; 21B6A38F0FEDCBD5001DF976 /* TB_Sync.icns in Resources */ = {isa = PBXBuildFile; fileRef = 21B6A38B0FEDCBD5001DF976 /* TB_Sync.icns */; }; 21B6A3910FEDCBD5001DF976 /* TB_Upgrade.icns in Resources */ = {isa = PBXBuildFile; fileRef = 21B6A38D0FEDCBD5001DF976 /* TB_Upgrade.icns */; }; @@ -31,7 +32,6 @@ 21E2ADB01002E428003F8885 /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 21E2ADAF1002E428003F8885 /* Preferences.xib */; }; 21E2ADB71002EAE0003F8885 /* PreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E2ADB61002EAE0003F8885 /* PreferencesController.m */; }; 21EB8B11100CDD37007371EE /* MPPortTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 21EB8B10100CDD37007371EE /* MPPortTableView.m */; }; - 21F166D80FE329A700542AEE /* MacPorts.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 21F165510FE2C04300542AEE /* MacPorts.framework */; }; 21F166D90FE329AA00542AEE /* MacPorts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 21F165510FE2C04300542AEE /* MacPorts.framework */; }; 21F1675A0FE3382D00542AEE /* PortsTableController.m in Sources */ = {isa = PBXBuildFile; fileRef = 21F167590FE3382D00542AEE /* PortsTableController.m */; }; 21FC226A0FE8895900B1E835 /* StateTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 21FC22690FE8895900B1E835 /* StateTransformer.m */; }; @@ -96,23 +96,15 @@ /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ - 21A5894C0FF5E8C6003CF725 /* CopyFiles */ = { + 219DC2E31027BF260065C8DF /* Copy Bundle Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; - dstSubfolderSpec = 6; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 21F165890FE2C22D00542AEE /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; dstSubfolderSpec = 10; files = ( - 21F166D80FE329A700542AEE /* MacPorts.framework in CopyFiles */, + 219DC2E41027BF660065C8DF /* MacPorts.framework in Copy Bundle Frameworks */, ); + name = "Copy Bundle Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ @@ -297,11 +289,11 @@ buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MPGUI" */; buildPhases = ( 8D1107290486CEB800E47090 /* Resources */, - 21F165890FE2C22D00542AEE /* CopyFiles */, - 21A5894C0FF5E8C6003CF725 /* CopyFiles */, + 219DC2E31027BF260065C8DF /* Copy Bundle Frameworks */, 8D11072C0486CEB800E47090 /* Sources */, 8D11072E0486CEB800E47090 /* Frameworks */, - 21FC212A0FE8546700B1E835 /* ShellScript */, + 21FC212A0FE8546700B1E835 /* Install MacPorts 1.8 */, + 219DC31D1027C4760065C8DF /* Create dmg */, ); buildRules = ( ); @@ -416,14 +408,29 @@ shellPath = /bin/sh; shellScript = "BASEDIR=`pwd`\nDOCDIR=build/Documentation\nif [ ! -d $DOCDIR ]; then\n\tmkdir $DOCDIR\nfi\ncd $DOCDIR\nheaderdoc2html -u -o HTML $BASEDIR/*.h* && gatherheaderdoc HTML index.html"; }; - 21FC212A0FE8546700B1E835 /* ShellScript */ = { + 219DC31D1027C4760065C8DF /* Create dmg */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ); + name = "Create dmg"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /usr/bin/ruby; + shellScript = "if ENV['CONFIGURATION'] == \"Release\"\n\timage_name = \"#{ENV['PROJECT_NAME']}.dmg\"\n\tFile.delete image_name if File.exists? image_name\n\n\tsystem(\"hdiutil create -srcfolder \\'#{ENV['CONFIGURATION_BUILD_DIR']}/#{ENV['PRODUCT_NAME']}.app\\' -volname #{ENV['PROJECT_NAME']} \\'#{image_name}\\'\")\nend\n\n"; + }; + 21FC212A0FE8546700B1E835 /* Install MacPorts 1.8 */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( "$(PROJECT_DIR)/../base/", ); + name = "Install MacPorts 1.8"; outputPaths = ( "$BUILT_PRODUCTS_DIR/macports-1.8", ); @@ -570,9 +577,10 @@ ALWAYS_SEARCH_USER_PATHS = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; FRAMEWORK_SEARCH_PATHS = ( + "\"$(SRCROOT)/../MacPorts_Framework/build\"", "$(inherited)", - "\"$(SRCROOT)/../MacPorts_Framework/build/Debug\"", ); + GCC_ENABLE_OBJC_GC = required; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = MPGUI_Prefix.pch; Modified: branches/gsoc09-gui/MacPorts_Framework/Info.plist =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/Info.plist 2009-08-04 01:51:53 UTC (rev 54894) +++ branches/gsoc09-gui/MacPorts_Framework/Info.plist 2009-08-04 02:11:37 UTC (rev 54895) @@ -19,7 +19,7 @@ CFBundleSignature Randall Wood CFBundleVersion - 1.0 + 1.1 NSPrincipalClass Modified: branches/gsoc09-gui/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj 2009-08-04 01:51:53 UTC (rev 54894) +++ branches/gsoc09-gui/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj 2009-08-04 02:11:37 UTC (rev 54895) @@ -824,7 +824,6 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", ); LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\""; LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)\""; @@ -851,7 +850,6 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", ); LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\""; LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)\""; -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Mon Aug 3 19:49:33 2009 From: toby at macports.org (toby at macports.org) Date: Mon, 3 Aug 2009 19:49:33 -0700 (PDT) Subject: [54896] trunk/dports/archivers/libarchive/Portfile Message-ID: <20090804024934.1D40822A74EB@beta.macosforge.org> Revision: 54896 http://trac.macports.org/changeset/54896 Author: toby at macports.org Date: 2009-08-03 19:49:33 -0700 (Mon, 03 Aug 2009) Log Message: ----------- #20537 (libarchive: please remove the dependency on lzmautils) Modified Paths: -------------- trunk/dports/archivers/libarchive/Portfile Modified: trunk/dports/archivers/libarchive/Portfile =================================================================== --- trunk/dports/archivers/libarchive/Portfile 2009-08-04 02:11:37 UTC (rev 54895) +++ trunk/dports/archivers/libarchive/Portfile 2009-08-04 02:49:33 UTC (rev 54896) @@ -4,7 +4,7 @@ name libarchive version 2.7.0 -revision 1 +revision 2 categories archivers maintainers toby description functions for reading and writing streaming archives @@ -22,8 +22,14 @@ sha1 625347766797929873a8e31819a14c405bcb2275 \ rmd160 997f2809cb91eb84707714cb58f4840dee0a9ea0 -depends_lib port:bzip2 port:zlib port:liblzma port:lzmautils +depends_lib port:bzip2 port:zlib -configure.args --enable-bsdtar=shared --enable-bsdcpio=shared +configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \ + --disable-lzmadec --disable-lzma livecheck.regex files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz + +variant lzma { + configure.args-delete --disable-lzma + depends_lib-append port:liblzma +} -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Mon Aug 3 20:53:16 2009 From: portindex at macports.org (portindex at macports.org) Date: Mon, 3 Aug 2009 20:53:16 -0700 (PDT) Subject: [54897] trunk/dports Message-ID: <20090804035318.1D4D622A78B0@beta.macosforge.org> Revision: 54897 http://trac.macports.org/changeset/54897 Author: portindex at macports.org Date: 2009-08-03 20:53:16 -0700 (Mon, 03 Aug 2009) Log Message: ----------- Total number of ports parsed: 6025 Ports successfully parsed: 6025 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 02:49:33 UTC (rev 54896) +++ trunk/dports/PortIndex 2009-08-04 03:53:16 UTC (rev 54897) @@ -218,8 +218,8 @@ variants universal portdir archivers/lcab description {Linux CABinet file creator} homepage http://coding.wooyayhoopla.be/lcab/ epoch 0 platforms darwin name lcab long_description {LCAB is a small program for linux that creates an uncompressed MS Cabinet File from a set of input files.} maintainers nomaintainer categories archivers version 1.0b12 revision 0 lha 340 variants universal portdir archivers/lha description {Utility for creating and opening lzh archives} homepage http://lha.sourceforge.jp/ epoch 20070826 platforms darwin name lha long_description {{Utility for creating and opening lzh archives}} maintainers nomaintainer categories {archivers sysutils} version 1.14i-ac20050924p1 revision 3 -libarchive 548 -variants universal portdir archivers/libarchive description {functions for reading and writing streaming archives} homepage http://code.google.com/p/libarchive/ epoch 0 platforms darwin name libarchive depends_lib {port:bzip2 port:zlib port:liblzma port:lzmautils} long_description {Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives.} maintainers toby categories archivers version 2.7.0 revision 1 +libarchive 527 +variants {lzma universal} portdir archivers/libarchive description {functions for reading and writing streaming archives} homepage http://code.google.com/p/libarchive/ epoch 0 platforms darwin name libarchive depends_lib {port:bzip2 port:zlib} long_description {Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives.} maintainers toby categories archivers version 2.7.0 revision 2 libarxx 579 variants universal portdir archivers/libarxx description {C++ library for using ARX archives} homepage http://libarxx.sourceforge.net/ depends_run port:pkgconfig epoch 0 platforms darwin name libarxx depends_lib {port:zlib port:bzip2} long_description {libarxx is a C++ implementation for accessing ARX archives. ARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.} maintainers nomaintainer categories {archivers devel} version 0.7.8 revision 0 libpar2 408 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Tue Aug 4 00:59:54 2009 From: afb at macports.org (afb at macports.org) Date: Tue, 4 Aug 2009 00:59:54 -0700 (PDT) Subject: [54898] trunk/dports Message-ID: <20090804075954.E5F1B22A941C@beta.macosforge.org> Revision: 54898 http://trac.macports.org/changeset/54898 Author: afb at macports.org Date: 2009-08-04 00:59:52 -0700 (Tue, 04 Aug 2009) Log Message: ----------- unmaintain some ports from FreeBSD 6.2 (Jan 2007) Modified Paths: -------------- trunk/dports/games/fortune/Portfile trunk/dports/net/fetch/Portfile trunk/dports/net/libfetch/Portfile Modified: trunk/dports/games/fortune/Portfile =================================================================== --- trunk/dports/games/fortune/Portfile 2009-08-04 03:53:16 UTC (rev 54897) +++ trunk/dports/games/fortune/Portfile 2009-08-04 07:59:52 UTC (rev 54898) @@ -5,7 +5,7 @@ name fortune version 6.2.0-RELEASE categories games -maintainers afb openmaintainer +maintainers nomaintainer description Infamous electronic fortune-cookie generator long_description ${description} platforms darwin freebsd Modified: trunk/dports/net/fetch/Portfile =================================================================== --- trunk/dports/net/fetch/Portfile 2009-08-04 03:53:16 UTC (rev 54897) +++ trunk/dports/net/fetch/Portfile 2009-08-04 07:59:52 UTC (rev 54898) @@ -5,7 +5,7 @@ name fetch version 6.2.0-RELEASE categories net -maintainers afb openmaintainer +maintainers nomaintainer description FreeBSD file fetching utility long_description Fetch provides a command-line interface to the fetch(3) library. \ Its purpose is to retrieve the file(s) pointed to by the URL(s) on the command line. Modified: trunk/dports/net/libfetch/Portfile =================================================================== --- trunk/dports/net/libfetch/Portfile 2009-08-04 03:53:16 UTC (rev 54897) +++ trunk/dports/net/libfetch/Portfile 2009-08-04 07:59:52 UTC (rev 54898) @@ -5,7 +5,7 @@ name libfetch version 6.2.0-RELEASE categories net -maintainers afb openmaintainer +maintainers nomaintainer description FreeBSD file fetching library long_description These functions implement a high-level library for retrieving and \ uploading files using Uniform Resource Locators (URLs). -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Tue Aug 4 01:10:24 2009 From: afb at macports.org (afb at macports.org) Date: Tue, 4 Aug 2009 01:10:24 -0700 (PDT) Subject: [54899] trunk/dports/lang Message-ID: <20090804081024.2B65722A9619@beta.macosforge.org> Revision: 54899 http://trac.macports.org/changeset/54899 Author: afb at macports.org Date: 2009-08-04 01:10:23 -0700 (Tue, 04 Aug 2009) Log Message: ----------- unmaintain old Tcl utils Modified Paths: -------------- trunk/dports/lang/nagelfar/Portfile trunk/dports/lang/tcldoc/Portfile Modified: trunk/dports/lang/nagelfar/Portfile =================================================================== --- trunk/dports/lang/nagelfar/Portfile 2009-08-04 07:59:52 UTC (rev 54898) +++ trunk/dports/lang/nagelfar/Portfile 2009-08-04 08:10:23 UTC (rev 54899) @@ -5,7 +5,7 @@ name nagelfar version 1.1.8 categories lang -maintainers afb openmaintainer +maintainers nomaintainer description A Tcl Syntax checker long_description \ Nagelfar is a Tcl application to read a Tcl program and \ Modified: trunk/dports/lang/tcldoc/Portfile =================================================================== --- trunk/dports/lang/tcldoc/Portfile 2009-08-04 07:59:52 UTC (rev 54898) +++ trunk/dports/lang/tcldoc/Portfile 2009-08-04 08:10:23 UTC (rev 54899) @@ -6,7 +6,7 @@ version 0.3 revision 1 categories lang -maintainers afb openmaintainer +maintainers nomaintainer description Generates HTML pages of API documentation from Tcl source files long_description \ TclDoc parses the declarations and documentation comments in a set of Tcl source files and \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Tue Aug 4 01:19:34 2009 From: afb at macports.org (afb at macports.org) Date: Tue, 4 Aug 2009 01:19:34 -0700 (PDT) Subject: [54900] users/afb Message-ID: <20090804081934.373E222A97B1@beta.macosforge.org> Revision: 54900 http://trac.macports.org/changeset/54900 Author: afb at macports.org Date: 2009-08-04 01:19:33 -0700 (Tue, 04 Aug 2009) Log Message: ----------- remove pre-release Xfce versions Modified Paths: -------------- users/afb/Capybara/exo/Portfile Added Paths: ----------- users/afb/Capybara/exo/files/ users/afb/Capybara/exo/files/exo-mmintrin.diff Removed Paths: ------------- users/afb/Fuzzy/ users/afb/Hopper/ users/afb/Pinkie/ users/afb/TucoTuco/ Modified: users/afb/Capybara/exo/Portfile =================================================================== --- users/afb/Capybara/exo/Portfile 2009-08-04 08:10:23 UTC (rev 54899) +++ users/afb/Capybara/exo/Portfile 2009-08-04 08:19:33 UTC (rev 54900) @@ -4,6 +4,7 @@ name exo version 0.3.99.1 +revision 2 categories xfce platforms darwin maintainers afb at macports.org @@ -20,6 +21,8 @@ depends_lib port:p5-uri port:libxfce4util port:gtk2 port:pkgconfig +patchfiles exo-mmintrin.diff filemanagers.diff prefFileman.diff + platform darwin { configure.args-append --disable-visibility } Added: users/afb/Capybara/exo/files/exo-mmintrin.diff =================================================================== --- users/afb/Capybara/exo/files/exo-mmintrin.diff (rev 0) +++ users/afb/Capybara/exo/files/exo-mmintrin.diff 2009-08-04 08:19:33 UTC (rev 54900) @@ -0,0 +1,14 @@ +--- ./exo/exo-gdk-pixbuf-extensions.c.orig 2007-12-02 13:33:44.000000000 +0100 ++++ ./exo/exo-gdk-pixbuf-extensions.c 2009-01-28 08:27:09.000000000 +0100 +@@ -43,9 +43,11 @@ + #ifdef HAVE_MATH_H + #include + #endif ++#if defined(__GNUC__) && defined(__MMX__) + #ifdef HAVE_MMINTRIN_H + #include + #endif ++#endif + #ifdef HAVE_STDLIB_H + #include + #endif -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Tue Aug 4 01:20:45 2009 From: afb at macports.org (afb at macports.org) Date: Tue, 4 Aug 2009 01:20:45 -0700 (PDT) Subject: [54901] users/afb/Capybara/ Message-ID: <20090804082045.A40E722A9806@beta.macosforge.org> Revision: 54901 http://trac.macports.org/changeset/54901 Author: afb at macports.org Date: 2009-08-04 01:20:45 -0700 (Tue, 04 Aug 2009) Log Message: ----------- remove pre-release Xfce versions Removed Paths: ------------- users/afb/Capybara/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Tue Aug 4 01:28:39 2009 From: afb at macports.org (afb at macports.org) Date: Tue, 4 Aug 2009 01:28:39 -0700 (PDT) Subject: [54902] users/afb/lint.html Message-ID: <20090804082839.8EC4A22A98A4@beta.macosforge.org> Revision: 54902 http://trac.macports.org/changeset/54902 Author: afb at macports.org Date: 2009-08-04 01:28:39 -0700 (Tue, 04 Aug 2009) Log Message: ----------- set html to binary, to avoid humongous changereport Property Changed: ---------------- users/afb/lint.html Property changes on: users/afb/lint.html ___________________________________________________________________ Added: svn:mime-type + application/octet-stream -------------- next part -------------- An HTML attachment was scrubbed... URL: From afb at macports.org Tue Aug 4 01:29:29 2009 From: afb at macports.org (afb at macports.org) Date: Tue, 4 Aug 2009 01:29:29 -0700 (PDT) Subject: [54903] users/afb/lint.html Message-ID: <20090804082929.9BD8422A98C8@beta.macosforge.org> Revision: 54903 http://trac.macports.org/changeset/54903 Author: afb at macports.org Date: 2009-08-04 01:29:29 -0700 (Tue, 04 Aug 2009) Log Message: ----------- remove old lint report (from 2007) Removed Paths: ------------- users/afb/lint.html Deleted: users/afb/lint.html =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 01:53:50 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 01:53:50 -0700 (PDT) Subject: [54904] trunk/dports Message-ID: <20090804085351.9098822A9ADA@beta.macosforge.org> Revision: 54904 http://trac.macports.org/changeset/54904 Author: portindex at macports.org Date: 2009-08-04 01:53:48 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6025 Ports successfully parsed: 6025 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 08:29:29 UTC (rev 54903) +++ trunk/dports/PortIndex 2009-08-04 08:53:48 UTC (rev 54904) @@ -2336,8 +2336,8 @@ portdir games/fizmo description {Console-based Z-Machine interpreter for Infocom games.} homepage http://spellbreaker.org/~chrender/fizmo/ epoch 0 platforms {darwin linux} name fizmo depends_lib {port:ncursesw port:libsdl_sound port:libsndfile port:libxml2} maintainers spellbreaker.org:Christoph.Ender long_description {Fizmo is a Z-Machine interpreter (Fizmo Interprets Z-Machine Opcodes) which allows you to run Infocom- and most other Z-Machine based games -- except version 6 -- on POSIX-like systems which provide a ncursesw (note the 'w') library. It has been successfully compiled on Debian based Linux, Mac OS X (with MacPorts providing ncursesw) and Windows (using Cygwin and a self-compiled ncursesw library). This is a console-style application, meaning that it runs in textmode and does not provide any GUI whatsoever. For more information about Infocom and interactive fiction, see the 'New to IF' section at http://www.ifarchive.org. Games are available from http://www.ifar chive.org/indexes/if-archiveXgamesXzcode.html} categories games version 0.6.4 revision 0 flobopuyo 329 portdir games/flobopuyo description FloboPuyo homepage http://www.ios-software.com/?page=projet&quoi=29 epoch 0 platforms darwin name flobopuyo depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer} maintainers {afb openmaintainer} long_description {Clone of the famous PuyoPuyo.} version 0.20 categories games revision 0 -fortune 339 -variants {darwin universal} portdir games/fortune description {Infamous electronic fortune-cookie generator} homepage http://www.freebsd.org/ epoch 0 platforms {darwin freebsd} name fortune long_description {{Infamous electronic fortune-cookie generator}} maintainers {afb openmaintainer} categories games version 6.2.0-RELEASE revision 0 +fortune 331 +variants {darwin universal} portdir games/fortune description {Infamous electronic fortune-cookie generator} homepage http://www.freebsd.org/ epoch 0 platforms {darwin freebsd} name fortune long_description {{Infamous electronic fortune-cookie generator}} maintainers nomaintainer categories games version 6.2.0-RELEASE revision 0 freeciv 601 variants universal portdir games/freeciv description {An empire-building strategy game} homepage http://www.freeciv.org/ epoch 0 platforms macosx name freeciv depends_lib {port:freetype port:libpng port:libsdl port:libsdl_image port:libsdl_mixer port:readline port:libiconv port:zlib} long_description {Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the stone age to the space age...} maintainers {blb openmaintainer} categories games version 2.1.9 revision 0 freeciv-x11 554 @@ -4202,8 +4202,8 @@ variants universal portdir lang/mozart-stdlib description {Mozart-Oz standard libraries} homepage http://www.mozart-oz.org epoch 0 platforms darwin name mozart-stdlib depends_lib port:mozart long_description {The Mozart system is a development platform focused on open distributed computing and constraint-based inferrence. The system provides excellent support for logic and constraint programming, making it an excellent choice for implementing multi-agent systems. The language has recently been popularized by the book {Concepts, Techniques, and Models of Computer Progamming.} This package contains the standard libraries for the language.} maintainers bfulgham categories lang version 1.3.2 revision 1 mzscheme 424 variants universal portdir lang/mzscheme description {MzScheme is an implementation of the Scheme programming language} homepage http://www.plt-scheme.org/software/mzscheme/ epoch 1 platforms darwin name mzscheme depends_lib {port:jpeg port:libpng port:libiconv} long_description {{MzScheme is an implementation of the Scheme programming language}} maintainers nomaintainer categories {lang scheme} version 4.1.5 revision 0 -nagelfar 401 -portdir lang/nagelfar description {A Tcl Syntax checker} homepage http://nagelfar.berlios.de epoch 0 platforms darwin name nagelfar maintainers {afb openmaintainer} long_description {Nagelfar is a Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc.} version 1.1.8 categories lang revision 0 +nagelfar 393 +portdir lang/nagelfar description {A Tcl Syntax checker} homepage http://nagelfar.berlios.de epoch 0 platforms darwin name nagelfar maintainers nomaintainer long_description {Nagelfar is a Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc.} version 1.1.8 categories lang revision 0 nasm 784 variants universal portdir lang/nasm description {NASM, the Netwide Assembler, is an 80x86 assembler} homepage http://nasm.sourceforge.net/ epoch 0 platforms darwin name nasm long_description {The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit OBJ, Win32 and Win64. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's but less complex. It supports from the upto and including Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a strong support for macro conventions.} maintainers nomaintainer categories lang version 2.05.01 revision 0 nawk 290 @@ -4362,8 +4362,8 @@ variants {threads memdebug darwin universal} portdir lang/tcl description {Tool Command Language} homepage http://www.tcl.tk/ epoch 0 platforms {darwin freebsd} name tcl long_description {Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.} maintainers {mww openmaintainer} categories lang version 8.5.6 revision 0 tclcl 361 variants universal depends_build {port:autoconf port:automake} portdir lang/tclcl description {TclCL (Tcl with classes)} homepage http://otcl-tclcl.sourceforge.net/tclcl/ epoch 0 platforms darwin depends_lib {port:tcl port:tk port:otcl} name tclcl long_description {TclCL is a Tcl/C++ interface} maintainers nomaintainer categories lang version 1.16 revision 1 -tcldoc 428 -portdir lang/tcldoc description {Generates HTML pages of API documentation from Tcl source files} homepage http://wiki.tcl.tk/5598 epoch 0 platforms darwin name tcldoc maintainers {afb openmaintainer} long_description {TclDoc parses the declarations and documentation comments in a set of Tcl source files and produces a corresponding set of HTML pages describing procedure declarations.} version 0.3 categories lang revision 1 +tcldoc 420 +portdir lang/tcldoc description {Generates HTML pages of API documentation from Tcl source files} homepage http://wiki.tcl.tk/5598 epoch 0 platforms darwin name tcldoc maintainers nomaintainer long_description {TclDoc parses the declarations and documentation comments in a set of Tcl source files and produces a corresponding set of HTML pages describing procedure declarations.} version 0.3 categories lang revision 1 tclx 313 variants universal portdir lang/tclx description {API for parsing XML documents using Tcl} homepage http://tclx.sourceforge.net/ epoch 0 platforms darwin name tclx depends_lib {port:tcl port:tk} long_description {{API for parsing XML documents using Tcl}} maintainers markd categories lang version 8.4 revision 1 tclxml 843 @@ -5242,8 +5242,8 @@ variants {darwin universal} portdir net/ez-ipupdate description {dynamic dns client} homepage http://www.ez-ipupdate.com epoch 0 platforms {darwin freebsd} name ez-ipupdate long_description {ez-ipupdate is a small utility for updating your host name at one of the dynamic DNS services. The daemon mode is currently not working under Darwin/OS-X.} maintainers nomaintainer categories net version 3.0.11b7 revision 0 fauxident 490 variants universal portdir net/fauxident description {small extremely naive ident server} homepage http://www.alcyone.com/software/fauxident/ epoch 0 platforms {darwin freebsd} name fauxident depends_lib bin:python:python24 long_description {fauxident is a small Python script that will act as an extremely naive ident server, answering all ident requests with a consistent response -- either an ERROR or a USERID response.} maintainers nomaintainer categories net version 1.2.1 revision 0 -fetch 443 -variants darwin portdir net/fetch description {FreeBSD file fetching utility} homepage http://www.freebsd.org/ epoch 0 platforms {darwin freebsd} name fetch depends_lib lib:libfetch.4:libfetch long_description {Fetch provides a command-line interface to the fetch(3) library. Its purpose is to retrieve the file(s) pointed to by the URL(s) on the command line.} maintainers {afb openmaintainer} categories net version 6.2.0-RELEASE revision 0 +fetch 435 +variants darwin portdir net/fetch description {FreeBSD file fetching utility} homepage http://www.freebsd.org/ epoch 0 platforms {darwin freebsd} name fetch depends_lib lib:libfetch.4:libfetch long_description {Fetch provides a command-line interface to the fetch(3) library. Its purpose is to retrieve the file(s) pointed to by the URL(s) on the command line.} maintainers nomaintainer categories net version 6.2.0-RELEASE revision 0 ffp 540 variants universal depends_build bin:ginstall:coreutils portdir net/ffp description {generates fuzzy fingerprints to facilitate MiM attacks} homepage http://thc.org/thc-ffp/ epoch 0 platforms darwin depends_lib port:openssl name ffp long_description {ffp is a tool that generates fuzzy fingerprints. Fuzzy fingerprinting is a technique that extends common man-in-the-middle attacks by generating fingerprints that closely resemble the target's public key fingerprint.} maintainers eridius categories {net security} version 0.0.8 revision 1 finch 700 @@ -5378,8 +5378,8 @@ variants universal portdir net/libeXosip2 description {The eXtended osip library} homepage http://savannah.nongnu.org/projects/exosip/ epoch 0 platforms darwin name libeXosip2 depends_lib port:libosip2 maintainers toby long_description {eXosip is a library that hides the complexity of using the SIP protocol for multimedia session establishement. This protocol is mainly to be used by VoIP telephony applications (endpoints or conference server) but might be also useful for any application that wishes to establish sessions like multiplayer games.} categories net version 3.3.0 revision 0 libenet 702 variants universal portdir net/libenet description {ENet is a library for reliable communication on top of UDP.} homepage http://enet.bespin.org/ epoch 0 platforms darwin name libenet long_description {ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP. The primary feature it provides is optional reliable, in-order delivery of packets. ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks.} maintainers {openmaintainer gmail.com:olsner} categories net version 1.2 revision 0 -libfetch 395 -variants {darwin freebsd} portdir net/libfetch description {FreeBSD file fetching library} homepage http://www.freebsd.org/ epoch 0 platforms {darwin freebsd} name libfetch long_description {These functions implement a high-level library for retrieving and uploading files using Uniform Resource Locators (URLs).} maintainers {afb openmaintainer} categories net version 6.2.0-RELEASE revision 0 +libfetch 387 +variants {darwin freebsd} portdir net/libfetch description {FreeBSD file fetching library} homepage http://www.freebsd.org/ epoch 0 platforms {darwin freebsd} name libfetch long_description {These functions implement a high-level library for retrieving and uploading files using Uniform Resource Locators (URLs).} maintainers nomaintainer categories net version 6.2.0-RELEASE revision 0 libgweather 515 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gtk-doc} portdir net/libgweather description {Library to accessing online weather informations.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:gconf port:libsoup port:py25-gtk} name libgweather long_description {libgweather is a library to access weather information from online services for numerous locations.} maintainers {devans openmaintainer} categories {net gnome} version 2.26.2.1 revision 0 libipgeo 510 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 04:06:21 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 04:06:21 -0700 (PDT) Subject: [54905] trunk/dports/net/scapy/Portfile Message-ID: <20090804110621.538CD22AA428@beta.macosforge.org> Revision: 54905 http://trac.macports.org/changeset/54905 Author: snc at macports.org Date: 2009-08-04 04:06:19 -0700 (Tue, 04 Aug 2009) Log Message: ----------- move off python24, ticket #18156. updated version. Modified Paths: -------------- trunk/dports/net/scapy/Portfile Modified: trunk/dports/net/scapy/Portfile =================================================================== --- trunk/dports/net/scapy/Portfile 2009-08-04 08:53:48 UTC (rev 54904) +++ trunk/dports/net/scapy/Portfile 2009-08-04 11:06:19 UTC (rev 54905) @@ -1,10 +1,11 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python25 1.0 name scapy -version 1.2.0.2 +version 2.0.0.10 categories net security python platforms darwin maintainers pmq @@ -36,8 +37,8 @@ sha1 6ed0fe2446666876d77b8971fd8edf495a9c0be3 \ rmd160 296b88fed911b25398b5f657cd6bb5c91e72e288 -depends_lib-append port:py-readline port:py-pylibpcap port:py-libdnet \ - port:py-crypto port:py-gnuplot port:py-pyx port:graphviz +depends_lib-append port:py25-readline port:py25-pylibpcap port:py25-libdnet \ + port:py25-crypto port:py25-gnuplot port:py25-pyx port:graphviz extract { xinstall -d ${worksrcpath} -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 04:20:39 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 04:20:39 -0700 (PDT) Subject: [54906] trunk/dports/graphics Message-ID: <20090804112039.C5BAD22AA565@beta.macosforge.org> Revision: 54906 http://trac.macports.org/changeset/54906 Author: snc at macports.org Date: 2009-08-04 04:20:39 -0700 (Tue, 04 Aug 2009) Log Message: ----------- created clutter-gtk, ticket #20539. needs clutter @1.0, whose patch in ticket #20358 built for me. Added Paths: ----------- trunk/dports/graphics/clutter-gtk/ trunk/dports/graphics/clutter-gtk/Portfile Added: trunk/dports/graphics/clutter-gtk/Portfile =================================================================== --- trunk/dports/graphics/clutter-gtk/Portfile (rev 0) +++ trunk/dports/graphics/clutter-gtk/Portfile 2009-08-04 11:20:39 UTC (rev 54906) @@ -0,0 +1,30 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name clutter-gtk +version 0.10.2 +set branch [string range $version 0 [expr [string last "." $version] - 1]] +categories graphics +description Clutter GTK integration library. +long_description Clutter-GTK is a library providing facilities to \ + integrate Clutter into GTK+ applications. It provides \ + a GTK+ widget, GtkClutterEmbed, for embedding the \ + default ClutterStage into any GtkContainer. +maintainers nodamage.com:nodamage +platforms darwin +homepage http://www.clutter-project.org/ +master_sites http://www.clutter-project.org/sources/${name}/${branch}/ + +checksums md5 1203dbf7091bbde0ca36053a95d9d18d \ + sha1 55db953a4059ee611f1915018da0862e5036f242 \ + rmd160 d3ccd9460f0083a12d03aa401d5526f75b2eb3c1 + +depends_build \ + port:pkgconfig + +depends_lib \ + port:gtk2 \ + port:clutter + Property changes on: trunk/dports/graphics/clutter-gtk/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 04:39:34 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 04:39:34 -0700 (PDT) Subject: [54907] trunk/dports/tex Message-ID: <20090804113934.D6B1722AA667@beta.macosforge.org> Revision: 54907 http://trac.macports.org/changeset/54907 Author: snc at macports.org Date: 2009-08-04 04:39:33 -0700 (Tue, 04 Aug 2009) Log Message: ----------- created kile-devel, ticket #20079 Added Paths: ----------- trunk/dports/tex/kile-devel/ trunk/dports/tex/kile-devel/Portfile Added: trunk/dports/tex/kile-devel/Portfile =================================================================== --- trunk/dports/tex/kile-devel/Portfile (rev 0) +++ trunk/dports/tex/kile-devel/Portfile 2009-08-04 11:39:33 UTC (rev 54907) @@ -0,0 +1,44 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name kile-devel +version 2.1b1 +categories tex +maintainers users.sourceforge.net:nicos_pavlov + +description KDE Integrated LaTeX Environment +long_description Kile is a user friendly TeX/LaTeX editor for the KDE \ + desktop environment. KDE is available for many \ + architectures such as PC, PowerPC (Mac for example) and \ + SPARC. + +homepage http://kile.sourceforge.net/ +platforms darwin +master_sites sourceforge:kile +distname kile-${version} +checksums md5 9e181c43e8b07e5ed26ab13b716bfc6d + +use_bzip2 yes + +depends_build port:cmake \ + port:automoc + +depends_lib port:kdelibs4 \ + port:kdegraphics4 + +configure.pre_args "-DCMAKE_INSTALL_PREFIX=/opt/local -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake-mac" +configure.args "-DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib" +configure.cmd "${prefix}/bin/cmake" + +post-destroot { + xinstall -d ${destroot}${applications_dir} + copy "${destroot}${prefix}/bin/kile.app" ${destroot}${applications_dir} + file attributes ${destroot}${prefix}/share/apps/kile -permissions ugo+w +} + +variant debug description {Add debug support} { + configure.args-append "-DCMAKE_BUILD_TYPE=\"Debug\" " +} + Property changes on: trunk/dports/tex/kile-devel/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 04:53:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 04:53:26 -0700 (PDT) Subject: [54908] trunk/dports Message-ID: <20090804115328.43D6A22AA787@beta.macosforge.org> Revision: 54908 http://trac.macports.org/changeset/54908 Author: portindex at macports.org Date: 2009-08-04 04:53:26 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6027 Ports successfully parsed: 6027 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 11:39:33 UTC (rev 54907) +++ trunk/dports/PortIndex 2009-08-04 11:53:26 UTC (rev 54908) @@ -2990,6 +2990,8 @@ variants universal depends_build port:pkgconfig portdir graphics/clutter description {A generic high-level canvas library.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:glib2 port:pango port:gtk2} name clutter long_description {Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.} maintainers pixane.net:idan categories graphics version 0.6.2 revision 0 clutter-cairo 443 variants universal depends_build port:pkgconfig portdir graphics/clutter-cairo description {An experimental clutter cairo 'drawable' actor.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:clutter port:cairo} name clutter-cairo long_description {Allows creation of actors in clutter which are drawn using the cairo graphics library.} maintainers pixane.net:idan categories graphics version 0.6.2 revision 0 +clutter-gtk 540 +variants universal depends_build port:pkgconfig portdir graphics/clutter-gtk description {Clutter GTK integration library.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:gtk2 port:clutter} name clutter-gtk maintainers nodamage.com:nodamage long_description {Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer.} categories graphics version 0.10.2 revision 0 comix 639 portdir graphics/comix description {Comix is an user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer.} homepage http://comix.sourceforge.net/ epoch 0 platforms darwin name comix depends_lib {port:py26-gtk port:py26-pil port:unrar} maintainers perry long_description {{Comix is an user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer.} It reads images in ZIP, RAR or tar archives (also gzip or bzip2 compressed) as well as plain image files.} categories graphics version 4.0.4 revision 1 compface 455 @@ -5648,8 +5650,8 @@ portdir net/sbd description {netcat clone supporting strong encryption.} homepage http://tigerteam.se/dl/sbd/ epoch 0 platforms darwin name sbd maintainers nomaintainer long_description {sbd is a netcat-clone, designed to be portable and offer strong encryption. It features AES-CBC-128 + HMAC-SHA1 encryption, program execution, choosing source port, continuous reconnection with delay, and other nice features.} version 1.37 categories {net security} revision 0 scanssh 704 variants universal portdir net/scanssh description {scanner for finding ssh servers and their software version} homepage http://monkey.org/~provos/scanssh/ epoch 0 platforms darwin name scanssh depends_lib {lib:libpcap:libpcap bin:dnet-config:libdnet lib:libevent:libevent} long_description {scanssh protocol scanner scans a list of addresses and networks for running SSH protocol servers and their version numbers. scanssh protocol scanner supports random selection of IP addresses from large network ranges and is useful for gathering statistics on the deployment of SSH protocol servers in a company or the Internet as whole.} maintainers nomaintainer categories {net security} version 2.1 revision 1 -scapy 1070 -portdir net/scapy description {A powerful packet manipulation tool} homepage http://www.secdev.org/projects/scapy epoch 0 platforms darwin depends_lib {port:python24 port:py-readline port:py-pylibpcap port:py-libdnet port:py-crypto port:py-gnuplot port:py-pyx port:graphviz} name scapy maintainers pmq long_description {Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.} version 1.2.0.2 categories {net security python} revision 0 +scapy 1083 +portdir net/scapy description {A powerful packet manipulation tool} homepage http://www.secdev.org/projects/scapy epoch 0 platforms darwin depends_lib {port:python25 port:py25-readline port:py25-pylibpcap port:py25-libdnet port:py25-crypto port:py25-gnuplot port:py25-pyx port:graphviz} name scapy maintainers pmq long_description {Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WE P encrypted channel, ...), etc.} version 2.0.0.10 categories {net security python} revision 0 sclj 368 variants universal portdir net/sclj description {A livejournal client} homepage http://sclj.sourceforge.net/ epoch 0 depends_run path:bin/perl:perl5 platforms darwin name sclj long_description {JLJ is a command-line interface for posting to livejournal. Posts are edited in your default editor.} maintainers genetikayos.com:kayos categories net version 3.2 revision 0 scotty 538 @@ -10356,6 +10358,8 @@ portdir tex/gtamacfonts description {Support for native Mac fonts in TeX} homepage http://ii2.sourceforge.net/tex-index.html epoch 0 platforms darwin name gtamacfonts depends_lib {bin:mktexlsr:texlive port:fondu} maintainers cs.dartmouth.edu:tristan long_description {gtamacfonts provides definitions for some of the common Mac fonts in TeX: Gill Sans, Optima, Hoefler, Didot, Baskerville, American Typewriter, Futura, Lucida Grande, Verdana, Georgia and Helvetica Neue.} categories tex version 1.0 revision 0 kile 446 variants {darwin_9 universal} portdir tex/kile description {KDE Integrated LaTeX Environment} homepage http://kile.sourceforge.net/ epoch 0 platforms darwin name kile depends_lib port:kdelibs3 long_description {Kile is a user friendly TeX/LaTeX editor for the KDE desktop environment. KDE is available for many architectures such as PC, PowerPC (Mac for example) and SPARC.} maintainers gmx.de:zweistein12 categories tex version 2.0.1 revision 0 +kile-devel 531 +variants {debug universal} depends_build {port:cmake port:automoc} portdir tex/kile-devel description {KDE Integrated LaTeX Environment} homepage http://kile.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:kdelibs4 port:kdegraphics4} name kile-devel long_description {Kile is a user friendly TeX/LaTeX editor for the KDE desktop environment. KDE is available for many architectures such as PC, PowerPC (Mac for example) and SPARC.} maintainers users.sourceforge.net:nicos_pavlov categories tex version 2.1b1 revision 0 latex2rtf 643 portdir tex/latex2rtf description {Translator program intended to translate a LaTeX document into RTF} homepage http://latex2rtf.sourceforge.net/ epoch 0 depends_run {bin:tex:texlive bin:gs:ghostscript bin:convert:ImageMagick bin:pnmtopng:netpbm} platforms darwin name latex2rtf maintainers {jmpp openmaintainer} long_description {LaTeX2rtf is a translator program which is intended to translate a LaTeX document (precisely: the text and a limited subset of LaTeX tags) into the RTF format which can be imported by several textprocessors (including Microsoft Word for Windows and Word for Macintosh).} categories tex version 1.9.19 revision 0 latexdiff 719 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 07:18:10 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 07:18:10 -0700 (PDT) Subject: [54909] trunk/dports/graphics Message-ID: <20090804141810.AF50222AB3B0@beta.macosforge.org> Revision: 54909 http://trac.macports.org/changeset/54909 Author: snc at macports.org Date: 2009-08-04 07:18:08 -0700 (Tue, 04 Aug 2009) Log Message: ----------- created clutter-gst, ticket #20540. added missing dep on gst-plugins-base. Added Paths: ----------- trunk/dports/graphics/clutter-gst/ trunk/dports/graphics/clutter-gst/Portfile Added: trunk/dports/graphics/clutter-gst/Portfile =================================================================== --- trunk/dports/graphics/clutter-gst/Portfile (rev 0) +++ trunk/dports/graphics/clutter-gst/Portfile 2009-08-04 14:18:08 UTC (rev 54909) @@ -0,0 +1,31 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name clutter-gst +version 0.10.0 +set branch [string range $version 0 [expr [string last "." $version] - 1]] +categories graphics +description Clutter GStreamer integration library. +long_description Clutter-GStreamer (clutter-gst) is an integration library \ + for using GStreamer with Clutter. Its purpose is to implement \ + the ClutterMedia interface using GStreamer. +maintainers nodamage.com:nodamage +platforms darwin +homepage http://www.clutter-project.org/ +master_sites http://www.clutter-project.org/sources/${name}/${branch}/ + +checksums md5 89982f2988090e495e06d491f6dee89b \ + sha1 dc2d040b76e890f7a010a49676bb59ef1b52bc23 \ + rmd160 04591b4be03b9b561e60c6712c8fceb2b07c8b15 + +depends_build \ + port:pkgconfig + +depends_lib \ + port:gstreamer \ + port:glib2 \ + port:clutter \ + port:gst-plugins-base + Property changes on: trunk/dports/graphics/clutter-gst/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 07:32:02 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 07:32:02 -0700 (PDT) Subject: [54910] trunk/dports/python Message-ID: <20090804143204.3CA8822AB57F@beta.macosforge.org> Revision: 54910 http://trac.macports.org/changeset/54910 Author: snc at macports.org Date: 2009-08-04 07:32:00 -0700 (Tue, 04 Aug 2009) Log Message: ----------- created py25-pyclutter, ticket #204541 Added Paths: ----------- trunk/dports/python/py25-pyclutter/ trunk/dports/python/py25-pyclutter/Portfile Added: trunk/dports/python/py25-pyclutter/Portfile =================================================================== --- trunk/dports/python/py25-pyclutter/Portfile (rev 0) +++ trunk/dports/python/py25-pyclutter/Portfile 2009-08-04 14:32:00 UTC (rev 54910) @@ -0,0 +1,38 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +name py25-pyclutter +version 0.9.2 +distname pyclutter-${version} +set branch [string range $version 0 [expr [string last "." $version] - 1]] +categories python graphics +description Python bindings for Clutter 1.0. +long_description This port contains the Python modules that allow you \ + to use the Clutter toolkit in Python programs. +maintainers nodamage.com:nodamage +platforms darwin +homepage http://www.clutter-project.org/ +master_sites http://www.clutter-project.org/sources/pyclutter/${branch}/ + +checksums md5 c848543847191ab62361d3c705567d52 \ + sha1 b67ba376bcc14b97364cf730776e9523d4d76de3 \ + rmd160 bba1fe67ab4d6dae71d2e5a849e7042ebc0a9c42 + +depends_build \ + port:pkgconfig \ + port:libtool + +depends_lib \ + port:python25 \ + port:glib2 \ + port:gtk2 \ + port:py25-cairo \ + port:py25-gobject \ + port:py25-gtk \ + port:gst-python \ + port:clutter \ + port:clutter-gtk \ + port:clutter-gst + +configure.pkg_config_path ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig Property changes on: trunk/dports/python/py25-pyclutter/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 07:53:25 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 07:53:25 -0700 (PDT) Subject: [54911] trunk/dports Message-ID: <20090804145326.9CBD122AB85D@beta.macosforge.org> Revision: 54911 http://trac.macports.org/changeset/54911 Author: portindex at macports.org Date: 2009-08-04 07:53:24 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6029 Ports successfully parsed: 6029 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 14:32:00 UTC (rev 54910) +++ trunk/dports/PortIndex 2009-08-04 14:53:24 UTC (rev 54911) @@ -2990,6 +2990,8 @@ variants universal depends_build port:pkgconfig portdir graphics/clutter description {A generic high-level canvas library.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:glib2 port:pango port:gtk2} name clutter long_description {Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.} maintainers pixane.net:idan categories graphics version 0.6.2 revision 0 clutter-cairo 443 variants universal depends_build port:pkgconfig portdir graphics/clutter-cairo description {An experimental clutter cairo 'drawable' actor.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:clutter port:cairo} name clutter-cairo long_description {Allows creation of actors in clutter which are drawn using the cairo graphics library.} maintainers pixane.net:idan categories graphics version 0.6.2 revision 0 +clutter-gst 551 +variants universal depends_build port:pkgconfig portdir graphics/clutter-gst description {Clutter GStreamer integration library.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:gstreamer port:glib2 port:clutter port:gst-plugins-base} name clutter-gst maintainers nodamage.com:nodamage long_description {Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer with Clutter. Its purpose is to implement the ClutterMedia interface using GStreamer.} categories graphics version 0.10.0 revision 0 clutter-gtk 540 variants universal depends_build port:pkgconfig portdir graphics/clutter-gtk description {Clutter GTK integration library.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:gtk2 port:clutter} name clutter-gtk maintainers nodamage.com:nodamage long_description {Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer.} categories graphics version 0.10.2 revision 0 comix 639 @@ -8476,6 +8478,8 @@ portdir python/py25-pybtex description {A BibTeX-compatible bibliography processor in Python.} homepage http://pybtex.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:py25-elementtree port:py25-parsing port:py25-yaml} name py25-pybtex maintainers gmail.com:cfedermann long_description {Pybtex reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.} version 20090402 categories {python textproc} revision 0 py25-pycluster 437 portdir python/py25-pycluster description {Python module for clustering} homepage http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy} name py25-pycluster maintainers nomaintainer long_description {Open source clustering software that implements hierarchical clustering, k-means, k-medians, and 2D self organizing maps.} version 1.44 categories python revision 0 +py25-pyclutter 593 +variants universal depends_build {port:pkgconfig port:libtool} portdir python/py25-pyclutter description {Python bindings for Clutter 1.0.} homepage http://www.clutter-project.org/ epoch 0 platforms darwin depends_lib {port:python25 port:glib2 port:gtk2 port:py25-cairo port:py25-gobject port:py25-gtk port:gst-python port:clutter port:clutter-gtk port:clutter-gst} name py25-pyclutter maintainers nodamage.com:nodamage long_description {This port contains the Python modules that allow you to use the Clutter toolkit in Python programs.} categories {python graphics} version 0.9.2 revision 0 py25-pydb 475 variants universal portdir python/py25-pydb description {Extended Python debugger} homepage http://bashdb.sourceforge.net/pydb/ epoch 0 platforms darwin name py25-pydb depends_lib port:python25 long_description {pydb is an expanded version of the Python debugger loosely based on the gdb command set. To use pydb in a GUI, also install the ddd packages, and run {ddd --pydb}} maintainers {macfreek.nl:software dweber openmaintainer} categories python version 1.25 revision 1 py25-pydicom 612 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 08:29:17 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 08:29:17 -0700 (PDT) Subject: [54912] trunk/dports/python Message-ID: <20090804152917.A42BC22ABCAA@beta.macosforge.org> Revision: 54912 http://trac.macports.org/changeset/54912 Author: snc at macports.org Date: 2009-08-04 08:29:17 -0700 (Tue, 04 Aug 2009) Log Message: ----------- created py25-webkitgui, ticket #19901. added missing dependency on py25-gtk Added Paths: ----------- trunk/dports/python/py25-webkitgtk/ trunk/dports/python/py25-webkitgtk/Portfile trunk/dports/python/py25-webkitgtk/files/ trunk/dports/python/py25-webkitgtk/files/patch-webkit-webkit.override.diff Added: trunk/dports/python/py25-webkitgtk/Portfile =================================================================== --- trunk/dports/python/py25-webkitgtk/Portfile (rev 0) +++ trunk/dports/python/py25-webkitgtk/Portfile 2009-08-04 15:29:17 UTC (rev 54912) @@ -0,0 +1,26 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name py25-webkitgtk +version 1.1.5 +categories python www +description Python bindings for thw WebKit GTK+ port +long_description ${description} +maintainers snc openmaintainer +homepage http://code.google.com/p/pywebkitgtk/ + +platforms darwin +depends_lib port:webkit-gtk port:python25 port:py25-gtk + +distname pywebkitgtk-${version} +master_sites http://pywebkitgtk.googlecode.com/files/ + +checksums md5 65d435ff62ac0f8a14b2850233b4d1cd \ + sha1 a669e5bde1bb19f2fe3f9efce1e596c3fe465117 \ + rmd160 5af9c176ed0daddabc0fd68880e3d37f93d02240 + +patchfiles patch-webkit-webkit.override.diff + + Property changes on: trunk/dports/python/py25-webkitgtk/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/python/py25-webkitgtk/files/patch-webkit-webkit.override.diff =================================================================== --- trunk/dports/python/py25-webkitgtk/files/patch-webkit-webkit.override.diff (rev 0) +++ trunk/dports/python/py25-webkitgtk/files/patch-webkit-webkit.override.diff 2009-08-04 15:29:17 UTC (rev 54912) @@ -0,0 +1,10 @@ +--- webkit/webkit.override.orig 2009-06-09 11:56:04.000000000 -0700 ++++ webkit/webkit.override 2009-06-09 11:56:19.000000000 -0700 +@@ -23,6 +23,7 @@ + headers + #include + #define NO_IMPORT_PYGOBJECT ++#define NO_IMPORT_PYGTK + #include + #include + #include -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 08:37:04 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 08:37:04 -0700 (PDT) Subject: [54913] trunk/dports/print/fondu/Portfile Message-ID: <20090804153704.CBB4522ABE55@beta.macosforge.org> Revision: 54913 http://trac.macports.org/changeset/54913 Author: snc at macports.org Date: 2009-08-04 08:37:04 -0700 (Tue, 04 Aug 2009) Log Message: ----------- fix universal variant, ticket #17599 Modified Paths: -------------- trunk/dports/print/fondu/Portfile Modified: trunk/dports/print/fondu/Portfile =================================================================== --- trunk/dports/print/fondu/Portfile 2009-08-04 15:29:17 UTC (rev 54912) +++ trunk/dports/print/fondu/Portfile 2009-08-04 15:37:04 UTC (rev 54913) @@ -22,6 +22,20 @@ extract.suffix .tgz worksrcdir fondu-${version} +post-patch { + set CPPFLAGS "${configure.cppflags}" + set CFLAGS "${configure.cflags}" + set LDFLAGS "${configure.ldflags}" + + if {[variant_isset universal]} { + set CPPFLAGS "${CPPFLAGS} ${configure.universal_cppflags}" + set CFLAGS "${CFLAGS} ${configure.universal_cflags}" + set LDFLAGS "${LDFLAGS} ${configure.universal_ldflags}" + } + + reinplace "s|^CFLAGS = -g \$(WFLAGS)|CFLAGS = -g \$(WFLAGS) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}|g" ${worksrcpath}/Makefile.in +} + configure.args --bindir=${prefix}/bin --mandir=${prefix}/share/man post-destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 08:53:43 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 08:53:43 -0700 (PDT) Subject: [54914] trunk/dports Message-ID: <20090804155344.3D92922ABFB7@beta.macosforge.org> Revision: 54914 http://trac.macports.org/changeset/54914 Author: portindex at macports.org Date: 2009-08-04 08:53:42 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6030 Ports successfully parsed: 6030 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 15:37:04 UTC (rev 54913) +++ trunk/dports/PortIndex 2009-08-04 15:53:42 UTC (rev 54914) @@ -8646,6 +8646,8 @@ portdir python/py25-virtualenvwrapper description {Enhancements to virtualenv.} homepage http://www.doughellmann.com/projects/virtualenvwrapper/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-virtualenv} name py25-virtualenvwrapper maintainers {arthurk openmaintainer} long_description {Extensions to Ian Bicking's virtualenv tool.} version 1.18.1 categories python revision 0 py25-vobject 560 portdir python/py25-vobject description {Python package for parsing and generating vCard and vCalendar files.} homepage http://vobject.skyhouseconsulting.com/ epoch 0 platforms darwin depends_lib {port:py25-dateutil port:py25-setuptools} name py25-vobject maintainers gmail.com:cfedermann long_description {vObject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. It is being developed in concert with the Open Source Application Foundation's Chandler project.} version 0.8.1c categories python revision 0 +py25-webkitgtk 398 +variants universal portdir python/py25-webkitgtk description {Python bindings for thw WebKit GTK+ port} homepage http://code.google.com/p/pywebkitgtk/ epoch 0 platforms darwin name py25-webkitgtk depends_lib {port:webkit-gtk port:python25 port:py25-gtk} maintainers {snc openmaintainer} long_description {{Python bindings for thw WebKit GTK+ port}} categories {python www} version 1.1.5 revision 0 py25-werkzeug 1125 portdir python/py25-werkzeug description {The Swiss Army knife of Python web development} homepage http://werkzeug.pocoo.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-werkzeug maintainers {arthurk openmaintainer} long_description {Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as poss ible (such as blogs, wikis, bulletin boards, etc.).} depends_extract bin:unzip:unzip version 0.5.1 categories {python devel} revision 0 py25-workerpool 694 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mww at macports.org Tue Aug 4 09:03:27 2009 From: mww at macports.org (mww at macports.org) Date: Tue, 4 Aug 2009 09:03:27 -0700 (PDT) Subject: [54915] trunk/dports/math/isabelle-devel/Portfile Message-ID: <20090804160329.0235622AC117@beta.macosforge.org> Revision: 54915 http://trac.macports.org/changeset/54915 Author: mww at macports.org Date: 2009-08-04 09:03:24 -0700 (Tue, 04 Aug 2009) Log Message: ----------- version 2009-07-31 Modified Paths: -------------- trunk/dports/math/isabelle-devel/Portfile Modified: trunk/dports/math/isabelle-devel/Portfile =================================================================== --- trunk/dports/math/isabelle-devel/Portfile 2009-08-04 15:53:42 UTC (rev 54914) +++ trunk/dports/math/isabelle-devel/Portfile 2009-08-04 16:03:24 UTC (rev 54915) @@ -3,7 +3,7 @@ PortSystem 1.0 name isabelle-devel -version 2009-07-23 +version 2009-07-31 set my_version [clock format [clock scan ${version}] -format %d-%b-%Y] categories math lang ml platforms darwin @@ -21,9 +21,9 @@ homepage http://isabelle.in.tum.de/ master_sites ${homepage}/devel/ distname Isabelle_${my_version} -checksums md5 1149cadeacb70a7f715299ea94b8dc44 \ - sha1 f951455e989c5b6a3e3a57263b4f68617f9e0a05 \ - rmd160 59e40c7c9f35f7af8329c44816f7585eedb62e32 +checksums md5 beb277ad887e4f71632af461e3912735 \ + sha1 16e97ce9dc7b04df5c09baca2ec1298dd79faa15 \ + rmd160 1f21fa382a86e3a6dfd9d87d3dcbd88448352851 patchfiles patch-etc-settings.diff depends_lib port:polyml -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Tue Aug 4 09:35:42 2009 From: macsforever2000 at macports.org (macsforever2000 at macports.org) Date: Tue, 4 Aug 2009 09:35:42 -0700 (PDT) Subject: [54916] trunk/dports/python/py25-logilab-astng/Portfile Message-ID: <20090804163542.76AF422AC4C4@beta.macosforge.org> Revision: 54916 http://trac.macports.org/changeset/54916 Author: macsforever2000 at macports.org Date: 2009-08-04 09:35:40 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Update to version 0.19.0. (#20551) Modified Paths: -------------- trunk/dports/python/py25-logilab-astng/Portfile Modified: trunk/dports/python/py25-logilab-astng/Portfile =================================================================== --- trunk/dports/python/py25-logilab-astng/Portfile 2009-08-04 16:03:24 UTC (rev 54915) +++ trunk/dports/python/py25-logilab-astng/Portfile 2009-08-04 16:35:40 UTC (rev 54916) @@ -5,7 +5,7 @@ PortGroup python25 1.0 name py25-logilab-astng -version 0.17.4 +version 0.19.0 maintainers stechert openmaintainer description Python Abstract Syntax Tree New Generation long_description The aim of this module is to provide a common base representation of python source code for \ @@ -22,9 +22,9 @@ livecheck.url http://ftp.logilab.org/pub/astng/ livecheck.regex {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz} -checksums md5 68a3ccca76e17df1ae33a20195dc52ac \ - sha1 101fa76760a095b24e56c2e8d9efd062334e57f3 \ - rmd160 d5aa6eaeecfebec0aa1774ffaf87482dd31844fe +checksums md5 9478141bd45c1a1e72621797c94f18d3 \ + sha1 87fe682ec98599c0088f228ba94cb50a7ed99466 \ + rmd160 c9b4a2eabcd28e959315af33215d1620b405c475 depends_lib-append port:py25-logilab-common -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 09:53:26 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 09:53:26 -0700 (PDT) Subject: [54917] trunk/dports/PortIndex Message-ID: <20090804165327.EA89C22AC7E5@beta.macosforge.org> Revision: 54917 http://trac.macports.org/changeset/54917 Author: portindex at macports.org Date: 2009-08-04 09:53:26 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6030 Ports successfully parsed: 6030 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 16:35:40 UTC (rev 54916) +++ trunk/dports/PortIndex 2009-08-04 16:53:26 UTC (rev 54917) @@ -4693,7 +4693,7 @@ isabelle 731 variants universal portdir math/isabelle description {Isabelle is a popular generic theorem proving environment.} homepage http://www.cl.cam.ac.uk/Research/HVG/Isabelle/ epoch 0 platforms darwin name isabelle depends_lib port:polyml long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols.} maintainers mww categories {math lang ml} version 2009 revision 0 isabelle-devel 797 -variants universal portdir math/isabelle-devel description {Isabelle is a popular generic theorem proving environment} homepage http://isabelle.in.tum.de/ epoch 0 platforms darwin name isabelle-devel depends_lib port:polyml long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols. This version is a development snapshot of the upcoming 2008 release.} maintainers mww categories {math lang ml} version 2009-07-23 revision 0 +variants universal portdir math/isabelle-devel description {Isabelle is a popular generic theorem proving environment} homepage http://isabelle.in.tum.de/ epoch 0 platforms darwin name isabelle-devel depends_lib port:polyml long_description {Isabelle is a generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus. The main application is the formalization of mathematical proofs and in particular formal verification, which includes proving the correctness of computer hardware or software and proving properties of computer languages and protocols. This version is a development snapshot of the upcoming 2008 release.} maintainers mww categories {math lang ml} version 2009-07-31 revision 0 itl 720 variants universal portdir math/itl description {Iterative Template Library (based on MTL)} homepage http://www.osl.iu.edu/research/itl/ epoch 0 platforms darwin name itl depends_lib {port:blitz port:mtl} long_description {The Iterative Template Library (ITL) is a generic component library that provides iterative methods for solving linear systems. ITL also provides numerious preconditioners which is for MTL. ITL uses the abstract interface of matrix-vector, vector-vector, and vector-scalor operations MTL is default to serve those operations. ITL is able to use other packages such as Blitz++ and BLAS with the same abstract interface provided.} maintainers nomaintainer categories math version 4.0.0-1 revision 0 k3dsurf 474 @@ -8355,7 +8355,7 @@ py25-llvm 316 portdir python/py25-llvm description {Python bindings for LLVM} homepage http://mdevan.nfshost.com/llvm-py/index.html epoch 0 platforms darwin depends_lib {port:python25 port:llvm} name py25-llvm maintainers {snc openmaintainer} long_description {{Python bindings for LLVM}} version 0.5 categories python revision 0 py25-logilab-astng 579 -portdir python/py25-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python25 port:py25-logilab-common} name py25-logilab-astng maintainers {stechert openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.17.4 categories python revision 0 +portdir python/py25-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python25 port:py25-logilab-common} name py25-logilab-astng maintainers {stechert openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.0 categories python revision 0 py25-logilab-common 399 portdir python/py25-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python25 name py25-logilab-common maintainers {stechert openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.42.0 categories python revision 0 py25-lxml 605 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 10:21:44 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 10:21:44 -0700 (PDT) Subject: [54918] trunk/dports/graphics/jessyink/Portfile Message-ID: <20090804172145.3D70E22ACD95@beta.macosforge.org> Revision: 54918 http://trac.macports.org/changeset/54918 Author: devans at macports.org Date: 2009-08-04 10:21:42 -0700 (Tue, 04 Aug 2009) Log Message: ----------- jessyink: update to version 1.3.0. Modified Paths: -------------- trunk/dports/graphics/jessyink/Portfile Modified: trunk/dports/graphics/jessyink/Portfile =================================================================== --- trunk/dports/graphics/jessyink/Portfile 2009-08-04 16:53:26 UTC (rev 54917) +++ trunk/dports/graphics/jessyink/Portfile 2009-08-04 17:21:42 UTC (rev 54918) @@ -4,7 +4,7 @@ PortSystem 1.0 name jessyink -version 1.2.0 +version 1.3.0 categories graphics maintainers devans platforms darwin @@ -21,7 +21,6 @@ description \ JessyInk is a JavaScript that turns a layered Inkscape SVG image into a presentation. - long_description \ JessyInk is a JavaScript that can be incorporated into an Inkscape SVG image containing \ several layers. Each layer will be converted into one slide of a presentation. Current \ @@ -30,9 +29,9 @@ universal_variant no -checksums md5 51864128fedb7b5a35c6386239232eb8 \ - sha1 2e6daff427654aca3c479605a916a0c31a32266a \ - rmd160 2bedc9b834927ee99ede1b2293d9dae67beadc45 +checksums md5 7b79b95065da40c2eb84096a5ba0b640 \ + sha1 a6ea483ed7142907497a19e58d13ff364d927c06 \ + rmd160 1c0f79d1d4e46d17c4e287d533bbcc58825dc00b depends_lib path:bin/inkscape:inkscape -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 10:39:55 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 10:39:55 -0700 (PDT) Subject: [54919] trunk/dports/net Message-ID: <20090804173955.CAA3322AD206@beta.macosforge.org> Revision: 54919 http://trac.macports.org/changeset/54919 Author: devans at macports.org Date: 2009-08-04 10:39:55 -0700 (Tue, 04 Aug 2009) Log Message: ----------- libnice: new port, version 0.0.9. Added Paths: ----------- trunk/dports/net/libnice/ trunk/dports/net/libnice/Portfile Added: trunk/dports/net/libnice/Portfile =================================================================== --- trunk/dports/net/libnice/Portfile (rev 0) +++ trunk/dports/net/libnice/Portfile 2009-08-04 17:39:55 UTC (rev 54919) @@ -0,0 +1,33 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name libnice +version 0.0.9 +description Libnice is an implementation of the IETF's draft Interactice \ + Connectivity Establishment standard (ICE). +long_description \ + Libnice is an implementation of the IETF's draft Interactice \ + Connectivity Establishment standard (ICE). It provides a GLib-based \ + library, libnice and GStreamer elements. +maintainers devans openmaintainer +categories net comms +platforms darwin +homepage http://nice.freedesktop.org/wiki/ +master_sites http://nice.freedesktop.org/releases/ + +checksums md5 19ac2565ee7487c1f32487b948110b19 \ + sha1 821cbeeb972874855724d8a9cfbaaa3086f62881 \ + rmd160 4b8f7e7f72dffa5af2d4ba251a18f8ab022d4d48 + +depends_build port:pkgconfig \ + port:gtk-doc + +depends_lib port:gst-plugins-base + +configure.args --disable-gupnp + +livecheck.check regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/net/libnice/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 10:42:47 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 10:42:47 -0700 (PDT) Subject: [54920] trunk/dports/comms Message-ID: <20090804174248.338EF22AD2A1@beta.macosforge.org> Revision: 54920 http://trac.macports.org/changeset/54920 Author: devans at macports.org Date: 2009-08-04 10:42:47 -0700 (Tue, 04 Aug 2009) Log Message: ----------- telepathy-glib: new port, version 0.7.33. Added Paths: ----------- trunk/dports/comms/telepathy-glib/ trunk/dports/comms/telepathy-glib/Portfile Added: trunk/dports/comms/telepathy-glib/Portfile =================================================================== --- trunk/dports/comms/telepathy-glib/Portfile (rev 0) +++ trunk/dports/comms/telepathy-glib/Portfile 2009-08-04 17:42:47 UTC (rev 54920) @@ -0,0 +1,36 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name telepathy-glib +version 0.7.33 +description The ${name} component of Telepathy - a Flexible Communications Framework. +long_description \ + The ${name} component of Telepathy - a Flexible Communications Framework. \ + The Telepathy project is building a unified framework for many \ + different kinds of real-time communications. It uses the D-Bus \ + messaging system to provide a simple interface for client applications, \ + allowing them to quickly take advantage of Telepathy's benefits. +maintainers devans openmaintainer +categories comms +platforms darwin +homepage http://telepathy.freedesktop.org/wiki +master_sites http://telepathy.freedesktop.org/releases/${name}/ + +checksums md5 2e9f8ee2c7ffa1612f70bb36757b99e5 \ + sha1 1fed557912f42452aea48396d95ec1e91e3ea3b5 \ + rmd160 f6c425e33516b98021de1c48df66bf608406d9b5 + +depends_build port:pkgconfig \ + port:gnome-doc-utils \ + port:gtk-doc \ + port:python25 + +depends_lib port:dbus-glib + +configure.python ${prefix}/bin/python2.5 + +livecheck.check regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/comms/telepathy-glib/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 10:53:37 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 10:53:37 -0700 (PDT) Subject: [54921] trunk/dports Message-ID: <20090804175339.165DA22AD3A2@beta.macosforge.org> Revision: 54921 http://trac.macports.org/changeset/54921 Author: portindex at macports.org Date: 2009-08-04 10:53:36 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6032 Ports successfully parsed: 6032 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 17:42:47 UTC (rev 54920) +++ trunk/dports/PortIndex 2009-08-04 17:53:36 UTC (rev 54921) @@ -564,6 +564,8 @@ portdir comms/scud description {Tell your CID capable modem to answer those annoying calls} homepage http://www.drqware.com/scud epoch 0 platforms {darwin freebsd} name scud maintainers nomaintainer long_description {If you have the caller id service from your phone provider and your modem has caller id capability (accepts AT+VCID=2 or AT#CID=2 commands), This port can cause the modem to answer the call giving the caller an earful.} version 1.5.5 categories comms revision 0 slirp 500 variants universal portdir comms/slirp description {Slirp emulates a PPP or SLIP connection over a normal terminal.} homepage http://slirp.sourceforge.net/ epoch 0 platforms darwin name slirp long_description {Slirp emulates a PPP or SLIP connection over a normal terminal. This is an actual PPP or SLIP link, firewalled for people's protection. It makes a quick way to connect your Palm Pilot over the Internet via your Unix box.} maintainers nomaintainer categories comms version 1.0.16 revision 0 +telepathy-glib 783 +variants universal depends_build {port:pkgconfig port:gnome-doc-utils port:gtk-doc port:python25} portdir comms/telepathy-glib description {The telepathy-glib component of Telepathy - a Flexible Communications Framework.} homepage http://telepathy.freedesktop.org/wiki epoch 0 platforms darwin depends_lib port:dbus-glib name telepathy-glib maintainers {devans openmaintainer} long_description {The telepathy-glib component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.7.33 revision 0 zssh 425 variants universal portdir comms/zssh description {Program for transferring files using SSH} homepage http://zssh.sourceforge.net/ epoch 0 platforms darwin name zssh depends_lib port:readline long_description {{zssh (Zmodem SSH) is a program that can transfer files to a remote machine using a SSH connection. It acts as an alternative to scp.}} maintainers nomaintainer categories {comms security} version 1.5c revision 1 arm-aout-binutils 411 @@ -3123,7 +3125,7 @@ jbigkit 651 variants {darwin universal} portdir graphics/jbigkit description {Data compression algorithm for bi-level high-res images} homepage http://www.cl.cam.ac.uk/~mgk25/jbigkit epoch 0 platforms darwin name jbigkit long_description {JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can very easily include into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in netpbm).} maintainers nomaintainer categories graphics version 2.0 revision 0 jessyink 683 -portdir graphics/jessyink description {JessyInk is a JavaScript that turns a layered Inkscape SVG image into a presentation.} homepage http://code.google.com/p/jessyink/ epoch 0 platforms darwin depends_lib path:bin/inkscape:inkscape name jessyink maintainers devans long_description {JessyInk is a JavaScript that can be incorporated into an Inkscape SVG image containing several layers. Each layer will be converted into one slide of a presentation. Current features include: slide transitions, effects, an index sheet, a master slide and auto-texts like slide title, slide number and number of slides.} depends_extract bin:unzip:unzip categories graphics version 1.2.0 revision 0 +portdir graphics/jessyink description {JessyInk is a JavaScript that turns a layered Inkscape SVG image into a presentation.} homepage http://code.google.com/p/jessyink/ epoch 0 platforms darwin depends_lib path:bin/inkscape:inkscape name jessyink maintainers devans long_description {JessyInk is a JavaScript that can be incorporated into an Inkscape SVG image containing several layers. Each layer will be converted into one slide of a presentation. Current features include: slide transitions, effects, an index sheet, a master slide and auto-texts like slide title, slide number and number of slides.} depends_extract bin:unzip:unzip categories graphics version 1.3.0 revision 0 jgraph 595 portdir graphics/jgraph description {A Filter for Plotting Graphs in Postscript} homepage http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html epoch 0 platforms darwin name jgraph maintainers cs.ucsd.edu:s long_description {Jgraph is a program that takes the description a graph or graphs as input, and produces a postscript file on the standard output. Jgraph is ideal for plotting any mixture of scatter point graphs, line graphs, and/or bar graphs, and embedding the output into LaTeX, or any other text processing system that can read postscript} version 8.3 categories graphics revision 0 jhead 877 @@ -5396,6 +5398,8 @@ variants {darwin darwin_7 universal} portdir net/libnet description {A C library for creating IP packets} homepage http://www.packetfactory.net/libnet/ epoch 0 platforms darwin depends_lib port:libtool name libnet long_description {libnet is a high-level API (toolkit) allowing the application programmer to construct and inject network packets. It provides a portable and simplified interface for low-level network packet shaping, handling and injection. Libnet hides much of the tedium of packet creation from the application programmer such as multiplexing, buffer management, arcane packet header information, byte-ordering, OS-dependent issues, and much more. Libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary and complementary functionality. Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap).} maintainers geovedi.com:jim categories net version 1.0.2a revision 4 libnet11 1130 variants universal depends_build {port:autoconf port:automake port:libtool} portdir net/libnet11 description {A C library for creating IP packets} homepage http://www.packetfactory.net/libnet/ epoch 0 platforms darwin name libnet11 long_description {libnet is a high-level API (toolkit) allowing the application programmer to construct and inject network packets. It provides a portable and simplified interface for low-level network packet shaping, handling and injection. Libnet hides much of the tedium of packet creation from the application programmer such as multiplexing, buffer management, arcane packet header information, byte-ordering, OS-dependent issues, and much more. Libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary and complementary functionality. Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be writt en (Traceroute and ping were easily rewritten using libnet and libpcap).} maintainers nomaintainer categories net version 1.1.2.1 revision 1 +libnice 589 +variants universal depends_build {port:pkgconfig port:gtk-doc} portdir net/libnice description {Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE).} homepage http://nice.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib port:gst-plugins-base name libnice maintainers {devans openmaintainer} long_description {Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE). It provides a GLib-based library, libnice and GStreamer elements.} categories {net comms} version 0.0.9 revision 0 libnids 515 variants universal portdir net/libnids description {E-component of Network Intrusion Detection System} homepage http://libnids.sourceforge.net/ epoch 0 platforms darwin name libnids depends_lib {port:libpcap port:libnet} long_description {Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection.} maintainers nomaintainer categories net version 1.23 revision 1 libntlm 548 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 11:09:44 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 11:09:44 -0700 (PDT) Subject: [54922] trunk/dports/comms Message-ID: <20090804180944.844ED22AD5EA@beta.macosforge.org> Revision: 54922 http://trac.macports.org/changeset/54922 Author: devans at macports.org Date: 2009-08-04 11:09:42 -0700 (Tue, 04 Aug 2009) Log Message: ----------- farsight2: new port, version 0.0.14. Added Paths: ----------- trunk/dports/comms/farsight2/ trunk/dports/comms/farsight2/Portfile Added: trunk/dports/comms/farsight2/Portfile =================================================================== --- trunk/dports/comms/farsight2/Portfile (rev 0) +++ trunk/dports/comms/farsight2/Portfile 2009-08-04 18:09:42 UTC (rev 54922) @@ -0,0 +1,40 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name farsight2 +version 0.0.14 +description Farsight - Audio/Video Communications Framework +long_description \ + The Farsight project is an effort to create a framework \ + to deal with all known audio/video conferencing protocols. \ + On one side it offers a generic API that makes it possible \ + to write plugins for different streaming protocols, on the \ + other side it offers an API for clients to use those plugins. +maintainers devans openmaintainer +categories comms +platforms darwin +homepage http://farsight.freedesktop.org/wiki/ +master_sites http://farsight.freedesktop.org/releases/${name}/ + +checksums md5 fbfa45661b7949abf9bf92c2531ac392 \ + sha1 2f8b382747efb467cdb9acd833bb88fe9bf02dc8 \ + rmd160 5f8816831fb6790c3185479cca43713fd552d4cd + +depends_build port:pkgconfig \ + port:gtk-doc \ + port:python25 + +depends_lib port:gst-plugins-base \ + port:libnice + +configure.python ${prefix}/bin/python2.5 + +configure.args --disable-gupnp \ + --disable-python \ + --disable-shave + +livecheck.check regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/comms/farsight2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 11:11:02 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 11:11:02 -0700 (PDT) Subject: [54923] trunk/dports/comms Message-ID: <20090804181102.65DAE22AD646@beta.macosforge.org> Revision: 54923 http://trac.macports.org/changeset/54923 Author: devans at macports.org Date: 2009-08-04 11:11:01 -0700 (Tue, 04 Aug 2009) Log Message: ----------- libtelepathy: new port, version 0.3.3. Added Paths: ----------- trunk/dports/comms/libtelepathy/ trunk/dports/comms/libtelepathy/Portfile Added: trunk/dports/comms/libtelepathy/Portfile =================================================================== --- trunk/dports/comms/libtelepathy/Portfile (rev 0) +++ trunk/dports/comms/libtelepathy/Portfile 2009-08-04 18:11:01 UTC (rev 54923) @@ -0,0 +1,35 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name libtelepathy +version 0.3.3 +description The ${name} component of Telepathy - a Flexible Communications Framework. +long_description \ + The ${name} component of Telepathy - a Flexible Communications Framework. \ + The Telepathy project is building a unified framework for many \ + different kinds of real-time communications. It uses the D-Bus \ + messaging system to provide a simple interface for client applications, \ + allowing them to quickly take advantage of Telepathy's benefits. +maintainers devans openmaintainer +categories comms +platforms darwin +homepage http://telepathy.freedesktop.org/wiki/ +master_sites http://telepathy.freedesktop.org/releases/${name}/ + +checksums md5 490ca1a0c614d4466394b72d43bf7370 \ + sha1 d5aa10a30570dedd89cfe45c4e928263bd32b888 \ + rmd160 0d51e4eac2e4bc7f196c2597c4ea30adebc34e11 + +depends_build port:pkgconfig \ + port:libxslt \ + port:python25 + +depends_lib port:telepathy-glib + +configure.python ${prefix}/bin/python2.5 + +livecheck.check regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/comms/libtelepathy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 11:41:24 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 11:41:24 -0700 (PDT) Subject: [54924] trunk/dports/lang/gambit-c/Portfile Message-ID: <20090804184124.F062122ADA14@beta.macosforge.org> Revision: 54924 http://trac.macports.org/changeset/54924 Author: snc at macports.org Date: 2009-08-04 11:41:22 -0700 (Tue, 04 Aug 2009) Log Message: ----------- updated version, ticket #20020. fixed tree violation with --docdir Modified Paths: -------------- trunk/dports/lang/gambit-c/Portfile Modified: trunk/dports/lang/gambit-c/Portfile =================================================================== --- trunk/dports/lang/gambit-c/Portfile 2009-08-04 18:11:01 UTC (rev 54923) +++ trunk/dports/lang/gambit-c/Portfile 2009-08-04 18:41:22 UTC (rev 54924) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,5 +4,5 @@ name gambit-c -version 4.2.8 +version 4.4.4 set branch [join [lrange [split ${version} .] 0 1] .] categories lang scheme @@ -27,11 +28,14 @@ master_sites ${homepage}download/gambit/v${branch}/source/ distname gambc-v[strsed ${version} {g/\./_/}] extract.suffix .tgz -checksums sha1 785cb0667c7bfb554cd584413eed8bdb9f4a6077 +checksums md5 5fa55e7e7cb7a3f3b646786d6f5fc9f4 \ + sha1 81a704d4c3b7c89e321c1a98ddaca4f7b77dde1f \ + rmd160 f17010c79cfaef3a14f40b405f713c20a3f635a2 configure.args --infodir=${prefix}/share/info \ --libdir=${prefix}/lib/gambit-c \ - --enable-single-host + --enable-single-host \ + --docdir=${prefix}/share/doc post-extract { # Get rid of the incompatible version-specific installation structure @@ -56,3 +60,4 @@ variant profile description "Enable profiling" { configure.args-append --enable-profile } + -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 11:53:36 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 11:53:36 -0700 (PDT) Subject: [54925] trunk/dports Message-ID: <20090804185338.666E522ADB44@beta.macosforge.org> Revision: 54925 http://trac.macports.org/changeset/54925 Author: portindex at macports.org Date: 2009-08-04 11:53:36 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6034 Ports successfully parsed: 6034 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 18:41:22 UTC (rev 54924) +++ trunk/dports/PortIndex 2009-08-04 18:53:36 UTC (rev 54925) @@ -544,6 +544,8 @@ variants universal depends_build port:cmake portdir comms/cutecom-qt4-mac description {Graphical serial terminal} homepage http://cutecom.sourceforge.net epoch 0 platforms darwin depends_lib port:qt4-mac name cutecom-qt4-mac long_description {CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices.} maintainers jwbacon at tds.net categories comms version 0.20.0 revision 0 dgpsip 1614 variants universal portdir comms/dgpsip description {Differential GPS over IP communication device} homepage http://www.wsrcc.com/wolfgang/gps/dgps-ip.html epoch 0 platforms {darwin freebsd} name dgpsip long_description {On a stationary GPS without a differential correction signal, you should see a 20 m average radius {drunken walk} pattern. On the same receiver with DGPS corrections and a good view of the sky, the error the same receiver with DGPS corrections and a good view of the sky, the error should be reduced to approximately 2 m average radius. If you've always wanted to know exactly where your house is located without that annoying GPS wander, but didn't want to spend the money for a DGPS radio, here is your big chance! I'd like to announce a fun DGPS hack. I've written a small Un*x server and client for redistributing DGPS correction signals over the Net. Basically the server grabs the serial byte stream from my DGPS radio and sends it off over a TCP connection. The client does the same thing but in reverse. The result is that you can receive the local DGPS corrections from absolutely anywhere by using the Internet as the world's largest extension cord. You'll still need to be within 1000 miles or so of San Francisco, California, USA for best results. However chances are better error will still be reduced if you are 2000 to 3000 miles away. Several respondents from 2000 miles away have noted that the remote differential signals have diminished the SA-induced position and velocity errors by approximately 3 times.} maintainers nomaintainer categories comms version 1.32 revision 0 +farsight2 692 +variants universal depends_build {port:pkgconfig port:gtk-doc port:python25} portdir comms/farsight2 description {Farsight - Audio/Video Communications Framework} homepage http://farsight.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib {port:gst-plugins-base port:libnice} name farsight2 maintainers {devans openmaintainer} long_description {The Farsight project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins.} categories comms version 0.0.14 revision 0 gnokii 674 variants {no_x11 macosx universal} portdir comms/gnokii description {Tools to manipulate Nokia and other mobile phones.} homepage http://www.gnokii.org/ epoch 0 platforms darwin name gnokii depends_lib {port:gtk2 port:libical port:libusb-compat port:iso-codes port:readline} long_description {gnokii provides tools and a user space driver for use with mobile phones under Linux, various unices and Win32. With gnokii you can do such things as make data calls, update your address book, change calendar entires, send and receive SMS messages and load ring tones depending on the phone you have.} maintainers mpal1+bugzilla at ieee.org categories comms version 0.6.27 revision 1 heyu 697 @@ -552,6 +554,8 @@ description {communication terminal through serial and TCP/IP interfaces} portdir comms/jerm homepage http://www.bsddiary.net/jerm/ epoch 0 name jerm maintainers nomaintainer categories comms version 8095 revision 0 kermit 591 variants {darwin freebsd universal} portdir comms/kermit description {Serial and network communications package.} homepage http://www.kermit-project.org/ epoch 0 platforms {darwin freebsd} name kermit long_description {C-Kermit is a combined serial and network communication software package offering a consistent, medium-independent, cross-platform approach to connection establishment, terminal sessions, file transfer, character-set translation, numeric and alphanumeric paging, and automation of communication tasks.} maintainers nomaintainer categories comms version 8.0.211 revision 0 +libtelepathy 759 +variants universal depends_build {port:pkgconfig port:libxslt port:python25} portdir comms/libtelepathy description {The libtelepathy component of Telepathy - a Flexible Communications Framework.} homepage http://telepathy.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib port:telepathy-glib name libtelepathy maintainers {devans openmaintainer} long_description {The libtelepathy component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.3.3 revision 0 lrzsz 352 variants universal portdir comms/lrzsz description {free x/y/zmodem implementation} homepage http://www.ohse.de/uwe/software/lrzsz.html epoch 0 platforms darwin name lrzsz long_description {lrzsz is a unix communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols.} maintainers waqar categories comms version 0.12.20 revision 1 malsync 374 @@ -4077,7 +4081,7 @@ g95 460 variants darwin_9 portdir lang/g95 description {Another GNU Fortran 95 compiler} homepage http://g95.org/ epoch 0 platforms darwin name g95 depends_lib {} long_description {G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.} maintainers takeshi categories lang version 0.91 revision 1 gambit-c 855 -variants {optimized profile universal} portdir lang/gambit-c description {Gambit-C is a fast Scheme implementation.} homepage http://www.iro.umontreal.ca/~gambit/ epoch 0 platforms darwin name gambit-c long_description {Gambit-C includes a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. Because the compiler generates portable C code it is fairly easy to port to any platform with a decent C compiler. The thread system is very efficient and can support millions of concurrent processes. The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers.} maintainers gmail.com:arto.bendiken categories {lang scheme} version 4.2.8 revision 0 +variants {optimized profile universal} portdir lang/gambit-c description {Gambit-C is a fast Scheme implementation.} homepage http://www.iro.umontreal.ca/~gambit/ epoch 0 platforms darwin name gambit-c long_description {Gambit-C includes a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. Because the compiler generates portable C code it is fairly easy to port to any platform with a decent C compiler. The thread system is very efficient and can support millions of concurrent processes. The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers.} maintainers gmail.com:arto.bendiken categories {lang scheme} version 4.4.4 revision 0 gauche 1035 variants {euc_jp sjis no_multibyte no_iconv no_gdbm no_slib no_threads no_ipv6 universal} portdir lang/gauche description {A script interpreter based on Scheme} homepage http://www.shiro.dreamhost.com/scheme/gauche/ epoch 0 platforms darwin name gauche depends_lib {port:gdbm port:libiconv port:slib} long_description {Gauche is a script interpreter based on Scheme. Gauche conforms the language standard 'Revised^5 Report on the Algorithmic Language Scheme' and supports various common libraries defined in SRFIs. The goal of Gauche is to provide a handy tool for programmers and system administrators to handle daily works conveniently and efficiently in the production environment. There are lots of Scheme implementations available, and each of them has its design emphasis and weeknesses. Gauche is designed with emphasis on Quick startup, Multibyte strings, Modular development, Integrated object system, System interface and Enhanced I/O.} maintainers {akitada openmaintainer} categ ories {lang scheme} version 0.8.13 revision 0 gauche-c-wrapper 464 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 12:16:49 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 12:16:49 -0700 (PDT) Subject: [54926] trunk/dports/comms Message-ID: <20090804191649.CBA7922ADE43@beta.macosforge.org> Revision: 54926 http://trac.macports.org/changeset/54926 Author: devans at macports.org Date: 2009-08-04 12:16:47 -0700 (Tue, 04 Aug 2009) Log Message: ----------- telepathy-mission-control: new port, version 4.67. Added Paths: ----------- trunk/dports/comms/telepathy-mission-control/ trunk/dports/comms/telepathy-mission-control/Portfile Added: trunk/dports/comms/telepathy-mission-control/Portfile =================================================================== --- trunk/dports/comms/telepathy-mission-control/Portfile (rev 0) +++ trunk/dports/comms/telepathy-mission-control/Portfile 2009-08-04 19:16:47 UTC (rev 54926) @@ -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 telepathy-mission-control +set sfname mission-control +version 4.67 +categories comms +maintainers devans openmaintainer +platforms darwin +homepage http://mission-control.sourceforge.net +master_sites sourceforge:${sfname} + +description The ${name} component of Telepathy - a Flexible Communications Framework. + +long_description \ + Telepathy Mission Control is a telepathy (chat and voip framework) component \ + providing a way for "end-user" applications to abstract some details of low \ + level telepathy components such as connection managers. + +checksums md5 0a547e7af4a33355bac3638dd2e40859 \ + sha1 bd0c140e735b180c316b787078b773d7b6a324f8 \ + rmd160 c0980b4761a942750b63e5c7a24d55a85d690e9f + +depends_build port:pkgconfig \ + port:libxslt \ + port:gtk-doc + +depends_lib port:libtelepathy \ + port:gconf \ + port:gnome-keyring Property changes on: trunk/dports/comms/telepathy-mission-control/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 12:18:45 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 12:18:45 -0700 (PDT) Subject: [54927] trunk/dports/comms Message-ID: <20090804191845.C414022ADED9@beta.macosforge.org> Revision: 54927 http://trac.macports.org/changeset/54927 Author: devans at macports.org Date: 2009-08-04 12:18:45 -0700 (Tue, 04 Aug 2009) Log Message: ----------- telepathy-farsight: new port, version 0.0.8. Added Paths: ----------- trunk/dports/comms/telepathy-farsight/ trunk/dports/comms/telepathy-farsight/Portfile Added: trunk/dports/comms/telepathy-farsight/Portfile =================================================================== --- trunk/dports/comms/telepathy-farsight/Portfile (rev 0) +++ trunk/dports/comms/telepathy-farsight/Portfile 2009-08-04 19:18:45 UTC (rev 54927) @@ -0,0 +1,39 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name telepathy-farsight +version 0.0.8 +description The ${name} component of Telepathy - a Flexible Communications Framework +long_description \ + The ${name} component of Telepathy - a Flexible Communications Framework. \ + The Telepathy project is building a unified framework for many \ + different kinds of real-time communications. It uses the D-Bus \ + messaging system to provide a simple interface for client applications, \ + allowing them to quickly take advantage of Telepathy's benefits. +maintainers devans openmaintainer +categories comms +platforms darwin +homepage http://telepathy.freedesktop.org/wiki/ +master_sites http://telepathy.freedesktop.org/releases/${name}/ + +checksums md5 dbb982402a1a4b0c2051a7071685a0f0 \ + sha1 c776ce5920a5d5dd50f9f8087206600532e14baa \ + rmd160 0165f044c3a3129cf076bd2b116b6341a38c683f + +depends_build port:pkgconfig \ + port:gtk-doc \ + port:python25 + +depends_lib port:telepathy-glib \ + port:farsight2 \ + port:gst-python + +configure.python ${prefix}/bin/python2.5 + +configure.args --disable-python + +livecheck.check regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/comms/telepathy-farsight/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 12:27:21 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 12:27:21 -0700 (PDT) Subject: [54928] trunk/dports/aqua/LyX/Portfile Message-ID: <20090804192721.EC11E22ADFF3@beta.macosforge.org> Revision: 54928 http://trac.macports.org/changeset/54928 Author: snc at macports.org Date: 2009-08-04 12:27:21 -0700 (Tue, 04 Aug 2009) Log Message: ----------- updated version, added branch and build.env Modified Paths: -------------- trunk/dports/aqua/LyX/Portfile Modified: trunk/dports/aqua/LyX/Portfile =================================================================== --- trunk/dports/aqua/LyX/Portfile 2009-08-04 19:18:45 UTC (rev 54927) +++ trunk/dports/aqua/LyX/Portfile 2009-08-04 19:27:21 UTC (rev 54928) @@ -4,8 +4,8 @@ PortSystem 1.0 name LyX -version 1.6.0 -revision 1 +version 1.6.3 +set branch [join [lrange [split ${version} .] 0 1] .] platforms darwin categories aqua maintainers nomaintainer @@ -18,16 +18,16 @@ leaving details of visual layout to the software. homepage http://www.lyx.org/ -master_sites http://lyx.cybermirror.org/stable/ \ - http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \ - ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \ - ftp://ftp.lyx.org/pub/lyx/stable/ \ - http://gd.tuwien.ac.at/publishing/tex/lyx/stable/ +master_sites http://lyx.cybermirror.org/stable/${branch}.x/ \ + http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \ + ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \ + ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ + http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ use_bzip2 yes distname lyx-${version} -checksums md5 a51469e84e3c377df94a1546cf3077b6 \ - sha1 55720b9e82dc1c14882a23a3e6ea085d795cb6d3 \ - rmd160 8e4ee72b9c677d362a8a2dd49f316530b43a9533 +checksums md5 c524e72f7e4d64224c6bfdbd84065dd8 \ + sha1 0b0837e417ff347893439cbff03344ec7623d0f0 \ + rmd160 3b15976873fdda87d483c7efc0c712a2a78ade09 depends_build port:pkgconfig @@ -41,4 +41,9 @@ configure.pre_args --prefix=/Applications/MacPorts/LyX.app configure.args --with-frontend=qt4 --without-x --with-included-gettext \ --enable-optimization=-Os --disable-concept-checks \ - --with-qt4-dir=${prefix}/libexec/qt4-mac + --with-qt4-dir=${prefix}/libexec/qt4-mac \ + --with-version-suffix=-1.6 +build.env LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \ + LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \ + CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include + -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 12:30:24 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 12:30:24 -0700 (PDT) Subject: [54929] trunk/dports/aqua/LyX/Portfile Message-ID: <20090804193024.BC9EE22AE076@beta.macosforge.org> Revision: 54929 http://trac.macports.org/changeset/54929 Author: snc at macports.org Date: 2009-08-04 12:30:24 -0700 (Tue, 04 Aug 2009) Log Message: ----------- whitespace, take opemaintainership, remove default parallel_build Modified Paths: -------------- trunk/dports/aqua/LyX/Portfile Modified: trunk/dports/aqua/LyX/Portfile =================================================================== --- trunk/dports/aqua/LyX/Portfile 2009-08-04 19:27:21 UTC (rev 54928) +++ trunk/dports/aqua/LyX/Portfile 2009-08-04 19:30:24 UTC (rev 54929) @@ -1,49 +1,49 @@ # -*- 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 +PortSystem 1.0 -name LyX -version 1.6.3 -set branch [join [lrange [split ${version} .] 0 1] .] -platforms darwin -categories aqua -maintainers nomaintainer -description WYSIWYM document processor - +name LyX +version 1.6.3 +set branch [join [lrange [split ${version} .] 0 1] .] +categories aqua +maintainers snc openmaintainer +description WYSIWYM document processor +homepage http://www.lyx.org/ long_description LyX is an advanced open source document processor \ - that encourages an approach to writing based on \ - the structure of your documents, not their \ - appearance. LyX lets you concentrate on writing, \ - leaving details of visual layout to the software. + that encourages an approach to writing based on \ + the structure of your documents, not their \ + appearance. LyX lets you concentrate on writing, \ + leaving details of visual layout to the software. -homepage http://www.lyx.org/ -master_sites http://lyx.cybermirror.org/stable/${branch}.x/ \ - http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \ - ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \ - ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ - http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ -use_bzip2 yes -distname lyx-${version} + +platforms darwin +depends_build port:pkgconfig +depends_lib port:qt4-mac \ + bin:tex:texlive \ + port:ImageMagick \ + port:python25 + +use_bzip2 yes +distname lyx-${version} +master_sites http://lyx.cybermirror.org/stable/${branch}.x/ \ + http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \ + ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \ + ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ + http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ + checksums md5 c524e72f7e4d64224c6bfdbd84065dd8 \ sha1 0b0837e417ff347893439cbff03344ec7623d0f0 \ rmd160 3b15976873fdda87d483c7efc0c712a2a78ade09 -depends_build port:pkgconfig - -depends_lib port:qt4-mac \ - bin:tex:texlive \ - port:ImageMagick \ - port:python25 - -use_parallel_build yes configure.python ${prefix}/bin/python2.5 configure.pre_args --prefix=/Applications/MacPorts/LyX.app -configure.args --with-frontend=qt4 --without-x --with-included-gettext \ - --enable-optimization=-Os --disable-concept-checks \ - --with-qt4-dir=${prefix}/libexec/qt4-mac \ - --with-version-suffix=-1.6 -build.env LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \ - LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \ - CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include +configure.args --with-frontend=qt4 --without-x --with-included-gettext \ + --enable-optimization=-Os --disable-concept-checks \ + --with-qt4-dir=${prefix}/libexec/qt4-mac \ + --with-version-suffix=-1.6 +build.env LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \ + LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \ + CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include + -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 12:47:16 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 12:47:16 -0700 (PDT) Subject: [54930] trunk/dports/python/py25-webkitgtk/Portfile Message-ID: <20090804194716.A3CCA22AE295@beta.macosforge.org> Revision: 54930 http://trac.macports.org/changeset/54930 Author: snc at macports.org Date: 2009-08-04 12:47:16 -0700 (Tue, 04 Aug 2009) Log Message: ----------- added dependency to libffi since it is opportunistically included, revision++ Modified Paths: -------------- trunk/dports/python/py25-webkitgtk/Portfile Modified: trunk/dports/python/py25-webkitgtk/Portfile =================================================================== --- trunk/dports/python/py25-webkitgtk/Portfile 2009-08-04 19:30:24 UTC (rev 54929) +++ trunk/dports/python/py25-webkitgtk/Portfile 2009-08-04 19:47:16 UTC (rev 54930) @@ -5,6 +5,7 @@ name py25-webkitgtk version 1.1.5 +revision 1 categories python www description Python bindings for thw WebKit GTK+ port long_description ${description} @@ -12,7 +13,7 @@ homepage http://code.google.com/p/pywebkitgtk/ platforms darwin -depends_lib port:webkit-gtk port:python25 port:py25-gtk +depends_lib port:webkit-gtk port:python25 port:py25-gtk port:libffi distname pywebkitgtk-${version} master_sites http://pywebkitgtk.googlecode.com/files/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 12:53:23 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 12:53:23 -0700 (PDT) Subject: [54931] trunk/dports Message-ID: <20090804195324.CAC1B22AE353@beta.macosforge.org> Revision: 54931 http://trac.macports.org/changeset/54931 Author: portindex at macports.org Date: 2009-08-04 12:53:23 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6036 Ports successfully parsed: 6036 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 19:47:16 UTC (rev 54930) +++ trunk/dports/PortIndex 2009-08-04 19:53:23 UTC (rev 54931) @@ -50,8 +50,8 @@ depends_build {bin:faad:faad2 bin:lame:lame} portdir aqua/JHymn description {iTMS DRM removal utility} homepage http://www.hymn-project.org/jhymndoc/ epoch 0 platforms darwin name JHymn long_description {The purpose of JHymn is to allow you to exercise your fair-use rights under copyright law. It allows you to free your iTunes Music Store (protected AAC/m4p) purchases from their DRM restrictions with no sound quality loss. These songs can then be played outside of the iTunes environment, even on operating systems not supported by iTunes.} maintainers freeshell.org:dms depends_extract bin:unzip:unzip categories {aqua audio} version 0.9.2 revision 0 Lingon 469 variants {darwin_7 darwin_8 darwin_9 universal} portdir aqua/Lingon description {Graphical interface for creating launchd configurations} homepage http://lingon.sourceforge.net/ epoch 0 platforms darwin name Lingon long_description {Lingon is a graphical interface for creating launchd configuration files and controlling them through launchctl for Mac OS X Tiger.} maintainers bfulgham depends_extract bin:unzip:unzip version 2.1 categories {aqua sysutils} revision 0 -LyX 568 -variants universal depends_build port:pkgconfig portdir aqua/LyX description {WYSIWYM document processor} homepage http://www.lyx.org/ epoch 0 platforms darwin depends_lib {port:qt4-mac bin:tex:texlive port:ImageMagick port:python25} name LyX long_description {LyX is an advanced open source document processor that encourages an approach to writing based on the structure of your documents, not their appearance. LyX lets you concentrate on writing, leaving details of visual layout to the software.} maintainers nomaintainer categories aqua version 1.6.0 revision 1 +LyX 576 +variants universal depends_build port:pkgconfig portdir aqua/LyX description {WYSIWYM document processor} homepage http://www.lyx.org/ epoch 0 platforms darwin depends_lib {port:qt4-mac bin:tex:texlive port:ImageMagick port:python25} name LyX long_description {LyX is an advanced open source document processor that encourages an approach to writing based on the structure of your documents, not their appearance. LyX lets you concentrate on writing, leaving details of visual layout to the software.} maintainers {snc openmaintainer} categories aqua version 1.6.3 revision 0 MacBiff 421 variants growl portdir aqua/MacBiff description {IMAP Email checker} homepage http://www.forkit.org/macbiff/ epoch 0 platforms macosx name MacBiff long_description {MacBiff is a GPL'd Mac OS X 10.3 (and greater) Biff Program. It periodically checks your IMAP server for new email, and reports where in your folder hierarchy your new mail resides.} maintainers nomaintainer version 1.1.11 categories {aqua net} revision 1 MailtoMutt 442 @@ -568,8 +568,12 @@ portdir comms/scud description {Tell your CID capable modem to answer those annoying calls} homepage http://www.drqware.com/scud epoch 0 platforms {darwin freebsd} name scud maintainers nomaintainer long_description {If you have the caller id service from your phone provider and your modem has caller id capability (accepts AT+VCID=2 or AT#CID=2 commands), This port can cause the modem to answer the call giving the caller an earful.} version 1.5.5 categories comms revision 0 slirp 500 variants universal portdir comms/slirp description {Slirp emulates a PPP or SLIP connection over a normal terminal.} homepage http://slirp.sourceforge.net/ epoch 0 platforms darwin name slirp long_description {Slirp emulates a PPP or SLIP connection over a normal terminal. This is an actual PPP or SLIP link, firewalled for people's protection. It makes a quick way to connect your Palm Pilot over the Internet via your Unix box.} maintainers nomaintainer categories comms version 1.0.16 revision 0 +telepathy-farsight 815 +variants universal depends_build {port:pkgconfig port:gtk-doc port:python25} portdir comms/telepathy-farsight description {The telepathy-farsight component of Telepathy - a Flexible Communications Framework} homepage http://telepathy.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib {port:telepathy-glib port:farsight2 port:gst-python} name telepathy-farsight maintainers {devans openmaintainer} long_description {The telepathy-farsight component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.0.8 revision 0 telepathy-glib 783 variants universal depends_build {port:pkgconfig port:gnome-doc-utils port:gtk-doc port:python25} portdir comms/telepathy-glib description {The telepathy-glib component of Telepathy - a Flexible Communications Framework.} homepage http://telepathy.freedesktop.org/wiki epoch 0 platforms darwin depends_lib port:dbus-glib name telepathy-glib maintainers {devans openmaintainer} long_description {The telepathy-glib component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.7.33 revision 0 +telepathy-mission-control 691 +variants universal depends_build {port:pkgconfig port:libxslt port:gtk-doc} portdir comms/telepathy-mission-control description {The telepathy-mission-control component of Telepathy - a Flexible Communications Framework.} homepage http://mission-control.sourceforge.net epoch 0 platforms darwin depends_lib {port:libtelepathy port:gconf port:gnome-keyring} name telepathy-mission-control long_description {Telepathy Mission Control is a telepathy (chat and voip framework) component providing a way for end-user applications to abstract some details of low level telepathy components such as connection managers.} maintainers {devans openmaintainer} categories comms version 4.67 revision 0 zssh 425 variants universal portdir comms/zssh description {Program for transferring files using SSH} homepage http://zssh.sourceforge.net/ epoch 0 platforms darwin name zssh depends_lib port:readline long_description {{zssh (Zmodem SSH) is a program that can transfer files to a remote machine using a SSH connection. It acts as an alternative to scp.}} maintainers nomaintainer categories {comms security} version 1.5c revision 1 arm-aout-binutils 411 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 12:58:50 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 12:58:50 -0700 (PDT) Subject: [54932] trunk/dports/databases/mongodb Message-ID: <20090804195850.657D922AE45A@beta.macosforge.org> Revision: 54932 http://trac.macports.org/changeset/54932 Author: blb at macports.org Date: 2009-08-04 12:58:49 -0700 (Tue, 04 Aug 2009) Log Message: ----------- databases/mongodb - version update to 0.9.7, ticket #20554 Modified Paths: -------------- trunk/dports/databases/mongodb/Portfile trunk/dports/databases/mongodb/files/patch-SConstruct.diff Modified: trunk/dports/databases/mongodb/Portfile =================================================================== --- trunk/dports/databases/mongodb/Portfile 2009-08-04 19:53:23 UTC (rev 54931) +++ trunk/dports/databases/mongodb/Portfile 2009-08-04 19:58:49 UTC (rev 54932) @@ -2,7 +2,7 @@ PortSystem 1.0 name mongodb -version 0.9.6 +version 0.9.7 categories databases maintainers blb openmaintainer description High-performance, schema-free document-oriented database @@ -13,11 +13,11 @@ homepage http://www.mongodb.org/ master_sites http://github.com/mongodb/mongo/tarball/r${version} -checksums md5 fde6a2b636409269207520dcb106af60 \ - sha1 cc3552724d3c5e4179dfbd3a509276a0acdc8617 \ - rmd160 596295f9c572bfecad5fa03461a9aad21bb4742f +checksums md5 f558d977a0373cdcb342d03eb51bd0a1 \ + sha1 bd8541bb1b899d839263a61247b7696a15a5eea2 \ + rmd160 b71d52af72ad8b41bd72a5fe47f1e34de7bb27e8 -set mongodb_version_hash b57918b3a468ba5882f226fc54e00321c20d7f0d +set mongodb_version_hash 6dc201583a91ae97f547fbff748019dfbc8ea1d4 worksrcdir ${name}-mongo-${mongodb_version_hash} depends_build port:scons Modified: trunk/dports/databases/mongodb/files/patch-SConstruct.diff =================================================================== --- trunk/dports/databases/mongodb/files/patch-SConstruct.diff 2009-08-04 19:53:23 UTC (rev 54931) +++ trunk/dports/databases/mongodb/files/patch-SConstruct.diff 2009-08-04 19:58:49 UTC (rev 54932) @@ -1,6 +1,6 @@ ---- SConstruct.orig 2009-07-08 11:25:25.000000000 -0600 -+++ SConstruct 2009-07-09 23:47:17.000000000 -0600 -@@ -304,23 +304,16 @@ +--- SConstruct.orig 2009-07-29 12:49:21.000000000 -0600 ++++ SConstruct 2009-08-04 13:51:28.000000000 -0600 +@@ -320,23 +320,16 @@ env.Append( CPPPATH=[ "-I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/" ] ) @@ -29,7 +29,7 @@ elif "linux2" == os.sys.platform: linux = True -@@ -624,11 +617,7 @@ +@@ -667,11 +660,7 @@ haveReadLine = False if darwin: myenv.Append( CPPDEFINES=[ "USE_READLINE" ] ) @@ -42,25 +42,7 @@ elif myCheckLib( "readline" , release and nix , staticOnly=release ): myenv.Append( CPPDEFINES=[ "USE_READLINE" ] ) myCheckLib( "ncurses" , staticOnly=release ) -@@ -714,7 +703,7 @@ - clientEnv = env.Clone(); - clientEnv.Append( CPPPATH=["../"] ) - clientEnv.Prepend( LIBS=[ "mongoclient"] ) --clientEnv.Append( LIBPATH=["."] ) -+clientEnv.Prepend( LIBPATH=["."] ) - l = clientEnv[ "LIBS" ] - removeIfInList( l , "pcre" ) - removeIfInList( l , "pcrecpp" ) -@@ -722,7 +711,7 @@ - testEnv = env.Clone() - testEnv.Append( CPPPATH=["../"] ) - testEnv.Prepend( LIBS=[ "mongotestfiles" , "unittest" ] ) --testEnv.Append( LIBPATH=["."] ) -+testEnv.Prepend( LIBPATH=["."] ) - - - # ----- TARGETS ------ -@@ -793,8 +782,6 @@ +@@ -834,8 +823,6 @@ shellEnv["LINKFLAGS"].remove("-m64") shellEnv["CPPPATH"].remove( "/usr/64/include" ) shellEnv["LIBPATH"].remove( "/usr/64/lib" ) @@ -69,7 +51,7 @@ l = shellEnv["LIBS"] if linux64: -@@ -816,7 +803,7 @@ +@@ -857,7 +844,7 @@ shellEnv.VariantDir( "32bit" , "." ) else: -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 13:09:56 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 13:09:56 -0700 (PDT) Subject: [54933] trunk/dports/python Message-ID: <20090804200956.92B4622AE663@beta.macosforge.org> Revision: 54933 http://trac.macports.org/changeset/54933 Author: snc at macports.org Date: 2009-08-04 13:09:53 -0700 (Tue, 04 Aug 2009) Log Message: ----------- created py25-quodlibet, ticket #20555 Added Paths: ----------- trunk/dports/python/py25-quodlibet/ trunk/dports/python/py25-quodlibet/Portfile trunk/dports/python/py25-quodlibet/files/ trunk/dports/python/py25-quodlibet/files/patch-quodlibet_quodlibet___init__.py.diff trunk/dports/python/py25-quodlibet/files/patch-setup.py.diff Added: trunk/dports/python/py25-quodlibet/Portfile =================================================================== --- trunk/dports/python/py25-quodlibet/Portfile (rev 0) +++ trunk/dports/python/py25-quodlibet/Portfile 2009-08-04 20:09:53 UTC (rev 54933) @@ -0,0 +1,50 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-quodlibet +set my_name quodlibet +version 2.1 +categories-append audio +maintainers wanadoo.fr:neric27 openmaintainer +platforms darwin +description audio library manager and player for GTK+ + +long_description \ +Quod Libet is a GTK+-based audio player written in Python, \ +using the Mutagen tagging library and GStreamer for playback.\ +It provides several different ways to view your audio library, \ +as well as support for Internet radio and audio feeds.\ +It has extremely flexible metadata tag editing and searching capabilities. + +homepage http://code.google.com/p/quodlibet/ +master_sites googlecode:quodlibet +distname ${my_name}-${version} + +checksums md5 abd362699a7118c7720c13fbda0c8c9e \ + sha1 15a40c054955d1ad539432a265b2c96225b864c2 \ + rmd160 349b9ac2f913e83a2f3216e1f804c9cd8b41766f + +depends_lib port:gst-python \ + port:py25-mutagen \ + port:py25-feedparser + +patchfiles patch-setup.py.diff \ + patch-quodlibet_quodlibet___init__.py.diff + +post-patch { + foreach file { quodlibet.py exfalso.py } { + reinplace "s|/usr/bin/env python|${frameworks_dir}/Python.framework/Versions/2.5/bin/python2.5|g" \ + ${worksrcpath}/${file} + } +} + +# temporary fix for #20522 : create manually a link in Python 2.5 Framework directory to /opt/local/share. +# This is necessary for translations to work +post-destroot { + xinstall -d ${destroot}/${frameworks_dir}/Python.framework/Versions/2.5 + ln -s ${prefix}/share ${destroot}/${frameworks_dir}/Python.framework/Versions/2.5/share +} + Property changes on: trunk/dports/python/py25-quodlibet/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/python/py25-quodlibet/files/patch-quodlibet_quodlibet___init__.py.diff =================================================================== --- trunk/dports/python/py25-quodlibet/files/patch-quodlibet_quodlibet___init__.py.diff (rev 0) +++ trunk/dports/python/py25-quodlibet/files/patch-quodlibet_quodlibet___init__.py.diff 2009-08-04 20:09:53 UTC (rev 54933) @@ -0,0 +1,16 @@ +diff --git a/quodlibet/quodlibet/__init__.py b/quodlibet/quodlibet/__init__.py +index db398aa..b8dc667 100644 +--- quodlibet/__init__.py ++++ quodlibet/__init__.py +@@ -58,11 +58,6 @@ def print_(string, frm="utf-8", prefix="", output=sys.stdout, log=None): + + quodlibet.util.logging.log(string, log) + +- if isinstance(string, unicode): +- string = string.encode(ENCODING, "replace") +- else: +- string = string.decode(frm).encode(ENCODING, "replace") +- + if output: + if isinstance(string, unicode): + string = string.encode(ENCODING, "replace") Added: trunk/dports/python/py25-quodlibet/files/patch-setup.py.diff =================================================================== --- trunk/dports/python/py25-quodlibet/files/patch-setup.py.diff (rev 0) +++ trunk/dports/python/py25-quodlibet/files/patch-setup.py.diff 2009-08-04 20:09:53 UTC (rev 54933) @@ -0,0 +1,20 @@ +--- /opt/local/var/macports/build/_Users_elelay_misc_macports_local_dports_python_quodlibet/work/quodlibet-2.0/setup.py 2008-09-14 05:16:09.000000000 +0200 ++++ setup.py 2008-12-06 13:45:59.000000000 +0100 +@@ -278,16 +278,4 @@ + po_package="quodlibet", + shortcuts=["quodlibet.desktop", "exfalso.desktop"], + man_pages=["man/quodlibet.1", "man/exfalso.1"], +- gobject_modules=[ +- GObjectExtension("quodlibet._mmkeys", "mmkeys/mmkeys.defs", +- "mmkeys/mmkeys.override", +- ["mmkeys/mmkeys.c", "mmkeys/mmkeysmodule.c"], +- include_dirs=["mmkeys"]), +- GObjectExtension("quodlibet._trayicon", "trayicon/trayicon.defs", +- "trayicon/trayicon.override", +- ["trayicon/eggtrayicon.c", +- "trayicon/trayiconmodule.c"], +- include_dirs=["trayicon"]) +- +- ], +- ) ++ gobject_modules=[]) -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 13:53:31 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 13:53:31 -0700 (PDT) Subject: [54934] trunk/dports Message-ID: <20090804205332.700A222AEAEB@beta.macosforge.org> Revision: 54934 http://trac.macports.org/changeset/54934 Author: portindex at macports.org Date: 2009-08-04 13:53:29 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6037 Ports successfully parsed: 6037 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 20:09:53 UTC (rev 54933) +++ trunk/dports/PortIndex 2009-08-04 20:53:29 UTC (rev 54934) @@ -741,7 +741,7 @@ metakit 566 variants {darwin universal} portdir databases/metakit description {an efficient embedded database library with a small footprint} homepage http://www.equi4.com/metakit.html epoch 0 platforms darwin name metakit long_description {Metakit is an efficient embedded database library with a small footprint. It fills the gap between flat-file, relational, object-oriented, and tree-structured databases, supporting relational joins, serialization, nested structures, and instant schema evolution.} maintainers nomaintainer categories databases version 2.4.9.3 revision 0 mongodb 430 -depends_build port:scons portdir databases/mongodb description {High-performance, schema-free document-oriented database} homepage http://www.mongodb.org/ epoch 0 platforms darwin depends_lib {port:boost port:pcre port:spidermonkey port:libpcap port:readline} name mongodb maintainers {blb openmaintainer} long_description {{High-performance, schema-free document-oriented database}} categories databases version 0.9.6 revision 0 +depends_build port:scons portdir databases/mongodb description {High-performance, schema-free document-oriented database} homepage http://www.mongodb.org/ epoch 0 platforms darwin depends_lib {port:boost port:pcre port:spidermonkey port:libpcap port:readline} name mongodb maintainers {blb openmaintainer} long_description {{High-performance, schema-free document-oriented database}} categories databases version 0.9.7 revision 0 mysql-proxy 685 variants universal portdir databases/mysql-proxy description {Proxy for MySQL-Server} homepage http://forge.mysql.com/wiki/MySQL_Proxy epoch 0 platforms darwin name mysql-proxy depends_lib {port:lua port:libevent path:bin/mysql_config5:mysql5 path:lib/pkgconfig/glib-2.0.pc:glib2} long_description {MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for unlimited {uses;} common ones include: load {balancing;} {failover;} query {analysis;} query filtering and {modification;} and many more.} maintainers naegler.org:michael categories databases version 0.6.1 revision 0 mysql-zrm 586 @@ -8556,6 +8556,8 @@ portdir python/py25-pyxmpp description {Python Jabber/XMPP implementation} homepage http://pyxmpp.jajcus.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-libxml2 port:py25-dnspython port:py25-m2crypto} name py25-pyxmpp maintainers {ram openmaintainer} long_description {PyXMPP provides most core features of the XMPP protocol and several JSF-defined extensions. PyXMPP provides building blocks for creating Jabber clients and components. Developer uses them to setup XMPP streams, handle incoming events and create outgoing stanzas.} version 1.0.1 categories {python crypto devel} revision 0 py25-quadtree 814 depends_build port:py25-setuptools portdir python/py25-quadtree description Quadtree homepage http://trac.gispython.org/projects/PCL/wiki/QuadTree epoch 0 platforms darwin depends_lib port:python25 name py25-quadtree maintainers {mcalhoun openmaintainer} long_description {Quadtree: Whether for PCL in-memory feature stores, Plone content, or whatever -- we need a simple spatial index to speed up retrieval of objects that intersect with a given bounding box. The simplest, most tried-and-true, open source spatial index is shapelib's (http://shapelib.maptools.org) quadtree. It's been improving the performance of MapServer applications for years. The quadtree itself is completely separable from any shapefile. We can use it with arbitrary Python object collections.} version 0.1.2 categories python revision 1 +py25-quodlibet 675 +portdir python/py25-quodlibet description {audio library manager and player for GTK+} homepage http://code.google.com/p/quodlibet/ epoch 0 platforms darwin depends_lib {port:gst-python port:py25-mutagen port:py25-feedparser} name py25-quodlibet maintainers {wanadoo.fr:neric27 openmaintainer} long_description {Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library and GStreamer for playback. It provides several different ways to view your audio library, as well as support for Internet radio and audio feeds. It has extremely flexible metadata tag editing and searching capabilities.} version 2.1 categories {python audio} revision 0 py25-rdflib 558 portdir python/py25-rdflib description {Python library for working with RDF} homepage http://rdflib.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-rdflib maintainers nomaintainer long_description {RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).} version 2.4.0 categories {python textproc} revision 0 py25-readline 338 @@ -8658,8 +8660,8 @@ portdir python/py25-virtualenvwrapper description {Enhancements to virtualenv.} homepage http://www.doughellmann.com/projects/virtualenvwrapper/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-virtualenv} name py25-virtualenvwrapper maintainers {arthurk openmaintainer} long_description {Extensions to Ian Bicking's virtualenv tool.} version 1.18.1 categories python revision 0 py25-vobject 560 portdir python/py25-vobject description {Python package for parsing and generating vCard and vCalendar files.} homepage http://vobject.skyhouseconsulting.com/ epoch 0 platforms darwin depends_lib {port:py25-dateutil port:py25-setuptools} name py25-vobject maintainers gmail.com:cfedermann long_description {vObject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. It is being developed in concert with the Open Source Application Foundation's Chandler project.} version 0.8.1c categories python revision 0 -py25-webkitgtk 398 -variants universal portdir python/py25-webkitgtk description {Python bindings for thw WebKit GTK+ port} homepage http://code.google.com/p/pywebkitgtk/ epoch 0 platforms darwin name py25-webkitgtk depends_lib {port:webkit-gtk port:python25 port:py25-gtk} maintainers {snc openmaintainer} long_description {{Python bindings for thw WebKit GTK+ port}} categories {python www} version 1.1.5 revision 0 +py25-webkitgtk 410 +variants universal portdir python/py25-webkitgtk description {Python bindings for thw WebKit GTK+ port} homepage http://code.google.com/p/pywebkitgtk/ epoch 0 platforms darwin name py25-webkitgtk depends_lib {port:webkit-gtk port:python25 port:py25-gtk port:libffi} maintainers {snc openmaintainer} long_description {{Python bindings for thw WebKit GTK+ port}} categories {python www} version 1.1.5 revision 1 py25-werkzeug 1125 portdir python/py25-werkzeug description {The Swiss Army knife of Python web development} homepage http://werkzeug.pocoo.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-werkzeug maintainers {arthurk openmaintainer} long_description {Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as poss ible (such as blogs, wikis, bulletin boards, etc.).} depends_extract bin:unzip:unzip version 0.5.1 categories {python devel} revision 0 py25-workerpool 694 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Aug 4 14:35:34 2009 From: jmr at macports.org (jmr at macports.org) Date: Tue, 4 Aug 2009 14:35:34 -0700 (PDT) Subject: [54935] trunk/base/src/port/port.tcl Message-ID: <20090804213535.AB72C22AF110@beta.macosforge.org> Revision: 54935 http://trac.macports.org/changeset/54935 Author: jmr at macports.org Date: 2009-08-04 14:35:31 -0700 (Tue, 04 Aug 2009) Log Message: ----------- avoid double upgrade recursion Modified Paths: -------------- trunk/base/src/port/port.tcl Modified: trunk/base/src/port/port.tcl =================================================================== --- trunk/base/src/port/port.tcl 2009-08-04 20:53:29 UTC (rev 54934) +++ trunk/base/src/port/port.tcl 2009-08-04 21:35:31 UTC (rev 54935) @@ -2010,6 +2010,12 @@ if {[require_portlist portlist]} { return 1 } + # stop upgrade from being called via mportexec as well + set orig_nodeps yes + if {![info exists macports::global_options(ports_nodeps)]} { + set macports::global_options(ports_nodeps) yes + set orig_nodeps no + } # shared depscache for all ports in the list array set depscache {} set status 0 @@ -2028,11 +2034,17 @@ set status [macports::upgrade $portname "port:$portname" $global_variations_list $variations_list [array get options] depscache] if {$status != 0 && ![macports::ui_isset ports_processall]} { + if {!$orig_nodeps} { + unset macports::global_options(ports_nodeps) + } return $status } } } + if {!$orig_nodeps} { + unset macports::global_options(ports_nodeps) + } return $status } -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Aug 4 14:47:13 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 4 Aug 2009 14:47:13 -0700 (PDT) Subject: [54936] trunk/dports/textproc/libtabe/ Message-ID: <20090804214713.BFE9122AF232@beta.macosforge.org> Revision: 54936 http://trac.macports.org/changeset/54936 Author: toby at macports.org Date: 2009-08-04 14:47:13 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Remove libtabe. Doesn't fetch, not mirrored, no dependents. Removed Paths: ------------- trunk/dports/textproc/libtabe/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Aug 4 14:54:04 2009 From: jmr at macports.org (jmr at macports.org) Date: Tue, 4 Aug 2009 14:54:04 -0700 (PDT) Subject: [54937] trunk/base/src/port1.0/portmain.tcl Message-ID: <20090804215404.94E8322AF3F5@beta.macosforge.org> Revision: 54937 http://trac.macports.org/changeset/54937 Author: jmr at macports.org Date: 2009-08-04 14:54:04 -0700 (Tue, 04 Aug 2009) Log Message: ----------- remove superfluous debug output Modified Paths: -------------- trunk/base/src/port1.0/portmain.tcl Modified: trunk/base/src/port1.0/portmain.tcl =================================================================== --- trunk/base/src/port1.0/portmain.tcl 2009-08-04 21:47:13 UTC (rev 54936) +++ trunk/base/src/port1.0/portmain.tcl 2009-08-04 21:54:04 UTC (rev 54937) @@ -158,7 +158,6 @@ set portbuildpath "${altprefix}${portbuildpath}" ui_debug "Going to use alternate build prefix: $altprefix" - ui_debug "portbuildpath = $portbuildpath" ui_debug "workpath = $workpath" } else { set usealtworkpath no -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Aug 4 15:01:41 2009 From: jmr at macports.org (jmr at macports.org) Date: Tue, 4 Aug 2009 15:01:41 -0700 (PDT) Subject: [54938] trunk/base/src/port/port.tcl Message-ID: <20090804220141.764B522AF773@beta.macosforge.org> Revision: 54938 http://trac.macports.org/changeset/54938 Author: jmr at macports.org Date: 2009-08-04 15:01:39 -0700 (Tue, 04 Aug 2009) Log Message: ----------- avoid irrelevant error output about global_options(ports_nodeps) when upgrade fails Modified Paths: -------------- trunk/base/src/port/port.tcl Modified: trunk/base/src/port/port.tcl =================================================================== --- trunk/base/src/port/port.tcl 2009-08-04 21:54:04 UTC (rev 54937) +++ trunk/base/src/port/port.tcl 2009-08-04 22:01:39 UTC (rev 54938) @@ -2035,7 +2035,7 @@ set status [macports::upgrade $portname "port:$portname" $global_variations_list $variations_list [array get options] depscache] if {$status != 0 && ![macports::ui_isset ports_processall]} { if {!$orig_nodeps} { - unset macports::global_options(ports_nodeps) + unset -nocomplain macports::global_options(ports_nodeps) } return $status } @@ -2043,7 +2043,7 @@ } if {!$orig_nodeps} { - unset macports::global_options(ports_nodeps) + unset -nocomplain macports::global_options(ports_nodeps) } return $status } -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Aug 4 15:06:18 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 4 Aug 2009 15:06:18 -0700 (PDT) Subject: [54939] trunk/base/src/macports1.0/macports.tcl Message-ID: <20090804220619.02F3722AF81D@beta.macosforge.org> Revision: 54939 http://trac.macports.org/changeset/54939 Author: toby at macports.org Date: 2009-08-04 15:06:18 -0700 (Tue, 04 Aug 2009) Log Message: ----------- fix: extraneous newline in debug mode Modified Paths: -------------- trunk/base/src/macports1.0/macports.tcl Modified: trunk/base/src/macports1.0/macports.tcl =================================================================== --- trunk/base/src/macports1.0/macports.tcl 2009-08-04 22:01:39 UTC (rev 54938) +++ trunk/base/src/macports1.0/macports.tcl 2009-08-04 22:06:18 UTC (rev 54939) @@ -1450,7 +1450,9 @@ if {[mportdepends $mport $target] != 0} { return 1 } - ui_msg "" + if {![macports::ui_isset ports_debug]} { + ui_msg "" + } # Select out the dependents along the critical path, # but exclude this mport, we might not be installing it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Aug 4 15:06:47 2009 From: jmr at macports.org (jmr at macports.org) Date: Tue, 4 Aug 2009 15:06:47 -0700 (PDT) Subject: [54940] trunk/dports/benchmarks/nbench-byte/Portfile Message-ID: <20090804220647.9602622AF847@beta.macosforge.org> Revision: 54940 http://trac.macports.org/changeset/54940 Author: jmr at macports.org Date: 2009-08-04 15:06:47 -0700 (Tue, 04 Aug 2009) Log Message: ----------- nbench-byte: disable parallel build, respect build_arch Modified Paths: -------------- trunk/dports/benchmarks/nbench-byte/Portfile Modified: trunk/dports/benchmarks/nbench-byte/Portfile =================================================================== --- trunk/dports/benchmarks/nbench-byte/Portfile 2009-08-04 22:06:18 UTC (rev 54939) +++ trunk/dports/benchmarks/nbench-byte/Portfile 2009-08-04 22:06:47 UTC (rev 54940) @@ -21,6 +21,7 @@ sha1 f2a03c56dc2bf26e478c2a1828debcafd83983ef patchfiles patch-Makefile.diff use_configure no +use_parallel_build no build.target build.args CC=${configure.cc} @@ -42,8 +43,12 @@ ui_msg "that you start nbench from." } -variant use_64_bit description {Build a 64-bit executable} { - build.env-append CFLAGS="-m64" +if {[info exists build_arch]} { + build.env-append CFLAGS="${configure.cc_archflags}" +} else { + variant use_64_bit description {Build a 64-bit executable} { + build.env-append CFLAGS="-m64" + } } livecheck.check regex -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Aug 4 15:34:23 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 4 Aug 2009 15:34:23 -0700 (PDT) Subject: [54941] trunk/dports/net/nss/Portfile Message-ID: <20090804223423.BAF7022AFB90@beta.macosforge.org> Revision: 54941 http://trac.macports.org/changeset/54941 Author: toby at macports.org Date: 2009-08-04 15:34:22 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Potential build fix for 32-bit platforms; the Makefiles use "ifdef USE_64", so even USE_64=0 qualifies. Remove useless depends_lib (gets overriden later). Modified Paths: -------------- trunk/dports/net/nss/Portfile Modified: trunk/dports/net/nss/Portfile =================================================================== --- trunk/dports/net/nss/Portfile 2009-08-04 22:06:47 UTC (rev 54940) +++ trunk/dports/net/nss/Portfile 2009-08-04 22:34:22 UTC (rev 54941) @@ -10,7 +10,6 @@ categories net maintainers jeremyhu openmaintainer description Network Security Service libraries. -depends_lib port:nspr long_description ${description} use_configure no @@ -55,11 +54,11 @@ build { if {[info exists build_arch] && (${build_arch} == "x86_64" || $build_arch == "ppc64")} { - set use_64 1 + set use_64 " USE_64=1" } else { - set use_64 0 + set use_64 "" } - set make_args "NSPR_LIB_DIR=${prefix}/lib/nspr NSS_USE_SYSTEM_SQLITE=1 USE_64=${use_64}" + set make_args "NSPR_LIB_DIR=${prefix}/lib/nspr NSS_USE_SYSTEM_SQLITE=1${use_64}" system "cd ${worksrcpath} && make -C mozilla/security/coreconf/nsinstall ${make_args} && make -C mozilla/security/dbm ${make_args} && make -C mozilla/security/nss ${make_args}" } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 15:53:33 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 15:53:33 -0700 (PDT) Subject: [54942] trunk/dports Message-ID: <20090804225334.6DA2822AFF0A@beta.macosforge.org> Revision: 54942 http://trac.macports.org/changeset/54942 Author: portindex at macports.org Date: 2009-08-04 15:53:33 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6036 Ports successfully parsed: 6036 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 22:34:22 UTC (rev 54941) +++ trunk/dports/PortIndex 2009-08-04 22:53:33 UTC (rev 54942) @@ -530,8 +530,8 @@ portdir benchmarks/forkbomb description {System stress testing tool} homepage http://home.tiscali.cz:8080/~cz210552/forkbomb.html epoch 0 platforms darwin name forkbomb maintainers nomaintainer long_description {forkbomb is tool for stress testing. It can create many processes using fork(), eats all available memory using realloc() and accesses this memory. It has different switches for fine-tuning operation. While classic fork() bomb is good only for fun, running multiple memory-eaters can be useful for determining maximum memory which can be given to servers (bind or squid) without taking machine down. You can test different operation systems with this tool and see how they are handling the load.} version 1.4 categories benchmarks revision 0 iozone 534 portdir benchmarks/iozone description {Performance Test of File I/O} homepage http://www.iozone.org/ epoch 0 platforms darwin name iozone maintainers {jmr openmaintainer} long_description {Iozone tests the speed of I/O to actual files. Therefore, this measurement factors in the efficiency of your machine's file system, operating system, C compiler, and C runtime library. It produces a measurement which is the number of bytes per second that your system can read or write to a file.} version 3_326 categories benchmarks revision 0 -nbench-byte 476 -variants use_64_bit portdir benchmarks/nbench-byte description {Linux/Unix port of BYTEmark} homepage http://www.tux.org/~mayer/linux/bmark.html epoch 0 platforms darwin name nbench-byte long_description {nbench is a port of the BYTEmark benchmark program. These are Native Mode (a.k.a. Algorithm Level) {tests;} benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system.} maintainers nomaintainer categories benchmarks version 2.2.3 revision 0 +nbench-byte 456 +portdir benchmarks/nbench-byte description {Linux/Unix port of BYTEmark} homepage http://www.tux.org/~mayer/linux/bmark.html epoch 0 platforms darwin name nbench-byte maintainers nomaintainer long_description {nbench is a port of the BYTEmark benchmark program. These are Native Mode (a.k.a. Algorithm Level) {tests;} benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system.} version 2.2.3 categories benchmarks revision 0 pipebench 458 portdir benchmarks/pipebench description {benchmark the throughput of a pipe} homepage http://www.habets.pp.se/synscan/programs.php?prog=pipebench epoch 0 platforms darwin name pipebench maintainers nomaintainer long_description {Pipebench shows the current throughput and amount of data going through a pipe. It can be used to show the progress of a large md5 process: cat bigfile | pipebench | md5} version 0.40 categories {benchmarks sysutils} revision 0 ubench 691 @@ -10666,8 +10666,6 @@ variants universal portdir textproc/libnxml description {C library for parsing, writing, and creating XML files} homepage http://www2.autistici.org/bakunin/codes.php epoch 0 platforms darwin name libnxml depends_lib port:curl long_description {nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312).} maintainers mww categories {textproc devel} version 0.18.2 revision 0 libsgml 370 variants universal depends_build {port:autoconf port:automake port:libtool} portdir textproc/libsgml description {SGML parsing library.} homepage http://www.hick.org/code.html epoch 0 platforms darwin name libsgml long_description {SGML parsing library. Currently supports HTML parsing into a tree.} maintainers nomaintainer categories textproc version 1.1.4 revision 1 -libtabe 547 -variants universal portdir textproc/libtabe description {Chinese lexicons library for input method xcin, etc.} homepage http://xcin.linux.org.tw/libtabe/ epoch 0 platforms darwin name libtabe depends_lib lib:libdb-3:db3 long_description {libtabe, the Taiwan and Big5 Encoding Library, is a library which provides useful Chinese functions & routines that deal with many fundemental elements such as pronunciation (BoPoMoFo), character frequency, word identification, word frequency.} maintainers digdog categories textproc version 0.2.6 revision 0 libthai 386 variants {with_doxygen universal} depends_build path:bin/pkg-config:pkgconfig portdir textproc/libthai description {Thai language support library.} homepage http://linux.thai.net/plone/TLWG/libthai/ epoch 0 platforms darwin depends_lib port:libdatrie name libthai long_description {{Thai language support library.}} maintainers nomaintainer categories textproc version 0.1.9 revision 0 libtranslate 900 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 16:07:37 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 16:07:37 -0700 (PDT) Subject: [54943] trunk/dports/net/pidgin/Portfile Message-ID: <20090804230738.3FAB722B00CA@beta.macosforge.org> Revision: 54943 http://trac.macports.org/changeset/54943 Author: devans at macports.org Date: 2009-08-04 16:07:35 -0700 (Tue, 04 Aug 2009) Log Message: ----------- pidgin: update to version 2.5.8, add dependency on gconf, install/update gconf schemas post-activate. Modified Paths: -------------- trunk/dports/net/pidgin/Portfile Modified: trunk/dports/net/pidgin/Portfile =================================================================== --- trunk/dports/net/pidgin/Portfile 2009-08-04 22:53:33 UTC (rev 54942) +++ trunk/dports/net/pidgin/Portfile 2009-08-04 23:07:35 UTC (rev 54943) @@ -3,8 +3,7 @@ PortSystem 1.0 name pidgin -version 2.5.7 -revision 1 +version 2.5.8 categories net platforms darwin maintainers simon openmaintainer @@ -19,9 +18,9 @@ homepage http://www.pidgin.im/ master_sites sourceforge -checksums md5 9ced7b5a025a8cf6fa412aee74e51e06 \ - sha1 be1913739febd3c367011615f349cba563a06a51 \ - rmd160 0453d5bf283fb8eb0651ef5989236ba38355b7ef +checksums md5 c207407dca71c6357c82135875e472f0 \ + sha1 672f7e16c429c210f33f2499520c436db4e2384c \ + rmd160 b13108331a3da1639f30a76984c3c09529b7d5aa use_bzip2 yes depends_build port:libtool @@ -30,6 +29,7 @@ port:dbus \ port:dbus-glib \ port:gtk2 \ + port:gconf \ port:libao \ port:libxml2 \ port:nspr \ @@ -46,6 +46,7 @@ --disable-screensaver \ --disable-sm \ --disable-startup-notification \ + --disable-schemas-install \ --enable-nss \ --mandir=${prefix}/share/man \ --with-nspr-includes=${prefix}/include/nspr \ @@ -62,6 +63,8 @@ post-activate { system "dbus-uuidgen --ensure" + system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ + gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/purple.schemas" } variant no_x11 { -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 16:10:16 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 16:10:16 -0700 (PDT) Subject: [54944] trunk/dports/comms Message-ID: <20090804231016.DA78622B0162@beta.macosforge.org> Revision: 54944 http://trac.macports.org/changeset/54944 Author: devans at macports.org Date: 2009-08-04 16:10:16 -0700 (Tue, 04 Aug 2009) Log Message: ----------- telepathy-haze: new port, version 0.3.1. Added Paths: ----------- trunk/dports/comms/telepathy-haze/ trunk/dports/comms/telepathy-haze/Portfile Added: trunk/dports/comms/telepathy-haze/Portfile =================================================================== --- trunk/dports/comms/telepathy-haze/Portfile (rev 0) +++ trunk/dports/comms/telepathy-haze/Portfile 2009-08-04 23:10:16 UTC (rev 54944) @@ -0,0 +1,38 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name telepathy-haze +version 0.3.1 +description The ${name} component of Telepathy - a Flexible Communications Framework +long_description \ + The ${name} component of Telepathy - a Flexible Communications Framework. \ + The Telepathy project is building a unified framework for many \ + different kinds of real-time communications. It uses the D-Bus \ + messaging system to provide a simple interface for client applications, \ + allowing them to quickly take advantage of Telepathy's benefits. +maintainers devans openmaintainer +categories comms +platforms darwin +homepage http://telepathy.freedesktop.org/wiki/ +master_sites http://telepathy.freedesktop.org/releases/${name}/ + +checksums md5 0076c47edea2cf2c9708fd7aaaf848a8 \ + sha1 c6a181914f2551a8b5f7165d8b9729e38eb0f629 \ + rmd160 44bfc1fb933f87ce06ae4ed159e463b1a4edfd7b + +depends_build port:pkgconfig \ + port:gtk-doc + +depends_lib port:dbus-glib \ + port:telepathy-glib \ + port:pidgin + +configure.python ${prefix}/bin/python2.5 + +configure.args --disable-shave + +livecheck.check regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/comms/telepathy-haze/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Aug 4 16:12:12 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 4 Aug 2009 16:12:12 -0700 (PDT) Subject: [54945] trunk/dports/python/py25-quodlibet/Portfile Message-ID: <20090804231213.1637622B01DE@beta.macosforge.org> Revision: 54945 http://trac.macports.org/changeset/54945 Author: ryandesign at macports.org Date: 2009-08-04 16:12:12 -0700 (Tue, 04 Aug 2009) Log Message: ----------- py25-quodlibet: remove slash before ${frameworks_dir} because ${frameworks_dir} already begins with a slash Modified Paths: -------------- trunk/dports/python/py25-quodlibet/Portfile Modified: trunk/dports/python/py25-quodlibet/Portfile =================================================================== --- trunk/dports/python/py25-quodlibet/Portfile 2009-08-04 23:10:16 UTC (rev 54944) +++ trunk/dports/python/py25-quodlibet/Portfile 2009-08-04 23:12:12 UTC (rev 54945) @@ -44,7 +44,7 @@ # temporary fix for #20522 : create manually a link in Python 2.5 Framework directory to /opt/local/share. # This is necessary for translations to work post-destroot { - xinstall -d ${destroot}/${frameworks_dir}/Python.framework/Versions/2.5 - ln -s ${prefix}/share ${destroot}/${frameworks_dir}/Python.framework/Versions/2.5/share + xinstall -d ${destroot}${frameworks_dir}/Python.framework/Versions/2.5 + ln -s ${prefix}/share ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/share } -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Aug 4 16:15:03 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 4 Aug 2009 16:15:03 -0700 (PDT) Subject: [54946] trunk/dports/aqua/LyX/Portfile Message-ID: <20090804231503.E78CB22B026B@beta.macosforge.org> Revision: 54946 http://trac.macports.org/changeset/54946 Author: ryandesign at macports.org Date: 2009-08-04 16:15:03 -0700 (Tue, 04 Aug 2009) Log Message: ----------- LyX: use ${applications_dir} Modified Paths: -------------- trunk/dports/aqua/LyX/Portfile Modified: trunk/dports/aqua/LyX/Portfile =================================================================== --- trunk/dports/aqua/LyX/Portfile 2009-08-04 23:12:12 UTC (rev 54945) +++ trunk/dports/aqua/LyX/Portfile 2009-08-04 23:15:03 UTC (rev 54946) @@ -37,7 +37,7 @@ rmd160 3b15976873fdda87d483c7efc0c712a2a78ade09 configure.python ${prefix}/bin/python2.5 -configure.pre_args --prefix=/Applications/MacPorts/LyX.app +configure.pre_args --prefix=${applications_dir}/LyX.app configure.args --with-frontend=qt4 --without-x --with-included-gettext \ --enable-optimization=-Os --disable-concept-checks \ --with-qt4-dir=${prefix}/libexec/qt4-mac \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Aug 4 16:16:24 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 4 Aug 2009 16:16:24 -0700 Subject: propchange - r54910 svn:log Message-ID: <20090804231624.C83886C90EF8@mail-out3.apple.com> Author: ryandesign at macports.org (original author: snc at macports.org) Revision: 54910 Property Name: svn:log @@ -1 +1 @@ -created py25-pyclutter, ticket #204541 +created py25-pyclutter, ticket #20541 From toby at macports.org Tue Aug 4 16:17:51 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 4 Aug 2009 16:17:51 -0700 (PDT) Subject: [54947] trunk/dports/aqua/mpeg2decX/ Message-ID: <20090804231751.7670822B02B1@beta.macosforge.org> Revision: 54947 http://trac.macports.org/changeset/54947 Author: toby at macports.org Date: 2009-08-04 16:17:51 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Remove mpeg2decX - doesn't build, upstream hasn't been updated for several years. Removed Paths: ------------- trunk/dports/aqua/mpeg2decX/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 16:18:16 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 16:18:16 -0700 (PDT) Subject: [54948] trunk/dports/gnome Message-ID: <20090804231816.7B73C22B02F7@beta.macosforge.org> Revision: 54948 http://trac.macports.org/changeset/54948 Author: devans at macports.org Date: 2009-08-04 16:18:16 -0700 (Tue, 04 Aug 2009) Log Message: ----------- empathy: new port, version 2.26.2. Added Paths: ----------- trunk/dports/gnome/empathy/ trunk/dports/gnome/empathy/Portfile Added: trunk/dports/gnome/empathy/Portfile =================================================================== --- trunk/dports/gnome/empathy/Portfile (rev 0) +++ trunk/dports/gnome/empathy/Portfile 2009-08-04 23:18:16 UTC (rev 54948) @@ -0,0 +1,66 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +name empathy +version 2.26.2 +set branch [join [lrange [split ${version} .] 0 1] .] +description Empathy is an instant-messaging(chat) program for GNOME +long_description \ + Empathy is an instant-messaging(chat) program which supports text, \ + voice, video, file transfers, and inter-application communication (tubes) \ + over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc). +maintainers devans openmaintainer +categories gnome +platforms darwin +homepage http://live.gnome.org/Empathy +master_sites gnome:sources/${name}/${branch}/ + +checksums md5 7d42b4c54373c3706a3da301cd616329 \ + sha1 d2eb4de3d3efd7728dc28eb16dfe60c64141be70 \ + rmd160 58d995c9e616aa5d429dde9fad5861d66a33521f + +depends_build port:pkgconfig \ + port:intltool \ + port:p5-xml-parser \ + port:gnome-doc-utils \ + port:gtk-doc + +depends_lib port:gconf \ + port:libglade2 \ + port:gnome-panel \ + port:telepathy-glib \ + port:telepathy-mission-control \ + port:telepathy-haze \ + port:telepathy-farsight \ + port:enchant \ + port:iso-codes \ + port:libnotify \ + port:evolution-data-server \ + port:libcanberra \ + port:gst-plugins-good \ + port:gst-plugins-bad \ + port:py25-gtk \ + port:xorg-libX11 + +use_bzip2 yes + +configure.args --mandir=${prefix}/share/man \ + --x-includes=${prefix}/include \ + --x-libraries=${prefix}/lib \ + --disable-scrollkeeper \ + --disable-schemas-install \ + --with-compile-warnings=yes + +configure.python ${prefix}/bin/python2.5 + +post-activate { + system "scrollkeeper-update" + system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ + gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" +} + +livecheck.check regex +livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ +livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} Property changes on: trunk/dports/gnome/empathy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Tue Aug 4 16:18:50 2009 From: mnick at macports.org (mnick at macports.org) Date: Tue, 4 Aug 2009 16:18:50 -0700 (PDT) Subject: [54949] trunk/dports/science Message-ID: <20090804231850.6779622B0366@beta.macosforge.org> Revision: 54949 http://trac.macports.org/changeset/54949 Author: mnick at macports.org Date: 2009-08-04 16:18:49 -0700 (Tue, 04 Aug 2009) Log Message: ----------- new port: libANN, version 1.1.1 Added Paths: ----------- trunk/dports/science/libANN/ trunk/dports/science/libANN/Portfile Added: trunk/dports/science/libANN/Portfile =================================================================== --- trunk/dports/science/libANN/Portfile (rev 0) +++ trunk/dports/science/libANN/Portfile 2009-08-04 23:18:49 UTC (rev 54949) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 + +name libANN +version 1.1.1 +maintainers mnick + +categories science devel +description A Library for Approximate Nearest Neighbor Searching +long_description ANN is a library written in C++, which supports data structures and \ + algorithms for both exact and approximate nearest neighbor searching \ + in arbitrarily high dimensions. + +platforms darwin + +homepage http://www.cs.umd.edu/~mount/ANN/ +master_sites ${homepage}/Files/${version}/ +distname ann_${version} + +checksums md5 b6247e4a34e8a5e122ebf299cd51f871 \ + sha1 3f4ac40d6cd3733c3a63b959ca505decd10a833d \ + rmd160 5b5df4713583cf4fadc6636a76e73a33403f8f16 + +use_configure no +build.target macosx-g++ + +destroot { + file copy ${worksrcpath}/include/ANN ${destroot}/${prefix}/include + file copy ${worksrcpath}/lib/libANN.a ${destroot}/${prefix}/lib + eval file copy [glob ${worksrcpath}/bin/*] ${destroot}/${prefix}/bin + file mkdir ${destroot}/${prefix}/share/doc + file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/libANN +} Property changes on: trunk/dports/science/libANN/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Aug 4 16:18:52 2009 From: ryandesign at macports.org (ryandesign at macports.org) Date: Tue, 4 Aug 2009 16:18:52 -0700 (PDT) Subject: [54950] trunk/dports/tex/kile-devel/Portfile Message-ID: <20090804231852.76BD822B03A6@beta.macosforge.org> Revision: 54950 http://trac.macports.org/changeset/54950 Author: ryandesign at macports.org Date: 2009-08-04 16:18:52 -0700 (Tue, 04 Aug 2009) Log Message: ----------- kile-devel: use ${prefix}; see #20079 Modified Paths: -------------- trunk/dports/tex/kile-devel/Portfile Modified: trunk/dports/tex/kile-devel/Portfile =================================================================== --- trunk/dports/tex/kile-devel/Portfile 2009-08-04 23:18:49 UTC (rev 54949) +++ trunk/dports/tex/kile-devel/Portfile 2009-08-04 23:18:52 UTC (rev 54950) @@ -28,8 +28,8 @@ depends_lib port:kdelibs4 \ port:kdegraphics4 -configure.pre_args "-DCMAKE_INSTALL_PREFIX=/opt/local -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake-mac" -configure.args "-DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib" +configure.pre_args "-DCMAKE_INSTALL_PREFIX=${prefix} -DQT_QMAKE_EXECUTABLE=${prefix}/bin/qmake-mac" +configure.args "-DCMAKE_INCLUDE_PATH=${prefix}/include -DCMAKE_LIBRARY_PATH=${prefix}/lib" configure.cmd "${prefix}/bin/cmake" post-destroot { -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Aug 4 16:19:38 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 4 Aug 2009 16:19:38 -0700 (PDT) Subject: [54951] trunk/dports/aqua/Affiche/ Message-ID: <20090804231938.4083722B03B8@beta.macosforge.org> Revision: 54951 http://trac.macports.org/changeset/54951 Author: toby at macports.org Date: 2009-08-04 16:19:37 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Remove Affiche. Doesn't build, no upstream update since April 2002. Removed Paths: ------------- trunk/dports/aqua/Affiche/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnick at macports.org Tue Aug 4 16:22:57 2009 From: mnick at macports.org (mnick at macports.org) Date: Tue, 4 Aug 2009 16:22:57 -0700 (PDT) Subject: [54952] trunk/dports/science/libANN/Portfile Message-ID: <20090804232257.1B15622B044F@beta.macosforge.org> Revision: 54952 http://trac.macports.org/changeset/54952 Author: mnick at macports.org Date: 2009-08-04 16:22:56 -0700 (Tue, 04 Aug 2009) Log Message: ----------- fix whitespace Modified Paths: -------------- trunk/dports/science/libANN/Portfile Modified: trunk/dports/science/libANN/Portfile =================================================================== --- trunk/dports/science/libANN/Portfile 2009-08-04 23:19:37 UTC (rev 54951) +++ trunk/dports/science/libANN/Portfile 2009-08-04 23:22:56 UTC (rev 54952) @@ -1,34 +1,34 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name libANN -version 1.1.1 -maintainers mnick +name libANN +version 1.1.1 +maintainers mnick -categories science devel -description A Library for Approximate Nearest Neighbor Searching -long_description ANN is a library written in C++, which supports data structures and \ - algorithms for both exact and approximate nearest neighbor searching \ - in arbitrarily high dimensions. +categories science devel +description A Library for Approximate Nearest Neighbor Searching +long_description ANN is a library written in C++, which supports data structures and \ + algorithms for both exact and approximate nearest neighbor searching \ + in arbitrarily high dimensions. -platforms darwin +platforms darwin -homepage http://www.cs.umd.edu/~mount/ANN/ -master_sites ${homepage}/Files/${version}/ -distname ann_${version} +homepage http://www.cs.umd.edu/~mount/ANN/ +master_sites ${homepage}/Files/${version}/ +distname ann_${version} checksums md5 b6247e4a34e8a5e122ebf299cd51f871 \ sha1 3f4ac40d6cd3733c3a63b959ca505decd10a833d \ - rmd160 5b5df4713583cf4fadc6636a76e73a33403f8f16 + rmd160 5b5df4713583cf4fadc6636a76e73a33403f8f16 -use_configure no -build.target macosx-g++ +use_configure no +build.target macosx-g++ destroot { - file copy ${worksrcpath}/include/ANN ${destroot}/${prefix}/include - file copy ${worksrcpath}/lib/libANN.a ${destroot}/${prefix}/lib - eval file copy [glob ${worksrcpath}/bin/*] ${destroot}/${prefix}/bin - file mkdir ${destroot}/${prefix}/share/doc - file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/libANN + file copy ${worksrcpath}/include/ANN ${destroot}/${prefix}/include + file copy ${worksrcpath}/lib/libANN.a ${destroot}/${prefix}/lib + eval file copy [glob ${worksrcpath}/bin/*] ${destroot}/${prefix}/bin + file mkdir ${destroot}/${prefix}/share/doc + file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/libANN } -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 16:53:39 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 16:53:39 -0700 (PDT) Subject: [54953] trunk/dports Message-ID: <20090804235340.3B8AC22B06EF@beta.macosforge.org> Revision: 54953 http://trac.macports.org/changeset/54953 Author: portindex at macports.org Date: 2009-08-04 16:53:37 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6037 Ports successfully parsed: 6037 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-04 23:22:56 UTC (rev 54952) +++ trunk/dports/PortIndex 2009-08-04 23:53:37 UTC (rev 54953) @@ -1,5 +1,3 @@ -Affiche 397 -portdir aqua/Affiche description {Sticky notes for your desktop} homepage http://www.collaboration-world.com/affiche/ epoch 0 platforms macosx name Affiche maintainers nomaintainer long_description {Affiche is a little application that allows people to 'stick' little notes on their computer desktop. It works well under GNUstep and under Apple Mac OS X.} categories aqua version 0.6.0 revision 0 AppKiDo 492 variants darwin_8 portdir aqua/AppKiDo description {Provides a powerful interface to Apple's Cocoa documentation} homepage http://homepage.mac.com/aglee/downloads/ epoch 0 platforms darwin name AppKiDo long_description {AppKiDo is a free reference tool for Cocoa Objective-C programmers. It parses the header files and HTML documentation files provided by Developer Tools and presents the results in a powerful interface.} maintainers eridius categories {aqua devel} version 0.971 revision 0 AquaLess 618 @@ -132,8 +130,6 @@ variants universal portdir aqua/macsword description {Aqua application based on the Sword project for Bible reading} homepage http://www.macsword.com/ epoch 0 platforms macosx name macsword depends_lib port:sword long_description {MacSword is a free & open-source application for research and study of God and His Word. It is developed specifically for Macintosh computers running Mac OS X. MacSword allows you to read and browse many different bibles translations in different languages from Hebrew to Albanian. As well as reading devotionals, commentaries, dictionaries and lexicons, it also supports searching and advanced features such as services so that you can access the Bible in any program. And because MacSword is based on the Sword project, it is compatible with a growing collection of over 200 texts available in over 50 languages.} maintainers nomaintainer version 1.4.3 categories {aqua textproc} revision 0 mkconsole 1038 variants {darwin_7 universal} portdir aqua/mkconsole description {application that displays logfiles on your desktop} homepage http://www.mulle-kybernetik.com/software/MkConsole/ epoch 0 platforms macosx name mkconsole long_description {This is a little application that displays logfiles on your desktop. Really useful if you have to monitor servers or you just want to keep an eye on what's going on on your machine. In its standard configuration it displays entries from any number of logfiles interleaved in a single window. Have a look at some screenshots. MkConsole is smart enough to close and reopen files every now and then to deal with rotating files and it transparently works around stale NFS handles which often exist after your Mac wakes up from sleep and tries to read from a logfile mounted via NFS. If you don't mind hacking the user defaults (rather than using the preferences panel) you can also configure multiple windows with multiple logifiles each.} maintainers noma intainer version 1.10 categories aqua revision 0 -mpeg2decX 346 -portdir aqua/mpeg2decX description {Converts MPEG-2 files into a QT movie} homepage http://homepage1.nifty.com/~toku/software_en.html#mpeg2decX epoch 0 platforms macosx name mpeg2decX maintainers nomaintainer long_description {mpeg2decX is used to convert MPEG-2 files into QuickTime movies.} categories {aqua multimedia} version 0.20 revision 0 mumble 465 variants {dbus universal} depends_build port:boost portdir aqua/mumble description {low-latency voice chat for gaming} homepage http://mumble.sourceforge.net/ epoch 0 platforms macosx name mumble depends_lib {port:qt4-mac port:openssl port:portaudio} long_description {Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.} maintainers {snc openmaintainer} categories {aqua audio} version 1.1.7 revision 0 openvanilla 790 @@ -572,6 +568,8 @@ variants universal depends_build {port:pkgconfig port:gtk-doc port:python25} portdir comms/telepathy-farsight description {The telepathy-farsight component of Telepathy - a Flexible Communications Framework} homepage http://telepathy.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib {port:telepathy-glib port:farsight2 port:gst-python} name telepathy-farsight maintainers {devans openmaintainer} long_description {The telepathy-farsight component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.0.8 revision 0 telepathy-glib 783 variants universal depends_build {port:pkgconfig port:gnome-doc-utils port:gtk-doc port:python25} portdir comms/telepathy-glib description {The telepathy-glib component of Telepathy - a Flexible Communications Framework.} homepage http://telepathy.freedesktop.org/wiki epoch 0 platforms darwin depends_lib port:dbus-glib name telepathy-glib maintainers {devans openmaintainer} long_description {The telepathy-glib component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.7.33 revision 0 +telepathy-haze 781 +variants universal depends_build {port:pkgconfig port:gtk-doc} portdir comms/telepathy-haze description {The telepathy-haze component of Telepathy - a Flexible Communications Framework} homepage http://telepathy.freedesktop.org/wiki/ epoch 0 platforms darwin depends_lib {port:dbus-glib port:telepathy-glib port:pidgin} name telepathy-haze maintainers {devans openmaintainer} long_description {The telepathy-haze component of Telepathy - a Flexible Communications Framework. The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits.} categories comms version 0.3.1 revision 0 telepathy-mission-control 691 variants universal depends_build {port:pkgconfig port:libxslt port:gtk-doc} portdir comms/telepathy-mission-control description {The telepathy-mission-control component of Telepathy - a Flexible Communications Framework.} homepage http://mission-control.sourceforge.net epoch 0 platforms darwin depends_lib {port:libtelepathy port:gconf port:gnome-keyring} name telepathy-mission-control long_description {Telepathy Mission Control is a telepathy (chat and voip framework) component providing a way for end-user applications to abstract some details of low level telepathy components such as connection managers.} maintainers {devans openmaintainer} categories comms version 4.67 revision 0 zssh 425 @@ -2566,6 +2564,8 @@ variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser} portdir gnome/drivel description {Drivel is a GNOME client for working with online journals, weblogs or just blogs.} homepage http://www.dropline.net/drivel/ epoch 0 platforms darwin depends_lib {port:libgnomeui port:gtksourceview port:gtkspell2 port:curl} name drivel maintainers {devans openmaintainer} long_description {Drivel is a GNOME client for working with online journals, also known as weblogs or simply 'blogs'. It retains a simple and elegant design while providing many powerful features including support for LiveJournal, Blogger, MovableType, Advogato, and Atom journals.} categories gnome version 2.0.4 revision 0 drwright 538 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser} portdir gnome/drwright description {A GNOME break reminder!} homepage http://www.imendio.com/ epoch 0 platforms darwin depends_lib {port:gconf port:libglade2 port:libgnomeui port:desktop-file-utils port:xorg-libXScrnSaver} name drwright maintainers nomaintainer long_description {DrWright is a program that reminds you to take regular breaks from your computer. Its main focus is being usable and to simply work.} categories gnome version 0.18 revision 0 +empathy 921 +variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc} portdir gnome/empathy description {Empathy is an instant-messaging(chat) program for GNOME} homepage http://live.gnome.org/Empathy epoch 0 platforms darwin depends_lib {port:gconf port:libglade2 port:gnome-panel port:telepathy-glib port:telepathy-mission-control port:telepathy-haze port:telepathy-farsight port:enchant port:iso-codes port:libnotify port:evolution-data-server port:libcanberra port:gst-plugins-good port:gst-plugins-bad port:py25-gtk port:xorg-libX11} name empathy maintainers {devans openmaintainer} long_description {Empathy is an instant-messaging(chat) program which supports text, voice, video, file transfers, and inter-application communication (tubes) over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc).} categories gnome version 2.26.2 revision 0 eog 654 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc} portdir gnome/eog description {An image viewing program.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:gnome-desktop port:gconf port:libart_lgpl port:gnome-icon-theme port:shared-mime-info port:libexif port:lcms port:exempi port:py25-gtk port:py25-gobject} name eog maintainers {devans openmaintainer} long_description {This is the Eye of Gnome, an image viewer program. It is meant to be a fast and functional image viewer as well as an image cataloging program.} categories gnome version 2.26.3 revision 0 epiphany 736 @@ -5606,8 +5606,8 @@ variants universal portdir net/pen description {load balancer for simple tcp based protocols} homepage http://siag.nu/pen/ epoch 0 platforms darwin name pen long_description {pen is a load balancer for simple tcp based protocols such as http or smtp. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.} maintainers nomaintainer categories net version 0.17.1 revision 0 pftp 403 variants universal portdir net/pftp description {ftp client with FXP, SSL, and TLS support} homepage http://pftp.sourceforge.net/ epoch 0 platforms darwin name pftp depends_lib {lib:readline:readline lib:libpftputil:libpftputil} long_description {PFTP is a portable FTP client, with many useful features, such as FXP, SSL, and TLS support} maintainers nomaintainer categories net version 0.3 revision 0 -pidgin 780 -variants {no_x11 quartz spellcheck universal} depends_build port:libtool portdir net/pidgin description {Multi-protocol Instant Messaging client} homepage http://www.pidgin.im/ epoch 0 platforms darwin depends_lib {port:audiofile port:dbus port:dbus-glib port:gtk2 port:libao port:libxml2 port:nspr port:nss port:p5-xml-parser port:intltool} name pidgin long_description {Pidgin is an Open Source clone of America OnLine's Instant Messenger client that uses GTK+ version 2. It features multiple groups, group chat, user information fetching and registration, time stamping, and more. It also supports other IM protocols, including Yahoo!, MSN, ICQ, Jabber, Napster, IRC, and Zephyr via included plugins.} maintainers {simon openmaintainer} categories net version 2.5.7 revision 1 +pidgin 791 +variants {no_x11 quartz spellcheck universal} depends_build port:libtool portdir net/pidgin description {Multi-protocol Instant Messaging client} homepage http://www.pidgin.im/ epoch 0 platforms darwin depends_lib {port:audiofile port:dbus port:dbus-glib port:gtk2 port:gconf port:libao port:libxml2 port:nspr port:nss port:p5-xml-parser port:intltool} name pidgin long_description {Pidgin is an Open Source clone of America OnLine's Instant Messenger client that uses GTK+ version 2. It features multiple groups, group chat, user information fetching and registration, time stamping, and more. It also supports other IM protocols, including Yahoo!, MSN, ICQ, Jabber, Napster, IRC, and Zephyr via included plugins.} maintainers {simon openmaintainer} categories net version 2.5.8 revision 0 pidgin-encryption 339 variants universal portdir net/pidgin-encryption description {Pidgin encryption plugin} homepage http://pidgin-encrypt.sourceforge.net/ epoch 0 platforms darwin name pidgin-encryption depends_lib {port:nss port:pidgin} long_description {{Pidgin encryption plugin}} maintainers reifferscheid.org:rsync categories net version 3.0 revision 0 pork 312 @@ -9594,6 +9594,8 @@ variants universal depends_build path:bin/pkg-config:pkgconfig portdir science/lalapps description {LSC Algorithm Library Applications} homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/lalapps.html epoch 0 platforms darwin depends_lib {port:python25 port:gsl port:fftw-3 port:fftw-3-single port:libframe port:metaio port:lal port:glue port:libxml2 port:cfitsio} name lalapps long_description {LALApps is a set of codes for gravitational wave data analysis, against the LSC Algorithm Library.} maintainers ram categories science version 6.1 revision 0 lammpi 524 variants universal portdir science/lammpi description {MPI implementation for parallel computing} homepage http://www.lam-mpi.org/ epoch 0 platforms darwin name lammpi long_description {{LAM (Local Area Multicomputer) is an MPI programming environment and development system for heterogeneous computers on a network. With LAM, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer solving one problem.}} maintainers nomaintainer categories science version 7.1.3 revision 0 +libANN 428 +portdir science/libANN description {A Library for Approximate Nearest Neighbor Searching} homepage http://www.cs.umd.edu/~mount/ANN/ epoch 0 platforms darwin name libANN maintainers mnick long_description {ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.} version 1.1.1 categories {science devel} revision 0 libdap 504 variants universal depends_build port:pkgconfig portdir science/libdap description {A C++ SDK which contains an implementation of DAP 2.0} homepage http://www.opendap.org/ epoch 0 platforms darwin depends_lib {port:curl port:libiconv port:libxml2 port:openssl port:zlib} name libdap long_description {A C++ SDK which contains an implementation of DAP 2.0, Client- and Server-side support classes and a prototype implementation of the AIS.} maintainers takeshi categories science version 3.8.2 revision 1 libframe 459 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 16:57:47 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 16:57:47 -0700 (PDT) Subject: [54954] users/devans/GNOME_2_27/gnome Message-ID: <20090804235747.2E58722B0759@beta.macosforge.org> Revision: 54954 http://trac.macports.org/changeset/54954 Author: devans at macports.org Date: 2009-08-04 16:57:46 -0700 (Tue, 04 Aug 2009) Log Message: ----------- GNOME_2_27/gnome: copy empathy from trunk and update to version 2.27.5, add webkit-gtk dependency for Adium themes. Modified Paths: -------------- users/devans/GNOME_2_27/gnome/empathy/Portfile Added Paths: ----------- users/devans/GNOME_2_27/gnome/empathy/ Modified: users/devans/GNOME_2_27/gnome/empathy/Portfile =================================================================== --- trunk/dports/gnome/empathy/Portfile 2009-08-04 23:18:16 UTC (rev 54948) +++ users/devans/GNOME_2_27/gnome/empathy/Portfile 2009-08-04 23:57:46 UTC (rev 54954) @@ -4,7 +4,7 @@ PortSystem 1.0 name empathy -version 2.26.2 +version 2.27.5 set branch [join [lrange [split ${version} .] 0 1] .] description Empathy is an instant-messaging(chat) program for GNOME long_description \ @@ -17,9 +17,9 @@ homepage http://live.gnome.org/Empathy master_sites gnome:sources/${name}/${branch}/ -checksums md5 7d42b4c54373c3706a3da301cd616329 \ - sha1 d2eb4de3d3efd7728dc28eb16dfe60c64141be70 \ - rmd160 58d995c9e616aa5d429dde9fad5861d66a33521f +checksums md5 27d69e0db8874ae40d924dbf80703be6 \ + sha1 3c78666180f79b6550656298269533642d365600 \ + rmd160 98095eeed4f211df1d34547163e2a778287c86e6 depends_build port:pkgconfig \ port:intltool \ @@ -39,6 +39,7 @@ port:libnotify \ port:evolution-data-server \ port:libcanberra \ + port:webkit-gtk \ port:gst-plugins-good \ port:gst-plugins-bad \ port:py25-gtk \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Tue Aug 4 17:02:52 2009 From: devans at macports.org (devans at macports.org) Date: Tue, 4 Aug 2009 17:02:52 -0700 (PDT) Subject: [54955] users/devans/GNOME_2_27/PortIndex Message-ID: <20090805000252.664AB22B07CB@beta.macosforge.org> Revision: 54955 http://trac.macports.org/changeset/54955 Author: devans at macports.org Date: 2009-08-04 17:02:50 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 53 Ports successfully parsed: 53 Ports failed: 0 Modified Paths: -------------- users/devans/GNOME_2_27/PortIndex Modified: users/devans/GNOME_2_27/PortIndex =================================================================== --- users/devans/GNOME_2_27/PortIndex 2009-08-04 23:57:46 UTC (rev 54954) +++ users/devans/GNOME_2_27/PortIndex 2009-08-05 00:02:50 UTC (rev 54955) @@ -6,6 +6,8 @@ variants {scintilla universal} depends_build {port:pkgconfig port:intltool port:p5-xml-parser} variant_desc {scintilla {Enable scintilla based editor in anjuta} universal {Build for multiple architectures}} portdir gnome/anjuta-extras description {Additional plugins for Anjuta} homepage http://anjuta.sourceforge.net/ epoch 0 platforms darwin name anjuta-extras depends_lib {port:anjuta port:gconf path:lib/pkgconfig/libgvc.pc:graphviz} long_description {{Additional plugins for Anjuta}} maintainers {devans openmaintainer} categories {gnome devel} version 2.27.3 revision 0 bug-buddy 555 variants universal variant_desc {universal {Build for multiple architectures}} portdir gnome/bug-buddy description {A graphical bug reporting tool.} homepage http://www.gnome.org/ epoch 0 platforms darwin name bug-buddy depends_lib {port:libelf port:gnome-desktop port:gnome-menus port:evolution-data-server port:libgtop} long_description {This is a graphical bug reporting tool. It can extract debugging information from a core file or crashed application (via gnome_segv).} maintainers {devans openmaintainer} version 2.27.1 categories gnome revision 0 +empathy 997 +variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc} variant_desc {universal {Build for multiple architectures}} portdir gnome/empathy description {Empathy is an instant-messaging(chat) program for GNOME} homepage http://live.gnome.org/Empathy epoch 0 platforms darwin name empathy depends_lib {port:gconf port:libglade2 port:gnome-panel port:telepathy-glib port:telepathy-mission-control port:telepathy-haze port:telepathy-farsight port:enchant port:iso-codes port:libnotify port:evolution-data-server port:libcanberra port:webkit-gtk port:gst-plugins-good port:gst-plugins-bad port:py25-gtk port:xorg-libX11} long_description {Empathy is an instant-messaging(chat) program which supports text, voice, video, file transfers, and inter-application communication (tubes) over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc).} maintainers {devans openmaintainer} categories gnome version 2.27.5 rev ision 0 eog 697 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc} variant_desc {universal {Build for multiple architectures}} portdir gnome/eog description {An image viewing program.} homepage http://www.gnome.org/ epoch 0 platforms darwin name eog depends_lib {port:gnome-desktop port:gconf port:gnome-icon-theme port:shared-mime-info port:libexif port:lcms port:exempi port:py25-gtk port:py25-gobject} long_description {This is the Eye of Gnome, an image viewer program. It is meant to be a fast and functional image viewer as well as an image cataloging program.} maintainers {devans openmaintainer} categories gnome version 2.27.5 revision 0 epiphany 713 @@ -20,8 +22,6 @@ variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:flex port:gnome-doc-utils} variant_desc {universal {Build for multiple architectures}} portdir gnome/gcalctool description {a GNOME 2 desktop calculator.} homepage http://calctool.sourceforge.net/ epoch 0 platforms darwin name gcalctool depends_lib port:gconf long_description {gcalctool is the desktop calculator that has been proposed for GNOME. It has Basic, Financial and Scientific modes.} maintainers nomaintainer categories {gnome math} version 5.27.5 revision 0 gdl 584 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gtk-doc} variant_desc {universal {Build for multiple architectures}} portdir gnome/gdl description {GNOME development library.} homepage http://www.anjuta.org/ epoch 0 platforms darwin name gdl depends_lib {port:gtk2 port:libxml2} maintainers {devans openmaintainer} long_description {This package contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2.} categories {gnome devel} version 2.27.3 revision 0 -gdm 601 -variants universal depends_build {port:p5-xml-parser port:pkgconfig port:gnome-doc-utils} variant_desc {universal {Build for multiple architectures}} portdir gnome/gdm description {The Gnome Display Manager is a re-implementation of the well known xdm program.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gdm depends_lib {port:gnome-panel port:libxklavier} long_description {The Gnome Display Manager is a re-implementation of the well known xdm program. It displays a X11-based graphical login screen.} maintainers {devans openmaintainer} categories gnome version 2.27.4 revision 0 gedit 648 variants {no_x11 universal} depends_build {port:p5-xml-parser port:gtk-doc port:intltool port:gnome-doc-utils port:autoconf port:automake} variant_desc {no_x11 {Disable support for X11} universal {Build for multiple architectures}} portdir gnome/gedit description {GNOME editor.} homepage http://www.gnome.org/projects/gedit/ epoch 0 platforms darwin name gedit depends_lib {port:gtksourceview2 port:gconf port:py25-gobject port:py25-gtk port:py25-pygtksourceview port:iso-codes port:enchant port:policykit port:xorg-libsm} long_description {{GNOME editor.}} maintainers {devans openmaintainer} categories {gnome editors} version 2.27.3 revision 0 gnome-applets 764 @@ -44,8 +44,6 @@ variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc port:shared-mime-info} variant_desc {universal {Build for multiple architectures}} portdir gnome/gnome-panel description {Panel component for the GNOME 2 Desktop.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-panel depends_lib {port:gnome-desktop port:gnome-menus port:policykit-gnome port:evolution-data-server port:librsvg port:libwnck} maintainers {devans openmaintainer} long_description {{Panel component for the GNOME 2 Desktop.}} categories gnome version 2.27.4 revision 0 gnome-python-desktop 696 variants {darwin_9 universal} depends_build {port:pkgconfig port:gtk-doc} variant_desc {darwin_9 {Platform variant, do not select manually} universal {Build for multiple architectures}} portdir gnome/gnome-python-desktop description {Python modules for some GNOME Desktop libraries.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name gnome-python-desktop depends_lib {port:py25-gtk port:py25-gnome port:gtksourceview port:libgtop port:gnome-media port:gnome-panel port:metacity port:evince port:bug-buddy port:totem-pl-parser} maintainers {devans openmaintainer} long_description {{Python modules for some GNOME Desktop libraries.}} categories {gnome python} version 2.27.2 revision 0 -gnome-session 671 -variants {docs universal} depends_build {port:pkgconfig port:intltool port:p5-xml-parser} variant_desc {docs {build docbook documentation} universal {Build for multiple architectures}} portdir gnome/gnome-session description {Session component for the GNOME 2 desktop} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-session depends_lib {port:gconf port:libglade2 port:startup-notification port:policykit-gnome port:xorg-xtrans port:xorg-libXtst} long_description {Session component for the GNOME 2.0 desktop. This package contains the commands needed to start GNOME 2.0.} maintainers {devans openmaintainer} categories gnome version 2.27.5 revision 0 gnome-settings-daemon 549 variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils} variant_desc {universal {Build for multiple architectures}} portdir gnome/gnome-settings-daemon description {Gnome 2 settings daemon.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-settings-daemon depends_lib {port:gnome-desktop port:libnotify port:libgnomekbd port:libglade2 port:gst-plugins-good} long_description {{Gnome 2 settings daemon.}} maintainers {devans openmaintainer} categories gnome version 2.27.5 revision 0 gnome-system-monitor 626 -------------- next part -------------- An HTML attachment was scrubbed... URL: From toby at macports.org Tue Aug 4 17:06:16 2009 From: toby at macports.org (toby at macports.org) Date: Tue, 4 Aug 2009 17:06:16 -0700 (PDT) Subject: [54956] trunk/dports/aqua/IcyJuice Message-ID: <20090805000617.5648022B0856@beta.macosforge.org> Revision: 54956 http://trac.macports.org/changeset/54956 Author: toby at macports.org Date: 2009-08-04 17:06:14 -0700 (Tue, 04 Aug 2009) Log Message: ----------- build fixes Modified Paths: -------------- trunk/dports/aqua/IcyJuice/Portfile Added Paths: ----------- trunk/dports/aqua/IcyJuice/files/ trunk/dports/aqua/IcyJuice/files/patch-libicq2000__src__FileTransferClient.cpp Modified: trunk/dports/aqua/IcyJuice/Portfile =================================================================== --- trunk/dports/aqua/IcyJuice/Portfile 2009-08-05 00:02:50 UTC (rev 54955) +++ trunk/dports/aqua/IcyJuice/Portfile 2009-08-05 00:06:14 UTC (rev 54956) @@ -22,20 +22,8 @@ sha1 1d8789eb1cf1e2d3d1d939e4a2705ad0c24aadba \ rmd160 fbdaa97dea9a52ca1fcbae41e50339cef0a9b243 -# Dummy configure to enable universal variant -use_configure yes -configure {} +patchfiles patch-libicq2000__src__FileTransferClient.cpp -if {! [variant_isset universal]} { - set arch ${os.arch} - if {! [string compare ${os.arch} powerpc]} { - set arch ppc - } - - xcode.build.settings-append ARCHS=${arch} - xcode.destroot.settings-append ARCHS=${arch} -} - # We cannot use xcode.project here because of #12429. #xcode.project "Icy Juice.xcodeproj" build.args "-project \"${my_name}.xcodeproj\"" @@ -50,4 +38,3 @@ livecheck.check regex livecheck.url ${homepage} livecheck.regex "version (\\d+(?:\\.\\d+)*)" - Added: trunk/dports/aqua/IcyJuice/files/patch-libicq2000__src__FileTransferClient.cpp =================================================================== --- trunk/dports/aqua/IcyJuice/files/patch-libicq2000__src__FileTransferClient.cpp (rev 0) +++ trunk/dports/aqua/IcyJuice/files/patch-libicq2000__src__FileTransferClient.cpp 2009-08-05 00:06:14 UTC (rev 54956) @@ -0,0 +1,10 @@ +--- libicq2000/src/FileTransferClient.cpp.orig 2009-08-04 16:50:01.000000000 -0700 ++++ libicq2000/src/FileTransferClient.cpp 2009-08-04 16:50:35.000000000 -0700 +@@ -30,6 +30,7 @@ + #include + + #include ++#include + #include + #include + -------------- next part -------------- An HTML attachment was scrubbed... URL: From snc at macports.org Tue Aug 4 17:16:06 2009 From: snc at macports.org (snc at macports.org) Date: Tue, 4 Aug 2009 17:16:06 -0700 (PDT) Subject: [54957] trunk/dports/net/scapy/Portfile Message-ID: <20090805001606.5764422B094E@beta.macosforge.org> Revision: 54957 http://trac.macports.org/changeset/54957 Author: snc at macports.org Date: 2009-08-04 17:16:04 -0700 (Tue, 04 Aug 2009) Log Message: ----------- bump revision for ticket #18156 Modified Paths: -------------- trunk/dports/net/scapy/Portfile Modified: trunk/dports/net/scapy/Portfile =================================================================== --- trunk/dports/net/scapy/Portfile 2009-08-05 00:06:14 UTC (rev 54956) +++ trunk/dports/net/scapy/Portfile 2009-08-05 00:16:04 UTC (rev 54957) @@ -6,6 +6,7 @@ name scapy version 2.0.0.10 +revision 1 categories net security python platforms darwin maintainers pmq -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Tue Aug 4 17:27:05 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Tue, 4 Aug 2009 17:27:05 -0700 (PDT) Subject: [54958] trunk/dports/www/firefox-x11-devel/Portfile Message-ID: <20090805002705.D219222B0A99@beta.macosforge.org> Revision: 54958 http://trac.macports.org/changeset/54958 Author: jeremyhu at macports.org Date: 2009-08-04 17:27:05 -0700 (Tue, 04 Aug 2009) Log Message: ----------- firefox-x11-devel: Bump to 3.5.2 Modified Paths: -------------- trunk/dports/www/firefox-x11-devel/Portfile Modified: trunk/dports/www/firefox-x11-devel/Portfile =================================================================== --- trunk/dports/www/firefox-x11-devel/Portfile 2009-08-05 00:16:04 UTC (rev 54957) +++ trunk/dports/www/firefox-x11-devel/Portfile 2009-08-05 00:27:05 UTC (rev 54958) @@ -6,7 +6,7 @@ name firefox-x11-devel set component firefox categories www x11 -version 3.5.1 +version 3.5.2 platforms darwin maintainers jeremyhu openmaintainer description Mozilla.org's popular stand-alone web browser, Beta and Release Candidates @@ -28,9 +28,9 @@ distname ${component}-${version}-source use_bzip2 yes -checksums md5 18169e189785d680827d4fce94524449 \ - sha1 8659dd873e8a82a9f39fcb1f0add8afb39cb7274 \ - rmd160 a7fe7bba679160b1b6c995acbc1cb69b4dcad334 +checksums md5 136867f95c86f3988b7f825e874b85de \ + sha1 6439923ff9d316297926ebe193bac3ac1a41b494 \ + rmd160 d5e0b5f0e8b19b216394584ccabf37d776b89a39 worksrcdir mozilla-1.9.1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Tue Aug 4 17:48:50 2009 From: jeremyhu at macports.org (jeremyhu at macports.org) Date: Tue, 4 Aug 2009 17:48:50 -0700 (PDT) Subject: [54959] trunk/dports/devel/xulrunner-devel/Portfile Message-ID: <20090805004851.0271D22B0D96@beta.macosforge.org> Revision: 54959 http://trac.macports.org/changeset/54959 Author: jeremyhu at macports.org Date: 2009-08-04 17:48:49 -0700 (Tue, 04 Aug 2009) Log Message: ----------- xulrunner-devel: Bump to 1.9.1.1 Modified Paths: -------------- trunk/dports/devel/xulrunner-devel/Portfile Modified: trunk/dports/devel/xulrunner-devel/Portfile =================================================================== --- trunk/dports/devel/xulrunner-devel/Portfile 2009-08-05 00:27:05 UTC (rev 54958) +++ trunk/dports/devel/xulrunner-devel/Portfile 2009-08-05 00:48:49 UTC (rev 54959) @@ -6,7 +6,7 @@ name xulrunner-devel set component xulrunner categories devel -version 1.9.1 +version 1.9.1.1 #set ff_version 3.5 revision 1 platforms darwin @@ -26,9 +26,9 @@ use_bzip2 yes -checksums md5 6dd59399db08963ef022a1d0e5010053 \ - sha1 acf223f2ba3b5e601f8832a3870a5d9034ac8d10 \ - rmd160 00e862a86fad716b5c9b8c6ad25daa65e245a421 +checksums md5 18169e189785d680827d4fce94524449 \ + sha1 8659dd873e8a82a9f39fcb1f0add8afb39cb7274 \ + rmd160 a7fe7bba679160b1b6c995acbc1cb69b4dcad334 worksrcdir mozilla-1.9.1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 17:53:28 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 17:53:28 -0700 (PDT) Subject: [54960] trunk/dports/PortIndex Message-ID: <20090805005329.A8D1122B0DD7@beta.macosforge.org> Revision: 54960 http://trac.macports.org/changeset/54960 Author: portindex at macports.org Date: 2009-08-04 17:53:28 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6037 Ports successfully parsed: 6037 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-05 00:48:49 UTC (rev 54959) +++ trunk/dports/PortIndex 2009-08-05 00:53:28 UTC (rev 54960) @@ -5665,7 +5665,7 @@ scanssh 704 variants universal portdir net/scanssh description {scanner for finding ssh servers and their software version} homepage http://monkey.org/~provos/scanssh/ epoch 0 platforms darwin name scanssh depends_lib {lib:libpcap:libpcap bin:dnet-config:libdnet lib:libevent:libevent} long_description {scanssh protocol scanner scans a list of addresses and networks for running SSH protocol servers and their version numbers. scanssh protocol scanner supports random selection of IP addresses from large network ranges and is useful for gathering statistics on the deployment of SSH protocol servers in a company or the Internet as whole.} maintainers nomaintainer categories {net security} version 2.1 revision 1 scapy 1083 -portdir net/scapy description {A powerful packet manipulation tool} homepage http://www.secdev.org/projects/scapy epoch 0 platforms darwin depends_lib {port:python25 port:py25-readline port:py25-pylibpcap port:py25-libdnet port:py25-crypto port:py25-gnuplot port:py25-pyx port:graphviz} name scapy maintainers pmq long_description {Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WE P encrypted channel, ...), etc.} version 2.0.0.10 categories {net security python} revision 0 +portdir net/scapy description {A powerful packet manipulation tool} homepage http://www.secdev.org/projects/scapy epoch 0 platforms darwin depends_lib {port:python25 port:py25-readline port:py25-pylibpcap port:py25-libdnet port:py25-crypto port:py25-gnuplot port:py25-pyx port:graphviz} name scapy maintainers pmq long_description {Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WE P encrypted channel, ...), etc.} version 2.0.0.10 categories {net security python} revision 1 sclj 368 variants universal portdir net/sclj description {A livejournal client} homepage http://sclj.sourceforge.net/ epoch 0 depends_run path:bin/perl:perl5 platforms darwin name sclj long_description {JLJ is a command-line interface for posting to livejournal. Posts are edited in your default editor.} maintainers genetikayos.com:kayos categories net version 3.2 revision 0 scotty 538 @@ -10993,7 +10993,7 @@ firefox-x11 508 variants {debug gnome official_branding internal_dependencies} depends_build {port:findutils port:pkgconfig} portdir www/firefox-x11 description {Mozilla.org's popular stand-alone web browser} homepage http://www.mozilla.com/firefox/ epoch 0 platforms darwin depends_lib port:xulrunner name firefox-x11 long_description {Firefox empowers you to browse faster, more safely and more efficiently than with any other browser.} maintainers {jeremyhu openmaintainer} version 3.0.12 categories {www x11} revision 0 firefox-x11-devel 612 -variants {debug gnome official_branding internal_dependencies} depends_build {port:findutils port:pkgconfig port:autoconf213 port:autoconf port:automake port:libtool} portdir www/firefox-x11-devel description {Mozilla.org's popular stand-alone web browser, Beta and Release Candidates} homepage http://www.mozilla.com/firefox/ epoch 0 platforms darwin depends_lib port:xulrunner-devel name firefox-x11-devel long_description {Firefox empowers you to browse faster, more safely and more efficiently than with any other browser.} maintainers {jeremyhu openmaintainer} version 3.5.1 categories {www x11} revision 0 +variants {debug gnome official_branding internal_dependencies} depends_build {port:findutils port:pkgconfig port:autoconf213 port:autoconf port:automake port:libtool} portdir www/firefox-x11-devel description {Mozilla.org's popular stand-alone web browser, Beta and Release Candidates} homepage http://www.mozilla.com/firefox/ epoch 0 platforms darwin depends_lib port:xulrunner-devel name firefox-x11-devel long_description {Firefox empowers you to browse faster, more safely and more efficiently than with any other browser.} maintainers {jeremyhu openmaintainer} version 3.5.2 categories {www x11} revision 0 flood 483 variants universal depends_build {port:autoconf port:automake port:libtool} portdir www/flood description {profile-driven HTTP load tester} homepage http://httpd.apache.org/test/flood/ epoch 0 platforms {darwin freebsd} name flood depends_lib {port:apr port:apr-util port:expat} long_description {Flood is a profile-driven HTTP load tester. It can be used to gather important performance metrics for your website.} maintainers nomaintainer categories www version 20041105 revision 0 furl 379 -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 18:32:07 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 18:32:07 -0700 (PDT) Subject: [54961] trunk/dports/mail/thunderbird-x11 Message-ID: <20090805013207.D318222B10AC@beta.macosforge.org> Revision: 54961 http://trac.macports.org/changeset/54961 Author: blb at macports.org Date: 2009-08-04 18:32:05 -0700 (Tue, 04 Aug 2009) Log Message: ----------- mail/thunderbird-x11 - version update to 2.0.0.22, make it work right with nspr Modified Paths: -------------- trunk/dports/mail/thunderbird-x11/Portfile Added Paths: ----------- trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff Modified: trunk/dports/mail/thunderbird-x11/Portfile =================================================================== --- trunk/dports/mail/thunderbird-x11/Portfile 2009-08-05 00:53:28 UTC (rev 54960) +++ trunk/dports/mail/thunderbird-x11/Portfile 2009-08-05 01:32:05 UTC (rev 54961) @@ -4,7 +4,7 @@ name thunderbird-x11 categories mail x11 -version 2.0.0.12 +version 2.0.0.22 platforms darwin maintainers nomaintainer description Mozilla.org's popular stand-alone mail/news client @@ -19,14 +19,15 @@ distname thunderbird-${version}-source use_bzip2 yes -checksums md5 c23f576a8fd0ceee5135829c8ae5168b \ - sha1 36ea64353d32a9f138ef658250cfdcf8f9e862f2 \ - rmd160 80d6fdb4b8e085a82234825cfbfc6cd05d015f6f +checksums md5 080c26dcb0ed563519a6061139a0bf92 \ + sha1 a9da470ff090dfd049cae6b0c3b1a4e95c3f2022 \ + rmd160 6f9693c0b7f5af0c60d245c96492f11a4c286efd worksrcdir mozilla patchfiles patch-xpcom-build-Makefile \ - patch-libprldap-Makefile.in + patch-libprldap-Makefile.in \ + patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff depends_build port:pkgconfig Added: trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff =================================================================== --- trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff (rev 0) +++ trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff 2009-08-05 01:32:05 UTC (rev 54961) @@ -0,0 +1,11 @@ +--- directory/c-sdk/ldap/libraries/libprldap/Makefile.in.orig 2006-02-03 07:44:49.000000000 -0700 ++++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in 2009-08-04 18:11:22.000000000 -0600 +@@ -170,6 +170,8 @@ + EXTRA_LIBS += -L$(dist_libdir) $(DYNAMICNSPR) + endif + ++EXTRA_LIBS += $(NSPR_LIBS) ++ + OBJDEST = $(OBJDIR_NAME) + + ########################################################################### -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 18:53:31 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 18:53:31 -0700 (PDT) Subject: [54962] trunk/dports Message-ID: <20090805015332.844C922B1251@beta.macosforge.org> Revision: 54962 http://trac.macports.org/changeset/54962 Author: portindex at macports.org Date: 2009-08-04 18:53:30 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6037 Ports successfully parsed: 6037 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-05 01:32:05 UTC (rev 54961) +++ trunk/dports/PortIndex 2009-08-05 01:53:30 UTC (rev 54962) @@ -2060,8 +2060,8 @@ variants universal portdir devel/xsp description {a small web server that hosts the Mono System.Web classes} homepage http://www.go-mono.com/ epoch 0 platforms darwin name xsp depends_lib port:mono long_description {The XSP server is a small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET} maintainers nomaintainer categories {devel www mono} version 1.1.16.1 revision 0 xulrunner 552 variants {debug gnome} portdir devel/xulrunner description {Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications} homepage http://developer.mozilla.org/en/docs/XULRunner epoch 0 platforms darwin name xulrunner depends_lib {port:heimdal port:lcms port:gconf port:esound port:libcanberra port:findutils port:nss port:nspr port:gtk2 port:xorg-libXt} long_description {{Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications}} maintainers {jeremyhu openmaintainer} categories devel version 1.9.0.12 revision 0 -xulrunner-devel 665 -variants {debug gnome} depends_build {port:findutils port:pkgconfig port:autoconf213 port:autoconf port:automake port:libtool} portdir devel/xulrunner-devel description {Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications} homepage http://developer.mozilla.org/en/docs/XULRunner epoch 0 platforms darwin depends_lib {port:heimdal port:lcms port:gconf port:esound port:libcanberra port:findutils port:nss port:nspr port:gtk2 port:xorg-libXt} name xulrunner-devel long_description {{Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications}} maintainers {jeremyhu openmaintainer} version 1.9.1 categories devel revision 1 +xulrunner-devel 667 +variants {debug gnome} depends_build {port:findutils port:pkgconfig port:autoconf213 port:autoconf port:automake port:libtool} portdir devel/xulrunner-devel description {Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications} homepage http://developer.mozilla.org/en/docs/XULRunner epoch 0 platforms darwin depends_lib {port:heimdal port:lcms port:gconf port:esound port:libcanberra port:findutils port:nss port:nspr port:gtk2 port:xorg-libXt} name xulrunner-devel long_description {{Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications}} maintainers {jeremyhu openmaintainer} version 1.9.1.1 categories devel revision 1 xxdiff 438 portdir devel/xxdiff description {xxdiff is a graphical merging tool} homepage http://furius.ca/xxdiff/ epoch 0 platforms darwin name xxdiff depends_lib {port:bison port:flex port:qt3} maintainers {simon openmaintainer} long_description {xxdiff is a graphical browser for viewing the differences between two or three files, or between two directories, and can be used to produce a merged version.} categories devel version 3.2 revision 0 xxl 589 @@ -4601,7 +4601,7 @@ t-prot 514 variants darwin portdir mail/t-prot description {TOFU protection script (MUA display filter)} homepage http://www.escape.de/~tolot/mutt/ epoch 0 platforms darwin name t-prot depends_lib {port:p5-getopt-mixed port:p5-locale-gettext} long_description {You know these misformatted mail or news messages, with full quotes, too long signatures, and lots of exclamation marks? They get on your nerves day by day? That's what this script is for.} maintainers {simon openmaintainer} categories mail version 2.5 revision 0 thunderbird-x11 691 -variants {debug universal} depends_build port:pkgconfig portdir mail/thunderbird-x11 description {Mozilla.org's popular stand-alone mail/news client} homepage http://www.mozilla.com/thunderbird/ epoch 0 platforms darwin depends_lib {port:libidl path:lib/pkgconfig/glib-2.0.pc:glib2 port:zip port:gtk2 port:gnome-vfs port:gnome-icon-theme port:cairo port:nspr} name thunderbird-x11 long_description {Thunderbird makes emailing safer, faster and easier than ever before with the industry's best implementations of features such as intelligent spam filters, a built-in spell checker, extension support, and much more.} maintainers nomaintainer version 2.0.0.12 categories {mail x11} revision 0 +variants {debug universal} depends_build port:pkgconfig portdir mail/thunderbird-x11 description {Mozilla.org's popular stand-alone mail/news client} homepage http://www.mozilla.com/thunderbird/ epoch 0 platforms darwin depends_lib {port:libidl path:lib/pkgconfig/glib-2.0.pc:glib2 port:zip port:gtk2 port:gnome-vfs port:gnome-icon-theme port:cairo port:nspr} name thunderbird-x11 long_description {Thunderbird makes emailing safer, faster and easier than ever before with the industry's best implementations of features such as intelligent spam filters, a built-in spell checker, extension support, and much more.} maintainers nomaintainer version 2.0.0.22 categories {mail x11} revision 0 tpop3d 368 variants {darwin universal} portdir mail/tpop3d description {tpop3d is a fast, extensible, secure UNIX POP3 server} homepage http://www.ex-parrot.com/~chris/tpop3d/ epoch 0 platforms darwin name tpop3d depends_lib port:openssl long_description {{tpop3d is a fast, extensible, secure UNIX POP3 server}} maintainers nomaintainer categories mail version 1.5.3 revision 2 uagen 742 Modified: trunk/dports/PortIndex.quick =================================================================== (Binary files differ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From juanger at macports.org Tue Aug 4 19:03:59 2009 From: juanger at macports.org (juanger at macports.org) Date: Tue, 4 Aug 2009 19:03:59 -0700 (PDT) Subject: [54963] branches/gsoc09-gui Message-ID: <20090805020400.1F5EF22B1321@beta.macosforge.org> Revision: 54963 http://trac.macports.org/changeset/54963 Author: juanger at macports.org Date: 2009-08-04 19:03:57 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Adding ActivityController Modified Paths: -------------- branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib branches/gsoc09-gui/MPGUI/MPActionLauncher.h branches/gsoc09-gui/MPGUI/MPActionLauncher.m branches/gsoc09-gui/MPGUI/MPActionsController.m branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj branches/gsoc09-gui/MacPorts_Framework/MPInterpreter.m branches/gsoc09-gui/MacPorts_Framework/MPMacPorts.h branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.h branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.m branches/gsoc09-gui/MacPorts_Framework/SimpleLog.m Added Paths: ----------- branches/gsoc09-gui/MPGUI/ActivityController.h branches/gsoc09-gui/MPGUI/ActivityController.m Added: branches/gsoc09-gui/MPGUI/ActivityController.h =================================================================== --- branches/gsoc09-gui/MPGUI/ActivityController.h (rev 0) +++ branches/gsoc09-gui/MPGUI/ActivityController.h 2009-08-05 02:03:57 UTC (rev 54963) @@ -0,0 +1,24 @@ +// +// NotificationsListener.h +// MPGUI +// +// Created by Juan Germ?n Casta?eda Echevarr?a on 8/4/09. +// Copyright 2009 UNAM. All rights reserved. +// + +#import +#import + + + at interface ActivityController : NSObject { + IBOutlet NSTableView *operations; + IBOutlet NSProgressIndicator *progress; + BOOL busy; +} + + at property BOOL busy; + +- (void)subscribeToNotifications; +- (void)gotMPMSG:(NSNotification *)notification; + + at end Added: branches/gsoc09-gui/MPGUI/ActivityController.m =================================================================== --- branches/gsoc09-gui/MPGUI/ActivityController.m (rev 0) +++ branches/gsoc09-gui/MPGUI/ActivityController.m 2009-08-05 02:03:57 UTC (rev 54963) @@ -0,0 +1,76 @@ +// +// NotificationsListener.m +// MPGUI +// +// Created by Juan Germ?n Casta?eda Echevarr?a on 8/4/09. +// Copyright 2009 UNAM. All rights reserved. +// + +#import "ActivityController.h" + + + at implementation ActivityController + + at synthesize busy; + +- (void)awakeFromNib { + [self subscribeToNotifications]; +} + +- (void)subscribeToNotifications { + // [[NSNotificationCenter defaultCenter] addObserver:self + // selector:@selector() + // name:MPINFO object:nil]; + // [[NSNotificationCenter defaultCenter] addObserver:self + // selector:@selector() + // name:MPERROR object:nil]; + // [[NSNotificationCenter defaultCenter] addObserver:self + // selector:@selector() + // name:MPWARN object:nil]; + // [[NSNotificationCenter defaultCenter] addObserver:self + // selector:@selector() + // name:MPDEBUG object:nil]; + // [[NSNotificationCenter defaultCenter] addObserver:self + // selector:@selector() + // name:MPDEFAULT object:nil]; + // This is for MPPortProcess + [[NSDistributedNotificationCenter defaultCenter] addObserver:self + selector:@selector(gotMPMSG:) + name:MPMSG object:nil]; + [[NSDistributedNotificationCenter defaultCenter] addObserver:self + selector:@selector(gotMPDEFAULT:) + name:MPDEFAULT object:nil]; + [[NSDistributedNotificationCenter defaultCenter] addObserver:self + selector:@selector(gotMPINFO:) + name:MPINFO object:nil]; + // This is for MPHelperTool (privileged operations) + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(gotMPMSG:) + name:MPMSG object:nil]; +} + +- (void)gotMPINFO:(NSNotification *)notification { + NSString *msg = [notification object]; + // NSLog(@"GOT MPINFO NOTIFICATION: %@", msg); + if ([msg isEqual:@"Starting up"]) { + [self setBusy:YES]; + return; + } + + if ([msg isEqual:@"Shutting down"]) { + [self setBusy:NO]; + return; + } +} + +- (void)gotMPMSG:(NSNotification *)notification { + NSString *msg = [notification object]; + NSLog(@"GOT MPMSG NOTIFICATION: %@", msg); +} + +- (void)gotMPDEFAULT:(NSNotification *)notification { + NSString *msg = [notification object]; + NSLog(@"GOT MPDEFAULT NOTIFICATION: %@", msg); +} + + at end Modified: branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib =================================================================== --- branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib 2009-08-05 02:03:57 UTC (rev 54963) @@ -8,8 +8,7 @@ 353.00 YES - - + YES @@ -2035,7 +2034,7 @@ - + YES YES @@ -2161,7 +2160,7 @@ YES - + YES @@ -2478,6 +2477,16 @@ NSView + + + 1316 + + {{6, 5}, {16, 16}} + + 20746 + 1.600000e+01 + 1.000000e+02 + {773, 449} @@ -3027,6 +3036,9 @@ {{0, 0}, {1280, 778}} {3.40282e+38, 3.40282e+38} + + ActivityController + @@ -3756,6 +3768,22 @@ 763 + + + animate: busy + + + + + + animate: busy + animate + busy + 2 + + + 772 + @@ -4373,6 +4401,7 @@ YES + @@ -5088,6 +5117,16 @@ + + 764 + + + + + 766 + + + @@ -5361,6 +5400,8 @@ 753.IBPluginDependency 754.IBPluginDependency 762.IBPluginDependency + 764.IBPluginDependency + 766.IBPluginDependency 77.IBPluginDependency 77.ImportedFromIB2 78.IBPluginDependency @@ -5518,9 +5559,9 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{65, 1}, {773, 449}} + {{1576, 251}, {773, 449}} - {{65, 1}, {773, 449}} + {{1576, 251}, {773, 449}} {{33, 99}, {480, 360}} com.apple.InterfaceBuilder.CocoaPlugin @@ -5552,7 +5593,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{143, 450}, {617, 0}} + {{1654, 700}, {617, 0}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -5649,6 +5690,8 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -5687,12 +5730,41 @@ - 763 + 772 YES + ActivityController + NSObject + + YES + + YES + operations + progress + + + YES + NSTableView + NSProgressIndicator + + + + IBProjectSource + ActivityController.h + + + + ActivityController + NSObject + + IBUserSource + + + + MPActionLauncher NSObject Modified: branches/gsoc09-gui/MPGUI/MPActionLauncher.h =================================================================== --- branches/gsoc09-gui/MPGUI/MPActionLauncher.h 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MPGUI/MPActionLauncher.h 2009-08-05 02:03:57 UTC (rev 54963) @@ -25,7 +25,7 @@ NSArray *ports; NSTask *actionTool; NSConnection *connectionToActionTool; - BOOL isLoading, isBusy; + BOOL isLoading; } /*! @var ports @@ -41,8 +41,6 @@ */ @property BOOL isLoading; - at property BOOL isBusy; - /*! @brief Return singleton shared MPActionLauncher instance */ Modified: branches/gsoc09-gui/MPGUI/MPActionLauncher.m =================================================================== --- branches/gsoc09-gui/MPGUI/MPActionLauncher.m 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MPGUI/MPActionLauncher.m 2009-08-05 02:03:57 UTC (rev 54963) @@ -10,17 +10,10 @@ static MPActionLauncher *sharedActionLauncher = nil; -#pragma mark Private Methods - at interface MPActionLauncher (Private) - -- (void)subscribeToNotifications; - - at end - #pragma mark Implementation @implementation MPActionLauncher - at synthesize ports, isLoading, isBusy, actionTool; + at synthesize ports, isLoading, actionTool; + (MPActionLauncher*) sharedInstance { @@ -32,7 +25,6 @@ } - (id)init { - [self subscribeToNotifications]; if (sharedActionLauncher == nil) { ports = [NSMutableArray arrayWithCapacity:1]; sharedActionLauncher = self; @@ -52,11 +44,6 @@ ports = [allPorts allValues]; [self didChangeValueForKey:@"ports"]; - id theProxy = [NSConnection - rootProxyForConnectionWithRegisteredName:@"actionTool" - host:nil]; - [theProxy loadPKGPath]; - [self setIsLoading:NO]; } @@ -88,40 +75,11 @@ - (void)cancelPortProcess { // TODO: display confirmation dialog + // send a "Shutting down" notification NSTask *task = [MPInterpreter task]; if(task != nil && [task isRunning]) { [task terminate]; } } -#pragma mark Private Methods implementation - -- (void)subscribeToNotifications { -// [[NSNotificationCenter defaultCenter] addObserver:self -// selector:@selector() -// name:MPINFO object:nil]; -// [[NSNotificationCenter defaultCenter] addObserver:self -// selector:@selector() -// name:MPERROR object:nil]; -// [[NSNotificationCenter defaultCenter] addObserver:self -// selector:@selector() -// name:MPWARN object:nil]; -// [[NSNotificationCenter defaultCenter] addObserver:self -// selector:@selector() -// name:MPDEBUG object:nil]; -// [[NSNotificationCenter defaultCenter] addObserver:self -// selector:@selector() -// name:MPDEFAULT object:nil]; - [[NSDistributedNotificationCenter defaultCenter] addObserver:self - selector:@selector(gotMPMSG:) - name:MPMSG object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(gotMPMSG:) - name:MPMSG object:nil]; -} - -- (void)gotMPMSG:(NSNotification *)notification { - NSLog(@"GOT MPMSG NOTIFICATION"); -} - @end Modified: branches/gsoc09-gui/MPGUI/MPActionsController.m =================================================================== --- branches/gsoc09-gui/MPGUI/MPActionsController.m 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MPGUI/MPActionsController.m 2009-08-05 02:03:57 UTC (rev 54963) @@ -53,10 +53,10 @@ [[MPActionLauncher sharedInstance] cancelPortProcess]; } --(BOOL)validateToolbarItem:(NSToolbarItem *)toolbarItem { - BOOL enable = ![[MPActionLauncher sharedInstance] isBusy]; - return enable; -} +//-(BOOL)validateToolbarItem:(NSToolbarItem *)toolbarItem { +// BOOL enable = ![[MPActionLauncher sharedInstance] isBusy]; +// return enable; +//} #pragma mark App Delegate Modified: branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj =================================================================== --- branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/project.pbxproj 2009-08-05 02:03:57 UTC (rev 54963) @@ -22,6 +22,7 @@ /* Begin PBXBuildFile section */ 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; }; + 2105F5091028ACBA00A28D1A /* ActivityController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2105F5081028ACBA00A28D1A /* ActivityController.m */; }; 21351FB30FEC67780074ACFE /* MPActionsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 21351FB20FEC67780074ACFE /* MPActionsController.m */; }; 214BAFE40FE7164200BD1B46 /* MPActionLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = 214BAFE30FE7164200BD1B46 /* MPActionLauncher.m */; }; 219DC2E41027BF660065C8DF /* MacPorts.framework in Copy Bundle Frameworks */ = {isa = PBXBuildFile; fileRef = 21F165510FE2C04300542AEE /* MacPorts.framework */; }; @@ -114,6 +115,8 @@ 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; + 2105F5071028ACBA00A28D1A /* ActivityController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityController.h; sourceTree = ""; }; + 2105F5081028ACBA00A28D1A /* ActivityController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivityController.m; sourceTree = ""; }; 21351FB10FEC67780074ACFE /* MPActionsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPActionsController.h; sourceTree = ""; }; 21351FB20FEC67780074ACFE /* MPActionsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPActionsController.m; sourceTree = ""; }; 214BAFE20FE7164200BD1B46 /* MPActionLauncher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPActionLauncher.h; sourceTree = ""; }; @@ -214,6 +217,8 @@ 21351FB20FEC67780074ACFE /* MPActionsController.m */, 21E2ADB51002EAE0003F8885 /* PreferencesController.h */, 21E2ADB61002EAE0003F8885 /* PreferencesController.m */, + 2105F5071028ACBA00A28D1A /* ActivityController.h */, + 2105F5081028ACBA00A28D1A /* ActivityController.m */, ); name = Controllers; sourceTree = ""; @@ -453,6 +458,7 @@ 21351FB30FEC67780074ACFE /* MPActionsController.m in Sources */, 21E2ADB71002EAE0003F8885 /* PreferencesController.m in Sources */, 21EB8B11100CDD37007371EE /* MPPortTableView.m in Sources */, + 2105F5091028ACBA00A28D1A /* ActivityController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; Modified: branches/gsoc09-gui/MacPorts_Framework/MPInterpreter.m =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/MPInterpreter.m 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MacPorts_Framework/MPInterpreter.m 2009-08-05 02:03:57 UTC (rev 54963) @@ -39,7 +39,6 @@ #include "MPHelperNotificationsProtocol.h" static AuthorizationRef internalMacPortsAuthRef; static NSString* PKGPath = @"/Library/Tcl"; -static id delegate; static NSTask* aTask; #pragma mark - Modified: branches/gsoc09-gui/MacPorts_Framework/MPMacPorts.h =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/MPMacPorts.h 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MacPorts_Framework/MPMacPorts.h 2009-08-05 02:03:57 UTC (rev 54963) @@ -80,10 +80,6 @@ + (void) setPKGPath:(NSString*)newPath; -+ (id) notificationsDelegate; - -+ (void) setNotificationsDelegate:(id)newDelegate; - /*! @brief Returns an MPMacPorts object that represents the MacPorts system on user's machine. */ Modified: branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.h =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.h 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.h 2009-08-05 02:03:57 UTC (rev 54963) @@ -14,6 +14,6 @@ } -- (oneway void)evaluateString:(bycopy id)statement delegate:(byref id)newDelegate; +- (oneway void)evaluateString:(bycopy id)statement; @end Modified: branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.m =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.m 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MacPorts_Framework/MPPortProcess.m 2009-08-05 02:03:57 UTC (rev 54963) @@ -25,7 +25,11 @@ - (oneway void)evaluateString:(bycopy id)statement { // TODO Handle the posible errors and notifications + [[NSDistributedNotificationCenter defaultCenter] + postNotificationName:@"MPInfoNotification" object:@"Starting up"]; Tcl_Eval(interpreter, [statement UTF8String]); + [[NSDistributedNotificationCenter defaultCenter] + postNotificationName:@"MPInfoNotification" object:@"Shutting down"]; exit(0); } Modified: branches/gsoc09-gui/MacPorts_Framework/SimpleLog.m =================================================================== --- branches/gsoc09-gui/MacPorts_Framework/SimpleLog.m 2009-08-05 01:53:30 UTC (rev 54962) +++ branches/gsoc09-gui/MacPorts_Framework/SimpleLog.m 2009-08-05 02:03:57 UTC (rev 54963) @@ -17,10 +17,10 @@ NSArray *msgType = [[NSString stringWithUTF8String:Tcl_GetString(*(++objv))] componentsSeparatedByString:@" "]; NSString *msg = [NSString stringWithUTF8String:Tcl_GetString(*(++objv))]; - [[NSDistributedNotificationCenter defaultCenter] postNotificationName:@"MPMsgNotification" object:msg]; + [[NSDistributedNotificationCenter defaultCenter] postNotificationName:[msgType objectAtIndex:0] object:msg]; //[[NSDistributedNotificationCenter defaultCenter] postNotificationName: object:msg]; - NSLog(@"%@ : %@",[msgType objectAtIndex:0], msg); + //NSLog(@"%@ : %@",[msgType objectAtIndex:0], msg); return returnCode; } \ No newline at end of file -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 19:13:09 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 19:13:09 -0700 (PDT) Subject: [54964] trunk/dports/devel Message-ID: <20090805021310.0AE3922B1435@beta.macosforge.org> Revision: 54964 http://trac.macports.org/changeset/54964 Author: blb at macports.org Date: 2009-08-04 19:13:08 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Drop maintainer for haskell-based ports Modified Paths: -------------- trunk/dports/devel/hs-bytestring-lexing/Portfile trunk/dports/devel/hs-digest/Portfile trunk/dports/devel/hs-mtl/Portfile trunk/dports/devel/hs-utf8-string/Portfile trunk/dports/devel/hs-zip-archive/Portfile Modified: trunk/dports/devel/hs-bytestring-lexing/Portfile =================================================================== --- trunk/dports/devel/hs-bytestring-lexing/Portfile 2009-08-05 02:03:57 UTC (rev 54963) +++ trunk/dports/devel/hs-bytestring-lexing/Portfile 2009-08-05 02:13:08 UTC (rev 54964) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup bytestring-lexing 0.2 -maintainers blb openmaintainer +maintainers nomaintainer description Parse literals efficiently from ByteStrings long_description \ Parse literals efficiently from GHC's ByteString type. At the moment, \ Modified: trunk/dports/devel/hs-digest/Portfile =================================================================== --- trunk/dports/devel/hs-digest/Portfile 2009-08-05 02:03:57 UTC (rev 54963) +++ trunk/dports/devel/hs-digest/Portfile 2009-08-05 02:13:08 UTC (rev 54964) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup digest 0.0.0.5 -maintainers blb openmaintainer +maintainers nomaintainer description Cryptographic hash implementations long_description \ This package provides efficient cryptographic hash implementations for \ Modified: trunk/dports/devel/hs-mtl/Portfile =================================================================== --- trunk/dports/devel/hs-mtl/Portfile 2009-08-05 02:03:57 UTC (rev 54963) +++ trunk/dports/devel/hs-mtl/Portfile 2009-08-05 02:13:08 UTC (rev 54964) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup mtl 1.1.0.2 -maintainers blb openmaintainer +maintainers nomaintainer description A monad transformer library long_description ${description} Modified: trunk/dports/devel/hs-utf8-string/Portfile =================================================================== --- trunk/dports/devel/hs-utf8-string/Portfile 2009-08-05 02:03:57 UTC (rev 54963) +++ trunk/dports/devel/hs-utf8-string/Portfile 2009-08-05 02:13:08 UTC (rev 54964) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup utf8-string 0.3.5 -maintainers blb openmaintainer +maintainers nomaintainer description UTF8 layer for IO and Strings long_description \ The utf8-string package provides operations for encoding UTF8 strings to \ Modified: trunk/dports/devel/hs-zip-archive/Portfile =================================================================== --- trunk/dports/devel/hs-zip-archive/Portfile 2009-08-05 02:03:57 UTC (rev 54963) +++ trunk/dports/devel/hs-zip-archive/Portfile 2009-08-05 02:13:08 UTC (rev 54964) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup zip-archive 0.1.1.3 -maintainers blb openmaintainer +maintainers nomaintainer description Zip archive access for Haskell long_description \ The zip-archive library provides functions for creating, modifying, and \ -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 19:27:11 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 19:27:11 -0700 (PDT) Subject: [54965] trunk/dports Message-ID: <20090805022711.5296522B1642@beta.macosforge.org> Revision: 54965 http://trac.macports.org/changeset/54965 Author: blb at macports.org Date: 2009-08-04 19:27:10 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Fix livecheck Modified Paths: -------------- trunk/dports/databases/mongodb/Portfile trunk/dports/python/py25-freebase/Portfile trunk/dports/python/py25-pymongo/Portfile trunk/dports/python/py26-freebase/Portfile trunk/dports/python/py26-pymongo/Portfile Modified: trunk/dports/databases/mongodb/Portfile =================================================================== --- trunk/dports/databases/mongodb/Portfile 2009-08-05 02:13:08 UTC (rev 54964) +++ trunk/dports/databases/mongodb/Portfile 2009-08-05 02:27:10 UTC (rev 54965) @@ -44,3 +44,6 @@ ${destroot}${prefix}/bin } +livecheck.url ${homepage}display/DOCS/Downloads +livecheck.regex {(\d\.\d\.\d)} + Modified: trunk/dports/python/py25-freebase/Portfile =================================================================== --- trunk/dports/python/py25-freebase/Portfile 2009-08-05 02:13:08 UTC (rev 54964) +++ trunk/dports/python/py25-freebase/Portfile 2009-08-05 02:27:10 UTC (rev 54965) @@ -34,3 +34,6 @@ } } +livecheck.url [lindex ${master_sites} 0] +livecheck.regex {freebase-([.\d]+)\.tar\.gz} + Modified: trunk/dports/python/py25-pymongo/Portfile =================================================================== --- trunk/dports/python/py25-pymongo/Portfile 2009-08-05 02:13:08 UTC (rev 54964) +++ trunk/dports/python/py25-pymongo/Portfile 2009-08-05 02:27:10 UTC (rev 54965) @@ -27,3 +27,6 @@ ${destroot}${prefix}/share/doc/${name} } +livecheck.url [lindex ${master_sites} 0] +livecheck.regex {pymongo-([.\d]+)\.tar\.gz} + Modified: trunk/dports/python/py26-freebase/Portfile =================================================================== --- trunk/dports/python/py26-freebase/Portfile 2009-08-05 02:13:08 UTC (rev 54964) +++ trunk/dports/python/py26-freebase/Portfile 2009-08-05 02:27:10 UTC (rev 54965) @@ -32,3 +32,6 @@ # } } +livecheck.url [lindex ${master_sites} 0] +livecheck.regex {freebase-([.\d]+)\.tar\.gz} + Modified: trunk/dports/python/py26-pymongo/Portfile =================================================================== --- trunk/dports/python/py26-pymongo/Portfile 2009-08-05 02:13:08 UTC (rev 54964) +++ trunk/dports/python/py26-pymongo/Portfile 2009-08-05 02:27:10 UTC (rev 54965) @@ -27,3 +27,6 @@ ${destroot}${prefix}/share/doc/${name} } +livecheck.url [lindex ${master_sites} 0] +livecheck.regex {pymongo-([.\d]+)\.tar\.gz} + -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 19:31:04 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 19:31:04 -0700 (PDT) Subject: [54966] trunk/dports/python Message-ID: <20090805023104.2F0C822B1792@beta.macosforge.org> Revision: 54966 http://trac.macports.org/changeset/54966 Author: blb at macports.org Date: 2009-08-04 19:31:03 -0700 (Tue, 04 Aug 2009) Log Message: ----------- python/py2[56]-freebase - version update to 1.01 Modified Paths: -------------- trunk/dports/python/py25-freebase/Portfile trunk/dports/python/py26-freebase/Portfile Modified: trunk/dports/python/py25-freebase/Portfile =================================================================== --- trunk/dports/python/py25-freebase/Portfile 2009-08-05 02:27:10 UTC (rev 54965) +++ trunk/dports/python/py25-freebase/Portfile 2009-08-05 02:31:03 UTC (rev 54966) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python25 1.0 name py25-freebase -version 1.0 +version 1.01 categories-append devel maintainers blb openmaintainer description Python interface to freebase.com API @@ -19,9 +19,9 @@ master_sites http://pypi.python.org/packages/source/f/freebase/ distname freebase-${version} -checksums md5 6184f03a25187d51713d0bf6d89369cd \ - sha1 f87e524cf99073dfde500715ba4cf433c263cf5d \ - rmd160 21490298fc5b1d5b164f53ffdbd21bff18d4af52 +checksums md5 4584647a334be3547704c0e8fdce69ea \ + sha1 fd62d819bca96ee3daa43da0b7bd2c3eb3e80551 \ + rmd160 4f5d937e8e35fc8a46f73a02d3355f6aee7d20f2 depends_lib-append port:py25-simplejson Modified: trunk/dports/python/py26-freebase/Portfile =================================================================== --- trunk/dports/python/py26-freebase/Portfile 2009-08-05 02:27:10 UTC (rev 54965) +++ trunk/dports/python/py26-freebase/Portfile 2009-08-05 02:31:03 UTC (rev 54966) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python26 1.0 name py26-freebase -version 1.0 +version 1.01 categories-append devel maintainers blb openmaintainer description Python interface to freebase.com API @@ -19,9 +19,9 @@ master_sites http://pypi.python.org/packages/source/f/freebase/ distname freebase-${version} -checksums md5 6184f03a25187d51713d0bf6d89369cd \ - sha1 f87e524cf99073dfde500715ba4cf433c263cf5d \ - rmd160 21490298fc5b1d5b164f53ffdbd21bff18d4af52 +checksums md5 4584647a334be3547704c0e8fdce69ea \ + sha1 fd62d819bca96ee3daa43da0b7bd2c3eb3e80551 \ + rmd160 4f5d937e8e35fc8a46f73a02d3355f6aee7d20f2 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 19:32:37 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 19:32:37 -0700 (PDT) Subject: [54967] trunk/dports/python Message-ID: <20090805023237.D0D7122B1821@beta.macosforge.org> Revision: 54967 http://trac.macports.org/changeset/54967 Author: blb at macports.org Date: 2009-08-04 19:32:37 -0700 (Tue, 04 Aug 2009) Log Message: ----------- python/py2[56]-pymongo - version update to 0.13 Modified Paths: -------------- trunk/dports/python/py25-pymongo/Portfile trunk/dports/python/py26-pymongo/Portfile Modified: trunk/dports/python/py25-pymongo/Portfile =================================================================== --- trunk/dports/python/py25-pymongo/Portfile 2009-08-05 02:31:03 UTC (rev 54966) +++ trunk/dports/python/py25-pymongo/Portfile 2009-08-05 02:32:37 UTC (rev 54967) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python25 1.0 name py25-pymongo -version 0.11.3 +version 0.13 categories-append databases maintainers blb openmaintainer description Python access to mongodb @@ -17,9 +17,9 @@ master_sites http://pypi.python.org/packages/source/p/pymongo/ distname pymongo-${version} -checksums md5 f441fea05c6bc5fd431e2681f08e49db \ - sha1 a83f4a0ef94730a696f8e0e6283318d067e70647 \ - rmd160 fa67d072724fd25b2bf6d5d4f1aabbb0c397fb4d +checksums md5 283b78fda5b0e386ab226eb572e1931a \ + sha1 58998a10b4a5cd90f6eaac61511cf40bde46ca3b \ + rmd160 c8fde5933189c87197bdba51fe103b41f5285734 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} Modified: trunk/dports/python/py26-pymongo/Portfile =================================================================== --- trunk/dports/python/py26-pymongo/Portfile 2009-08-05 02:31:03 UTC (rev 54966) +++ trunk/dports/python/py26-pymongo/Portfile 2009-08-05 02:32:37 UTC (rev 54967) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup python26 1.0 name py26-pymongo -version 0.11.3 +version 0.13 categories-append databases maintainers blb openmaintainer description Python access to mongodb @@ -17,9 +17,9 @@ master_sites http://pypi.python.org/packages/source/p/pymongo/ distname pymongo-${version} -checksums md5 f441fea05c6bc5fd431e2681f08e49db \ - sha1 a83f4a0ef94730a696f8e0e6283318d067e70647 \ - rmd160 fa67d072724fd25b2bf6d5d4f1aabbb0c397fb4d +checksums md5 283b78fda5b0e386ab226eb572e1931a \ + sha1 58998a10b4a5cd90f6eaac61511cf40bde46ca3b \ + rmd160 c8fde5933189c87197bdba51fe103b41f5285734 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Tue Aug 4 19:33:45 2009 From: blb at macports.org (blb at macports.org) Date: Tue, 4 Aug 2009 19:33:45 -0700 (PDT) Subject: [54968] trunk/dports/x11/xmag/Portfile Message-ID: <20090805023345.D115D22B18B0@beta.macosforge.org> Revision: 54968 http://trac.macports.org/changeset/54968 Author: blb at macports.org Date: 2009-08-04 19:33:45 -0700 (Tue, 04 Aug 2009) Log Message: ----------- x11/xmag - version update to 1.0.3 Modified Paths: -------------- trunk/dports/x11/xmag/Portfile Modified: trunk/dports/x11/xmag/Portfile =================================================================== --- trunk/dports/x11/xmag/Portfile 2009-08-05 02:32:37 UTC (rev 54967) +++ trunk/dports/x11/xmag/Portfile 2009-08-05 02:33:45 UTC (rev 54968) @@ -2,8 +2,7 @@ PortSystem 1.0 name xmag -version 1.0.2 -revision 1 +version 1.0.3 categories x11 graphics maintainers blb openmaintainer description Magnify parts of the X11 screen @@ -15,9 +14,9 @@ master_sites ${homepage}pub/individual/app/ use_bzip2 yes -checksums md5 7c6a783e42c88360ac31d259a864a19d \ - sha1 081c6c01ad0b132fd5634008464d77a0e929bacb \ - rmd160 7d2ca4ddd1d451708b04b9b862b6035d6bd81e94 +checksums md5 32f7ed4c089365cadb9382f6fbd750a9 \ + sha1 1acbc1ccdcd0399b62ad6e96a47021c00dcfde7d \ + rmd160 24629786ac9712aefd09a63593a9d553febea9a8 depends_build port:pkgconfig -------------- next part -------------- An HTML attachment was scrubbed... URL: From portindex at macports.org Tue Aug 4 19:53:35 2009 From: portindex at macports.org (portindex at macports.org) Date: Tue, 4 Aug 2009 19:53:35 -0700 (PDT) Subject: [54969] trunk/dports Message-ID: <20090805025336.3B04E22B1AB8@beta.macosforge.org> Revision: 54969 http://trac.macports.org/changeset/54969 Author: portindex at macports.org Date: 2009-08-04 19:53:34 -0700 (Tue, 04 Aug 2009) Log Message: ----------- Total number of ports parsed: 6037 Ports successfully parsed: 6037 Ports failed: 0 Modified Paths: -------------- trunk/dports/PortIndex trunk/dports/PortIndex.quick Modified: trunk/dports/PortIndex =================================================================== --- trunk/dports/PortIndex 2009-08-05 02:33:45 UTC (rev 54968) +++ trunk/dports/PortIndex 2009-08-05 02:53:34 UTC (rev 54969) @@ -1362,14 +1362,14 @@ variants universal depends_build port:ghc portdir devel/hs-binary description {Binary serialisation for Haskell values using lazy ByteStrings} homepage http://code.haskell.org/binary epoch 0 platforms darwin name hs-binary long_description {Efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and from binary formats, written to disk as binary, or sent over the network. Serialisation speeds of over 1 G/sec have been observed, so this library should be suitable for high performance scenarios.} maintainers nomaintainer categories {devel haskell} version 0.4.4 revision 0 hs-bytestring-csv 362 variants universal depends_build port:ghc portdir devel/hs-bytestring-csv description {Parse CSV formatted data efficiently} homepage http://code.haskell.org/~dons/code/bytestring-csv epoch 0 platforms darwin name hs-bytestring-csv long_description {Parse CSV data from a bytestring.} maintainers nomaintainer categories {devel haskell} version 0.1.2 revision 0 -hs-bytestring-lexing 510 -variants universal depends_build {port:ghc port:alex} portdir devel/hs-bytestring-lexing description {Parse literals efficiently from ByteStrings} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-bytestring-lexing long_description {Parse literals efficiently from GHC's ByteString type. At the moment, only Doubles are supported. Reading Ints and Integers is supported by GHC's included ByteString module.} maintainers {blb openmaintainer} categories {devel haskell} version 0.2 revision 0 +hs-bytestring-lexing 502 +variants universal depends_build {port:ghc port:alex} portdir devel/hs-bytestring-lexing description {Parse literals efficiently from ByteStrings} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-bytestring-lexing long_description {Parse literals efficiently from GHC's ByteString type. At the moment, only Doubles are supported. Reading Ints and Integers is supported by GHC's included ByteString module.} maintainers nomaintainer categories {devel haskell} version 0.2 revision 0 hs-cabal 644 variants universal portdir devel/hs-cabal description {User interface to Haskell's Cabal build system.} homepage http://www.haskell.org/cabal epoch 0 platforms darwin name hs-cabal depends_lib {port:hs-libcabal port:hs-zlib port:hs-HTTP} long_description {Cabal is a system for building and packaging Haskell libraries and programs It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.} maintainers gwright categories {devel haskell} version 0.6.2 revision 0 hs-chunks 587 variants universal depends_build port:ghc portdir devel/hs-chunks description {The chunks library for Haskell} homepage http://www.wellquite.org/chunks/ epoch 0 platforms darwin name hs-chunks long_description {This library supports templates inspired by the Perl HTML::Chunks module, but this Haskell implementation checks at compile time that the templates used exist and are used correctly. The templates are combined within the compiled Haskell, removing the dependency on the external template file.} maintainers nomaintainer categories {devel haskell} version 2007.4.18 revision 0 -hs-digest 505 -variants universal depends_build port:ghc portdir devel/hs-digest description {Cryptographic hash implementations} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-digest long_description {This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported, they are implemented as FFI bindings to efficient code from zlib.} maintainers {blb openmaintainer} categories {devel haskell} version 0.0.0.5 revision 0 +hs-digest 497 +variants universal depends_build port:ghc portdir devel/hs-digest description {Cryptographic hash implementations} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-digest long_description {This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported, they are implemented as FFI bindings to efficient code from zlib.} maintainers nomaintainer categories {devel haskell} version 0.0.0.5 revision 0 hs-dlist 533 variants universal depends_build port:ghc portdir devel/hs-dlist description {Differences lists: a list-like type supporting O(1) append} homepage http://code.haskell.org/~dons/code/dlist epoch 0 platforms darwin name hs-dlist long_description {Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive.} maintainers nomaintainer categories {devel haskell} version 0.4.1 revision 0 hs-ghc-paths 420 @@ -1382,8 +1382,8 @@ variants universal depends_build {port:ghc path:bin/happy:happy path:bin/alex:alex} portdir devel/hs-language-c description {C99 parser and pretty-printer} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-language-c long_description {Language.C is a parser and pretty-printer framework for C99 and the extensions of gcc.} maintainers {ryandesign openmaintainer} categories {devel haskell} version 0.3.1.1 revision 0 hs-libcabal 703 variants universal depends_build port:ghc portdir devel/hs-libcabal description {Library for Haskell's Cabal build system.} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-libcabal long_description {Cabal is a system for building and packaging Haskell libraries and programs It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs. This port provides only the library. The hs-cabal port provides the cabal installer program.} maintainers gwright categories {devel haskell} version 1.6.0.3 revision 1 -hs-mtl 314 -variants universal depends_build port:ghc portdir devel/hs-mtl description {A monad transformer library} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-mtl long_description {{A monad transformer library}} maintainers {blb openmaintainer} categories {devel haskell} version 1.1.0.2 revision 0 +hs-mtl 306 +variants universal depends_build port:ghc portdir devel/hs-mtl description {A monad transformer library} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-mtl long_description {{A monad transformer library}} maintainers nomaintainer categories {devel haskell} version 1.1.0.2 revision 0 hs-parsec 605 variants universal depends_build port:ghc portdir devel/hs-parsec description {Monadic parser combinators for Haskell} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-parsec long_description {Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented, has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.} maintainers gmail.com:mdippery categories {devel haskell} version 3.0.0 revision 0 hs-parsedate 414 @@ -1396,10 +1396,10 @@ variants universal depends_build port:ghc portdir devel/hs-type-level description {Type level programming library for GHC} homepage http://code.haskell.org/type-level epoch 0 platforms darwin name hs-type-level long_description {This library permits performing computations on the type-level. Type-level functions are implemented using functional dependencies of multi parameter type classes. To date, Booleans and Numerals (Naturals and Positives) are supported.} maintainers gwright categories {devel haskell} version 0.2.1 revision 0 hs-typenats 611 variants universal depends_build port:ghc portdir devel/hs-typenats description {Type level natural numbers for haskell} homepage http://www.eecs.tufts.edu/~rdocki01/typenats.html epoch 0 platforms darwin name hs-typenats long_description {This library defines type level arithmetic by heavily abusing GHC's typechecker. It includes the following operations on type level naturals: * addition * subtraction * multiplication * division * remainder * GCD It also contains the following predicates: * test for zero * test for equality * < * > * <= * >=} maintainers gwright categories devel version 0.2 revision 0 -hs-utf8-string 448 -variants universal depends_build port:ghc portdir devel/hs-utf8-string description {UTF8 layer for IO and Strings} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-utf8-string long_description {The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.} maintainers {blb openmaintainer} categories {devel haskell} version 0.3.5 revision 0 -hs-zip-archive 468 -variants universal depends_build port:ghc portdir devel/hs-zip-archive description {Zip archive access for Haskell} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:hs-binary port:hs-digest port:hs-zlib} name hs-zip-archive long_description {The zip-archive library provides functions for creating, modifying, and extracting files from zip archives.} maintainers {blb openmaintainer} categories {devel haskell} version 0.1.1.3 revision 0 +hs-utf8-string 440 +variants universal depends_build port:ghc portdir devel/hs-utf8-string description {UTF8 layer for IO and Strings} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-utf8-string long_description {The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.} maintainers nomaintainer categories {devel haskell} version 0.3.5 revision 0 +hs-zip-archive 460 +variants universal depends_build port:ghc portdir devel/hs-zip-archive description {Zip archive access for Haskell} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:hs-binary port:hs-digest port:hs-zlib} name hs-zip-archive long_description {The zip-archive library provides functions for creating, modifying, and extracting files from zip archives.} maintainers nomaintainer categories {devel haskell} version 0.1.1.3 revision 0 hs-zlib 441 variants universal depends_build port:ghc portdir devel/hs-zlib description {The Haskell Zlib Binding} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib port:zlib name hs-zlib long_description {Haskell bindings to the Zlib library for compression and decompression in gzip and zlib format. The library acts directly on ByteString values.} maintainers nomaintainer categories {devel haskell} version 0.5.0.0 revision 0 hsshellscript 434 @@ -8276,8 +8276,8 @@ portdir python/py25-flup description {Flup is a random collection of WSGI servers and middleware.} homepage http://www.saddi.com/software/flup epoch 0 platforms darwin depends_lib port:python25 name py25-flup maintainers gmail.com:cfedermann long_description {Flup offer three sets of WSGI servers/gateways, which speak AJP 1.3, FastCGI, and SCGI. Each server comes in two flavors: a threaded version, and a forking version.} version 1.0.3 categories {python www} revision 0 py25-formencode 383 portdir python/py25-formencode description {FormEncode is a validation and form generation package} homepage http://formencode.org epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-formencode maintainers {stechert akitada openmaintainer} long_description {{FormEncode is a validation and form generation package}} version 1.2.2 categories {python devel} revision 0 -py25-freebase 564 -portdir python/py25-freebase description {Python interface to freebase.com API} homepage http://code.google.com/p/freebase-python/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-simplejson} name py25-freebase maintainers {blb openmaintainer} long_description {Freebase.com has an open API that can be used to access and update structured data. The RESTful http-based API is completely documented at Freebase.com along with some simple examples. This library provides a python interface to that API.} version 1.0 categories {python devel} revision 0 +py25-freebase 565 +portdir python/py25-freebase description {Python interface to freebase.com API} homepage http://code.google.com/p/freebase-python/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-simplejson} name py25-freebase maintainers {blb openmaintainer} long_description {Freebase.com has an open API that can be used to access and update structured data. The RESTful http-based API is completely documented at Freebase.com along with some simple examples. This library provides a python interface to that API.} version 1.01 categories {python devel} revision 0 py25-game 750 variants {darwin_9 universal} portdir python/py25-game description {Python modules for writing games} homepage http://www.pygame.org/ epoch 0 platforms darwin depends_lib {port:python25 port:libsdl port:libsdl_mixer port:libsdl_image port:libsdl_ttf port:smpeg port:py25-numeric port:py25-pyobjc2 port:py25-pyobjc2-cocoa} name py25-game long_description {Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system.} maintainers {jmr openmaintainer} version 1.8.1 categories {python devel multimedia graphics} revision 1 py25-gd 493 @@ -8518,8 +8518,8 @@ portdir python/py25-pylons description {Pylons is a lightweight web framework.} 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.} version 0.9.6.2 categories {python www} revision 1 py25-pymc 737 variants {gcc42 gcc43 g95} portdir python/py25-pymc description {Bayesian statistical models and fitting algorithms for python} homepage http://code.google.com/p/pymc/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy port:gcc43} name py25-pymc long_description {PyMC is a python module that implements Bayesian statistical models and fitting algorithms, including Markov chain Monte Carlo. Its flexibility makes it applicable to a large suite of problems as well as easily extensible. Along with core sampling functionality, PyMC includes methods for summarizing output, plotting, goodness-of-fit and convergence diagnostics.} maintainers mnick depends_extract bin:unzip:unzip version 2.0 categories python revision 0